summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-18added "ed" to "borrowed" (d'uh)Derek Allard1-1/+1
2008-07-18modified credits page to "ExpressionEngine Development Team".Derek Allard1-10/+6
2008-07-16fixed a series of "next" and "previous" topic links that pointed to the wrong...Derek Allard24-24/+24
2008-07-16added a note re: cachingDerek Allard1-1/+2
2008-07-16Added a few openxml document mime types, and an additional mobile agent to mi...Derek Allard2-1/+3
2008-07-16added 'SymbianOS' to mobile user agentsDerek Allard1-0/+1
2008-07-13removed unnecessary foreach() loop for a str_replace()Derek Jones1-4/+1
2008-07-13adds vs add typo fixDerek Allard2-2/+2
2008-07-11fixed an exampleDerek Allard1-4/+4
2008-07-09guide typoDerek Allard2-1/+2
2008-07-03re-included URL encoded characters within _remove_invisible_characters() whic...Derek Jones2-2/+4
2008-07-03changed link and image regex to be more precise in matching tags, reducing fa...Derek Jones1-3/+3
2008-07-01Changed regex for onfoo event handlers to prevent unwanted matching of text s...Derek Jones2-5/+5
2008-06-30added changelog note for number helper improvementDerek Jones1-0/+5
2008-06-30whitespaceDerek Jones1-1/+0
2008-06-30simplified regex for _remove_invisible_characters() - since we rawurldecode()...Derek Jones2-6/+9
2008-06-30fixed some whitespace in the number helper and improved on the calculation me...Derek Jones1-9/+9
2008-06-29cleaned up changelog to put in line with 1.6.3 releaseDerek Jones1-6/+3
2008-06-27wheee! fixing svn revision number in changelogDerek Jones1-1/+1
2008-06-27added language helper to user guide tocDerek Jones3-1/+3
2008-06-27Moved the <label> output ability from the language library to a language help...Derek Jones5-15/+160
2008-06-27Documented the language file use of byte_format() in the number helper.Derek Allard2-1/+11
2008-06-27Fixed a double opening &lt;p&gt; tag in the index pages of each system direct...Derek Allard32-248/+98
2008-06-27Minor example fix in Number helperDerek Allard2-1/+10
2008-06-27finalized 1.6.3 changelog for releaseDerek Jones1-1/+2
2008-06-27upgrade instructionsDerek Allard3-1/+102
2008-06-27changed user guide version to 1.6.3Derek Jones114-117/+117
2008-06-27bump CI_VERSION to 1.6.3Derek Allard1-1/+1
2008-06-26changed your-site.com to example.com doc-wideDerek Jones26-77/+77
2008-06-26Number helper uses lang filesDerek Allard2-5/+18
2008-06-26fix up where_in examplesDerek Allard1-4/+4
2008-06-25guide linking to wrong pages fixDerek Allard2-2/+2
2008-06-25fixed accidental removal of $converted_string in xss_clean() for image compar...Derek Jones1-0/+5
2008-06-25added a bit of leeway for images to avoid the more common false-positives tha...Derek Jones1-2/+11
2008-06-25Further improvements to xss_clean()Derek Jones1-47/+83
2008-06-22added some missing ; to examplesDerek Allard1-10/+5
2008-06-21documentation fix, horizontal to verticalDerek Allard1-1/+1
2008-06-20Added the ability to automatically output language items as form labels in th...Derek Allard3-3/+22
2008-06-20Added get_post() to the Input class.Derek Allard3-0/+36
2008-06-19(no commit message)Derek Allard1-67/+71
2008-06-19added terabytes to number helperDerek Allard5-2/+106
2008-06-19added a Number helperDerek Jones2-0/+69
2008-06-19changelog note that I removed maxlength and size as automatically added attri...Derek Allard1-0/+1
2008-06-19removed maxlength and size as automatically added attributes in form helperDerek Allard1-1/+1
2008-06-16correcting some docblock commentsDerek Allard5-15/+15
2008-06-15userguide typo fixDerek Allard2-2/+2
2008-06-13Added "Using Associative Arrays In a Request Parameter" example to the XMLRPC...Derek Allard2-2/+30
2008-06-09Added a language key for valid_emails in validation_lang.php.Derek Allard2-2/+4
2008-06-06added quoted-printable headers when $this->send_multipart has been manually c...Derek Jones2-1/+3
2008-06-06Removed an unused Router reference in _display_cache().Derek Allard3-4/+3