Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-29 | Added CI_Output::get_header() | Andrey Andreev | 1 | -5/+25 | |
(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 | Implement cascade-style loading of language files | Andrey Andreev | 1 | -22/+18 | |
(as requested in issue #452) | |||||
2012-11-26 | Add 'valid_url' rule to Form Validation (issue #1966) | Andrey Andreev | 1 | -0/+1 | |
2012-11-26 | CI_Email::print_debugger() option to limit the type of data to be printed | Andrey Andreev | 1 | -1/+11 | |
(an alternative to PR #1759; partially solves issue #1742) | |||||
2012-11-25 | Merge pull request #2026 from johnathancroom/keep_flash_data_array | Andrey Andreev | 1 | -1/+3 | |
keep_flashdata accepts array | |||||
2012-11-25 | Added support for extending individual driver classes and driver unit tests | dchill42 | 1 | -5/+0 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-11-24 | keep_flashdata accepts array | Johnathan Croom | 1 | -1/+3 | |
2012-11-22 | Fix issue #118 (manually implementing PR #1832) | Andrey Andreev | 1 | -1/+6 | |
2012-11-19 | Documentation: fix typos in name of application folder | Alan Jenkins | 3 | -8/+8 | |
The name is "application/", not "applications/". (This commit does not change managing_apps.rst, where "applications/" is used intentionally). | |||||
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 | 4 | -41/+67 | |
Conflicts: user_guide_src/source/changelog.rst Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-06 | Added CI_Input::input_stream() | Andrey Andreev | 1 | -32/+61 | |
Helps in reading php://input stream data by caching it when accessed for the first time. (supersedes PR #1684) | |||||
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-03 | Fix #1957 | Andrey Andreev | 1 | -3/+0 | |
2012-11-01 | [ci skip] Alter form validation examples including the *matches* rule | Andrey Andreev | 1 | -4/+4 | |
2012-11-01 | Session cookie driver changes | Andrey Andreev | 1 | -1/+1 | |
- Changed docs CREATE TABLE ci_sessions example to have the PRIMARY KEY of session_id, ip_address and user_agent combined. - Changed DB updates to add WHERE clauses for the ip_address and/or user_agent strings if sess_match_ip and/or sess_match_useragent are set to TRUE. | |||||
2012-10-31 | Added support for timestamp-based migrations | Jonathon Hill | 1 | -29/+55 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-10-26 | Fix #1624 and clear-up the form validation docs (manually applying #1603) | Andrey Andreev | 1 | -95/+95 | |
2012-10-26 | Implement cache key prefixing (as suggested in #1197) and update the Cache docs | Andrey Andreev | 1 | -9/+48 | |
2012-10-25 | Add CI_Cart::get_item() (rel #400) | Andrey Andreev | 1 | -4/+10 | |
2012-10-24 | [ci skip] Document get_csrf_token_name(), get_csrf_hash() (issue #715) | Andrey Andreev | 1 | -7/+38 | |
2012-10-24 | Fix #1268 (or rather enforce some security measures, there's nothing really ↵ | Andrey Andreev | 1 | -3/+4 | |
broken) | |||||
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -2/+2 | |
2012-10-24 | [ci skip] Fix an erroneous link in the docs | Andrey Andreev | 1 | -1/+1 | |
2012-10-16 | Fix user guide typos [ci skip] | Andrey Andreev | 1 | -1/+1 | |
2012-10-16 | Update user_guide_src/source/libraries/javascript.rst | János Rusiczki | 1 | -1/+1 | |
2012-10-11 | New form_validation rule: 'differs' | Raul Baldner Junior | 1 | -0/+1 | |
Added new validation rule 'differs'. It checks if the value of a field differs from the value of another field. | |||||
2012-10-10 | Update Email library docs | Andrey Andreev | 1 | -1/+1 | |
2012-10-07 | Fix a typo [ci skip] | Andrey Andreev | 1 | -1/+1 | |
2012-10-06 | [ci skip] Alter some changelog entries | Andrey Andreev | 1 | -0/+3 | |
2012-10-05 | [ci skip] More doc fixes | Andrey Andreev | 1 | -1/+1 | |
2012-10-05 | [ci skip] Small doc fixes, thanks dchill42 | Andrey Andreev | 1 | -1/+1 | |
2012-10-05 | Fix #1745 | Andrey Andreev | 1 | -1/+3 | |
2012-10-05 | Merge pull request #1738 from RecoilUK/patch-1 | Andrey Andreev | 1 | -0/+9 | |
Update user_guide_src/source/libraries/form_validation.rst | |||||
2012-10-05 | Polish changes from #1586 | Andrey Andreev | 1 | -3/+3 | |
2012-10-05 | update devel version | Melounek | 11 | -108/+490 | |
2012-10-05 | Fix issue #1340 [ci skip] | Andrey Andreev | 1 | -0/+1 | |
2012-10-05 | [ci skip] Add a note to the user guide regarding issue #1010 | Andrey Andreev | 1 | -2/+3 | |
2012-10-05 | Fix issue #116 + other space/style fixes [ci skip | Andrey Andreev | 1 | -12/+11 | |
2012-09-23 | Update user_guide_src/source/libraries/loader.rst | W. Kristianto | 1 | -1/+1 | |
Remove the second parameter | |||||
2012-09-21 | Fixed pagination document error. | Bo-Yi Wu | 1 | -1/+1 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2012-09-07 | Merge pull request #1720 from appleboy/doc | Alex Bilbie | 1 | -1/+1 | |
fix issue #1719 and update ip address length on captcha helper | |||||
2012-09-04 | Add documation to user guide for Migrations class | Joe McFrederick | 1 | -1/+133 | |
2012-09-03 | Fix #1741 is_unique duplicated in documentation for Form_validation | pickupman | 1 | -1/+0 | |
2012-08-31 | fix issue #1719 and update ip address length on captcha helper | Bo-Yi Wu | 1 | -1/+1 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2012-08-23 | Update user_guide_src/source/libraries/form_validation.rst | RecoilUK | 1 | -0/+9 | |
2012-08-13 | Minor doc fixes | dchill42 | 2 | -5/+5 | |
2012-08-12 | Updated Loader and Session documentation | dchill42 | 2 | -83/+326 | |
2012-07-30 | Some clean-up and style changes | Andrey Andreev | 1 | -1/+1 | |
2012-07-30 | Updated email library documentation | Alex Bilbie | 1 | -0/+8 | |