Age | Commit message (Expand) | Author | Files | Lines |
2008-08-12 | Added newline character in between hidden fields | Rick Ellis | 1 | -0/+1 |
2008-08-12 | (no commit message) | Rick Ellis | 1 | -0/+1 |
2008-08-12 | (no commit message) | Rick Ellis | 1 | -2/+13 |
2008-08-12 | (no commit message) | Rick Ellis | 1 | -2/+2 |
2008-08-12 | Added support for libraries in subdirectories | Rick Ellis | 1 | -2/+22 |
2008-08-10 | image_heigth to image_height | Derek Allard | 2 | -2/+2 |
2008-08-07 | tightened human time stamp validation regex | Derek Jones | 2 | -1/+2 |
2008-08-06 | added killing of nulls to _prep_quoted_printable() | Derek Jones | 1 | -1/+4 |
2008-08-06 | fixed bug where dechex() was being fed the wrong variable for encoding space ... | Derek Jones | 2 | -1/+2 |
2008-07-25 | quotes to an example in DBforge | Derek Allard | 2 | -2/+2 |
2008-07-25 | put $robots back into user_agents.php | Derek Jones | 2 | -0/+12 |
2008-07-21 | removing stray quotes | Derek Allard | 1 | -1/+1 |
2008-07-21 | Removed added newlines ("\n") from most form and html helper functions. | Derek Allard | 3 | -10/+16 |
2008-07-20 | guide example fix for form_hidden | Derek Allard | 2 | -2/+2 |
2008-07-18 | (no commit message) | Derek Allard | 1 | -1/+1 |
2008-07-18 | added "ed" to "borrowed" (d'uh) | Derek Allard | 1 | -1/+1 |
2008-07-18 | modified credits page to "ExpressionEngine Development Team". | Derek Allard | 1 | -10/+6 |
2008-07-16 | fixed a series of "next" and "previous" topic links that pointed to the wrong... | Derek Allard | 24 | -24/+24 |
2008-07-16 | added a note re: caching | Derek Allard | 1 | -1/+2 |
2008-07-16 | Added a few openxml document mime types, and an additional mobile agent to mi... | Derek Allard | 2 | -1/+3 |
2008-07-16 | added 'SymbianOS' to mobile user agents | Derek Allard | 1 | -0/+1 |
2008-07-13 | removed unnecessary foreach() loop for a str_replace() | Derek Jones | 1 | -4/+1 |
2008-07-13 | adds vs add typo fix | Derek Allard | 2 | -2/+2 |
2008-07-11 | fixed an example | Derek Allard | 1 | -4/+4 |
2008-07-09 | guide typo | Derek Allard | 2 | -1/+2 |
2008-07-03 | re-included URL encoded characters within _remove_invisible_characters() whic... | Derek Jones | 2 | -2/+4 |
2008-07-03 | changed link and image regex to be more precise in matching tags, reducing fa... | Derek Jones | 1 | -3/+3 |
2008-07-01 | Changed regex for onfoo event handlers to prevent unwanted matching of text s... | Derek Jones | 2 | -5/+5 |
2008-06-30 | added changelog note for number helper improvement | Derek Jones | 1 | -0/+5 |
2008-06-30 | whitespace | Derek Jones | 1 | -1/+0 |
2008-06-30 | simplified regex for _remove_invisible_characters() - since we rawurldecode()... | Derek Jones | 2 | -6/+9 |
2008-06-30 | fixed some whitespace in the number helper and improved on the calculation me... | Derek Jones | 1 | -9/+9 |
2008-06-29 | cleaned up changelog to put in line with 1.6.3 release | Derek Jones | 1 | -6/+3 |
2008-06-27 | wheee! fixing svn revision number in changelog | Derek Jones | 1 | -1/+1 |
2008-06-27 | added language helper to user guide toc | Derek Jones | 3 | -1/+3 |
2008-06-27 | Moved the <label> output ability from the language library to a language help... | Derek Jones | 5 | -15/+160 |
2008-06-27 | Documented the language file use of byte_format() in the number helper. | Derek Allard | 2 | -1/+11 |
2008-06-27 | Fixed a double opening <p> tag in the index pages of each system direct... | Derek Allard | 32 | -248/+98 |
2008-06-27 | Minor example fix in Number helper | Derek Allard | 2 | -1/+10 |
2008-06-27 | finalized 1.6.3 changelog for release | Derek Jones | 1 | -1/+2 |
2008-06-27 | upgrade instructions | Derek Allard | 3 | -1/+102 |
2008-06-27 | changed user guide version to 1.6.3 | Derek Jones | 114 | -117/+117 |
2008-06-27 | bump CI_VERSION to 1.6.3 | Derek Allard | 1 | -1/+1 |
2008-06-26 | changed your-site.com to example.com doc-wide | Derek Jones | 26 | -77/+77 |
2008-06-26 | Number helper uses lang files | Derek Allard | 2 | -5/+18 |
2008-06-26 | fix up where_in examples | Derek Allard | 1 | -4/+4 |
2008-06-25 | guide linking to wrong pages fix | Derek Allard | 2 | -2/+2 |
2008-06-25 | fixed accidental removal of $converted_string in xss_clean() for image compar... | Derek Jones | 1 | -0/+5 |
2008-06-25 | added a bit of leeway for images to avoid the more common false-positives tha... | Derek Jones | 1 | -2/+11 |
2008-06-25 | Further improvements to xss_clean() | Derek Jones | 1 | -47/+83 |