Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-25 | fix issue #2617 | David Cox Jr | 1 | -1/+21 | |
simply adds the $_FILES array to profiler output of POST data | |||||
2013-09-24 | Merge pull request #2657 from DaveMC08/feature/fixes_2637 | Andrey Andreev | 1 | -1/+1 | |
Fixes Issue #2637 | |||||
2013-09-24 | fix #2637 | David Cox Jr | 1 | -1/+1 | |
cleaned up the regex to remove extra qualifiers used character sets where possible for clarity main expression optimized | |||||
2013-09-23 | [ci skip] Update Zip library docblocks | Andrey Andreev | 1 | -19/+19 | |
2013-09-23 | Fix issue #33 | Andrey Andreev | 1 | -7/+24 | |
2013-09-22 | Fixes Issue 2637 | David Cox Jr | 1 | -1/+1 | |
more elegant way to make sure that the comment is not in a js string var | |||||
2013-09-14 | [ci skip] Remove empty lines | Andrey Andreev | 2 | -2/+2 | |
2013-09-14 | No need of this anymore | vkeranov | 1 | -3/+2 | |
2013-09-14 | No need of this anymore | vkeranov | 1 | -2/+1 | |
2013-09-13 | Another one following #2639 | Andrey Andreev | 1 | -1/+5 | |
2013-09-13 | An update to the #2639 fix | Andrey Andreev | 1 | -0/+4 | |
2013-09-13 | Fix array notation fields for set_select() as well | Andrey Andreev | 1 | -27/+8 | |
2013-09-13 | Fix #2639 | Andrey Andreev | 1 | -60/+19 | |
2013-09-13 | Fix a PostgreSQL string escaping bug and use pg_escape_literal() when possible | Andrey Andreev | 1 | -2/+6 | |
2013-09-13 | Merge pull request #2641 from aanbar/develop | Andrey Andreev | 1 | -1/+1 | |
Fixed issue #2638 | |||||
2013-09-13 | Update MySQLi to use the PHP API for transactions, where possible | Andrey Andreev | 1 | -9/+18 | |
2013-09-13 | Improvements to safe_mode detection (it doesn't exist in PHP 5.4) | Andrey Andreev | 4 | -8/+5 | |
2013-09-13 | Drop the unused parameter from log_message() / CI_Log::write_log() | Andrey Andreev | 3 | -4/+4 | |
2013-09-12 | Removed new line from the end of the file. | Ahmad Anbar | 1 | -1/+1 | |
2013-09-12 | Fixed issue #2638 which prevented loading models in sub-folders by passing ↵ | Ahmad Anbar | 1 | -2/+2 | |
an array. | |||||
2013-09-12 | Merge pull request #2633 from kaiwangchen/simulate_complete_exception_handler | Andrey Andreev | 2 | -0/+29 | |
Simulate a complete custom exception handler by redirecting uncaught events | |||||
2013-09-12 | Merge pull request #2631 from mjnaderi/develop | Andrey Andreev | 1 | -4/+33 | |
Fixed errors in _minify_script_style | |||||
2013-09-12 | Fixed coding style | judge | 1 | -3/+8 | |
2013-09-12 | Remove unnecessary chdir() in the shutdown handler. | Kaiwang Chen | 1 | -1/+0 | |
2013-09-11 | Really fix #2490, rel: #2629 | Andrey Andreev | 2 | -2/+2 | |
2013-09-11 | Simulate a complete custom exception handler by redirecting uncaught events. | Kaiwang Chen | 2 | -0/+30 | |
2013-09-10 | Add support for UPDATE ... RETURNING statements in PostgreSQL | Andrey Andreev | 2 | -2/+2 | |
An improved version of PR #2629. Also removes REPLACE from the regular expression, as it is not supported by PostgreSQL. | |||||
2013-09-10 | Fixed coding style | judge | 1 | -9/+13 | |
2013-09-10 | Remove Javascript inline comments + improved detecting whether the pointer ↵ | judge | 1 | -4/+4 | |
is in a string or not | |||||
2013-09-10 | Improved detecting whether the pointer is in a string or not | judge | 1 | -2/+22 | |
2013-09-10 | Removed unnecessary parameter | judge | 1 | -1/+1 | |
2013-09-10 | fixed error in finding closing tag | judge | 1 | -1/+1 | |
2013-09-08 | Merge pull request #2627 from vlakoff/develop-3 | Andrey Andreev | 3 | -3/+3 | |
Adjust a few phpdoc in query builder code | |||||
2013-09-08 | Adjust a few phpdoc in query builder code | vlakoff | 3 | -3/+3 | |
2013-09-08 | Code cleanup in db->order_by() | vlakoff | 1 | -1/+1 | |
2013-08-19 | Kill the damn kitten | Andrey Andreev | 1 | -2/+2 | |
2013-08-19 | Adjustments in static reference handling | vlakoff | 1 | -8/+5 | |
2013-08-19 | Allow items to be set even if they were not present yet | vlakoff | 1 | -5/+2 | |
2013-08-19 | Ensure get_config() optional argument is an array, remove useless test | vlakoff | 1 | -7/+4 | |
2013-08-17 | Fix $replace parameter handling in get_config() | vlakoff | 2 | -28/+32 | |
Code was reached only on first function call, then short-circuited because of the reference cache. | |||||
2013-08-11 | Input class: change behavior of get_post() method, add post_get() method | vlakoff | 1 | -1/+17 | |
followup to PR #2522 | |||||
2013-08-07 | Add a changelog entry for PR #2590 and further optimize log_message() | Andrey Andreev | 1 | -11/+1 | |
CI_Log::write_log() already checks the log threshold, so there's no point in doing it in log_message() as well. | |||||
2013-08-07 | Merge pull request #2590 from vlakoff/develop | Andrey Andreev | 1 | -2/+3 | |
Fix noneffective static variable cache in log_message() | |||||
2013-08-07 | An improved version of PR #2584, fixes #2583 | Andrey Andreev | 1 | -11/+13 | |
2013-08-07 | Fix noneffective static variable cache in log_message() | vlakoff | 1 | -2/+3 | |
2013-08-06 | Replace php_sapi_name() function with PHP_SAPI constant | vlakoff | 2 | -2/+2 | |
exact same behavior but faster, shorter | |||||
2013-08-06 | Various typos and tabs adjustments | vlakoff | 6 | -8/+8 | |
2013-08-06 | Fix #2585 | Andrey Andreev | 1 | -1/+1 | |
2013-08-06 | Fix #2501 & another -related bug | Andrey Andreev | 2 | -1/+4 | |
2013-08-04 | Rename bad chars property to filename_bad_chars, remove the setter and add ↵ | Hunter Wu | 1 | -15/+2 | |
changelog entry |