summaryrefslogtreecommitdiffstats
path: root/system
AgeCommit message (Collapse)AuthorFilesLines
2014-12-16Remove trailing newlineJason Taylor1-1/+1
2014-12-16Fix Issue #3417warpcode1-2/+2
2014-12-15Remove output minifierAndrey Andreev1-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 stringAndrey Andreev1-1/+0
Close #3411
2014-12-11Add method chaining support ot CI_DB_query_builder::reset_query()Andrey Andreev1-1/+2
2014-12-11Add method chaining support to QB cache methodsAndrey Andreev1-20/+22
2014-12-08Fix 'Array to string conversion' notice in CSRF validationAndrey Andreev1-2/+2
Rel: #3398
2014-12-05Merge pull request #3393 from preems/developAndrey Andreev1-1/+2
Added img_id to capcha helper Close #51
2014-12-05removing extra spacesPreetham1-1/+1
Signed-off-by: Preetham <me@preetham.in>
2014-12-05Removed img_name from captcha helperPreetham1-2/+1
Signed-off-by: Preetham <me@preetham.in>
2014-12-05Further changes related to issue #47, PR #3323Andrey Andreev2-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-05Merge pull request #3323 from Razican/remove-uri-filterAndrey Andreev1-6/+1
Remove conversion of 'programmatic characters' to HTML entities in CI_URI::filter_uri() Close #47
2014-12-05closing #51. Added img_id and img_name in capcha helperPreetham1-1/+3
Signed-off-by: Preetham <me@preetham.in>
2014-12-04DB forge/utilities polishing (docs) following #3375, #3378Andrey Andreev1-50/+9
2014-12-04Add 'cache_query_string' configuration optionAndrey Andreev1-3/+14
Close #2349
2014-12-04[ci skip] Update on the changes from PR #3388Andrey Andreev2-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-04Merge pull request #3388 from jim-parry/fix/deprecationAndrey Andreev2-1/+3
Flag the smiley helper and shopping cart as deprecated.
2014-12-04Zip library changes related to PR #3341Andrey Andreev1-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-04Merge pull request #3341 from garrettair/gzcompress-argumentsAndrey Andreev1-1/+14
Adds Compression options to Zip Library
2014-12-04Flag the smiley helper and shopping cart as deprecated.James L Parry2-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-04Another correction following #3384Andrey Andreev1-2/+1
2014-12-03Some polishing following PR #3384Andrey Andreev1-5/+2
2014-12-03Fixed code style. Update changelog. #2349Stefano Mazzega1-3/+3
2014-12-03add querystring to page caching. #2349Stefano Mazzega1-3/+3
2014-12-03add querystring to page caching. #2349Stefano Mazzega1-0/+9
2014-12-02Fix an error from the previous commitAndrey Andreev1-1/+1
2014-12-02Some optimizations & polishing following PR #3381Andrey Andreev1-14/+5
2014-12-02Added changelog entryAhmad Anbar1-6/+6
updated documentation Fixed code style.
2014-12-02Allow pulling multiple get/post ...etc at onceAhmad Anbar1-0/+12
2014-12-02Regressions ... #3380 #3194 ab9217e316a79bc8fab2840c8f5bd2b9bc7a4dc0Andrey Andreev2-4/+5
2014-12-01Improve on the fix for #3380Andrey Andreev1-1/+1
2014-12-01Fix a regression from the previous commitAndrey Andreev1-1/+1
2014-12-01Fix #3380Andrey Andreev1-1/+1
2014-11-23Fix an erroneous variable nameAndrey Andreev1-1/+1
Close #3356 Close #3367
2014-11-19Exposed the arguments to gzcompress by adding public variables to the Zip ↵garrettair1-1/+14
library.
2014-11-18Force ORDER BY usage with OFFSET-FETCH on SQL ServerAndrey Andreev3-1/+7
Close #3128 Close #3332 Close #3334 Close #3335
2014-11-13Fix an issue with 'postgre' persistent connectionsAndrey Andreev1-14/+13
Basically, they were never persistent.
2014-11-13Merge pull request #3325 from preems/developAndrey Andreev1-2/+3
closing #656 add font_size in create_captcha()
2014-11-13Removing empty linesMichael Granados2-2/+2
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
2014-11-12removed additional tabs and semicolonPreetham1-2/+2
Signed-off-by: Preetham <me@preetham.in>
2014-11-12 Closing #656 and updating documentationPreetham1-3/+3
Signed-off-by: Preetham <me@preetham.in>
2014-11-12Fix #656 add font_size in create_captcha()Preetham1-2/+3
2014-11-12Making required changesMichael Granados2-5/+5
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
2014-11-11Fixed return.Razican1-0/+2
Signed-off-by: Razican <admin@razican.com>
2014-11-11Remove URI filter for parenthesis and dollar symbols, as talked in #47.Razican1-7/+0
Signed-off-by: Razican <admin@razican.com>
2014-11-09Verifying From header before send mailMichael Granados2-0/+7
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
2014-11-08Really fix #3318Andrey Andreev1-0/+2
2014-11-08Fix #3318Andrey Andreev1-1/+1
2014-11-07Fix #3317 ... MCrypt sucksAndrey Andreev1-0/+1
2014-11-07Simplify CI_Loader::lang() following #3316Andrey Andreev1-8/+1