Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-27 | [ci skip] Remove a few more spaces | Andrey Andreev | 1 | -1/+1 | |
2013-11-17 | Always load application/config/constants.php | Andrey Andreev | 1 | -6/+4 | |
2013-11-16 | Update CodeIgniter.php | josephok | 1 | -9/+9 | |
require(APPPATH.'config/constants.php') should be in front of require(BASEPATH.'core/Common.php') because Common.php uses some constants defined in constants.php. | |||||
2013-11-14 | Remove a function_exists() check for error_get_last() | Andrey Andreev | 1 | -1/+1 | |
It was only relevant until we dropped support for PHP < 5.2 | |||||
2013-11-12 | Add CLI error templates and only send HTTP status headers for non-CLI ↵ | Andrey Andreev | 1 | -14/+39 | |
requests (issue #1743) | |||||
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵ | Andrey Andreev | 3 | -21/+23 | |
replace it Calls to this function are often needed before the Input library is available | |||||
2013-11-11 | Polish changes from PR #2712 | Andrey Andreev | 1 | -4/+2 | |
2013-11-11 | Merge pull request #2712 from pveyes/develop | Andrey Andreev | 1 | -2/+29 | |
Enable HTTP Verb in Routing | |||||
2013-11-05 | Fix HTTP Verb Routing Rules | Fatih Kalifa | 1 | -18/+14 | |
Fix code style, removed (:any) rule in http verb to avoid confusion, and add proposed documentation and changelog | |||||
2013-10-31 | Enable HTTP Verb in Routing | Fatih Kalifa | 1 | -1/+32 | |
Using array for HTTP Verb e.g: $route['(:any)']['POST'] = "controller/post_method"; $route['path']['GET'] = "controller/path_get_method"; $route['path']['(:any)'] = "controller/path_any_method"; Using (:any) or not will make same result e.g: $route['path']['(:any)'] == $route['path'] So it won't break existing route | |||||
2013-10-31 | Fix #2710 | Andrey Andreev | 1 | -2/+1 | |
2013-10-31 | Apply trim() on the splitted code elements | Andrey Andreev | 1 | -164/+11 | |
2013-10-30 | Escape PCRE delimiters | Andrey Andreev | 1 | -2/+2 | |
2013-10-28 | An alternative to CI_Output::_minify_script_style() using more efficient ↵ | Andrey Andreev | 1 | -5/+97 | |
regexp patterns | |||||
2013-10-25 | Implement $protocol parameter in Config base_url() and site_url() methods | vlakoff | 1 | -6/+22 | |
Let's keep the implementation logic in one place. Improves 2023c3d05b042cf1322286d69557c2b8bf3bd8d5. | |||||
2013-10-22 | Fix CSS minifier | Andrey Andreev | 1 | -4/+4 | |
2013-10-21 | Fix #2515 (manually merge PR #2516) | Andrey Andreev | 1 | -4/+25 | |
2013-10-18 | Eh ... preg_replace() needs a replacement | Andrey Andreev | 1 | -2/+2 | |
2013-10-18 | Fix issue #2681 (alternative to PR #2690) | Andrey Andreev | 1 | -2/+2 | |
2013-10-17 | Replace the last rand() with mt_rand() | vlakoff | 1 | -2/+2 | |
Better entropy, faster. Also fixed a few "it's" typos. | |||||
2013-10-16 | Fixed empty line at EOF and added changelog entry | Tomaz Lovrec | 1 | -1/+1 | |
2013-10-16 | Added possibility clear out the cached variables from the Loader. | Tomaz Lovrec | 1 | -1/+15 | |
2013-10-14 | Fix #2682 | Andrey Andreev | 1 | -1/+1 | |
2013-10-14 | Merge pull request #2668 from garthkerr/patch-1 | Andrey Andreev | 1 | -2/+2 | |
Add return type for view loader. | |||||
2013-10-03 | partial fix #2667 | David Cox Jr | 1 | -1/+1 | |
this fixes the ability to replace a space with a / and skip the XSS filtering | |||||
2013-10-03 | re-fixes #2637 | David Cox Jr | 1 | -1/+1 | |
delimiter used for regex bounds found in neg. lookahead causes error using @ delimiter now for this expression | |||||
2013-10-02 | Add return type for view loader. | garthkerr | 1 | -2/+2 | |
When _ci_return is TRUE. | |||||
2013-09-27 | Script is killed with the proper exit code. | Jesse van Assen | 1 | -1/+1 | |
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 | 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 | Merge pull request #2641 from aanbar/develop | Andrey Andreev | 1 | -1/+1 | |
Fixed issue #2638 | |||||
2013-09-13 | Improvements to safe_mode detection (it doesn't exist in PHP 5.4) | Andrey Andreev | 2 | -5/+3 | |
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 | 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 | Simulate a complete custom exception handler by redirecting uncaught events. | Kaiwang Chen | 2 | -0/+30 | |
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-08-19 | Kill the damn kitten | Andrey Andreev | 1 | -2/+2 | |