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
Fletcher T. Penney
799298b4ef
This should work again.
2007-04-02 15:02:09 +00:00
Fletcher T. Penney
deed72bb7b
Fix last second typo in last version
2005-10-03 06:22:16 +00:00
Fletcher T. Penney
cad280d368
Remove the timeout fix
...
Add fix for old versions of LWP
2005-10-03 06:20:18 +00:00
Fletcher T. Penney
3728b30f0a
Fix non-markdown FlickrPhoto rule (I think)
2005-09-28 14:16:00 +00:00
Fletcher T. Penney
545a79a24b
Add support for individual photos
...
Add timeout to improve reliability
2005-09-21 20:48:01 +00:00
Fletcher T. Penney
207f88a4f0
Fix error with duplicating gallery when Markdown is NOT installed
2005-09-18 17:06:16 +00:00
Fletcher T. Penney
1e0adcb5ec
After fixing template issue, no longer need to convert '_' to '\_'
2005-09-13 05:46:37 +00:00
Fletcher T. Penney
1156bda54f
Fix XHTML validation error when used with Markdown
2005-09-13 03:35:53 +00:00
Fletcher T. Penney
b53dbbcac4
Fix bugs
2005-09-13 01:30:37 +00:00
Fletcher T. Penney
87a294f373
Initial public version
2005-09-13 00:10:42 +00:00