Commit Graph

29 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
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
a88878dc08 bbcode.pl: Different Unicode smilies.
The smilies now match emoji.p: use 😊 instead of ☺ and 😟 instead of😊☹.
2014-07-04 16:38:32 +02:00
Alex Schroeder
8bb0475ba2 Merge branch 'master' of git.sv.gnu.org:/srv/git/oddmuse 2013-08-31 21:35:16 +02:00
Alex Schroeder
0e66af495b bbCodeRule must come after PortraitSupportRule
If bbCode is interpreted first, it tries to handle [new].
2013-08-31 21:33:42 +02:00
Alex Schroeder
be6752116b Added support for tt distinct from code. 2013-08-25 00:36:41 +02:00
Alex Schroeder
d9a2db5b8d Added support for sub and sup tags. 2013-01-07 13:51:39 +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
5a817f5953 (bbCodeRule): Add class for the div generated by [center], [left] and
[right].
2011-03-15 11:01:07 +00:00
Alex Schroeder
895ce8672b support left and right 2011-03-15 01:06:43 +00:00
Alex Schroeder
0dfdb433a9 Implement hightlight tag. 2011-03-06 21:08:23 +00:00
Alex Schroeder
df3d80dcd3 Fix [/code] handling. 2010-09-21 11:04:59 +00:00
Alex Schroeder
ecfce2dd60 (bbCodeRule): Fix closing of s and strike
blocks.
2010-03-08 22:52:59 +00:00
Alex Schroeder
0eee6c3e8f (bbCodeRule): s and strike. 2010-01-28 10:51:37 +00:00
Alex Schroeder
484720f593 (bbCodeRule): Support bullet lists, but no
nesting of block level elements.
2010-01-21 18:00:48 +00:00
Alex Schroeder
70cb5732c3 Whitespace 2008-12-16 01:16:59 +00:00
Alex Schroeder
40944845d9 Updated to GPLv3. 2008-06-26 07:57:51 +00:00
Alex Schroeder
7355eea52e (bbCodeRule): Implemented [center]. 2008-06-26 07:46:53 +00:00
Alex Schroeder
9ee93f8b1f (bbCodeRule): Fix handling of block level
elements closing.
2008-05-09 14:02:47 +00:00
Alex Schroeder
61eb7aaa33 (bbCodeRule): Support for h1-h6. 2007-01-31 23:49:38 +00:00
Alex Schroeder
1542543d79 (bbCodeRule): Added smiley fallback. 2007-01-31 08:35:27 +00:00
Alex Schroeder
232452615f (bbCodeRule): Added smiley fallback. 2007-01-31 08:31:34 +00:00
Alex Schroeder
599504c1bc (bbCodeRule): Added support for url, img,
quote, and code.
2007-01-31 08:23:19 +00:00
Alex Schroeder
d68957b5cf New file. 2007-01-30 15:36:05 +00:00