Commit Graph

32 Commits

Author SHA1 Message Date
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
dfa71cb2e3 Revert "Changed EN DASH to - in copyright lines"
This reverts commit 06c7fedec0.
2015-07-28 22:44:53 +02:00
Alex Schroeder
06c7fedec0 Changed EN DASH to - in copyright lines
The EN DASH is not really required in year ranges such as 2012–2015 when
we're talking about comments in source code that is probably being
displayed in a fixed font anyway. Changing back to an ordinary hypen
allows us to make a meaningful test for use utf8.
2015-07-28 22:14:37 +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
Alex Schroeder
1d1ab00fb8 anchors.pl supports redirection 2015-03-30 22:09:45 +02:00
Alex Schroeder
e9c9b9c65d anchors.pl: get rid of $free
This was a strange variable that wasn't set anywhere. At the same time,
we fixed the title attribute for bracket links like this: [1].
2015-03-28 14:55:25 +01: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
56e76a4883 Get rid of special cases for RecentChanges. 2014-01-22 01:43:44 +01:00
Alex Schroeder
ef3bde90ac Fix documentation URL 2013-12-21 20:01:58 +01: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
87bb4f84a7 (AnchorsRule): Use an empty string instead of
a single space.
2009-12-06 19:26:33 +00:00
Alex Schroeder
1fedcaf294 (AnchorsRule): Used a space for anchor
definition in order to avoid an empty a element.
2009-12-05 15:09:39 +00:00
Alex Schroeder
128d68c82c copyright year 2005-04-16 08:36:49 +00:00
Alex Schroeder
db150e3d8e (AnchorsRule): Allow [[#foo|bar]] as
suggested by Manni.
2005-03-31 19:32:21 +00:00
Alex Schroeder
42196becd9 (AnchorsRule): Allow free link pattern for
anchor names.
2004-08-17 15:00:42 +00:00
Alex Schroeder
cf1f1bd7a8 (AnchorsRule): Bugfix. 2004-08-06 22:44:26 +00:00
Alex Schroeder
c2713741be (AnchorsRule): Add support for named anchors
in free links.
2004-08-06 22:19:16 +00:00
Alex Schroeder
0562eff6a3 Bugfixing. 2004-08-06 21:47:57 +00:00
Alex Schroeder
357bea1341 (AnchorsRule): Added invisible anchor
definition.
2004-08-06 20:37:57 +00:00
Alex Schroeder
14b763f3c7 Fix for wiki.pl 1.419: Important change in handling rules! Rules are
expected to return undef when they did not match, and the empty string
if a dirty block was produced.
2004-06-17 01:13:18 +00:00
Alex Schroeder
766c67b818 link to hash 2004-02-09 21:49:14 +00:00
Alex Schroeder
b84a50d5c3 don't print hash 2004-02-09 21:48:16 +00:00
Alex Schroeder
d41c597364 no free link page name 2004-02-09 21:44:12 +00:00
Alex Schroeder
f6750b9452 no rule to create local anchors 2004-02-09 21:40:47 +00:00
Alex Schroeder
f84fcc73d3 fixed bugs 2004-02-09 21:38:20 +00:00
Alex Schroeder
452c6299bf AnchorsRule 2004-02-09 21:02:46 +00:00
Alex Schroeder
1f258ddd47 *** empty log message *** 2004-02-09 20:51:40 +00:00