Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-28 | Fix #2845 | Andrey Andreev | 1 | -1/+1 | |
2014-01-24 | [ci skip] AND -> && | Andrey Andreev | 1 | -1/+1 | |
2014-01-15 | Fix #2822: Incorrect usage of fwrite() | Andrey Andreev | 1 | -2/+10 | |
We only used to check (and not always) if the return value of fwrite() is boolean FALSE, while it is possible that the otherwise returned bytecount is less than the length of data that we're trying to write. This allowed incomplete writes over network streams and possibly a few other edge cases. | |||||
2014-01-09 | Add HTTP response code 307 support in URL helper redirect() | Andrey Andreev | 1 | -5/+10 | |
2014-01-09 | Fix #133 | Andrey Andreev | 1 | -1/+6 | |
2014-01-08 | Fix 2 errors caused by recent commits | Andrey Andreev | 1 | -1/+2 | |
2014-01-08 | Fix #346 | Andrey Andreev | 1 | -1/+2 | |
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 | Optimize get_instance() calls/assignments | Andrey Andreev | 5 | -22/+11 | |
2014-01-07 | Change Text helper default tag from <strong> to <mark> | Andrey Andreev | 1 | -16/+8 | |
Supersedes PR #1497 | |||||
2014-01-06 | Make CI_Input::set_cookie() and cookie helpers set_cookie(), get_cookie(), ↵ | Andrey Andreev | 1 | -3/+3 | |
delete_cookie()'s first (name) parameter mandatory | |||||
2013-10-25 | Implement $protocol parameter in Config base_url() and site_url() methods | vlakoff | 1 | -16/+2 | |
Let's keep the implementation logic in one place. Improves 2023c3d05b042cf1322286d69557c2b8bf3bd8d5. | |||||
2013-10-23 | Fix issue #2695 | Andrey Andreev | 1 | -5/+27 | |
2013-10-21 | Add 'filename' to the return elements for create_captcha() (PR #2602) | Andrey Andreev | 1 | -4/+4 | |
2013-10-21 | Manually apply PR #2656 | Andrey Andreev | 1 | -2/+2 | |
Fixes an 'Array to string conversion' notice in form_dropdown() | |||||
2013-10-17 | Replace the last rand() with mt_rand() | vlakoff | 1 | -7/+7 | |
Better entropy, faster. Also fixed a few "it's" typos. | |||||
2013-10-04 | parse $extra attributes in form_dropdown. | Ahmad Anbar | 1 | -5/+2 | |
2013-09-13 | Another one following #2639 | Andrey Andreev | 1 | -1/+5 | |
2013-09-13 | An update to the #2639 fix | Andrey Andreev | 1 | -0/+4 | |
2013-09-13 | Fix array notation fields for set_select() as well | Andrey Andreev | 1 | -27/+8 | |
2013-09-13 | Fix #2639 | Andrey Andreev | 1 | -60/+19 | |
2013-07-28 | Polishing Form helper | vlakoff | 1 | -1/+6 | |
2013-07-28 | Form helper _attributes_to_string() micro-optimization | vlakoff | 1 | -5/+5 | |
As $attributes should be most of the times an array, let's save an is_string() call. | |||||
2013-07-27 | More logical order | vlakoff | 1 | -11/+11 | |
2013-07-27 | Form helper: refactor form_open() and _attributes_to_string() | vlakoff | 1 | -38/+18 | |
2013-07-26 | Fix #2560 | Andrey Andreev | 1 | -2/+10 | |
2013-07-26 | Fix #2558 | Andrey Andreev | 1 | -1/+1 | |
2013-07-23 | Loader changes & optimizations related to issue #2551 | Andrey Andreev | 1 | -1/+1 | |
2013-07-19 | [ci skip] Simplify get_file_info() | Andrey Andreev | 1 | -1/+1 | |
2013-07-18 | Add color customization to the CAPTCHA helper | Andrey Andreev | 1 | -17/+37 | |
Ref: Issue #867 & PRs #1405, #2485 | |||||
2013-07-18 | Micro-optimization on base_url() & site_url() | Andrey Andreev | 1 | -6/+6 | |
2013-07-18 | Add that parameter for real :) | Andrey Andreev | 1 | -1/+1 | |
2013-07-18 | Add an optional parameter to URL helpers base_url() and site_url() ↵ | Andrey Andreev | 1 | -7/+21 | |
(supersedes #2535) | |||||
2013-07-17 | [ci skip] Remove some empty lines | Andrey Andreev | 2 | -2/+2 | |
2013-05-18 | Required arg in between optional ones | Rasmus Lerdorf | 1 | -2/+2 | |
Signed-off-by: Rasmus Lerdorf <rasmus@php.net> | |||||
2013-05-18 | The date_range() function is a bit broken | Rasmus Lerdorf | 1 | -3/+3 | |
Neither $unix_time nor $start_date were defined here Signed-off-by: Rasmus Lerdorf <rasmus@php.net> | |||||
2013-04-14 | final change (extra space) | ash | 1 | -1/+1 | |
2013-04-14 | newline at end | ash | 1 | -1/+1 | |
2013-04-14 | eol | ash | 1 | -1/+0 | |
2013-04-14 | eol 2 | ash | 1 | -0/+1 | |
2013-04-14 | eol test. | ash | 1 | -1/+1 | |
2013-04-10 | removed sanity checks (developer-supplied value, not user input), added ↵ | ash | 1 | -15/+3 | |
changelog entry, changed variable names | |||||
2013-04-10 | typo change | ash | 1 | -3/+3 | |
Uses the same defaults as were hard coded in (8 chars in length, 0-9a-aA-Z). Small change in this file means less code elsewhere when generating random character strings for the captcha word. all existing code will work the same. | |||||
2013-04-10 | Add options in create_captcha() to specify the randomly generated captcha ↵ | ash | 1 | -5/+16 | |
word length and character pool Uses the same defaults as were hard coded in (8 chars in length, 0-9a-aA-Z). Small change in this file means less code elsewhere when generating random character strings for the captcha word. | |||||
2013-03-26 | Merge pull request #2348 from nisheeth-barthwal/feature/nested_keys | Andrey Andreev | 1 | -7/+6 | |
Added Parsing Capabilities to Input class for nested array keys | |||||
2013-03-26 | Code fixes in line with suggestions | nisheeth-barthwal | 1 | -10/+5 | |
2013-03-25 | Simplified notation parsing and other cosmetic fixes | nisheeth-barthwal | 1 | -32/+2 | |
2013-03-24 | Fixed error in form_textarea helper function | Zachary Cardoza | 1 | -1/+0 | |
Reverted from GitHub edited version to remove document line end character. Good to merge now. | |||||
2013-03-24 | Revert "Fixed error in Form Helper textarea function" | Zachary Cardoza | 1 | -1/+2 | |
This reverts commit e15d1be514dad1df7a3c38d6265566692ecf1260. | |||||
2013-03-23 | Removed $recurse parameter in lieu of auto parsing. Changed "provision" entry. | nisheeth-barthwal | 1 | -1/+1 | |
2013-03-22 | Fixed error in Form Helper textarea function | Zach Cardoza | 1 | -2/+1 | |
Function had declaration of unused $name variable which caused errors. |