Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-07 | Fix a typo [ci skip] | Andrey Andreev | 1 | -1/+1 | |
2012-10-06 | [ci skip] Alter some changelog entries | Andrey Andreev | 1 | -0/+3 | |
2012-10-05 | [ci skip] More doc fixes | Andrey Andreev | 1 | -1/+1 | |
2012-10-05 | [ci skip] Small doc fixes, thanks dchill42 | Andrey Andreev | 1 | -1/+1 | |
2012-10-05 | Fix #1745 | Andrey Andreev | 1 | -1/+3 | |
2012-10-05 | Merge pull request #1738 from RecoilUK/patch-1 | Andrey Andreev | 1 | -0/+9 | |
Update user_guide_src/source/libraries/form_validation.rst | |||||
2012-10-05 | Polish changes from #1586 | Andrey Andreev | 1 | -3/+3 | |
2012-10-05 | update devel version | Melounek | 11 | -108/+490 | |
2012-10-05 | Fix issue #1340 [ci skip] | Andrey Andreev | 1 | -0/+1 | |
2012-10-05 | [ci skip] Add a note to the user guide regarding issue #1010 | Andrey Andreev | 1 | -2/+3 | |
2012-10-05 | Fix issue #116 + other space/style fixes [ci skip | Andrey Andreev | 1 | -12/+11 | |
2012-09-23 | Update user_guide_src/source/libraries/loader.rst | W. Kristianto | 1 | -1/+1 | |
Remove the second parameter | |||||
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-23 | Update user_guide_src/source/libraries/form_validation.rst | RecoilUK | 1 | -0/+9 | |
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-29 | added parameter for returned-path in Email::from() | Melounek | 1 | -0/+7 | |
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 | |