Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-04 | [ci skip] Update on the changes from PR #3388 | Andrey Andreev | 2 | -8/+7 | |
- Fixed a broken link - Added missing notes about deprecations in the upgrade instructions - Improved consistency with other deprecation notices in the docs | |||||
2014-12-04 | Merge pull request #3388 from jim-parry/fix/deprecation | Andrey Andreev | 2 | -1/+5 | |
Flag the smiley helper and shopping cart as deprecated. | |||||
2014-12-04 | Zip library changes related to PR #3341 | Andrey Andreev | 1 | -21/+35 | |
- Drop compression_encoding option, it requires PHP 5.4. - Change default compression_level to 2 as this was previously the hard-coded default. - Improve on the doc changes made in the PR. | |||||
2014-12-04 | Merge pull request #3341 from garrettair/gzcompress-arguments | Andrey Andreev | 1 | -0/+5 | |
Adds Compression options to Zip Library | |||||
2014-12-04 | Flag the smiley helper and shopping cart as deprecated. | James L Parry | 2 | -1/+5 | |
They should be removed the next minor release. Lowered the "javascript" deprecation message to "important" instead of "warning", for consistency with the rest of CI. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-03 | Updated Zip Library documentation to mention compression features. | garrettair | 1 | -0/+5 | |
Signed-off-by: garrettair <garrettair@gmail.com> | |||||
2014-12-02 | Some optimizations & polishing following PR #3381 | Andrey Andreev | 1 | -3/+3 | |
2014-12-02 | Added changelog entry | Ahmad Anbar | 1 | -5/+35 | |
updated documentation Fixed code style. | |||||
2014-11-24 | Fixed the convention violations. | James L Parry | 1 | -11/+10 | |
Changed the section/subsection treatment Verified sphinx build. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | Fixed the convention violations. | James L Parry | 1 | -65/+74 | |
Changed the HTML example formatting to use tabs instead of spaces. Adjusted line lengths. Verified sphinx build. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | Enhance Template Parser Class Writeup in User Guide | James L Parry | 1 | -33/+149 | |
Added two additional sections to the writeup: template parser usage notes, and view fragments. Clarified a couple of "pseudo-variable" references. Verified sphinx build. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | Enhance Pagination Class Writeup in User Guide | James L Parry | 1 | -52/+26 | |
Toned down the configuration option emphasis - they are options, not necessarily sections. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-24 | Enhance Language Class Writeup in User Guide (closes #674) | James L Parry | 1 | -8/+82 | |
Added explanation for CodeIgniter's use of "idiom" versus standard abbreviations. Provided additional examples as a guide. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-11-07 | Comment polish | Gabriel Potkány | 1 | -1/+1 | |
2014-11-06 | Ability to pass array of language files to Language Library similar to ↵ | Gabriel Potkány | 1 | -1/+6 | |
Loader Library | |||||
2014-10-24 | Fix Sphinx compilation warnings | vlakoff | 1 | -0/+1 | |
2014-09-15 | removed extra quote | Ahmad Anbar | 1 | -1/+1 | |
2014-09-08 | Add 'named callable' rules to Form validation library | Andrey Andreev | 1 | -1/+30 | |
Requested in issue #3183 Supersedes PR #3220 | |||||
2014-08-27 | Fix #2963 | Andrey Andreev | 3 | -4/+6 | |
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib | |||||
2014-08-27 | Add CI_Security::get_random_bytes() for CSRF & XSS token generation | Andrey Andreev | 1 | -1/+16 | |
2014-08-18 | [ci skip] Polish changes from PR #3176 | Andrey Andreev | 1 | -4/+6 | |
2014-08-18 | Alter Pull #3176 - CSRF Whitelist | caseyh | 1 | -4/+3 | |
2014-08-11 | CSRF whitelist supports regex | Casey Hancock | 1 | -0/+6 | |
Signed-off-by: Casey Hancock <crh431@gmail.com> | |||||
2014-07-07 | Fix a few typos and add a backport (compat) for hex2bin() | Andrey Andreev | 1 | -2/+2 | |
2014-07-02 | Remove GCM mode from CI_Encryption (OpenSSL) | Andrey Andreev | 1 | -11/+6 | |
While openssl_get_cipher_methods() lists 'aes-<keysize>-gcm' as supported, it appears that this is only half of the story. To be more specific, only the encryption operation of GCM is performed, and the authentication message is completely missing, rendering the whole thing useles. | |||||
2014-06-21 | Add CI_Encryption::create_key() | Andrey Andreev | 1 | -5/+10 | |
This was planned, we somehow forgot about it. :) | |||||
2014-06-19 | [ci skip] Leftover from 1e83d69a52a85a4f568bfa086d658556acd48980 | Andrey Andreev | 1 | -2/+0 | |
2014-06-19 | Remove the custom IV option from CI_Encryption | Andrey Andreev | 1 | -1/+0 | |
It serves for no practical purpose and can only do harm. | |||||
2014-06-05 | Updating table template prototype id documentation | AdwinTrave | 1 | -15/+21 | |
Updating template prototype in documentation to reflect the actual template prototype in the table library. | |||||
2014-06-01 | Merge pull request #3074 from aanbar/output_documentation | Andrey Andreev | 1 | -1/+25 | |
Added _display documentation. | |||||
2014-06-01 | reduced line length. | Ahmad Anbar | 1 | -2/+2 | |
2014-06-01 | Fixed code style. | Ahmad Anbar | 1 | -14/+10 | |
2014-05-31 | Remove CI_Encrypt::_xor_encode() | Andrey Andreev | 1 | -7/+2 | |
2014-05-31 | Added _display documentation. | Ahmad Anbar | 1 | -1/+29 | |
2014-05-16 | [ci skip] Manually apply an improved version of PR #3034 (doc fixes) | Andrey Andreev | 1 | -4/+4 | |
2014-04-19 | Doc fix for Encryption library | Kakysha | 1 | -2/+2 | |
2014-04-04 | [ci skip] Document 'first_url' Pagination option (supersedes PR #2992) | Andrey Andreev | 1 | -0/+5 | |
2014-04-01 | fixes warnings | Connor Tumbleson | 1 | -1/+1 | |
2014-03-14 | Fixed coding style & line length. | Ahmad Anbar | 1 | -2/+2 | |
2014-03-14 | Removed the requirment of quantity to trigger cart update. | Ahmad Anbar | 1 | -2/+2 | |
2014-03-10 | Add support for callable form validation rules | Andrey Andreev | 1 | -1/+37 | |
2014-03-04 | CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibility | Andrey Andreev | 1 | -1/+7 | |
Turns out it's OpenSSL's fault for performing 16 rounds instead of 12 for key sizes of 5-11 bytes. Reference: http://tools.ietf.org/rfc/rfc2144.txt | |||||
2014-02-27 | Add parameter to CI_Input::user_agent() | Andrey Andreev | 1 | -1/+2 | |
2014-02-21 | CI_Upload changes | Andrey Andreev | 1 | -1/+8 | |
- Method chaining support. - A more abstract resetting of the default settings. - Added an option to initialize() to disable resetting to default settings. - Removed method mimes_types() and slightly optimized chunks of code where it was used. - Added the ability to pass allowed_types as an array. | |||||
2014-02-20 | Date helper days_in_month(), CI_Calendar::get_total_days() changes | Andrey Andreev | 1 | -0/+3 | |
- days_in_month() now uses cal_days_in_month(), if available. - CI_Calendar::get_total_days() is now an alias for days_in_month(). | |||||
2014-02-18 | [ci skip] Clean-up following PR #2864 | Andrey Andreev | 1 | -48/+52 | |
2014-02-17 | documentation for calendar updates | Andrew | 1 | -2/+14 | |
change log and user guide updates for calendar update | |||||
2014-02-13 | [ci skip] Add compatibility functions documentation + Sphinx build fixes for ↵ | Andrey Andreev | 1 | -21/+21 | |
Cart | |||||
2014-02-13 | Add language translation support to CI_Pagination (#1589) | Andrey Andreev | 1 | -0/+8 | |
2014-02-13 | [ci skip] Polish changes from #2874 | Andrey Andreev | 1 | -63/+62 | |