summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
AgeCommit message (Collapse)AuthorFilesLines
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-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
2012-06-27Merge pull request #1540 from vlakoff/developPhil Sturgeon1-3/+2
FTP Class documentation cleanup
2012-06-27Merge branch 'feature/toc-repair' into developDerek Jones2-2/+2
2012-06-27FTP Class documentation cleanupvlakoff1-3/+2
Since PHP 5 is required, setting permissions is always possible.
2012-06-26Updated pagination library documentation with prefix and suffixMarco Monteiro1-5/+17
2012-06-26Fixing various Sphinx bugs and syntax errors in docsDerek Jones2-2/+2
2012-06-23Added ['reuse_query_string'] to Pagination.Phil Sturgeon1-0/+15
This allows automatic repopulation of query string arguments, combined with normal URI segments.
2012-06-17Pagination: fixed 'rel' attribute handling, added custom attributes support, ↵Andrey Andreev1-22/+18
deprecated 'anchor_class' setting
2012-06-16Add an option to disable MIME detection in the Upload library (issue #1494)Andrey Andreev1-0/+3
2012-06-16Fix issue #938 + some related improvementsAndrey Andreev1-1/+1
2012-06-15Fix error in Encryption Class documentation vlakoff1-1/+1
One ANSI character is 8 bits, so 32 characters are not 128 bits but 256 bits.
2012-06-13Another input library docs fixAndrey Andreev1-1/+2
2012-06-13Fix docs for Input library (issue #1465)Andrey Andreev1-27/+10