Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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 | |
2012-07-04 | Fix URL helper link | Derek Jones | 1 | -1/+1 | |
2012-06-27 | Merge pull request #1540 from vlakoff/develop | Phil Sturgeon | 1 | -3/+2 | |
FTP Class documentation cleanup | |||||
2012-06-27 | Merge branch 'feature/toc-repair' into develop | Derek Jones | 2 | -2/+2 | |
2012-06-27 | FTP Class documentation cleanup | vlakoff | 1 | -3/+2 | |
Since PHP 5 is required, setting permissions is always possible. | |||||
2012-06-26 | Updated pagination library documentation with prefix and suffix | Marco Monteiro | 1 | -5/+17 | |
2012-06-26 | Fixing various Sphinx bugs and syntax errors in docs | Derek Jones | 2 | -2/+2 | |
2012-06-23 | Added ['reuse_query_string'] to Pagination. | Phil Sturgeon | 1 | -0/+15 | |
This allows automatic repopulation of query string arguments, combined with normal URI segments. | |||||
2012-06-17 | Pagination: fixed 'rel' attribute handling, added custom attributes support, ↵ | Andrey Andreev | 1 | -22/+18 | |
deprecated 'anchor_class' setting | |||||
2012-06-16 | Add an option to disable MIME detection in the Upload library (issue #1494) | Andrey Andreev | 1 | -0/+3 | |
2012-06-16 | Fix issue #938 + some related improvements | Andrey Andreev | 1 | -1/+1 | |
2012-06-15 | Fix error in Encryption Class documentation | vlakoff | 1 | -1/+1 | |
One ANSI character is 8 bits, so 32 characters are not 128 bits but 256 bits. | |||||
2012-06-13 | Another input library docs fix | Andrey Andreev | 1 | -1/+2 | |
2012-06-13 | Fix docs for Input library (issue #1465) | Andrey Andreev | 1 | -27/+10 | |
2012-06-12 | Updated Form Validation's documentation for set_rules() now accepting an ↵ | Kevin Wood-Friend | 1 | -1/+5 | |
array of rules | |||||
2012-06-12 | Add support for the anchor 'rel' attribute in the Pagination library | Andrey Andreev | 1 | -0/+24 | |
2012-06-11 | changelog | Michiel Vugteveen | 1 | -0/+4 | |
2012-06-10 | Merge branch 2.1-stable into develop | Andrey Andreev | 4 | -2/+6 | |
2012-06-06 | Add a second parameter (charset) to CI_Output::set_content_type() + fix for ↵ | Andrey Andreev | 1 | -0/+4 | |
issue #666 | |||||
2012-06-06 | Merge pull request #1415 from mickeywu/develop | Andrey Andreev | 1 | -0/+8 | |
Made set_header() public in Email library and updated documentation. | |||||
2012-06-02 | Changed load model examples to use lowercase model name. Fixes #1417 | Alex Bilbie | 1 | -3/+3 | |
2012-06-01 | Made set_header() public in Email library and updated documentation. | Mickey Wu | 1 | -0/+8 | |
2012-05-31 | Changed documentation and added note to changelog as per @philsturgeon request | Thanasis Polychronakis | 1 | -5/+7 | |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 2 | -13/+6 | |
Read more about this change here: http://codeigniter.com/forums/viewthread/215833 | |||||
2012-04-26 | Corrected path to jquery | Chad Hedgcock | 1 | -2/+2 | |
2012-04-04 | Fixing user_guide compilation warnings | M. Fauzilkamil Zainuddin | 1 | -2/+2 | |
2012-04-03 | Merge upstream branch | Andrey Andreev | 5 | -28/+49 | |
2012-04-03 | Some improvements to the additions from pull #1234 | Andrey Andreev | 1 | -2/+4 | |
2012-04-02 | The current name is too wide change to get_content_type()consistent with ↵ | Songpol Sripaoeiam | 1 | -2/+2 | |
set_content_type() | |||||
2012-04-01 | bracket on a new line | Songpol Sripaoeiam | 1 | -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-01 | add function get_current_content_type to output class and user manual library | Songpol Sripaoeiam | 1 | -0/+7 | |
2012-03-29 | Merge pull request #1181 from matteomattei/develop | Andrey Andreev | 1 | -5/+14 | |
Add support for buffer string email attachment. | |||||
2012-03-26 | Fix some examples in the user guide | Andrey Andreev | 3 | -23/+25 | |
2012-03-26 | Centralize handling of attach() function for both real file and buffer string. | Matteo Mattei | 1 | -9/+11 | |
Update documentation. | |||||
2012-03-22 | Update user_guide_src/source/libraries/email.rst | leandronf | 1 | -1/+1 | |
2012-03-22 | Update user_guide_src/source/libraries/email.rst | leandronf | 1 | -0/+1 | |
2012-03-20 | Merge upstream branch | Andrey Andreev | 3 | -1/+13 | |
2012-03-19 | merged with latest develop. | Mike Funk | 1 | -0/+2 | |
2012-03-15 | Email class: adjust documentation and make the code backward compatible | Matteo Mattei | 1 | -8/+7 | |
2012-03-15 | Email class: move string_attach() to attach() and add documentation | Matteo Mattei | 1 | -3/+11 | |
2012-03-12 | merged latest develop branch. | Mike Funk | 2 | -5/+21 | |
2012-03-12 | merged with latest develop. | Mike Funk | 1 | -1/+7 | |