Age | Commit message (Collapse) | Author | Files | Lines |
|
calcluated incorrectly
|
|
|
|
|
|
|
|
the general session data
|
|
|
|
and rename the uploaded file.
|
|
|
|
|
|
http://codeigniter.com/bug_tracker/bug/6500/
|
|
$this->newline is fully stripped when the "mail" protocol is used, regardless of whether \r, \n, or \r\n is used.
http://codeigniter.com/bug_tracker/bug/6669/
|
|
|
|
eval(), plugging an arbitrary script execution hole
http://codeigniter.com/bug_tracker/bug/6068/
|
|
between multipart headers and the ignored MIME message area
http://codeigniter.com/bug_tracker/bug/6681/
|
|
without the controller name in the URL
http://codeigniter.com/bug_tracker/bug/6517/
|
|
|
|
|
|
|
|
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.
|