Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-11 | 2013 > 2014 | darwinel | 1 | -2/+2 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-02-11 | Change CI_Table:: to NULL | Andrey Andreev | 1 | -1/+1 | |
Because semantics | |||||
2014-02-10 | CI_Encryption: Rename 'base64' parameter to 'raw_data' and add docs | Andrey Andreev | 1 | -0/+555 | |
2014-02-09 | [ci skip] Some adjustments to the old Encrypt library docs | Andrey Andreev | 1 | -13/+19 | |
2014-02-09 | Merge branch 'develop' into 'feature/encryption' | Andrey Andreev | 29 | -2318/+3735 | |
2014-02-08 | [ci skip] Deprecate the Javascript library | Andrey Andreev | 1 | -2/+3 | |
2014-02-08 | Deprecate CI_Config::system_url() | Andrey Andreev | 1 | -1/+5 | |
2014-02-08 | Add method chaining support to CI_Table | Andrey Andreev | 1 | -5/+10 | |
2014-02-08 | Add method chaining support to Calendar & Pagination libs | Andrey Andreev | 2 | -3/+6 | |
2014-02-08 | Method chaining support for FV set_data(), reset_validation() | Andrey Andreev | 1 | -2/+4 | |
2014-02-08 | CI_Input tweaks | Andrey Andreev | 1 | -10/+10 | |
- Make get_post(), post_get() and server()'s parameter mandatory. - Change default value of parameter to NULL for cookie(), input_stream() and _fetch_from_array() (for consistency with get(), post()). - Delegate Array-vs-single and parameter detection to _fetch_from_array() to overall simplify the code. | |||||
2014-02-08 | Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make ↵ | Andrey Andreev | 1 | -1/+1 | |
sense) | |||||
2014-02-08 | [ci skip] Add return types to library docs | Andrey Andreev | 28 | -666/+836 | |
2014-02-07 | [ci skip] Fix class reference sections of Image_lib, Parser and User agent docs | Andrey Andreev | 3 | -2/+9 | |
2014-02-07 | [ci skip] Some adjustments to the Javascript library docs | Andrey Andreev | 1 | -28/+48 | |
2014-02-05 | Integrate CI_Encryption into the framework | Andrey Andreev | 1 | -0/+0 | |
TODO: Add documentation in user_guide_src/source/libraries/encryption.rst | |||||
2014-01-24 | [ci skip] Update Session library docs | Andrey Andreev | 1 | -41/+53 | |
2014-01-24 | Merge branch 'develop' into feature/user-guide-cleanup | Andrey Andreev | 1 | -2/+2 | |
2014-01-24 | Righting a wrong in the Session library | Andrey Andreev | 1 | -2/+2 | |
- Change userdata(), flashdata(), tempdata() to return all the respective data when no parameter is passed. - Revert the addition of all_flashdata(). - Deprecate all_userdata(). - Fix related changelog entries that were all inconsistent. | |||||
2014-01-20 | [ci skip] Add 'Using the X class' headings to Session & Language lib docs | Andrey Andreev | 2 | -0/+8 | |
Fixes 2 doc compile warnings | |||||
2014-01-20 | [ci skip] Replace incorrect usage of 'then', where it should be 'than' | Andrey Andreev | 3 | -3/+3 | |
2014-01-20 | Merge branch 'develop' into feature/user-guide-cleanup | Andrey Andreev | 12 | -51/+173 | |
2014-01-11 | cleanup warnings | Connor Tumbleson | 8 | -32/+23 | |
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com> | |||||
2014-01-10 | documentation repairs | Petr Heralecky | 1 | -1/+1 | |
2014-01-10 | attach files by absolute url | Petr Heralecky | 1 | -0/+4 | |
2014-01-10 | Further changes related to PR #2807 | Andrey Andreev | 1 | -7/+7 | |
2014-01-10 | styleguided | Petr Heralecky | 1 | -9/+9 | |
2014-01-10 | Added Email::attach_cid() returning CID | Petr Heralecky | 1 | -2/+22 | |
2014-01-09 | fix doc warnings | Connor Tumbleson | 1 | -5/+5 | |
2014-01-09 | Add documentation for raw data, increment(), decrement() in Cache library | Andrey Andreev | 1 | -1/+35 | |
Follows: 43d7fa73534c07d10a88ec120c0938d0d00a184e | |||||
2014-01-09 | Merge pull request #2802 from marcossffilho/develop | Andrey Andreev | 1 | -16/+25 | |
Calendar Updates | |||||
2014-01-09 | Updates for the Calendar Pull Request | Marcos SF Filho | 1 | -14/+14 | |
2014-01-09 | Fixed coding styles in form_validation.rst | Ahmedul Haque Abid | 1 | -3/+3 | |
2014-01-09 | Changed the rest of 'error_msg' to 'errors' | Ahmedul Haque Abid | 1 | -1/+1 | |
2014-01-09 | Added spaces between parameters and fixed the arrays to be more readable. | Ahmedul Haque Abid | 1 | -12/+16 | |
2014-01-09 | Changed $error_msg to $errors | Ahmedul Haque Abid | 1 | -2/+2 | |
2014-01-09 | Add documentation for CI_User_agent::parse() | Andrey Andreev | 1 | -1/+8 | |
2014-01-08 | Unnecessary rtrim and update docs for Calendar class | Marcos SF Filho | 1 | -16/+25 | |
2014-01-08 | Added custom error messages functionality for individual fields. | Ahmedul Haque Abid | 1 | -5/+22 | |
2014-01-08 | Make newline standardization configurable | Andrey Andreev | 1 | -1/+2 | |
Added ['standardize_newlines'] Also altered the Session cookie driver, which experienced issues with this feature due to it's HMAC verification failing after the Input class alters newlines in non-encrypted session cookies. Supersedes PR #2470 | |||||
2014-01-08 | [ci skip] Update the Input library and Cookie helper docs | Andrey Andreev | 1 | -9/+10 | |
default value is now NULL | |||||
2014-01-07 | [ci skip] Add a PostgreSQL CREATE TABLE sample to the Session docs | Andrey Andreev | 1 | -3/+16 | |
From PR #2758 | |||||
2014-01-07 | [ci skip] Update CI_Zip::read_file() docs | Andrey Andreev | 1 | -3/+13 | |
2014-01-07 | [ci skip] Update Loader library docs for method chaining | Andrey Andreev | 1 | -10/+10 | |
2014-01-07 | Add basic HTTP auth info to the XML-RPC docs | Andrey Andreev | 1 | -0/+4 | |
2014-01-06 | [ci skip] Update the Session library docs | Andrey Andreev | 1 | -27/+33 | |
2014-01-06 | [ci skip] Update the Image_lib docs | Andrey Andreev | 1 | -134/+171 | |
2014-01-06 | [ci skip] Update the Loader class docs | Andrey Andreev | 1 | -233/+298 | |
2014-01-06 | [ci skip] Update the Form_validation library docs | Andrey Andreev | 1 | -107/+61 | |
2014-01-06 | [ci skip] Update the Input library and Cookie helper docs | Andrey Andreev | 1 | -169/+227 | |