summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Collapse)AuthorFilesLines
2015-01-21Remove closing blocks at end of PHP filesvlakoff15-49/+0
2015-01-21[ci skip] Fix incorrect wording in config.phpAndrey Andreev1-1/+1
Related: 9e82b0d00cbe83d6cdfa914628023cb98d70c933
2015-01-19[ci skip] Add missing word in a commentAndrey Andreev1-2/+2
2015-01-19feature/session (#3073): Update config file and session docsAndrey Andreev1-9/+15
Upgrade instructions are still pending.
2015-01-12Merge branch 'develop' into feature/sessionAndrey Andreev26-113/+116
2015-01-09Bulk (mostly documentation) updateAndrey Andreev26-97/+97
- 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
2014-12-15Remove output minifierAndrey Andreev1-13/+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-04Add 'cache_query_string' configuration optionAndrey Andreev1-0/+11
Close #2349
2014-11-23Removed EOL - 2ndtryJacques du Rand1-2/+2
2014-11-23Removed EOLJacques du Rand1-1/+1
2014-11-23Added missing comma at EOL(right place)Jacques du Rand1-2/+2
2014-11-23Added missing comma at EOLJacques du Rand1-1/+1
2014-11-23Updated list of bots - mostly google-likeJacques du Rand1-1/+6
2014-11-11Fix merge conflictsAndrey Andreev26-343/+739
2014-11-11Close #3322 [ci skip]Andrey Andreev1-4/+4
2014-11-10#3073 (feature/session): (Try to) fix memcached driverAndrey Andreev1-1/+1
2014-10-28Add a real exception handlerAndrey Andreev2-0/+129
Close #1590 Close #3200
2014-10-28Close #3292Andrey Andreev1-3/+5
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev24-336/+600
2014-10-22[ci skip] Trim a newline characterAndrey Andreev1-1/+1
2014-10-22Update mimes.phpAndre Gardiner1-1/+2
Updated a mines for file format ical. Although it is the same as ics the upload library should also recognize ical file format just the same.
2014-10-06feature/session (#3073): Refactor configuration & fix cookie expiry timesAndrey Andreev1-25/+33
2014-10-05Merge branch 'develop' into feature/sessionAndrey Andreev3-4/+38
2014-09-11Added vcard mime-typeAhmad Anbar1-1/+2
2014-09-08Add svg to config/mimes.phpAndrey Andreev1-1/+2
Close #3199
2014-08-27Fix #2963Andrey Andreev2-1/+13
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib
2014-07-11Add setting ['composer_autoload']Andrey Andreev1-1/+21
Supersedes PR #3132
2014-06-04Seriously, remove the line endingsean1-1/+1
2014-06-03Another ppt mime typeSean Fahey1-1/+1
2014-06-03Added 'application/vnd.ms-office' MIME for pptSean Fahey1-2/+2
An export from Apple's Numbers to .ppt gives a MIME of application/vnd.ms-office
2014-05-31Initial version of new Session libraryAndrey Andreev1-1/+1
2014-05-08Added support to Symbian OS platforms to recognize Nokia devicesAdriano Rosa1-1/+2
2014-04-14Change 'standardize_newlines' default to FALSEAndrey Andreev1-1/+1
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923
2014-04-14Replace "folder" with "directory" in config.phpvlakoff1-3/+3
2014-04-14Rename config item "error_templates_path" to "error_views_path"vlakoff1-2/+2
2014-04-12Make the error templates path configurablevlakoff1-0/+11
2014-03-17[ci skip] Clear some whitespaceAndrey Andreev1-1/+1
2014-03-17No start tag (<p>)İrfan Evrens1-2/+2
2014-02-11"BASEPATH check" consistencydarwinel14-14/+29
As described in issue #2870 + A change in the „How to create a library” example in the user_guide
2014-02-112013 > 2014darwinel24-24/+24
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015.
2014-02-11Fix a typo in the smileys config (PR #2853)Andrey Andreev1-1/+1
2014-02-03Add index.html to /application/languageSerge Noskov1-0/+10
2014-01-20Merge branch 'develop' into feature/output_compressed_cacheAndrey Andreev1-1/+9
2014-01-20Polish changes from PR #2830Andrey Andreev1-9/+9
2014-01-19Fix whitespaces to tabs.Ahmedul Haque Abid1-1/+1
2014-01-19Added save_queries config setting in config/database.phpAhmedul Haque Abid1-0/+8
2014-01-18Merge branch 'develop' into feature/output_compressed_cacheAndrey Andreev1-0/+5
2014-01-17Add autoloading library aliasing support (supersedes PR #2824)Andrey Andreev1-0/+5
2014-01-15Merge changes from developAndrey Andreev2-3/+7
2014-01-15Merge pull request #2811 from dionysiosarvanitis/fix/ie11_user_agentAndrey Andreev1-0/+1
IE11 User Agent support added