Commit Graph

23 Commits

Author SHA1 Message Date
Alex Schroeder
12fe760cd0 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
Alex Schroeder
5f019a6ce2 No more /o, modifiers sorted alphabetically 2015-08-23 21:22:12 +03:00
Alex Schroeder
0ec8dd44e6 use v5.10 everywhere + enabled test in meta.t 2015-08-18 10:48:03 +02:00
Alex Schroeder
5d2db4b547 No more "use vars"! 2015-04-10 13:31:28 +03:00
Alex Schroeder
b1e9ef1f9c headers.pl: no whitespace in $RuleOrder{...} for consistency and easier parsing 2015-04-03 01:35:46 +03:00
Alex Schroeder
a4e0e5a9be "use strict;" in modules (some modules have problems) 2015-03-27 03:01:01 +02:00
Alex Schroeder
6b1c65bc8d '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
Alex Schroeder
e6d3ad8382 Fixed typo in AddModuleDescription sub name 2014-08-21 22:23:23 +02:00
Alex Schroeder
17bd795ef0 Automatically reformatted modules 2014-08-21 07:29:46 +03:00
Alex Schroeder
c9e39a4c19 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
Alex Schroeder
6ffe0ddab2 Set the rule order to 95. 2006-07-14 09:51:12 +00:00
Alex Schroeder
d656c92943 (HeadersRule): AddHtmlEnvironment('p') 2004-12-05 03:51:45 +00:00
Alex Schroeder
14c2156e77 (HeadersRule): Fix hr handling. 2004-12-03 08:47:56 +00:00
Alex Schroeder
5c29cbb5a6 (HeadersRule): Reset $PortraitSupportColor
after the header.
2004-12-03 08:37:05 +00:00
Alex Schroeder
f8363a0d8a (HeadersRule): Tighter code. 2004-11-27 21:37:06 +00:00
Alex Schroeder
9a3ae47491 (HeadersRule): Bugfix. 2004-11-27 21:20:02 +00:00
Alex Schroeder
e8f1952ec2 (HeadersRule): Set $PortraitSupportColorDiv = 0. 2004-11-27 21:16:52 +00:00
Alex Schroeder
41177f8ba2 (HeadersRule): Added PortraitSupportColorDiv
support.
2004-11-27 21:14:14 +00:00
Alex Schroeder
d13d5e970e *** empty log message *** 2004-10-19 23:39:01 +00:00
Alex Schroeder
6e8a1c809b *** empty log message *** 2004-10-19 23:37:17 +00:00
Alex Schroeder
e010d2d85c (HeadersRule): Relax requirements for headers
-- just require === or --- at the beginning of a line.
2004-10-19 23:31:05 +00:00
Alex Schroeder
a5c48b1006 (HeadersRule): Add code for horizontal rules. 2004-10-16 16:18:30 +00:00
Alex Schroeder
55676c5054 new 2004-10-04 21:10:56 +00:00