forked from merk/StringParser_BBCode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
100 lines (77 loc) · 3.57 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
-- Changes until version 0.3.3
2008-03-27 Christian Seiler <[email protected]>
* stringparser_bbcode.class.php:
fixed regression in handling of case insensitive codes
-- Changes until version 0.3.2b
2007-12-27 Christian Seiler <[email protected]>
* stringparser_bbcode.class.php:
removed forgotten debug output
-- Changes until version 0.3.2
2007-12-10 Christian Seiler <[email protected]>
* stringparser_bbcode.class.php:
fixed bug in handling of case insensitive codes,
fixed nasty bug that made [list][*][*][/list] misbehave
* Documentation: Changed example to prevent XSS attacks.
* Changed license to MIT license
-- Changes until version 0.3.1
2006-04-23 Christian Seiler <[email protected]>
* stringparser_bbcode.class.php:
fixed nasty bug in _findNamedNode(),
fixed really nasty bug that newly occured in 0.3.0
(usecontent? and callback_replace? were swapped)
-- Changes until version 0.3.0
2006-04-23 Christian Seiler <[email protected]>
* stringparser.class.php:
corrected several phpdoc comments, made removeChild method
public, fixed nasty bug in removeChild, fixed notice that
occurs in new PHP versions
* stringparser_bbcode.class.php:
corrected several phpdoc comments, added support for mixed
attribute types ([code=foo attr=bar]), added support for
code revalidation on close tag occurrence, added support
for usecontent? the other way round (callback_replace?)
-- Changes until version 0.2.5
2005-08-14 Christian Seiler <[email protected]>
* stringparser.class.php: Added type () function for
StringParser_Node, small bugfix in StringParser_Node_Text
constructor, improved phpdoc comments a bit
* stringparser_bbcode.class.php: Added global case sensitive option,
improved inline documentation, added setFlag function to
StringParser_Node, fixed (PHP4 specific) bug in validate
-- Changes until version 0.2.4-beta2:
2005-05-21 Christian Seiler <[email protected]>
* stringparser_bbcode.class.php:
fixed some bugs
-- Changes until version 0.2.4-beta1:
2005-05-21 Christian Seiler <[email protected]>
* stringparser_bbcode.class.php:
minor bugfix in paragraph handling, support of multiple
'usecontent?'-parameters, project version now specified in source
code
* stringparser.class.php: project version now specified in source code
* doc/de/kapitel2.html, doc/en/chapter2.html: updated documentation
to describe the use of multiple 'usecontent?'-parameters
-- Changes until version 0.2.3:
2005-03-14 Christian Seiler <[email protected]>
* stringparser_bbcode.class.php:
fixed two bug, one could cause a fatal error
2005-02-03 Christian Seiler <[email protected]>
* stringparser_bbcode.class.php:
major bugfix regarding paragraph handling
2004-12-25 Christian Seiler <[email protected]>
* stringparser_bbcode.class.php:
minor bug fix, added case insensibility feature
2004-11-13 Christian Seiler <[email protected]>
* stringparser.class.php, stringparser_bbcode.class.php:
minor bug fixes, added license information
to head
2004-11-10 Christian Seiler <[email protected]>
* stringparser_bbcode.class.php:
modified settype() calls to work with php < 4.2
2004-11-08 Christian Seiler <[email protected]>
* stringparser_bbcode.class.php:
changed require to require_once
2004-11-03 Christian Seiler <[email protected]>
* stringparser.class.php, stringparser_bbcode.class.php:
removed every call-time pass-by-reference to ensure
the class works with PHP 5