Aleks-Daniel Jakimenko
4eef4d2d76
No more /o, modifiers sorted alphabetically
2015-08-23 21:22:12 +03:00
Alex Schroeder
58e9a1e240
use v5.10 everywhere + enabled test in meta.t
2015-08-18 10:48:03 +02:00
Alex Schroeder
642cec5e7d
Fix utf8 encoding and enable meta test
...
We now check POD and code with two separate checks. One checks for use
utf8, the other checks for =encoding utf8.
2015-07-28 23:02:23 +02: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
873ce10ced
permanent-anchors.pl: report page deletion status
...
Make sure the status is returned if page deletion fails.
2014-09-12 11:50:51 +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
db856eea35
(NewPermanentAnchorsGetPageContent): Bugfix.
2007-12-09 22:08:50 +00:00
Alex Schroeder
00f38a3fc5
(NewPermanentAnchorsGetPageContent): Experimental support for
...
"anchored objects".
2007-12-09 01:27:21 +00:00
Alex Schroeder
a8d04c6b14
(PermanentAnchorsRule): Permanent
...
anchor definitions are dirty, thus print instead of return the
HTML string.
2007-10-05 23:52:24 +00:00
Alex Schroeder
9028100e14
Updated copyright years based on the earliest mention in the ChangeLog
...
file.
2007-10-02 09:54:50 +00:00
Alex Schroeder
3d33c488e5
Fix POD.
2007-10-02 09:34:12 +00:00
Alex Schroeder
de0b6c7189
(GetPermanentAnchor): Use
...
NormalToFree in the warning message.
(NewPermanentAnchorsGetHistoryLine): New. Allow viewing of old
revisions of pages where a permanent anchor of the same name
exists.
2007-09-29 16:06:15 +00:00
Alex Schroeder
3ae1aa3686
Moved code here and rewrote
...
it somewhat. Use @IndexOptions to reintroduce permanent anchors
into the list of all pages.
2007-09-27 15:58:56 +00:00