Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-27 | Fixed the spelling of "respberry" in config/smileys.php | Derek Allard | 1 | -0/+1 | |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -0/+3 | |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -2/+57 | |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -0/+2 | |
2008-08-26 | File not needed | Rick Ellis | 1 | -113/+0 | |
2008-08-26 | Added Form Validation Library and updated docs | Rick Ellis | 120 | -134/+1443 | |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 117 | -117/+117 | |
Made some doc style changes | |||||
2008-08-26 | (no commit message) | Rick Ellis | 1 | -25/+24 | |
2008-08-26 | Adding images folder | Rick Ellis | 4 | -0/+0 | |
2008-08-26 | Fixed a typo | Rick Ellis | 1 | -1/+1 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -1/+29 | |
2008-08-21 | typo in xmlrpc | Derek Allard | 2 | -2/+2 | |
2008-08-21 | added user_data field to sessions userguide page | Derek Allard | 1 | -0/+1 | |
2008-08-21 | further whitespace fixes | Derek Allard | 12 | -254/+202 | |
2008-08-21 | whitespace fixes | Derek Allard | 1 | -150/+149 | |
a minor re-ordering of the changelog | |||||
2008-08-21 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -0/+113 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -19/+50 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -14/+35 | |
2008-08-20 | Changed the output of the profiler to use style attribute rather then clear, ↵ | Derek Allard | 1 | -2/+8 | |
and added the id "codeigniter_profiler" to the container div | |||||
2008-08-20 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-08-20 | Added descriptions for current_url() and uri_segments() | Rick Ellis | 1 | -0/+12 | |
2008-08-15 | changed entity standardization to require at least two characters after an ↵ | Derek Jones | 1 | -0/+1 | |
ampersand before forcing a semi-colon | |||||
2008-08-13 | updated time zone list and offsets to match the world's current time zones | Derek Jones | 1 | -0/+1 | |
2008-08-12 | spelling correction | Derek Allard | 1 | -1/+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-10 | image_heigth to image_height | Derek Allard | 2 | -2/+2 | |
2008-08-07 | tightened human time stamp validation regex | Derek Jones | 1 | -0/+1 | |
2008-08-06 | fixed bug where dechex() was being fed the wrong variable for encoding space ↵ | Derek Jones | 1 | -0/+1 | |
and tab characters at the end of a line of quoted-printable encoded content | |||||
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 | 1 | -0/+1 | |
2008-07-21 | Removed added newlines ("\n") from most form and html helper functions. | Derek Allard | 1 | -0/+1 | |
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 ↵ | Derek Allard | 24 | -24/+24 | |
wrong pages. | |||||
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 ↵ | Derek Allard | 1 | -0/+1 | |
mimes.php and user_agents.php respectively. | |||||
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() ↵ | Derek Jones | 1 | -1/+1 | |
which were mistakenly pulled out in a previous commit, not released | |||||
2008-07-01 | Changed regex for onfoo event handlers to prevent unwanted matching of text ↵ | Derek Jones | 1 | -1/+1 | |
such as locatiON, cONtent, etc. | |||||
2008-06-30 | added changelog note for number helper improvement | Derek Jones | 1 | -0/+5 | |
2008-06-30 | simplified regex for _remove_invisible_characters() - since we ↵ | Derek Jones | 1 | -1/+5 | |
rawurldecode() the string, there's no need to go looking for url encoded characters here |