Commit Graph

29 Commits

Author SHA1 Message Date
Alex Schroeder
5f019a6ce2 No more /o, modifiers sorted alphabetically 2015-08-23 21:22:12 +03:00
Alex Schroeder
0ec8dd44e6 use v5.10 everywhere + enabled test in meta.t 2015-08-18 10:48:03 +02:00
Alex Schroeder
5d2db4b547 No more "use vars"! 2015-04-10 13:31:28 +03:00
Alex Schroeder
a4e0e5a9be "use strict;" in modules (some modules have problems) 2015-03-27 03:01:01 +02:00
Alex Schroeder
6b1c65bc8d '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
e6d3ad8382 Fixed typo in AddModuleDescription sub name 2014-08-21 22:23:23 +02:00
Alex Schroeder
17bd795ef0 Automatically reformatted modules 2014-08-21 07:29:46 +03:00
Alex Schroeder
7344702426 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
0afe03e75c Merge branch 'master' of git.sv.gnu.org:/srv/git/oddmuse 2013-08-31 21:35:16 +02:00
Alex Schroeder
5888026435 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
208ec56432 Added support for tt distinct from code. 2013-08-25 00:36:41 +02:00
Alex Schroeder
de5da95503 Added support for sub and sup tags. 2013-01-07 13:51:39 +01:00
Alex Schroeder
c9e39a4c19 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
775af7cd4d (bbCodeRule): Add class for the div generated by [center], [left] and
[right].
2011-03-15 11:01:07 +00:00
Alex Schroeder
7288cbf187 support left and right 2011-03-15 01:06:43 +00:00
Alex Schroeder
1815a9268a Implement hightlight tag. 2011-03-06 21:08:23 +00:00
Alex Schroeder
0355f4b712 Fix [/code] handling. 2010-09-21 11:04:59 +00:00
Alex Schroeder
b8c40051b8 (bbCodeRule): Fix closing of s and strike
blocks.
2010-03-08 22:52:59 +00:00
Alex Schroeder
1bb63b1d9b (bbCodeRule): s and strike. 2010-01-28 10:51:37 +00:00
Alex Schroeder
5325a175e6 (bbCodeRule): Support bullet lists, but no
nesting of block level elements.
2010-01-21 18:00:48 +00:00
Alex Schroeder
b2416bf24b Whitespace 2008-12-16 01:16:59 +00:00
Alex Schroeder
90fcfea4ec Updated to GPLv3. 2008-06-26 07:57:51 +00:00
Alex Schroeder
db5ed584cd (bbCodeRule): Implemented [center]. 2008-06-26 07:46:53 +00:00
Alex Schroeder
41dcfdf659 (bbCodeRule): Fix handling of block level
elements closing.
2008-05-09 14:02:47 +00:00
Alex Schroeder
871a3730bc (bbCodeRule): Support for h1-h6. 2007-01-31 23:49:38 +00:00
Alex Schroeder
c834ee09d7 (bbCodeRule): Added smiley fallback. 2007-01-31 08:35:27 +00:00
Alex Schroeder
ca1754c700 (bbCodeRule): Added smiley fallback. 2007-01-31 08:31:34 +00:00
Alex Schroeder
b423831a85 (bbCodeRule): Added support for url, img,
quote, and code.
2007-01-31 08:23:19 +00:00
Alex Schroeder
476ab7dd7a New file. 2007-01-30 15:36:05 +00:00