Commit Graph

17 Commits

Author SHA1 Message Date
Aleks-Daniel Jakimenko
5b731a61df No more trailing whitespace (I can do it, I can do it!) 2015-04-17 01:45:11 +03:00
Aleks-Daniel Jakimenko
7112f1c170 No more trailing whitespace (this time for sure) 2015-04-17 01:43:19 +03:00
Aleks-Daniel Jakimenko
c7bd5617ff No more trailing whitespace 2015-04-17 01:39:47 +03:00
Aleks-Daniel Jakimenko
40ec24349a No more "*Sub = *NewSub", \&NewSub used instead. (Partial progress) 2015-04-11 23:41:33 +03:00
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
Alexander Uvizhev
a97e288552 Improved link processing. 2008-03-27 13:18:05 +00:00
Alexander Uvizhev
3d9d8aad25 fixed linktagsearch bug 2007-08-23 09:17:39 +00:00
Alexander Uvizhev
62cf29d4ec a few corrections to work properly together with tagmap module 2007-08-06 10:54:04 +00:00
Alexander Uvizhev
fc715586f6 New ability to search and show links with specified tag 2007-06-15 09:26:37 +00:00
Alexander Uvizhev
e5997f0d33 Partially rewritten code. Now it seems to work properly :) 2007-04-18 11:29:21 +00:00
Alexander Uvizhev
0fb1dd4d70 *** empty log message *** 2007-04-04 07:39:19 +00:00
Alexander Uvizhev
451084b675 Initial revision 2007-04-04 07:07:28 +00:00