summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
AgeCommit message (Collapse)AuthorFilesLines
2012-11-26Add 'valid_url' rule to Form Validation (issue #1966)Andrey Andreev1-0/+1
2012-11-26CI_Email::print_debugger() option to limit the type of data to be printedAndrey Andreev1-1/+11
(an alternative to PR #1759; partially solves issue #1742)
2012-11-25Merge pull request #2026 from johnathancroom/keep_flash_data_arrayAndrey Andreev1-1/+3
keep_flashdata accepts array
2012-11-25Added support for extending individual driver classes and driver unit testsdchill421-5/+0
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-11-24keep_flashdata accepts arrayJohnathan Croom1-1/+3
2012-11-22Fix issue #118 (manually implementing PR #1832)Andrey Andreev1-1/+6
2012-11-19Documentation: fix typos in name of application folderAlan Jenkins3-8/+8
The name is "application/", not "applications/". (This commit does not change managing_apps.rst, where "applications/" is used intentionally).
2012-11-12Changed the `migration_style` config setting to `migration_type`Jonathon Hill1-2/+2
Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
2012-11-12Merge remote-tracking branch 'upstream/develop' into developJonathon Hill4-41/+67
Conflicts: user_guide_src/source/changelog.rst Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
2012-11-06Added CI_Input::input_stream()Andrey Andreev1-32/+61
Helps in reading php://input stream data by caching it when accessed for the first time. (supersedes PR #1684)
2012-11-05Fixed typo in unit testing documentation.Daniel Paul Searles1-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-03Fix #1957Andrey Andreev1-3/+0
2012-11-01[ci skip] Alter form validation examples including the *matches* ruleAndrey Andreev1-4/+4
2012-11-01Session cookie driver changesAndrey Andreev1-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-31Added support for timestamp-based migrationsJonathon Hill1-29/+55
Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
2012-10-26Fix #1624 and clear-up the form validation docs (manually applying #1603)Andrey Andreev1-95/+95
2012-10-26Implement cache key prefixing (as suggested in #1197) and update the Cache docsAndrey Andreev1-9/+48
2012-10-25Add CI_Cart::get_item() (rel #400)Andrey Andreev1-4/+10
2012-10-24[ci skip] Document get_csrf_token_name(), get_csrf_hash() (issue #715)Andrey Andreev1-7/+38
2012-10-24Fix #1268 (or rather enforce some security measures, there's nothing really ↵Andrey Andreev1-3/+4
broken)
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-2/+2
2012-10-24[ci skip] Fix an erroneous link in the docsAndrey Andreev1-1/+1
2012-10-16Fix user guide typos [ci skip]Andrey Andreev1-1/+1
2012-10-16Update user_guide_src/source/libraries/javascript.rstJános Rusiczki1-1/+1
2012-10-11New form_validation rule: 'differs'Raul Baldner Junior1-0/+1
Added new validation rule 'differs'. It checks if the value of a field differs from the value of another field.
2012-10-10Update Email library docsAndrey Andreev1-1/+1
2012-10-07Fix a typo [ci skip]Andrey Andreev1-1/+1
2012-10-06[ci skip] Alter some changelog entriesAndrey Andreev1-0/+3
2012-10-05[ci skip] More doc fixesAndrey Andreev1-1/+1
2012-10-05[ci skip] Small doc fixes, thanks dchill42Andrey Andreev1-1/+1
2012-10-05Fix #1745Andrey Andreev1-1/+3
2012-10-05Merge pull request #1738 from RecoilUK/patch-1Andrey Andreev1-0/+9
Update user_guide_src/source/libraries/form_validation.rst
2012-10-05Polish changes from #1586Andrey Andreev1-3/+3
2012-10-05update devel versionMelounek11-108/+490
2012-10-05Fix issue #1340 [ci skip]Andrey Andreev1-0/+1
2012-10-05[ci skip] Add a note to the user guide regarding issue #1010Andrey Andreev1-2/+3
2012-10-05Fix issue #116 + other space/style fixes [ci skipAndrey Andreev1-12/+11
2012-09-23Update user_guide_src/source/libraries/loader.rstW. Kristianto1-1/+1
Remove the second parameter
2012-09-21Fixed pagination document error.Bo-Yi Wu1-1/+1
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2012-09-07Merge pull request #1720 from appleboy/docAlex Bilbie1-1/+1
fix issue #1719 and update ip address length on captcha helper
2012-09-04Add documation to user guide for Migrations classJoe McFrederick1-1/+133
2012-09-03Fix #1741 is_unique duplicated in documentation for Form_validationpickupman1-1/+0
2012-08-31fix issue #1719 and update ip address length on captcha helperBo-Yi Wu1-1/+1
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2012-08-23Update user_guide_src/source/libraries/form_validation.rstRecoilUK1-0/+9
2012-08-13Minor doc fixesdchill422-5/+5
2012-08-12Updated Loader and Session documentationdchill422-83/+326
2012-07-30Some clean-up and style changesAndrey Andreev1-1/+1
2012-07-30Updated email library documentationAlex Bilbie1-0/+8
2012-07-04Fix URL helper linkDerek Jones1-1/+1
2012-06-29added parameter for returned-path in Email::from()Melounek1-0/+7