Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-20 | Pagination: Add 'use_global_url_suffix' setting | Andrey Andreev | 1 | -0/+12 | |
Resolves issue #1887 | |||||
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 38 | -49/+52 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-20 | Merge pull request #3427 from gadelat/logdate | Andrey Andreev | 1 | -1/+14 | |
Support for microseconds in CI_Log | |||||
2015-01-20 | Remove error suppression from mysql_*connect() | Andrey Andreev | 1 | -2/+2 | |
The suppression was kept so far because mysql_connect(), mysql_pconnect() emit E_DEPRECATION messages on PHP 5.5+. Well, we already default to 'mysqli' and there's no reason to use specifically 'mysql' on PHP 5.5, so we might as well let the deprecation notices appear and encourage users to switch drivers. | |||||
2015-01-19 | A minor header update, CI_Session_driver. | Ivan Tcholakov | 1 | -1/+1 | |
2015-01-19 | Merge branch 'develop' into feature/session | Andrey Andreev | 2 | -3/+3 | |
2015-01-19 | [ci skip] feature/session (#3073): Add missing method docblocks | Andrey Andreev | 6 | -0/+267 | |
2015-01-19 | feature/session (#3073): Add CI_Session:: as reference to | Andrey Andreev | 1 | -0/+9 | |
For backwards compatibility purposes. | |||||
2015-01-19 | feature/session (#3073): Fix non-existing variable error | Andrey Andreev | 1 | -1/+1 | |
2015-01-19 | feature/session (#3073): Only PostgreSQL data should be base64-encoded | Andrey Andreev | 1 | -4/+15 | |
2015-01-15 | feature/session (#3073): Third time is the charm | Andrey Andreev | 1 | -1/+1 | |
2015-01-15 | feature/session (#3073): Fix an error from previous patch | Andrey Andreev | 1 | -5/+4 | |
2015-01-15 | [ci skip] Add a note about sess_table_name | Andrey Andreev | 1 | -0/+1 | |
2015-01-15 | feature/session (#3073): Improve PostgreSQL storage | Andrey Andreev | 1 | -10/+18 | |
Use a TEXT field with Base64-encoded data under PostgreSQL. Also, renamed a variable. | |||||
2015-01-14 | Fix #3473 | Andrey Andreev | 1 | -25/+5 | |
I don't know why I thought of semaphores in the first place ... | |||||
2015-01-14 | var_export in DB.php outputting string | João | 1 | -1/+1 | |
When a DSN string is supplied and it contains parameters such as "db_debug=TRUE", var_export will currently output the parsable string representation of the variable. By setting the second parameter to TRUE, the output is killed. | |||||
2015-01-13 | Handle false-positive string values for display_errors | Andrey Andreev | 1 | -2/+2 | |
2015-01-12 | [ci skip] Remove PHP version from license notices and bump year | Andrey Andreev | 6 | -18/+18 | |
2015-01-12 | Merge branch 'develop' into feature/session | Andrey Andreev | 166 | -1156/+870 | |
2015-01-12 | [ci skip] Polish changes from PR #3278 | Andrey Andreev | 1 | -2/+2 | |
2015-01-12 | Merge pull request #3278 from b1tc0re/patch-1 | Andrey Andreev | 1 | -1/+8 | |
We can preserve transparency for PNG images | |||||
2015-01-12 | Change CI_DB_driver::field_data() signature | Andrey Andreev | 20 | -110/+22 | |
The parameter is mandatory, it doesn't make sense to have a default empty string value only to check for it. | |||||
2015-01-12 | Updated to use the language file | Ahmad Anbar | 2 | -1/+2 | |
2015-01-11 | Show the name of the field that doesn't have error message set. | Ahmad Anbar | 1 | -1/+1 | |
2015-01-11 | Fix #3464 | Andrey Andreev | 1 | -1/+1 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 168 | -615/+615 | |
- 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 | |||||
2015-01-09 | Fix E_WARNING in CI_Security::entity_decode() on PHP<5.3.4 | Andrey Andreev | 1 | -1/+6 | |
Related: #3057 Previous commit: 487d1ae060e6414e0a59c9752a4914fa3b8c4710 | |||||
2015-01-06 | Merge pull request #3444 from peterdenk/russian-timezones | Andrey Andreev | 1 | -3/+3 | |
Russian time zones were changed on Oct 26 2014. | |||||
2015-01-06 | Documentation updated. | Peter Denk | 1 | -1/+1 | |
Signed-off-by: Peter Denk <peter@skypay.se> | |||||
2015-01-05 | Fix #3460 | Andrey Andreev | 1 | -1/+1 | |
2015-01-05 | Remove CI_Form_validation::xss_clean() | Andrey Andreev | 1 | -13/+0 | |
More details in the commit diff itself, and here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/683#issuecomment-66598821 | |||||
2015-01-05 | Polish changes following PR #3416 | Andrey Andreev | 1 | -22/+26 | |
2015-01-04 | PR #3452 | Andrey Andreev | 1 | -1/+1 | |
2015-01-04 | Change order of hooks loading | vlakoff | 1 | -4/+4 | |
Let override hooks via environment-specific config. | |||||
2015-01-03 | Fix #3453 | Andrey Andreev | 1 | -1/+1 | |
Allow hyphens and underscores in language idioms. | |||||
2014-12-25 | Russian time zones were changed on Oct 26 2014. | Peter Denk | 1 | -3/+3 | |
2014-12-22 | fix typo in the comments | Claudio Galdiolo | 1 | -1/+1 | |
2014-12-20 | Make µs support conditional and fix style | Gabriel Potkány | 1 | -5/+13 | |
2014-12-19 | Support for microseconds | Gabriel Potkány | 1 | -1/+6 | |
2014-12-17 | Add support for configuring socket pipe connections in 'mysqli' | Andrey Andreev | 1 | -5/+17 | |
Supersedes PR #3415 | |||||
2014-12-17 | Extend fix for #3419 | Andrey Andreev | 1 | -17/+21 | |
2014-12-16 | Merge pull request #3416 from jim-parry/userguide/db_driver_reference | Andrey Andreev | 1 | -5/+5 | |
User Guide - DB Driver Reference | |||||
2014-12-16 | Fix #3419 | Andrey Andreev | 1 | -41/+28 | |
2014-12-16 | Remove trailing newline | Jason Taylor | 1 | -1/+1 | |
2014-12-16 | Fix Issue #3417 | warpcode | 1 | -2/+2 | |
2014-12-16 | User Guide - DB Driver Reference | James L Parry | 1 | -5/+5 | |
First stab at DB driver reference. Methods are listed in order encountered in the source file. Parameter or return types in DB_driver updated as needed, and reflected here. TOC entry added to bottom of database index page. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-15 | Remove output minifier | Andrey Andreev | 1 | -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 string | Andrey Andreev | 1 | -1/+0 | |
Close #3411 | |||||
2014-12-11 | Add method chaining support ot CI_DB_query_builder::reset_query() | Andrey Andreev | 1 | -1/+2 | |
2014-12-11 | Add method chaining support to QB cache methods | Andrey Andreev | 1 | -20/+22 | |