Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2012-11-07 | Added function_usable() to common functions | Andrey Andreev | 2 | -1/+16 | |
It is now used to check whether dangerous functions like eval() and exec() are available. It appears that the Suhosin extension (which is becoming popular) terminates script execution instead of returning e.g. FALSE when it has a function blacklisted. function_exists() checks are insufficient and our only option is to check the ini settings here. Filed an issue here: https://github.com/stefanesser/suhosin/issues/18 ... hopefully we'll be able to deal with this in a more elegant way in the future. (this commit supersedes PR #1809) | |||||
2012-11-07 | [ci skip] Update the upgrade instructions | Andrey Andreev | 4 | -7/+24 | |
2012-11-06 | Fix issue #1978 | Andrey Andreev | 2 | -3/+4 | |
2012-11-06 | Added CI_Input::input_stream() | Andrey Andreev | 2 | -32/+62 | |
Helps in reading php://input stream data by caching it when accessed for the first time. (supersedes PR #1684) | |||||
2012-11-06 | Display DB object names in the Profiler and fix issue #1220 | Andrey Andreev | 1 | -0/+2 | |
2012-11-06 | Add an optional escape parameter to insert() and insert_batch() | Andrey Andreev | 1 | -1/+1 | |
"Fixes" #1895 | |||||
2012-11-06 | Merge pull request #1974 from squaresurf/unit_testing_doc_typo | Andrey Andreev | 1 | -1/+1 | |
Fixed typo in unit testing documentation. | |||||
2012-11-06 | Added possibility to pass custom database objects to DB Forge and DB Utilities | Andrey Andreev | 4 | -71/+99 | |
Also, their property is no longer public and the utility class no longer extends CI_DB_forge. | |||||
2012-11-05 | Fixed typo in unit testing documentation. | Daniel Paul Searles | 1 | -1/+1 | |
There was a reference to a non-existent Unit_test::set_items method when it should be Unit_test::set_test_items. | |||||
2012-11-05 | Refactored DB Forge | Andrey Andreev | 3 | -14/+32 | |
- PDO subdrivers are isolated from each other now. - Added compatibility for pretty much all of the features, for every DB platform. - Unified the way that stuff works in general. - Fixes issue #1005. | |||||
2012-11-05 | Revert usage of is_callable() in system/core/CodeIgniter.php | Andrey Andreev | 1 | -71/+81 | |
Seems to be causing issues (see #1970). Also updated the Controller docs, mainly to include an important note related to #1967. | |||||
2012-11-04 | Fix #708 | Andrey Andreev | 1 | -4/+8 | |