summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-08-13updated time zone list and offsets to match the world's current time zonesDerek Jones3-63/+83
2008-08-12spelling correctionDerek Allard1-1/+1
2008-08-12Added newline character in between hidden fieldsRick Ellis1-0/+1
2008-08-12(no commit message)Rick Ellis1-0/+1
2008-08-12(no commit message)Rick Ellis1-2/+13
2008-08-12(no commit message)Rick Ellis1-2/+2
2008-08-12Added support for libraries in subdirectoriesRick Ellis1-2/+22
2008-08-10image_heigth to image_heightDerek Allard2-2/+2
2008-08-07tightened human time stamp validation regexDerek Jones2-1/+2
2008-08-06added killing of nulls to _prep_quoted_printable()Derek Jones1-1/+4
2008-08-06fixed bug where dechex() was being fed the wrong variable for encoding space ↵Derek Jones2-1/+2
and tab characters at the end of a line of quoted-printable encoded content
2008-07-25quotes to an example in DBforgeDerek Allard2-2/+2
2008-07-25put $robots back into user_agents.phpDerek Jones2-0/+12
2008-07-21removing stray quotesDerek Allard1-1/+1
2008-07-21Removed added newlines ("\n") from most form and html helper functions.Derek Allard3-10/+16
2008-07-20guide example fix for form_hiddenDerek Allard2-2/+2
2008-07-18(no commit message)Derek Allard1-1/+1
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 ↵Derek Allard24-24/+24
wrong pages.
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 ↵Derek Allard2-1/+3
mimes.php and user_agents.php respectively.
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() ↵Derek Jones2-2/+4
which were mistakenly pulled out in a previous commit, not released
2008-07-03changed link and image regex to be more precise in matching tags, reducing ↵Derek Jones1-3/+3
false positive matches
2008-07-01Changed regex for onfoo event handlers to prevent unwanted matching of text ↵Derek Jones2-5/+5
such as locatiON, cONtent, etc.
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 ↵Derek Jones2-6/+9
rawurldecode() the string, there's no need to go looking for url encoded characters here
2008-06-30fixed some whitespace in the number helper and improved on the calculation ↵Derek Jones1-9/+9
method
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 ↵Derek Jones5-15/+160
helper (hotfix for 1.6.3)
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 ↵Derek Allard32-248/+98
directory.
2008-06-27Minor example fix in Number helperDerek Allard2-1/+10
Added 1.6.4 to changelog page
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
Bytes use whole numbers (123.0 bytes is just silly)
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 ↵Derek Jones1-0/+5
comparison