Commit Graph

12 Commits

Author SHA1 Message Date
Alex Schroeder
143068b849 No more redundant 'package OddMuse;' 2015-04-27 17:41:59 +03:00
Alex Schroeder
5d2db4b547 No more "use vars"! 2015-04-10 13:31:28 +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
c2bac418d5 (FlashboxRule): Made YouTube regular
expression even more lenient as suggested by sjm.
2009-07-29 13:00:33 +00:00
Alex Schroeder
6b6909b972 (FlashboxRule): Fixed YouTube regular
expression as suggested by sjm.
2009-07-19 10:45:35 +00:00
Alex Schroeder
bef05c34c3 (FlashboxRule): Corrected the slideshare.net URL. 2008-09-22 12:58:20 +00:00
Alex Schroeder
c9d810eda1 Corrected several (minor) syntactical and grammatical issues in the perldoc documentation. 2008-09-06 11:37:33 +00:00
Alex Schroeder
6e2be155e1 New. 2008-09-06 04:03:46 +00:00