Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-12 | [ci skip] Remove PHP version from license notices and bump year | Andrey Andreev | 6 | -18/+18 | |
2015-01-12 | Merge branch 'develop' into feature/session | Andrey Andreev | 166 | -1156/+870 | |
2015-01-12 | [ci skip] Polish changes from PR #3278 | Andrey Andreev | 1 | -2/+2 | |
2015-01-12 | Merge pull request #3278 from b1tc0re/patch-1 | Andrey Andreev | 1 | -1/+8 | |
We can preserve transparency for PNG images | |||||
2015-01-12 | Change CI_DB_driver::field_data() signature | Andrey Andreev | 20 | -110/+22 | |
The parameter is mandatory, it doesn't make sense to have a default empty string value only to check for it. | |||||
2015-01-12 | Updated to use the language file | Ahmad Anbar | 2 | -1/+2 | |
2015-01-11 | Show the name of the field that doesn't have error message set. | Ahmad Anbar | 1 | -1/+1 | |
2015-01-11 | Fix #3464 | Andrey Andreev | 1 | -1/+1 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 168 | -615/+615 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2015-01-09 | Fix E_WARNING in CI_Security::entity_decode() on PHP<5.3.4 | Andrey Andreev | 1 | -1/+6 | |
Related: #3057 Previous commit: 487d1ae060e6414e0a59c9752a4914fa3b8c4710 | |||||
2015-01-06 | Merge pull request #3444 from peterdenk/russian-timezones | Andrey Andreev | 1 | -3/+3 | |
Russian time zones were changed on Oct 26 2014. | |||||
2015-01-06 | Documentation updated. | Peter Denk | 1 | -1/+1 | |
Signed-off-by: Peter Denk <peter@skypay.se> | |||||
2015-01-05 | Fix #3460 | Andrey Andreev | 1 | -1/+1 | |
2015-01-05 | Remove CI_Form_validation::xss_clean() | Andrey Andreev | 1 | -13/+0 | |
More details in the commit diff itself, and here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/683#issuecomment-66598821 | |||||
2015-01-05 | Polish changes following PR #3416 | Andrey Andreev | 1 | -22/+26 | |
2015-01-04 | PR #3452 | Andrey Andreev | 1 | -1/+1 | |
2015-01-04 | Change order of hooks loading | vlakoff | 1 | -4/+4 | |
Let override hooks via environment-specific config. | |||||
2015-01-03 | Fix #3453 | Andrey Andreev | 1 | -1/+1 | |
Allow hyphens and underscores in language idioms. | |||||
2014-12-25 | Russian time zones were changed on Oct 26 2014. | Peter Denk | 1 | -3/+3 | |
2014-12-22 | fix typo in the comments | Claudio Galdiolo | 1 | -1/+1 | |
2014-12-17 | Add support for configuring socket pipe connections in 'mysqli' | Andrey Andreev | 1 | -5/+17 | |
Supersedes PR #3415 | |||||
2014-12-17 | Extend fix for #3419 | Andrey Andreev | 1 | -17/+21 | |
2014-12-16 | Merge pull request #3416 from jim-parry/userguide/db_driver_reference | Andrey Andreev | 1 | -5/+5 | |
User Guide - DB Driver Reference | |||||
2014-12-16 | Fix #3419 | Andrey Andreev | 1 | -41/+28 | |
2014-12-16 | Remove trailing newline | Jason Taylor | 1 | -1/+1 | |
2014-12-16 | Fix Issue #3417 | warpcode | 1 | -2/+2 | |
2014-12-16 | User Guide - DB Driver Reference | James L Parry | 1 | -5/+5 | |
First stab at DB driver reference. Methods are listed in order encountered in the source file. Parameter or return types in DB_driver updated as needed, and reflected here. TOC entry added to bottom of database index page. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-15 | Remove output minifier | Andrey Andreev | 1 | -208/+0 | |
This feature has proven to be problematic and it's not nearly as flexible as a dedicated minifier library like Minify (http://www.minifier.org/, https://github.com/matthiasmullie/minify). The same results in terms of saving traffic can also be achievied via gzip compression (which should also be done on the httpd level, but we also support anyway) and stuff like mod_pagespeed. Reverts PR #965 Related issues as a track record proving how problematic this has been: #2078 #1499 #2163 #2092 #2387 #2637 #2710 #2120 #2171 #2631 #2326 #2795 #2791 #2772 Additionally, the count of contributors suggesting that the only way to fix the minifier problems is to remove it, is around the same as the count of people suggesting the feature to be implemented in the first place. It was experimental anyway ... the experiment failed. | |||||
2014-12-14 | [ci skip] Remove an unused lang string | Andrey Andreev | 1 | -1/+0 | |
Close #3411 | |||||
2014-12-11 | Add method chaining support ot CI_DB_query_builder::reset_query() | Andrey Andreev | 1 | -1/+2 | |
2014-12-11 | Add method chaining support to QB cache methods | Andrey Andreev | 1 | -20/+22 | |
2014-12-09 | #3073 (feature/session): Allow custom drivers without the CI_ or MY_ prefix | Andrey Andreev | 1 | -1/+12 | |
2014-12-08 | Fix 'Array to string conversion' notice in CSRF validation | Andrey Andreev | 1 | -2/+2 | |
Rel: #3398 | |||||
2014-12-05 | Merge pull request #3393 from preems/develop | Andrey Andreev | 1 | -1/+2 | |
Added img_id to capcha helper Close #51 | |||||
2014-12-05 | removing extra spaces | Preetham | 1 | -1/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | Removed img_name from captcha helper | Preetham | 1 | -2/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | Further changes related to issue #47, PR #3323 | Andrey Andreev | 2 | -10/+12 | |
- Removed a test that was created specifically for the 'convert programmatic characters to entities' feature. - Changed filter_uri() to accept by reference and to not return anything as its only purpose now is to trigger a show_error() call. - Added changelog messages and updated the upgrade instructions. | |||||
2014-12-05 | Merge pull request #3323 from Razican/remove-uri-filter | Andrey Andreev | 1 | -6/+1 | |
Remove conversion of 'programmatic characters' to HTML entities in CI_URI::filter_uri() Close #47 | |||||
2014-12-05 | closing #51. Added img_id and img_name in capcha helper | Preetham | 1 | -1/+3 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-04 | DB forge/utilities polishing (docs) following #3375, #3378 | Andrey Andreev | 1 | -50/+9 | |
2014-12-04 | Add 'cache_query_string' configuration option | Andrey Andreev | 1 | -3/+14 | |
Close #2349 | |||||
2014-12-04 | [ci skip] Update on the changes from PR #3388 | Andrey Andreev | 2 | -3/+3 | |
- 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/+3 | |
Flag the smiley helper and shopping cart as deprecated. | |||||
2014-12-04 | Zip library changes related to PR #3341 | Andrey Andreev | 1 | -14/+10 | |
- 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 | -1/+14 | |
Adds Compression options to Zip Library | |||||
2014-12-04 | Flag the smiley helper and shopping cart as deprecated. | James L Parry | 2 | -1/+3 | |
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-04 | Another correction following #3384 | Andrey Andreev | 1 | -2/+1 | |
2014-12-03 | Some polishing following PR #3384 | Andrey Andreev | 1 | -5/+2 | |
2014-12-03 | Fixed code style. Update changelog. #2349 | Stefano Mazzega | 1 | -3/+3 | |
2014-12-03 | add querystring to page caching. #2349 | Stefano Mazzega | 1 | -3/+3 | |