Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-14 | Enable HHVM on travis-ci | Fred Emmott | 1 | -0/+1 | |
2014-01-14 | Merge pull request #2815 from fredemmott/fix-hhvm | Andrey Andreev | 1 | -15/+1 | |
Don't throw in mock autoloader | |||||
2014-01-13 | Don't throw in mock autoloader | Fred Emmott | 1 | -15/+1 | |
This behavior doesn't appear to be used at all. This fixes HHVM compatibility: HHVM optimizes class_exists() to a dedicated bytecode - as it's not a function call, it doesn't show up in the backtrace. 100% of the tests pass with this change. | |||||
2014-01-12 | Merge pull request #2808 from melounek/filename_as_url | Andrey Andreev | 3 | -9/+14 | |
attach files by absolute url | |||||
2014-01-10 | Finally get rid of the CI_Router::_set_overrides() calls | Andrey Andreev | 3 | -38/+24 | |
2014-01-10 | condition repair and comments | Petr Heralecky | 1 | -3/+3 | |
2014-01-10 | documentation repairs | Petr Heralecky | 2 | -2/+2 | |
2014-01-10 | rename src to file | Petr Heralecky | 1 | -9/+9 | |
2014-01-10 | attach files by absolute url | Petr Heralecky | 3 | -10/+15 | |
2014-01-10 | Further changes related to PR #2807 | Andrey Andreev | 3 | -23/+24 | |
2014-01-10 | Merge pull request #2807 from melounek/develop | Andrey Andreev | 3 | -33/+81 | |
Added Email::attach_cid() returning CID which enables to embed an attachment to html | |||||
2014-01-10 | variable repair | Petr Heralecky | 1 | -2/+2 | |
2014-01-10 | styleguided 2 | Petr Heralecky | 1 | -3/+1 | |
2014-01-10 | styleguided | Petr Heralecky | 3 | -21/+26 | |
2014-01-10 | Added Email::attach_cid() returning CID | Petr Heralecky | 3 | -34/+79 | |
2014-01-09 | Add HTTP response code 307 support in URL helper redirect() | Andrey Andreev | 2 | -6/+11 | |
2014-01-09 | Merge pull request #2805 from iBotPeaches/develop | Andrey Andreev | 3 | -10/+10 | |
fix doc warnings/errors | |||||
2014-01-09 | d'oh - :noindex: in wrong place | Connor Tumbleson | 1 | -3/+3 | |
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com> | |||||
2014-01-09 | fix doc warnings | Connor Tumbleson | 3 | -10/+10 | |
2014-01-09 | Implement atomic increment/decrement in Cache library | Andrey Andreev | 8 | -66/+331 | |
Requested via issue #109 Supersedes PR #241 | |||||
2014-01-09 | Fix #133 | Andrey Andreev | 2 | -1/+7 | |
2014-01-09 | Update Calendar library test following PR #2802 | Andrey Andreev | 1 | -15/+18 | |
2014-01-09 | Merge pull request #2802 from marcossffilho/develop | Andrey Andreev | 3 | -22/+72 | |
Calendar Updates | |||||
2014-01-09 | Updates for the Calendar Pull Request | Marcos SF Filho | 2 | -15/+15 | |
2014-01-09 | Merge pull request #2804 from ↵ | Andrey Andreev | 3 | -11/+49 | |
abdmaster/feature/form_validation/custom_error_per_field Added custom error messages functionality for individual fields. | |||||
2014-01-09 | Fixed the comment and array alignment. | Ahmedul Haque Abid | 2 | -3/+3 | |
2014-01-09 | Fixed coding styles in form_validation.rst | Ahmedul Haque Abid | 1 | -3/+3 | |
2014-01-09 | Added space after 'if' condition | Ahmedul Haque Abid | 1 | -1/+1 | |
2014-01-09 | Changed the rest of 'error_msg' to 'errors' | Ahmedul Haque Abid | 2 | -7/+7 | |
2014-01-09 | Added the missing "is" in the comment | Ahmedul Haque Abid | 1 | -1/+1 | |
2014-01-09 | Merge branch 'develop' into feature/form_validation/custom_error_per_field | Ahmedul Haque Abid | 5 | -4/+40 | |
2014-01-09 | Added spaces between parameters and fixed the arrays to be more readable. | Ahmedul Haque Abid | 1 | -12/+16 | |
2014-01-09 | Updated comment messages. | Ahmedul Haque Abid | 1 | -2/+2 | |
2014-01-09 | Updated change log message for form validation custrom errors. | Ahmedul Haque Abid | 1 | -1/+1 | |
2014-01-09 | Removed extra space between closing parenthesis. | Ahmedul Haque Abid | 1 | -1/+1 | |
2014-01-09 | Fixed a missed variable $errors in set_rules(). | Ahmedul Haque Abid | 1 | -1/+1 | |
2014-01-09 | Changed $error_msg to $errors | Ahmedul Haque Abid | 2 | -6/+6 | |
2014-01-09 | Add CI_User_agent::parse() to allow parsing a custom user-agent string | Andrey Andreev | 2 | -1/+33 | |
Based on PR #970 | |||||
2014-01-08 | Remove preg_quote() call from CI_User_agent::_set_browser() and add another ↵ | Andrey Andreev | 3 | -1/+4 | |
pattern for Opera Input comes from a configuration file that is barely touched by anyone and the default values only contain letters, so it is safe to not quote them. This enables us to add a more advanced pattern in config/user_agents.php for Opera 10+, which ... quote: Opera/9.80 is hard coded at the beginning of the user agent string because of broken browser sniffing scripts which detect 'Opera/10' and above as Opera 1. (reference: http://my.opera.com/community/openweb/idopera/) Instead, latests versions of Opera append ' Version/<version number>' to the end of the user agent string. Fixes issue #555 (incorrect browser detection for Opera) | |||||
2014-01-08 | Unnecessary rtrim and update docs for Calendar class | Marcos SF Filho | 2 | -17/+26 | |
2014-01-08 | Join two if statement into one | Marcos SF Filho | 1 | -5/+2 | |
2014-01-08 | Code Corrections for the Calendar Pull Request | Marcos SF Filho | 2 | -23/+20 | |
2014-01-08 | Fix 2 errors caused by recent commits | Andrey Andreev | 2 | -2/+3 | |
2014-01-08 | Added custom error messages functionality for individual fields. | Ahmedul Haque Abid | 3 | -9/+43 | |
2014-01-08 | Update the Calendar Class | Marcos SF Filho | 2 | -7/+54 | |
2014-01-08 | Deprecate the 'mysql', 'sqlite', 'mssql' and 'pdo/dblib' drivers | Andrey Andreev | 2 | -0/+22 | |
The 'mysql' PHP extension is notorious for it's problems and is deprecated as of PHP 5.5. The other ones are dropped from PHP 5.3. | |||||
2014-01-08 | Make newline standardization configurable | Andrey Andreev | 5 | -6/+46 | |
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 | Fix #346 | Andrey Andreev | 4 | -22/+66 | |
When ['global_xss_filtering'] was turned on, the , , & superglobals were automatically overwritten. This resulted in one of the following problems: - xss_clean() being called twice - Inability to retrieve the original (not filtered) value XSS filtering is now only applied on demand by the Input class, and the default value for the parameter in CI_Input methods is changed to NULL. Unless a boolean value is passed to them, whether XSS filtering is applied depends on the ['global_xss_filtering'] value. | |||||
2014-01-08 | [ci skip] Fix a wrong issue reference from the previous commit | Andrey Andreev | 1 | -1/+1 | |
2014-01-08 | Fix #148 | Andrey Andreev | 2 | -4/+7 | |
CI_Input::_clean_input_data() assumed that all input data is URL-encoded while sanitizing it. However, PHP already performs URL-decoding on it, so this is either redudant or overly intrusive as it resulted in many, many reports of data containing '%' followed by 1 numeric characters being essentially destroyed. Supersedes PR #1229 |