summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
AgeCommit message (Collapse)AuthorFilesLines
2014-01-03[ci skip] Update the URI library docsAndrey Andreev1-124/+149
2014-01-03[ci skip] Update the Migration library docsAndrey Andreev1-54/+62
2014-01-03[ci skip] Update the Output library docsAndrey Andreev1-104/+120
2014-01-03[ci skip] Update the Pagination library docsAndrey Andreev1-48/+57
2014-01-03[ci skip] Update the Parser library docsAndrey Andreev1-14/+35
2014-01-03[ci skip] Update the Security class docsAndrey Andreev1-43/+60
2014-01-03[ci skip] Add/remove some newlines from the session docsAndrey Andreev1-2/+3
2013-10-20refactored the class reference in session.rst to properly reflect the ↵Michael1-84/+61
session class Signed-off-by: Michael <michael@webstart.bg>
2013-10-06Added class reference to the session docsMichael1-4/+189
Signed-off-by: Michael <michael@webstart.bg>
2013-09-30Update the Session library docsMichael1-31/+34
Signed-off-by: Michael <michael@webstart.bg>
2013-09-23[ci skip] Update the Table library docsAndrey Andreev1-129/+143
2013-09-23[ci skip] Update the Trackback library docsAndrey Andreev1-44/+171
2013-09-23[ci skip] Update the Typography library docsAndrey Andreev1-69/+68
2013-09-23[ci skip] Update the User Agent library docsAndrey Andreev1-108/+134
2013-09-23[ci skip] Update XML-RPC library docsAndrey Andreev1-76/+106
2013-09-23[ci skip] Update Zip library docsAndrey Andreev1-113/+116
2013-08-07Partial update to FTP docsDerek Jones1-38/+49
2013-07-25Update Upload lib docsDerek Jones1-83/+82
2013-07-25Update Encrypt lib docsDerek Jones1-71/+105
2013-07-25Update Email lib docsDerek Jones1-140/+206
2013-07-22Update Config lib docsDerek Jones1-17/+85
2013-07-22Update Cart lib docsDerek Jones1-47/+105
2013-07-21Updating Calendar lib docsDerek Jones1-3/+105
2013-07-21function to method semantic change in Cache docsDerek Jones1-15/+15
2013-07-21Update Cache driver docsDerek Jones1-44/+31
2013-07-21removing php: directive prefix from docs source as it is not necessaryDerek Jones2-56/+56
2013-07-21Updating Benchmark lib docsDerek Jones1-3/+48
2013-07-20Updating user guide :php:func: refs to :func:Derek Jones1-1/+1
2013-06-28Update library documentation and changelogAdrian1-0/+1
2013-06-20fixed typo in guide/lib/xmlrpc.rstMichael Zimmer1-1/+1
$size = $parameters[1]['shape']; replaced by: $shape = $parameters[1]['shape'];
2013-03-26There are 21 preferences, not 17Darren Benney1-1/+1
2013-02-21Fix #2273Cory1-1/+1
2013-02-18Clean upnisheeth-barthwal1-0/+1
2013-02-04Cleaned up for pull request.Sajan Parikh1-2/+2
Signed-off-by: Sajan Parikh <sajan@noppix.com>
2013-02-02Fixed documentation.Sajan Parikh1-2/+4
Signed-off-by: Sajan Parikh <sajan@noppix.com>
2013-01-28Fix issue #2202 and alter Loader Class docsAndrey Andreev1-74/+72
2013-01-15[ci skip] Fix issue #2157 - docs on the email libraryAndrey Andreev1-23/+29
2013-01-09Syntax fixes in documentation sourcevlakoff2-3/+3
2013-01-03doc: fix table markup in previous commitAlan Jenkins1-3/+3
"These "border lines" need to have a length higher or equal to the longest line in the table that would be generated, so you'll have to update them as well." - narfbg
2012-12-16doc: xss_clean() method is in Security, not InputAlan Jenkins1-2/+2
The Input doc does talk about xss filtering, but they refer you to Security for details, which is where the function is actually defined. It gives more detail about what the function is supposed to do, and avoids some irrelevance. It's probably not a big deal; it just looks wrong. It _might_ have been responsible for [confusion](http://stackoverflow.com/questions/13570522/this-input-xss-cleandata-giving-fatal-error-with-codeigniter) sometimes.
2012-12-14Fix issue #539Andrey Andreev1-75/+77
Form validation language line keys were not prefixed. They are now prefixed with 'form_validation_' in order to avoid collisions. The old keys will still work if a prefixed match is not found, but are DEPRECATED and will be removed in the next major version. Also added upgrade notes and changelog entries for the new error message format from PR #961.
2012-12-13Remove slash!Eric Roberts1-1/+1
Signed-off-by: Eric Roberts <eric@cryode.com>
2012-12-12Format tweaksEric Roberts1-2/+2
Signed-off-by: Eric Roberts <eric@cryode.com>
2012-12-12Merge branch 'refs/heads/develop' into feature/form_error_msgsEric Roberts23-482/+1090
Conflicts: system/language/english/form_validation_lang.php user_guide_src/source/libraries/form_validation.rst Signed-off-by: Eric Roberts <eric@cryode.com>
2012-12-03Add min_width and min_height options to the Upload classAndrey Andreev1-45/+53
(manually implementing outdated PR #636)
2012-11-29Added CI_Output::get_header()Andrey Andreev1-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-26Implement cascade-style loading of language filesAndrey Andreev1-22/+18
(as requested in issue #452)
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