Age | Commit message (Expand) | Author | Files | Lines |
2014-01-24 | Righting a wrong in the Session library | Andrey Andreev | 1 | -2/+2 |
2014-01-10 | documentation repairs | Petr Heralecky | 1 | -1/+1 |
2014-01-10 | attach files by absolute url | Petr Heralecky | 1 | -0/+4 |
2014-01-10 | Further changes related to PR #2807 | Andrey Andreev | 1 | -7/+7 |
2014-01-10 | styleguided | Petr Heralecky | 1 | -9/+9 |
2014-01-10 | Added Email::attach_cid() returning CID | Petr Heralecky | 1 | -2/+22 |
2014-01-09 | fix doc warnings | Connor Tumbleson | 1 | -5/+5 |
2014-01-09 | Merge pull request #2802 from marcossffilho/develop | Andrey Andreev | 1 | -16/+25 |
2014-01-09 | Updates for the Calendar Pull Request | Marcos SF Filho | 1 | -14/+14 |
2014-01-09 | Fixed coding styles in form_validation.rst | Ahmedul Haque Abid | 1 | -3/+3 |
2014-01-09 | Changed the rest of 'error_msg' to 'errors' | Ahmedul Haque Abid | 1 | -1/+1 |
2014-01-09 | Added spaces between parameters and fixed the arrays to be more readable. | Ahmedul Haque Abid | 1 | -12/+16 |
2014-01-09 | Changed $error_msg to $errors | Ahmedul Haque Abid | 1 | -2/+2 |
2014-01-08 | Unnecessary rtrim and update docs for Calendar class | Marcos SF Filho | 1 | -16/+25 |
2014-01-08 | Added custom error messages functionality for individual fields. | Ahmedul Haque Abid | 1 | -5/+22 |
2014-01-08 | Make newline standardization configurable | Andrey Andreev | 1 | -1/+2 |
2013-12-17 | Fix #2775 (security lib docs) | Andrey Andreev | 1 | -4/+4 |
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl... | Andrey Andreev | 1 | -0/+3 |
2013-10-29 | Update sess_time_to_update description (rel #2397) | Andrey Andreev | 1 | -2/+3 |
2013-10-29 | newline at the eof | Kakysha | 1 | -1/+1 |
2013-10-29 | Update caching.rst | kakysha | 1 | -1/+1 |
2013-10-28 | Update Redis Caching block | kakysha | 1 | -6/+17 |
2013-10-21 | Add CI_Upload:: option | Andrey Andreev | 1 | -0/+5 |
2013-10-16 | Changelog/doc edits following PR #2684 | Andrey Andreev | 1 | -0/+5 |
2013-09-15 | Adding missing reference to min_length in rules reference | AdwinTrave | 1 | -0/+1 |
2013-08-28 | [ci skip] Fix a documentation error | Andrey Andreev | 1 | -1/+1 |
2013-08-11 | Input class: change behavior of get_post() method, add post_get() method | vlakoff | 1 | -4/+12 |
2013-07-24 | config->item() now returns NULL instead of FALSE when the required item doesn... | vlakoff | 1 | -1/+1 |
2013-07-23 | Loader changes & optimizations related to issue #2551 | Andrey Andreev | 1 | -0/+26 |
2013-07-22 | Change class filenames to Ucfirst | Andrey Andreev | 4 | -5/+5 |
2013-06-28 | Update library documentation and changelog | Adrian | 1 | -0/+1 |
2013-06-20 | fixed typo in guide/lib/xmlrpc.rst | Michael Zimmer | 1 | -1/+1 |
2013-03-26 | There are 21 preferences, not 17 | Darren Benney | 1 | -1/+1 |
2013-02-21 | Fix #2273 | Cory | 1 | -1/+1 |
2013-02-18 | Clean up | nisheeth-barthwal | 1 | -0/+1 |
2013-02-04 | Cleaned up for pull request. | Sajan Parikh | 1 | -2/+2 |
2013-02-02 | Fixed documentation. | Sajan Parikh | 1 | -2/+4 |
2013-01-28 | Fix issue #2202 and alter Loader Class docs | Andrey Andreev | 1 | -74/+72 |
2013-01-15 | [ci skip] Fix issue #2157 - docs on the email library | Andrey Andreev | 1 | -23/+29 |
2013-01-09 | Syntax fixes in documentation source | vlakoff | 2 | -3/+3 |
2013-01-03 | doc: fix table markup in previous commit | Alan Jenkins | 1 | -3/+3 |
2012-12-16 | doc: xss_clean() method is in Security, not Input | Alan Jenkins | 1 | -2/+2 |
2012-12-14 | Fix issue #539 | Andrey Andreev | 1 | -75/+77 |
2012-12-13 | Remove slash! | Eric Roberts | 1 | -1/+1 |
2012-12-12 | Format tweaks | Eric Roberts | 1 | -2/+2 |
2012-12-12 | Merge branch 'refs/heads/develop' into feature/form_error_msgs | Eric Roberts | 23 | -482/+1090 |
2012-12-03 | Add min_width and min_height options to the Upload class | Andrey Andreev | 1 | -45/+53 |
2012-11-29 | Added CI_Output::get_header() | Andrey Andreev | 1 | -5/+25 |
2012-11-26 | Implement cascade-style loading of language files | Andrey Andreev | 1 | -22/+18 |
2012-11-26 | Add 'valid_url' rule to Form Validation (issue #1966) | Andrey Andreev | 1 | -0/+1 |