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
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 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
Alex Schroeder
48ad80b581
Set the rule order to 95.
2006-07-14 09:51:12 +00:00
Alex Schroeder
a351cb20af
(HeadersRule): AddHtmlEnvironment('p')
2004-12-05 03:51:45 +00:00
Alex Schroeder
52925b6421
(HeadersRule): Fix hr handling.
2004-12-03 08:47:56 +00:00
Alex Schroeder
b8442d1dbe
(HeadersRule): Reset $PortraitSupportColor
...
after the header.
2004-12-03 08:37:05 +00:00
Alex Schroeder
3dff4ba58c
(HeadersRule): Tighter code.
2004-11-27 21:37:06 +00:00
Alex Schroeder
14b037694a
(HeadersRule): Bugfix.
2004-11-27 21:20:02 +00:00
Alex Schroeder
80644c53f8
(HeadersRule): Set $PortraitSupportColorDiv = 0.
2004-11-27 21:16:52 +00:00
Alex Schroeder
e9e280b5de
(HeadersRule): Added PortraitSupportColorDiv
...
support.
2004-11-27 21:14:14 +00:00
Alex Schroeder
3be11e073d
*** empty log message ***
2004-10-19 23:39:01 +00:00
Alex Schroeder
e32b50020f
*** empty log message ***
2004-10-19 23:37:17 +00:00
Alex Schroeder
2eb099de07
(HeadersRule): Relax requirements for headers
...
-- just require === or --- at the beginning of a line.
2004-10-19 23:31:05 +00:00
Alex Schroeder
801424796b
(HeadersRule): Add code for horizontal rules.
2004-10-16 16:18:30 +00:00
Alex Schroeder
1850a07ab1
new
2004-10-04 21:10:56 +00:00