summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Collapse)AuthorFilesLines
2015-05-06Update user_agents.phpOleg Filippov1-0/+1
added new browser Spartan
2015-05-01MIMES : added new mime type for 3gp based video file upload, added space ↵Intekhab Rizvi1-1/+1
between array
2015-05-01MIMES : added new mime type for 3gp based video file uploadIntekhab Rizvi1-1/+1
2015-04-27[ci skip] Remove redundant comment about log_thresholdAndrey Andreev1-2/+0
2015-04-23Adding two new characters and their ASCII equivalentAbs1-0/+1
2015-03-14Update user_agents.phpOleg Filippov1-0/+1
Add Windows 10
2015-03-14[ci skip] Add a note about sess_save_path in config.phpAndrey Andreev1-0/+2
2015-03-01[ci skip] Fix a typo in config.phpAndrey Andreev1-1/+1
2015-02-28[ci skip] Formally deprecate 'global_xss_filtering'Andrey Andreev1-0/+3
2015-02-19Remove 'autoinit' DB settingAndrey Andreev1-2/+0
It doesn't make sense to do a load->database() call but not connect to the database. IIRC there was more stuff in CI_DB_driver::initialize() at some point, so that was probably the reason why the setting existed in the first place. However, now it only results in users making invalid bug reports because they don't understand the feature ... Examples during just the past 2 weeks: #3571 #3601 #3607
2015-02-18Fix #3593Andrey Andreev1-7/+6
Revert "fixes" for #167, #388, #705 (also #1326) as it turns out URL-decoding isn't compliant with the CGI/1.1 specification. RFC 3875: http://www.faqs.org/rfcs/rfc3875.html
2015-02-17Finishing PR #3596 <!DOCTYPE html>Ivan Tcholakov5-5/+10
2015-02-15add <!DOCTYPE html>Tjoosten12-12/+24
2015-02-07[ci skip] Fix a setting name in a commentAndrey Andreev1-1/+1
2015-02-07Add 'sess_regenerate_destroy' settingAndrey Andreev1-0/+7
2015-02-04Removed -webkit-selectionGabriel Potkány4-4/+0
2015-02-02[ci skip] Improve note about sess_save_path in config.phpAndrey Andreev1-2/+4
2015-01-26[ci skip] Remove 'session' from autoload comments for 'driver'Andrey Andreev1-2/+2
... cause it doesn't work that way.
2015-01-26Remove license blocks in /application filesvlakoff26-936/+0
These blocks are annoying for the user and serve little to no purpose as the files are just config files, a boilerplate controller and some views.
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