Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2014-12-03 | add querystring to page caching. #2349 | Stefano Mazzega | 1 | -0/+9 | |
2014-12-02 | Fix an error from the previous commit | Andrey Andreev | 1 | -1/+1 | |
2014-12-02 | Some optimizations & polishing following PR #3381 | Andrey Andreev | 1 | -14/+5 | |
2014-12-02 | Added changelog entry | Ahmad Anbar | 1 | -6/+6 | |
updated documentation Fixed code style. | |||||
2014-12-02 | Allow pulling multiple get/post ...etc at once | Ahmad Anbar | 1 | -0/+12 | |
2014-12-02 | Regressions ... #3380 #3194 ab9217e316a79bc8fab2840c8f5bd2b9bc7a4dc0 | Andrey Andreev | 2 | -4/+5 | |
2014-12-01 | Improve on the fix for #3380 | Andrey Andreev | 1 | -1/+1 | |
2014-12-01 | Fix a regression from the previous commit | Andrey Andreev | 1 | -1/+1 | |
2014-12-01 | Fix #3380 | Andrey Andreev | 1 | -1/+1 | |
2014-11-23 | Fix an erroneous variable name | Andrey Andreev | 1 | -1/+1 | |
Close #3356 Close #3367 | |||||
2014-11-19 | Exposed the arguments to gzcompress by adding public variables to the Zip ↵ | garrettair | 1 | -1/+14 | |
library. | |||||
2014-11-18 | Force ORDER BY usage with OFFSET-FETCH on SQL Server | Andrey Andreev | 3 | -1/+7 | |
Close #3128 Close #3332 Close #3334 Close #3335 | |||||
2014-11-13 | Fix an issue with 'postgre' persistent connections | Andrey Andreev | 1 | -14/+13 | |
Basically, they were never persistent. | |||||
2014-11-13 | Merge pull request #3325 from preems/develop | Andrey Andreev | 1 | -2/+3 | |
closing #656 add font_size in create_captcha() | |||||
2014-11-13 | Removing empty lines | Michael Granados | 2 | -2/+2 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-12 | removed additional tabs and semicolon | Preetham | 1 | -2/+2 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-11-12 | Closing #656 and updating documentation | Preetham | 1 | -3/+3 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-11-12 | Fix #656 add font_size in create_captcha() | Preetham | 1 | -2/+3 | |
2014-11-12 | Making required changes | Michael Granados | 2 | -5/+5 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-11 | Fixed return. | Razican | 1 | -0/+2 | |
Signed-off-by: Razican <admin@razican.com> | |||||
2014-11-11 | Remove URI filter for parenthesis and dollar symbols, as talked in #47. | Razican | 1 | -7/+0 | |
Signed-off-by: Razican <admin@razican.com> | |||||
2014-11-09 | Verifying From header before send mail | Michael Granados | 2 | -0/+7 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-08 | Really fix #3318 | Andrey Andreev | 1 | -0/+2 | |
2014-11-08 | Fix #3318 | Andrey Andreev | 1 | -1/+1 | |
2014-11-07 | Fix #3317 ... MCrypt sucks | Andrey Andreev | 1 | -0/+1 | |
2014-11-07 | Simplify CI_Loader::lang() following #3316 | Andrey Andreev | 1 | -8/+1 | |
2014-11-06 | Ability to pass array of language files to Language Library similar to ↵ | Gabriel Potkány | 1 | -0/+8 | |
Loader Library | |||||
2014-11-04 | #3310 Remove a dead line | Andrey Andreev | 1 | -1/+0 | |
2014-11-04 | Fix #3310 | Andrey Andreev | 2 | -3/+2 | |
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675 Quite possibly related to #3308 | |||||
2014-11-03 | Polish changes following #3305 | Andrey Andreev | 7 | -15/+42 | |
Also add support for field comments in PostgreSQL & Oracle ... only via alter_table() for now :/ | |||||
2014-11-03 | Remove comment field definition from all other forge classes | Zachary Flower | 20 | -140/+0 | |
2014-11-03 | Move MySQL comments to MySQL forge classes only | Zachary Flower | 4 | -36/+15 | |
2014-11-03 | Move comment field after unique field in db forge | Zachary Flower | 4 | -6/+6 | |