Commit Graph

15 Commits

Author SHA1 Message Date
Aleks-Daniel Jakimenko
6f8d281d79 No more "use vars"! 2015-04-10 13:31:28 +03: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
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
7b2c16f9d6 Add first, even, and odd classes
to tr elements.
2007-12-09 01:49:37 +00:00
Alex Schroeder
6a3113d381 Bugfix to switch even and odd. 2007-12-06 10:07:36 +00:00
Alex Schroeder
3588684c76 (TablesRule): Add first, even, and odd classes
to tr elements.
2007-12-06 09:49:03 +00:00
Alex Schroeder
f2ebfd7a20 Removed $DefaultStyleSheet. 2005-10-09 11:57:52 +00:00
Alex Schroeder
1ce8be94cc (TablesRule): AddHtmlEnvironment('p') 2004-12-05 04:02:34 +00:00
Alex Schroeder
ee8e3dda0d (TablesRule): Fix search'n'replace bug. 2004-10-13 20:11:46 +00:00
Alex Schroeder
5a830e1539 Add DefaultCSS for tables. 2004-10-13 19:52:08 +00:00
Alex Schroeder
13c1bb4ef4 Renamed UsemodTableAttributes to TableAttributes 2004-10-04 21:13:18 +00:00
Alex Schroeder
3e27ad5448 *** empty log message *** 2004-10-04 21:00:42 +00:00