Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 122 | -135/+1468 | |
2008-08-26 | Added some new functions that work with the new form validation class | Rick Ellis | 1 | -14/+321 | |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -0/+1220 | |
2008-08-26 | Made some changes for compatibility with the new form validation class | Rick Ellis | 1 | -61/+32 | |
2008-08-26 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2008-08-26 | Made a Loader changes so that the new validation class will work. | Rick Ellis | 118 | -122/+126 | |
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-22 | Fixed a comment typo | Rick Ellis | 1 | -1/+1 | |
2008-08-22 | fixed a missing semi colon | Derek Allard | 1 | -1/+2 | |
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 | Added a bit more error trapping in the load() function | Rick Ellis | 1 | -0/+5 | |
2008-08-21 | Added the ability to assign a custom object name when loading a library. | Rick Ellis | 1 | -9/+56 | |
Added some code that looks to see if a library is in a subdirectory if the class is not found, and if the path was not specified | |||||
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 | 21 | -422/+422 | |
a minor re-ordering of the changelog | |||||
2008-08-21 | Fixed a bug in is_natural_no_zero | Rick Ellis | 1 | -1/+11 | |
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 | Updated the Session class so that if a database is being used, any custom ↵ | Rick Ellis | 1 | -213/+254 | |
data is stored to the DB rather then the cookie. | |||||
2008-08-21 | (no commit message) | Rick Ellis | 1 | -30/+30 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -15/+18 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -0/+1 | |
2008-08-21 | (no commit message) | Rick Ellis | 1 | -14/+35 | |
2008-08-21 | Added two new functions: is_natural and is_natural_no_zero | Rick Ellis | 1 | -1/+29 | |
2008-08-20 | Changed the output of the profiler to use style attribute rather then clear, ↵ | Derek Allard | 2 | -4/+10 | |
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-20 | Added current_url() and uri_string() functions to the URL helper | Rick Ellis | 1 | -2/+40 | |
2008-08-15 | changed entity standardization to require at least two characters after an ↵ | Derek Jones | 2 | -1/+2 | |
ampersand before forcing a semi-colon | |||||
2008-08-13 | lines, not arrays, Mr. Jones | Derek Jones | 1 | -40/+40 | |
2008-08-13 | updated time zone list and offsets to match the world's current time zones | Derek Jones | 3 | -63/+83 | |
2008-08-12 | spelling correction | Derek Allard | 1 | -1/+1 | |
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 | |
and tab characters at the end of a line of quoted-printable encoded content |