Age | Commit message (Expand) | Author | Files | Lines |
2013-02-15 | Fix some stuff from recent pull requests | Andrey Andreev | 1 | -3/+3 |
2013-02-15 | Merge pull request #2243 from chrispassas/develop | Andrey Andreev | 1 | -0/+1 |
2013-02-15 | Various cosmetic fixes | vlakoff | 4 | -6/+6 |
2013-02-13 | changes according to narfbg's request | Tim | 1 | -1/+3 |
2013-02-13 | Added support for changing the default log file extension from .php to whatev... | Chris Passas | 1 | -0/+1 |
2013-02-04 | Add entry in user guide changelog. | Sajan Parikh | 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-30 | Fix/improve #2211 | Andrey Andreev | 1 | -0/+1 |
2013-01-29 | fixed #2207 user guide error | Bo-Yi Wu | 1 | -2/+2 |
2013-01-29 | Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename() | Andrey Andreev | 1 | -0/+2 |
2013-01-29 | [ci skip] Add some changelog entries | Andrey Andreev | 1 | -3/+9 |
2013-01-28 | Merge pull request #2203 from vlakoff/develop | Andrey Andreev | 1 | -2/+2 |
2013-01-28 | Adjustments in routing documentation | vlakoff | 1 | -2/+2 |
2013-01-28 | Fix issue #2202 and alter Loader Class docs | Andrey Andreev | 1 | -74/+72 |
2013-01-28 | Libraries' filenames must be named in a ucfirst-like manner | Andrey Andreev | 1 | -5/+29 |
2013-01-24 | Move db_select() call from CI_DB_driver::initialize() to db_connect() | Andrey Andreev | 2 | -1/+2 |
2013-01-23 | Removed slash from URI helper doc | Melvin Lammerts | 1 | -2/+2 |
2013-01-21 | Partially implement PR #2155 | Andrey Andreev | 1 | -0/+1 |
2013-01-15 | [ci skip] Fix issue #2157 - docs on the email library | Andrey Andreev | 1 | -23/+29 |
2013-01-12 | Implement autoload model aliasing (#2117) | Andrey Andreev | 2 | -1/+2 |
2013-01-10 | Fix SQLSRV escape_str() | Andrey Andreev | 1 | -0/+1 |
2013-01-09 | Syntax fixes in documentation source | vlakoff | 7 | -51/+51 |
2013-01-03 | Merge pull request #2075 from sourcejedi/patch-1 | Andrey Andreev | 1 | -5/+5 |
2013-01-03 | doc: fix table markup in previous commit | Alan Jenkins | 1 | -3/+3 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 4 | -7/+7 |
2012-12-20 | [ci skip] Minor style/spacing changes following PR #2087 | Andrey Andreev | 1 | -1/+1 |
2012-12-20 | fixes #2081 : fix change log entry | Andrew Podner | 1 | -1/+1 |
2012-12-20 | fixes #2081 : change parameter/variable name to 'foreign_key_checks', update ... | Andrew Podner | 2 | -15/+16 |
2012-12-19 | Resolves issue #2081 : provides an option to include statements to disable an... | Andrew Podner | 1 | -13/+14 |
2012-12-17 | Fix 2073 | Andrey Andreev | 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 | 3 | -82/+116 |
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 | 110 | -2809/+5599 |
2012-12-08 | Added changelog entry. | Aaron Adams | 1 | -0/+1 |
2012-12-07 | [ci skip] Correct a changelog entry | Andrey Andreev | 1 | -1/+1 |
2012-12-07 | Fix issue #2061 | Andrey Andreev | 1 | -0/+1 |
2012-12-04 | Rename DB_result _data_seek() to data_seek() and make it publicly available | Andrey Andreev | 2 | -12/+39 |
2012-12-03 | Add min_width and min_height options to the Upload class | Andrey Andreev | 2 | -47/+56 |
2012-12-03 | Improve schema support for Postgre | Andrey Andreev | 1 | -0/+1 |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -2/+2 |
2012-11-30 | Add CI_Output::delete_cache() | Andrey Andreev | 2 | -4/+12 |
2012-11-29 | Fix #2041 | Andrey Andreev | 1 | -18/+19 |
2012-11-29 | Added CI_Output::get_header() | Andrey Andreev | 2 | -6/+27 |
2012-11-26 | Language helper lang() to accept optional HTML attributes | Andrey Andreev | 2 | -6/+7 |
2012-11-26 | Implement cascade-style loading of language files | Andrey Andreev | 2 | -25/+22 |
2012-11-26 | Add 'valid_url' rule to Form Validation (issue #1966) | Andrey Andreev | 2 | -2/+4 |
2012-11-26 | CI_Email::print_debugger() option to limit the type of data to be printed | Andrey Andreev | 2 | -1/+12 |