Aleks-Daniel Jakimenko
6ba0176f44
div-foo.pl: allow numbers in css classes
2015-05-30 03:47:24 +03:00
Aleks-Daniel Jakimenko
df87ff82c3
No more redundant 'package OddMuse;'
2015-04-27 17:41:59 +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 Jakimenko
3a4236bc45
div-foo.pl: syntax for setting the "title" attribute; /x in regexes
...
The syntax is <class1 class2?My title stuff> ... </>
2015-01-25 06:03:20 +02:00
Alex Jakimenko
65378d91cb
div-foo.pl: more restrictive regexes, added $DivFooPrefix
2014-11-23 23:04:07 +02:00
Alex Jakimenko
7327eb8e0c
div-foo.pl: Support for spans, paragraph problem solved
2014-10-21 16:27:14 +03:00
Alex Jakimenko
f75d415322
Div Foo Extension
2014-09-29 03:46:02 +03:00