Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵ | Andrey Andreev | 1 | -0/+3 | |
replace it Calls to this function are often needed before the Input library is available | |||||
2013-10-29 | Update sess_time_to_update description (rel #2397) | Andrey Andreev | 1 | -2/+3 | |
2013-10-29 | newline at the eof | Kakysha | 1 | -1/+1 | |
2013-10-29 | Update caching.rst | kakysha | 1 | -1/+1 | |
2013-10-28 | Update Redis Caching block | kakysha | 1 | -6/+17 | |
Added config options | |||||
2013-10-21 | Add CI_Upload:: option | Andrey Andreev | 1 | -0/+5 | |
2013-10-16 | Changelog/doc edits following PR #2684 | Andrey Andreev | 1 | -0/+5 | |
2013-09-15 | Adding missing reference to min_length in rules reference | AdwinTrave | 1 | -0/+1 | |
2013-08-28 | [ci skip] Fix a documentation error | Andrey Andreev | 1 | -1/+1 | |
2013-08-11 | Input class: change behavior of get_post() method, add post_get() method | vlakoff | 1 | -4/+12 | |
followup to PR #2522 | |||||
2013-07-24 | config->item() now returns NULL instead of FALSE when the required item ↵ | vlakoff | 1 | -1/+1 | |
doesn't exist. Uniformization with other functions. This also brings the ability to properly use booleans in configuration. | |||||
2013-07-23 | Loader changes & optimizations related to issue #2551 | Andrey Andreev | 1 | -0/+26 | |
2013-07-22 | Change class filenames to Ucfirst | Andrey Andreev | 4 | -5/+5 | |
2013-06-28 | Update library documentation and changelog | Adrian | 1 | -0/+1 | |
2013-06-20 | fixed typo in guide/lib/xmlrpc.rst | Michael Zimmer | 1 | -1/+1 | |
$size = $parameters[1]['shape']; replaced by: $shape = $parameters[1]['shape']; | |||||
2013-03-26 | There are 21 preferences, not 17 | Darren Benney | 1 | -1/+1 | |
2013-02-21 | Fix #2273 | Cory | 1 | -1/+1 | |
2013-02-18 | Clean up | nisheeth-barthwal | 1 | -0/+1 | |
2013-02-04 | Cleaned up for pull request. | Sajan Parikh | 1 | -2/+2 | |
Signed-off-by: Sajan Parikh <sajan@noppix.com> | |||||
2013-02-02 | Fixed documentation. | Sajan Parikh | 1 | -2/+4 | |
Signed-off-by: Sajan Parikh <sajan@noppix.com> | |||||
2013-01-28 | Fix issue #2202 and alter Loader Class docs | Andrey Andreev | 1 | -74/+72 | |
2013-01-15 | [ci skip] Fix issue #2157 - docs on the email library | Andrey Andreev | 1 | -23/+29 | |
2013-01-09 | Syntax fixes in documentation source | vlakoff | 2 | -3/+3 | |
2013-01-03 | doc: fix table markup in previous commit | Alan Jenkins | 1 | -3/+3 | |
"These "border lines" need to have a length higher or equal to the longest line in the table that would be generated, so you'll have to update them as well." - narfbg | |||||
2012-12-16 | doc: xss_clean() method is in Security, not Input | Alan Jenkins | 1 | -2/+2 | |
The Input doc does talk about xss filtering, but they refer you to Security for details, which is where the function is actually defined. It gives more detail about what the function is supposed to do, and avoids some irrelevance. It's probably not a big deal; it just looks wrong. It _might_ have been responsible for [confusion](http://stackoverflow.com/questions/13570522/this-input-xss-cleandata-giving-fatal-error-with-codeigniter) sometimes. | |||||
2012-12-14 | Fix issue #539 | Andrey Andreev | 1 | -75/+77 | |
Form validation language line keys were not prefixed. They are now prefixed with 'form_validation_' in order to avoid collisions. The old keys will still work if a prefixed match is not found, but are DEPRECATED and will be removed in the next major version. Also added upgrade notes and changelog entries for the new error message format from PR #961. | |||||
2012-12-13 | Remove slash! | Eric Roberts | 1 | -1/+1 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2012-12-12 | Format tweaks | Eric Roberts | 1 | -2/+2 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2012-12-12 | Merge branch 'refs/heads/develop' into feature/form_error_msgs | Eric Roberts | 23 | -482/+1090 | |
Conflicts: system/language/english/form_validation_lang.php user_guide_src/source/libraries/form_validation.rst Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2012-12-03 | Add min_width and min_height options to the Upload class | Andrey Andreev | 1 | -45/+53 | |
(manually implementing outdated PR #636) | |||||
2012-11-29 | Added CI_Output::get_header() | Andrey Andreev | 1 | -5/+25 | |
(an improved version of PR #645) Also fixed get_content_type() to only return the MIME value and created Output library unit tests for both of these methods. | |||||
2012-11-26 | Implement cascade-style loading of language files | Andrey Andreev | 1 | -22/+18 | |
(as requested in issue #452) | |||||
2012-11-26 | Add 'valid_url' rule to Form Validation (issue #1966) | Andrey Andreev | 1 | -0/+1 | |
2012-11-26 | CI_Email::print_debugger() option to limit the type of data to be printed | Andrey Andreev | 1 | -1/+11 | |
(an alternative to PR #1759; partially solves issue #1742) | |||||
2012-11-25 | Merge pull request #2026 from johnathancroom/keep_flash_data_array | Andrey Andreev | 1 | -1/+3 | |
keep_flashdata accepts array | |||||
2012-11-25 | Added support for extending individual driver classes and driver unit tests | dchill42 | 1 | -5/+0 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-11-24 | keep_flashdata accepts array | Johnathan Croom | 1 | -1/+3 | |
2012-11-22 | Fix issue #118 (manually implementing PR #1832) | Andrey Andreev | 1 | -1/+6 | |
2012-11-19 | Documentation: fix typos in name of application folder | Alan Jenkins | 3 | -8/+8 | |
The name is "application/", not "applications/". (This commit does not change managing_apps.rst, where "applications/" is used intentionally). | |||||
2012-11-12 | Changed the `migration_style` config setting to `migration_type` | Jonathon Hill | 1 | -2/+2 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-12 | Merge remote-tracking branch 'upstream/develop' into develop | Jonathon Hill | 4 | -41/+67 | |
Conflicts: user_guide_src/source/changelog.rst Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-06 | Added CI_Input::input_stream() | Andrey Andreev | 1 | -32/+61 | |
Helps in reading php://input stream data by caching it when accessed for the first time. (supersedes PR #1684) | |||||
2012-11-05 | Fixed typo in unit testing documentation. | Daniel Paul Searles | 1 | -1/+1 | |
There was a reference to a non-existent Unit_test::set_items method when it should be Unit_test::set_test_items. | |||||
2012-11-03 | Fix #1957 | Andrey Andreev | 1 | -3/+0 | |
2012-11-01 | [ci skip] Alter form validation examples including the *matches* rule | Andrey Andreev | 1 | -4/+4 | |
2012-11-01 | Session cookie driver changes | Andrey Andreev | 1 | -1/+1 | |
- Changed docs CREATE TABLE ci_sessions example to have the PRIMARY KEY of session_id, ip_address and user_agent combined. - Changed DB updates to add WHERE clauses for the ip_address and/or user_agent strings if sess_match_ip and/or sess_match_useragent are set to TRUE. | |||||
2012-10-31 | Added support for timestamp-based migrations | Jonathon Hill | 1 | -29/+55 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-10-26 | Fix #1624 and clear-up the form validation docs (manually applying #1603) | Andrey Andreev | 1 | -95/+95 | |
2012-10-26 | Implement cache key prefixing (as suggested in #1197) and update the Cache docs | Andrey Andreev | 1 | -9/+48 | |
2012-10-25 | Add CI_Cart::get_item() (rel #400) | Andrey Andreev | 1 | -4/+10 | |