summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
AgeCommit message (Collapse)AuthorFilesLines
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
2012-06-12Updated Form Validation's documentation for set_rules() now accepting an ↵Kevin Wood-Friend1-1/+5
array of rules
2012-06-12Add support for the anchor 'rel' attribute in the Pagination libraryAndrey Andreev1-0/+24
2012-06-11changelogMichiel Vugteveen1-0/+4
2012-06-10Merge branch 2.1-stable into developAndrey Andreev4-2/+6
2012-06-06Add a second parameter (charset) to CI_Output::set_content_type() + fix for ↵Andrey Andreev1-0/+4
issue #666
2012-06-06Merge pull request #1415 from mickeywu/developAndrey Andreev1-0/+8
Made set_header() public in Email library and updated documentation.
2012-06-02Changed load model examples to use lowercase model name. Fixes #1417Alex Bilbie1-3/+3
2012-06-01Made set_header() public in Email library and updated documentation.Mickey Wu1-0/+8
2012-05-31Changed documentation and added note to changelog as per @philsturgeon requestThanasis Polychronakis1-5/+7
2012-05-23Input, Session and Cookie get's will return NULL.Phil Sturgeon2-13/+6
Read more about this change here: http://codeigniter.com/forums/viewthread/215833
2012-04-26Corrected path to jqueryChad Hedgcock1-2/+2
2012-04-04Fixing user_guide compilation warningsM. Fauzilkamil Zainuddin1-2/+2
2012-04-03Merge upstream branchAndrey Andreev5-28/+49
2012-04-03Some improvements to the additions from pull #1234Andrey Andreev1-2/+4
2012-04-02The current name is too wide change to get_content_type()consistent with ↵Songpol Sripaoeiam1-2/+2
set_content_type()
2012-04-01bracket on a new lineSongpol Sripaoeiam1-1/+1
Also add space after foreach bracket on a new line... Also add a space after if Follow up from https://github.com/EllisLab/CodeIgniter/pull/1234/files#r630522
2012-04-01add function get_current_content_type to output class and user manual librarySongpol Sripaoeiam1-0/+7
2012-03-29Merge pull request #1181 from matteomattei/developAndrey Andreev1-5/+14
Add support for buffer string email attachment.
2012-03-26Fix some examples in the user guideAndrey Andreev3-23/+25
2012-03-26Centralize handling of attach() function for both real file and buffer string.Matteo Mattei1-9/+11
Update documentation.
2012-03-22Update user_guide_src/source/libraries/email.rstleandronf1-1/+1
2012-03-22Update user_guide_src/source/libraries/email.rstleandronf1-0/+1
2012-03-20Merge upstream branchAndrey Andreev3-1/+13
2012-03-19merged with latest develop.Mike Funk1-0/+2
2012-03-15Email class: adjust documentation and make the code backward compatibleMatteo Mattei1-8/+7
2012-03-15Email class: move string_attach() to attach() and add documentationMatteo Mattei1-3/+11
2012-03-12merged latest develop branch.Mike Funk2-5/+21
2012-03-12merged with latest develop.Mike Funk1-1/+7
2012-03-12Merge pull request #1079 from mikedfunk/feature/form_val_configAndrey Andreev1-1/+7
Feature/form val config error_prefix and error_suffix
2012-03-12Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵Mike Funk2-4/+14
feature/all_flashdata
2012-03-09Merge upstream branchAndrey Andreev2-33/+89
2012-03-08Fix documentation entry for the decimal form validation rule (issue #1149)Andrey Andreev1-1/+1
2012-03-08Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into ↵Mike Funk1-3/+13
feature/form_val_config
2012-03-07userguide fixMichiel Vugteveen1-1/+1
2012-03-07removed is_methodMichiel Vugteveen1-19/+4
2012-03-07merged latest develop branch, fixed changelog conflict.Mike Funk1-30/+85
2012-03-07merged from develop, fixed conflict in user guide.Mike Funk1-30/+85
2012-03-07added method() and is_method()Michiel Vugteveen1-3/+28
2012-03-06updated and merged user guide with develop branch.Mike Funk1-30/+85
2012-03-06Removed reset_validation() method from run() methodJonoB1-0/+11
2012-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developJohn Crepezzi1-2/+40
2012-03-04Fix indentation for changes from pull #1121Andrey Andreev1-9/+9
2012-03-04Allow users to specify an array for validation, instead of alway using the ↵JonoB1-3/+32
$_POST array
2012-03-02Merge upstream branchAndrey Andreev1-0/+9
2012-03-02updated error_array #565Michiel Vugteveen1-0/+9
2012-02-24updated documentation to differentiate prefix and suffix more.Mike Funk1-2/+2