Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-08 | [ci skip] Deprecate the Javascript library | Andrey Andreev | 3 | -2/+16 | |
2014-02-08 | Deprecate CI_Config::system_url() | Andrey Andreev | 3 | -1/+19 | |
2014-02-08 | Add method chaining support to CI_Table | Andrey Andreev | 3 | -40/+53 | |
2014-02-08 | Add method chaining support to Calendar & Pagination libs | Andrey Andreev | 5 | -7/+18 | |
2014-02-08 | Method chaining support for FV set_data(), reset_validation() | Andrey Andreev | 2 | -4/+9 | |
2014-02-08 | CI_Input tweaks | Andrey Andreev | 2 | -75/+30 | |
- 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 | 3 | -3/+3 | |
sense) | |||||
2014-02-08 | Merge branch 'feature/user-guide-cleanup' into develop | Andrey Andreev | 65 | -4956/+6369 | |
2014-02-08 | simplify calendar library | Andrew | 1 | -68/+35 | |
it seemed quite strange that we ask users to pass in a template string the we parse with REGEX, to extract key/value pairs, when we can simply ask users for an array. the class still contains default variables for each part of the template. Users can simply pass in an array (instead of a string) when they initialize, $config['template'], which overwrites default values. this cuts down a little on file size by removing parse_template() function. I think arrays are much more straightforward and easy to read than 'encoded' strings. don't have to keep a running list of all template keys like in previous parse_template() function. gets rid of $this->temp[] property and changes it to $this->template[] which is more descriptive when generating output | |||||
2014-02-08 | [ci skip] Add return types to library docs | Andrey Andreev | 28 | -666/+836 | |
2014-02-08 | Merge pull request #2863 from darwinel/develop | Andrey Andreev | 1 | -1/+1 | |
Small Style fix | |||||
2014-02-08 | Small Style fix | darwinel | 1 | -1/+1 | |
General Style and Syntax | |||||
2014-02-07 | [ci skip] Add return types to common and error handling functions docs | Andrey Andreev | 2 | -25/+25 | |
2014-02-07 | [ci skip] Add return types to helper docs (+ some other formatting) | Andrey Andreev | 21 | -326/+361 | |
2014-02-07 | Removed new line at the end of the file | Olanipekun Femi | 0 | -0/+0 | |
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] Really fix wrong doc references | Andrey Andreev | 1 | -2/+2 | |
2014-02-07 | [ci skip] Really fix wrong doc references | Andrey Andreev | 2 | -2/+2 | |
2014-02-07 | Merge branch 'develop' into feature/user-guide-cleanup | Andrey Andreev | 1 | -1/+1 | |
2014-02-07 | [ci skip] Fix a wrong reference in the docs | Andrey Andreev | 1 | -1/+1 | |
2014-02-07 | Fixed Typo in String Helper function | Olanipekun Femi | 1 | -2/+2 | |
alnum spelled as alunum in random_string function documentation comment. | |||||
2014-02-07 | [ci skip] Re-format changelog entries | Andrey Andreev | 1 | -93/+92 | |
2014-02-07 | [ci skip] Replace :php:func: usage with just :func: | Andrey Andreev | 3 | -14/+14 | |
2014-02-07 | [ci skip] Some adjustments to the Javascript library docs | Andrey Andreev | 1 | -28/+48 | |
2014-02-07 | Merge branch 'develop' into 'feature/user-guide-cleanup' | Andrey Andreev | 19 | -32/+70 | |
2014-02-07 | Merge branch 'develop' into feature/encryption | Andrey Andreev | 3 | -4/+3 | |
2014-02-07 | Use is_really_writable() in captcha helper | Andrey Andreev | 1 | -1/+1 | |
2014-02-07 | Fix conflicts | Andrey Andreev | 0 | -0/+0 | |
2014-02-07 | Use is_really_writable() in get_file_info() | Andrey Andreev | 1 | -2/+1 | |
2014-02-07 | Merge pull request #2859 from vivekdinesh/typo-fix | Andrey Andreev | 1 | -1/+1 | |
Typo Fix | |||||
2014-02-07 | Typo Fix | Vivek Dinesh | 1 | -1/+1 | |
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2014-02-07 | CI_Encryption: Optimizations and test cases | Andrey Andreev | 3 | -92/+324 | |
2014-02-06 | Merge pull request #2857 from vivekdinesh/typo-fix | Andrey Andreev | 1 | -1/+1 | |
Typo Fix | |||||
2014-02-06 | Typo Fix | Vivek Dinesh | 1 | -1/+1 | |
Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> | |||||
2014-02-06 | Merge changes from develop | Andrey Andreev | 3 | -3/+12 | |
2014-02-06 | Make CI_Session's HMAC comparison time-attack-safe | Andrey Andreev | 1 | -1/+9 | |
2014-02-06 | CI_Encryption: CAST-128/CAST5 and RC4/ARCFour compatibility | Andrey Andreev | 2 | -15/+73 | |
2014-02-06 | CI_Encryption: Time-attack-safe HMAC verification | Andrey Andreev | 1 | -4/+18 | |
2014-02-05 | Fix #2856 | Andrey Andreev | 2 | -2/+3 | |
2014-02-05 | CI_Encryption: HMAC to not be derived from the encryption key | Andrey Andreev | 2 | -62/+62 | |
2014-02-05 | More CI_Encryption improvements | Andrey Andreev | 2 | -49/+10 | |
- Make OpenSSL the default driver if available (because MCrypt is stupid). - Require MCRYPT_DEV_URANDOM for the MCrypt availability check (because security; also, incidentally - it's faster that way ;)). | |||||
2014-02-05 | CI_Encryption: More MCrypt/OpenSSL compatibility and get rid of the ↵ | Andrey Andreev | 2 | -30/+115 | |
MCRYPT_MODE_* constants | |||||
2014-02-05 | CI_Encryption: Add Blowfish to compatibility list | Andrey Andreev | 2 | -12/+14 | |
2014-02-05 | CI_Encryption: Work around MCrypt's dumb behavior in ECB mode | Andrey Andreev | 1 | -49/+65 | |
2014-02-05 | Merge branch 'develop' into feature/encryption | Andrey Andreev | 4 | -2/+22 | |
2014-02-05 | Integrate CI_Encryption into the framework | Andrey Andreev | 5 | -36/+61 | |
TODO: Add documentation in user_guide_src/source/libraries/encryption.rst | |||||
2014-02-04 | CI_Encryption: Remove ARCFour from aliased ciphers due ... | Andrey Andreev | 1 | -4/+2 | |
Seems like there are some issues with it | |||||
2014-02-04 | CI_Encryption: Fix more errors and add a 'portability' test case | Andrey Andreev | 2 | -18/+67 | |
2014-02-04 | Fix a logical error in CI_Encryption | Andrey Andreev | 1 | -3/+3 | |
2014-02-04 | CI_Encryption: Fix some errors and add unit tests for hkdf() | Andrey Andreev | 3 | -25/+129 | |