Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-12 | Format tweaks | Eric Roberts | 1 | -2/+2 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2012-12-12 | Merge branch 'refs/heads/develop' into feature/form_error_msgs | Eric Roberts | 110 | -2809/+5599 | |
Conflicts: system/language/english/form_validation_lang.php user_guide_src/source/libraries/form_validation.rst Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2012-12-08 | Added changelog entry. | Aaron Adams | 1 | -0/+1 | |
Signed-off-by: Aaron Adams <aaron@aaronadams.ca> | |||||
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 | |
(as requested in #2050) | |||||
2012-12-03 | Add min_width and min_height options to the Upload class | Andrey Andreev | 2 | -47/+56 | |
(manually implementing outdated PR #636) | |||||
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 | |
(an improved version of PR #609) | |||||
2012-11-29 | Fix #2041 | Andrey Andreev | 1 | -18/+19 | |
2012-11-29 | Added CI_Output::get_header() | Andrey Andreev | 2 | -6/+27 | |
(an improved version of PR #645) Also fixed get_content_type() to only return the MIME value and created Output library unit tests for both of these methods. | |||||
2012-11-26 | Language helper lang() to accept optional HTML attributes | Andrey Andreev | 2 | -6/+7 | |
(an improved version of PR #1235) | |||||
2012-11-26 | Implement cascade-style loading of language files | Andrey Andreev | 2 | -25/+22 | |
(as requested in issue #452) | |||||
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 | |
(an alternative to PR #1759; partially solves issue #1742) | |||||
2012-11-25 | Merge pull request #2026 from johnathancroom/keep_flash_data_array | Andrey Andreev | 2 | -2/+5 | |
keep_flashdata accepts array | |||||
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 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
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 | |
Based on code/ideas from PR #365, #1254 | |||||
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 | |
The name is "application/", not "applications/". (This commit does not change managing_apps.rst, where "applications/" is used intentionally). | |||||
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 | |
Added support for timestamp-based migrations | |||||
2012-11-13 | Add seed values support for Query Builder order_by | Andrey Andreev | 2 | -7/+24 | |
(feature request #1987) | |||||
2012-11-13 | Fixed an issue with my merge | Jonathon Hill | 1 | -1/+0 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-12 | Fixed a typo | Jonathon Hill | 1 | -1/+1 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-12 | Changed the `migration_style` config setting to `migration_type` | Jonathon Hill | 1 | -2/+2 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-12 | Merge remote-tracking branch 'upstream/develop' into develop | Jonathon Hill | 62 | -1786/+2739 | |
Conflicts: user_guide_src/source/changelog.rst Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
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 | |
(it was temporarily removed due to multiple inconsistencies with other drivers) This commit also fixes issue #1988. Also added support for the FIRST clause (again, MySQL and CUBRID only). | |||||
2012-11-09 | Move the Log class to system/core/ | Andrey Andreev | 2 | -11/+23 | |
It is a core class after all, I guess somebody forgot it when the rest of them were moved. | |||||
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 ↵ | Andrey Andreev | 5 | -149/+225 | |
String helper random_string() and URL helper url_title() | |||||
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 | |
trim(, '/') is even shorter ... | |||||
2012-11-08 | Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ↵ | Andrey Andreev | 7 | -254/+352 | |
helpers Also fixed a DB_cache bug introduced in previous commit and removed an unused parameter in a smiley helper | |||||
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 | |