Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
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 |
2012-11-06 | Merge pull request #1974 from squaresurf/unit_testing_doc_typo | Andrey Andreev | 1 | -1/+1 |
2012-11-06 | Added possibility to pass custom database objects to DB Forge and DB Utilities | Andrey Andreev | 4 | -71/+99 |
2012-11-05 | Fixed typo in unit testing documentation. | Daniel Paul Searles | 1 | -1/+1 |
2012-11-05 | Refactored DB Forge | Andrey Andreev | 3 | -14/+32 |
2012-11-05 | Revert usage of is_callable() in system/core/CodeIgniter.php | Andrey Andreev | 1 | -71/+81 |
2012-11-04 | Fix #708 | Andrey Andreev | 1 | -4/+8 |
2012-11-03 | Fix #1957 | Andrey Andreev | 1 | -3/+0 |