Commit Graph

30 Commits

Author SHA1 Message Date
Alex Schroeder
f230a64e7d Changed nearly all modules from GPLv2 to GPLv3
There were some modules that did not offer "or (at your option) any
later version" in their license and these had to be left alone.
This should solve the incorrect FSF address issue #4 on GitHub.
2016-08-16 15:04:47 +02:00
Aleks-Daniel Jakimenko
4eef4d2d76 No more /o, modifiers sorted alphabetically 2015-08-23 21:22:12 +03:00
Alex Schroeder
58e9a1e240 use v5.10 everywhere + enabled test in meta.t 2015-08-18 10:48:03 +02:00
Aleks-Daniel Jakimenko
a615bedccf Fixed a bunch of stuff 2015-04-28 00:03:11 +03:00
Aleks-Daniel Jakimenko
40ec24349a No more "*Sub = *NewSub", \&NewSub used instead. (Partial progress) 2015-04-11 23:41:33 +03:00
Aleks-Daniel Jakimenko
6f8d281d79 No more "use vars"! 2015-04-10 13:31:28 +03:00
Alex Schroeder
1580e3ad25 clustermap.pl fit for use strict 2015-03-28 16:11:03 +01:00
Aleks-Daniel Jakimenko
4492ede096 "use strict;" in modules (some modules have problems) 2015-03-27 03:01:01 +02:00
Aleks-Daniel Jakimenko
62c7553d82 'return undef' changed to 'return'
This command was used:
find . -type f -print0 | xargs -0 sed -i 's/return undef/return/g'

The idea behind this commit is described on http://oddmuse.org/wiki/Refactoring page.
In short: 'return undef' returns (undef) in list context (a list with one element),
which is wrong.
2015-02-27 12:10:18 +02:00
Gauthier Vandemoortele
1654562236 clustermap.pl: fixed regression (subrotine name was changed)
This module used a function called ‘DoRc’ that disappeared from the main oddmuse script since the 1.837 version. It was apparently replaced by ‘PrintRcHtml’.
2014-09-26 23:12:23 +03:00
Alex Schroeder
5aba2ae56f Fixed typo in AddModuleDescription sub name 2014-08-21 22:23:23 +02:00
Alex Jakimenko
ee932dee37 Automatically reformatted modules 2014-08-21 07:29:46 +03:00
Alex Jakimenko
6babcffd00 Consistency in file permissions.
Some modules are executable where as others are not. This patch fixes
this.
2014-06-16 11:19:24 +02:00
Alex Schroeder
f11e2a8731 getting rid of $Id$ tags in $WikiDescription
Replaced the $Id$ tags in $WikiDescription for all the modules and wiki.pl itself with a link to the source and an appropriate wiki page, if possible. This is shown in action=version and should help users figure out what another wiki has installed.
2012-04-19 02:18:45 +02:00
Fletcher T. Penney
b45c145729 Fix bug where a cluster could get stripped from the body twice 2007-04-02 14:45:00 +00:00
Fletcher T. Penney
d16fa6c888 (DoClusterMap, ClusterMapBrowseResolvedPage) Fix handling of cluster pages with spaces in name 2007-03-11 04:17:05 +00:00
Fletcher T. Penney
a3c5207d8f Ensure that "content" div is included in all forms 2007-02-13 00:35:07 +00:00
Fletcher T. Penney
23a940e6d3 Update AdminPages handling for version 1.684 and beyond 2007-02-13 00:22:47 +00:00
Alex Schroeder
b8b269a29b (ClusterMapAdminRule): Add class to menu
entries.
2006-08-06 11:46:12 +00:00
Fletcher T. Penney
51a7f34eb7 Add TOC option back to non-action version of clustermap 2005-10-13 14:09:40 +00:00
Fletcher T. Penney
8170ebd1de Add TOC option back to non-action version of clustermap 2005-10-13 14:01:22 +00:00
Fletcher T. Penney
2f50cfa7a1 And one more '_' issue 2005-08-19 23:46:32 +00:00
Fletcher T. Penney
4ab33ac6f6 Fix bug with '_' in cluster names 2005-08-19 23:11:44 +00:00
Fletcher T. Penney
a59d5bf3d0 Make the $ClusterMapPage variable useful 2005-08-17 13:42:02 +00:00
Fletcher T. Penney
5b171968ab Don't put files in unclustered, and exclude RssExclude 2005-08-04 18:41:26 +00:00
Fletcher T. Penney
dbf5e1e225 Fix compatibility with Markdown Extension 2005-07-31 22:57:35 +00:00
Fletcher T. Penney
be5bcb6f8f AdminPages are now not classified as unclustered
DeletedPages are now not classified as unclustered
Clean up code a bit
2005-04-21 16:17:18 +00:00
Fletcher T. Penney
146ddfbf23 Update Copyright Dates 2005-04-08 21:23:43 +00:00
Fletcher T. Penney
7afa12308b Add ability to filter out certain pages 2005-04-08 21:01:42 +00:00
Fletcher T. Penney
4c8fcea049 Added my modules to source - FletcherPenney 2005-04-05 21:18:57 +00:00