Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-11-25 | Merge pull request #2026 from johnathancroom/keep_flash_data_array | Andrey Andreev | 2 | -2/+5 |
2012-11-25 | Changelog change | Johnathan Croom | 1 | -1/+1 |
2012-11-25 | Improved array keey_flashdata + Changelog | Johnathan Croom | 1 | -0/+1 |
2012-11-25 | Added support for extending individual driver classes and driver unit tests | dchill42 | 3 | -11/+13 |
2012-11-24 | keep_flashdata accepts array | Johnathan Croom | 1 | -1/+3 |
2012-11-23 | Fix #113 | Andrey Andreev | 1 | -0/+1 |
2012-11-22 | Fix issue #118 (manually implementing PR #1832) | Andrey Andreev | 2 | -2/+10 |
2012-11-22 | Added support for stream-like downloads of existing files to force_download() | Andrey Andreev | 2 | -7/+11 |
2012-11-22 | [ci skip] Fix a typo in the styleguide | Andrey Andreev | 1 | -1/+1 |
2012-11-20 | Fix #18 | Andrey Andreev | 1 | -0/+1 |
2012-11-19 | Documentation: fix typos in name of application folder | Alan Jenkins | 4 | -9/+9 |
2012-11-19 | Add db_set_charset() support for the mssql driver | Andrey Andreev | 1 | -0/+1 |
2012-11-17 | Fix issues #751 and #2004 | Andrey Andreev | 1 | -0/+2 |
2012-11-13 | [ci skip] Cosmetic changes to the 'News section' tutorial | Andrey Andreev | 1 | -87/+87 |
2012-11-13 | [ci skip] Add changelog entry for PR #1258 | Andrey Andreev | 1 | -0/+1 |
2012-11-13 | Clean-up following PR #1949 | Andrey Andreev | 1 | -2/+2 |
2012-11-13 | Merge pull request #1949 from compwright/develop | Andrey Andreev | 2 | -29/+58 |
2012-11-13 | Add seed values support for Query Builder order_by | Andrey Andreev | 2 | -7/+24 |
2012-11-13 | Fixed an issue with my merge | Jonathon Hill | 1 | -1/+0 |
2012-11-12 | Fixed a typo | Jonathon Hill | 1 | -1/+1 |
2012-11-12 | Changed the `migration_style` config setting to `migration_type` | Jonathon Hill | 1 | -2/+2 |
2012-11-12 | Merge remote-tracking branch 'upstream/develop' into develop | Jonathon Hill | 62 | -1786/+2739 |
2012-11-12 | Fix issue #777 | Andrey Andreev | 1 | -1/+2 |
2012-11-12 | Bring back the AFTER clause for DB Forge add_column() | Andrey Andreev | 3 | -6/+52 |
2012-11-09 | Move the Log class to system/core/ | Andrey Andreev | 2 | -11/+23 |
2012-11-09 | [ci skip] Polish docs in user_guide_src/source/general/ | Andrey Andreev | 29 | -473/+587 |
2012-11-09 | Polish the Common functions documentation | Andrey Andreev | 2 | -36/+124 |
2012-11-09 | Polish docs for URL and XML helpers and deprecate obsolete options for String... | Andrey Andreev | 5 | -149/+225 |
2012-11-08 | Polish docs for String, Text and Typography helpers | Andrey Andreev | 3 | -90/+196 |
2012-11-08 | Deprecate String helper trim_slashes() | Andrey Andreev | 3 | -20/+41 |
2012-11-08 | Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ... | Andrey Andreev | 7 | -254/+352 |
2012-11-08 | Polish docs for the File and Form helpers | Andrey Andreev | 2 | -209/+463 |
2012-11-08 | Polish docs for Array, CAPTCHA, Cookie, Date, Directory and Download helpers | Andrey Andreev | 5 | -326/+275 |
2012-11-08 | Deprecate the Email helper | Andrey Andreev | 3 | -15/+49 |
2012-11-07 | Added function_usable() to common functions | Andrey Andreev | 2 | -1/+16 |