Commit Graph

24 Commits

Author SHA1 Message Date
Alex Schroeder
f230a64e7d Changed nearly all modules from GPLv2 to GPLv3
There were some modules that did not offer "or (at your option) any
later version" in their license and these had to be left alone.
This should solve the incorrect FSF address issue #4 on GitHub.
2016-08-16 15:04:47 +02:00
Alex Schroeder
58e9a1e240 use v5.10 everywhere + enabled test in meta.t 2015-08-18 10:48:03 +02: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
Weakish Jiang
76e75179a3 (DoList) combines match and search work now 2008-04-25 12:55:50 +00:00
Weakish Jiang
b40a3c1e54 smarter error report 2008-04-25 12:41:37 +00:00
Weakish Jiang
b3c86fc3d4 readd action list 2008-04-25 12:02:14 +00:00
Weakish Jiang
fe047a49c4 rollback to 1.10. 2008-04-25 12:00:00 +00:00
Weakish Jiang
a8e38ddbc2 (DoList): Now both match and search work. 2008-04-25 11:57:24 +00:00
Weakish Jiang
bdc083c7e2 ($Action, DoList) Add new action list 2008-04-25 09:48:28 +00:00
Radomir Dopieralski
35b3530ced Fixed previous commit in list-search.pl 2007-11-13 20:24:50 +00:00
Radomir Dopieralski
091317f51d Allow to use search-list module with empty parameter -- look fo the current page name then. Useful for category pages. 2007-11-13 20:22:05 +00:00
Alex Schroeder
71d3e72075 (SearchListRule): Initialize %hash
correctly.
2006-06-06 22:59:21 +00:00
Alex Schroeder
a5dee96424 (SearchListRule): Use GetPageLink. 2006-06-06 20:15:27 +00:00
Alex Schroeder
4d25e238d7 (SearchListRule): Use <list>. 2006-06-05 00:17:01 +00:00
Alex Schroeder
0910c9c651 (SearchListRule): No longer require double quotes around search term. 2006-06-05 00:04:27 +00:00
Alex Schroeder
9c3093818b (SearchListSort): Removed.
(SearchListRule): Sort if requested. Use PageSort() if defined.
2006-06-04 23:36:52 +00:00
Alex Schroeder
101e000122 (SearchListRule): Only match at the beginning of a line. 2006-06-04 22:40:08 +00:00
Alex Schroeder
3748eff001 (SearchListSort): New.
(SearchListRule): Use it.
2006-06-04 22:39:04 +00:00
Alex Schroeder
e01641e80b New, <search list "pattern"> 2006-06-04 21:58:54 +00:00