Age | Commit message (Collapse) | Author | Files | Lines |
|
HTTP_X_FORWARDED_FOR header safely to determine the visitor's IP address
|
|
|
|
|
|
immediately followed by another tag.
|
|
contain, but do not start/finish with block level elements.
|
|
|
|
|
|
|
|
block matching, etc.
|
|
|
|
character entity e.g.
&foo you know?
would become
&foo;you know?
instead of
&foo; you know?
|
|
Manipulation Class.
|
|
|
|
convert them all at once or either your opening or your ending (whichever you process first) is going to be too greedy.
|
|
syntax in from()
|
|
|
|
when required
|
|
|
|
|
|
|
|
simplified paragraph tag cleanup regex
|
|
removed some unneeded whitespace
|
|
|
|
alphabetical order, added corresponding changelog note
|
|
|
|
|
|
|
|
are encountered.
|
|
|
|
|
|
was incorrectly matching in cases like
<p></p><blockquote><p>
resulting in a removal of the paragraph tag from within the blockquote.
also tweaked some looping code to make it a hair more efficient
|
|
when "matching" one field to another.
|
|
|
|
|
|
of tags were enountered
|
|
|
|
|
|
|
|
ignoring config files unless they were named with the correct case
|
|
"required" rule.
|
|
|
|
|
|
|
|
|
|
|
|
if (substr($ip_segments[0], 0, 1) == '0')
to
if ($ip_segments[0][0] == '0')
|
|
-Derek
|
|
|
|
|
|
|