Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-01 | Reduce bcrypt cost for testsuite | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-01 | Use temporary directory for testsuite uploads | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-18 | Automatically set baseurl for tests | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-09 | WIP: CI3 migration | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-09 | Merge tag '3.1.5' into dev-ci3 | Florian Pritz | 1 | -74/+236 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-12-14 | [ci skip] Deprecate 'allow_get_array', 'standardize_newlines' | Andrey Andreev | 1 | -6/+16 | |
2016-06-05 | config: Clarify comment about password hashing settings | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-01 | Fix typo | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-04-01 | Support changing password hashing settings | Florian Pritz | 1 | -0/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -4/+4 | |
2015-10-31 | Prevent Host header injections | Andrey Andreev | 1 | -4/+10 | |
2015-09-01 | [ci skip] Correct session database setup docs | Andrey Andreev | 1 | -0/+3 | |
2015-07-22 | Fix #3991 | Andrey Andreev | 1 | -0/+2 | |
2015-07-15 | [ci skip] Add changelog entries for PR #3828 | Andrey Andreev | 1 | -2/+9 | |
2015-07-04 | Standardized new lines | Calvin Tam | 1 | -3/+0 | |
2015-07-04 | Fixed typos | Calvin Tam | 1 | -2/+2 | |
2015-06-05 | Move public files to ./public_html | Florian Pritz | 1 | -2/+2 | |
./data/local is not moved because it contains likely untracked files and moving it would throw an error when updating. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-27 | [ci skip] Remove redundant comment about log_threshold | Andrey Andreev | 1 | -2/+0 | |
2015-04-18 | Added config option max_invitation_keys | Alexander Finkhäuser | 1 | -0/+3 | |
2015-04-09 | Document how to clean file cache if used | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-14 | [ci skip] Add a note about sess_save_path in config.php | Andrey Andreev | 1 | -0/+2 | |
2015-03-01 | [ci skip] Fix a typo in config.php | Andrey Andreev | 1 | -1/+1 | |
2015-02-28 | [ci skip] Formally deprecate 'global_xss_filtering' | Andrey Andreev | 1 | -0/+3 | |
2015-02-22 | Add comment for actions_max_age in config | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-22 | Fix upload_max_age comment | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-18 | Fix #3593 | Andrey Andreev | 1 | -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-07 | [ci skip] Fix a setting name in a comment | Andrey Andreev | 1 | -1/+1 | |
2015-02-07 | Add 'sess_regenerate_destroy' setting | Andrey Andreev | 1 | -0/+7 | |
2015-02-05 | Add simple testsuite | Florian Pritz | 1 | -1/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-02 | [ci skip] Improve note about sess_save_path in config.php | Andrey Andreev | 1 | -2/+4 | |
2015-01-26 | Remove license blocks in /application files | vlakoff | 1 | -36/+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-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -4/+0 | |
2015-01-21 | [ci skip] Fix incorrect wording in config.php | Andrey Andreev | 1 | -1/+1 | |
Related: 9e82b0d00cbe83d6cdfa914628023cb98d70c933 | |||||
2015-01-19 | [ci skip] Add missing word in a comment | Andrey Andreev | 1 | -2/+2 | |
2015-01-19 | feature/session (#3073): Update config file and session docs | Andrey Andreev | 1 | -9/+15 | |
Upgrade instructions are still pending. | |||||
2015-01-12 | Merge branch 'develop' into feature/session | Andrey Andreev | 1 | -16/+14 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- 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-15 | Remove output minifier | Andrey Andreev | 1 | -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-04 | Add 'cache_query_string' configuration option | Andrey Andreev | 1 | -0/+11 | |
Close #2349 | |||||
2014-11-11 | Fix merge conflicts | Andrey Andreev | 1 | -21/+34 | |
2014-11-11 | Close #3322 [ci skip] | Andrey Andreev | 1 | -4/+4 | |
2014-11-10 | #3073 (feature/session): (Try to) fix memcached driver | Andrey Andreev | 1 | -1/+1 | |
2014-11-02 | Add tarball support to multipastes | Florian Pritz | 1 | -0/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-29 | Make email sender configurable | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-28 | Close #3292 | Andrey Andreev | 1 | -3/+5 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-10-06 | feature/session (#3073): Refactor configuration & fix cookie expiry times | Andrey Andreev | 1 | -25/+33 | |
2014-08-27 | Fix #2963 | Andrey Andreev | 1 | -0/+12 | |
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib | |||||
2014-07-11 | Add setting ['composer_autoload'] | Andrey Andreev | 1 | -1/+21 | |
Supersedes PR #3132 | |||||
2014-04-14 | Change 'standardize_newlines' default to FALSE | Andrey Andreev | 1 | -1/+1 | |
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923 |