Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-20 | Merge pull request #3058 from vlakoff/word_wrap | Andrey Andreev | 2 | -13/+12 | |
Fixes in word_wrap() functions | |||||
2014-05-20 | Pick up some changes from text helper | vlakoff | 1 | -5/+5 | |
refs 6ce4746474ddf050f7f4df61b7a22b7f5854d533 | |||||
2014-05-20 | Fix handling of {unwrap} tags in word_wrap() functions | vlakoff | 2 | -6/+5 | |
* in Email library: these tags were not removed * in text helper: simplified code | |||||
2014-05-20 | Regex fixes | vlakoff | 2 | -2/+2 | |
* Replace wrong "wwww." with "www." * Escape dot | |||||
2014-05-20 | [ci skip] Fix error notices in FV when trying to lookup error msgs for closures | Andrey Andreev | 1 | -14/+18 | |
2014-05-19 | Remove static cache in Email->_mimes_types() | vlakoff | 1 | -9/+1 | |
Saving one function call isn't worth the code overhead. | |||||
2014-05-19 | Fix caching of MIME config | vlakoff | 2 | -10/+20 | |
* in get_mimes(): was missing isset() test * in Email->_mimes_types(): static cache of reference was noneffective refs 6ef498b49946ba74d610b3805fb908b163a7f03a | |||||
2014-05-19 | Merge pull request #3053 from vlakoff/get_config | Andrey Andreev | 1 | -7/+4 | |
Simplify code in get_config() | |||||
2014-05-19 | Simplify code in get_config() | vlakoff | 1 | -7/+4 | |
Exact same behavior. The reference was just redundant. | |||||
2014-05-18 | [ci skip] Add a note to CI_Model::__get() (issue #3046) | Andrey Andreev | 1 | -0/+4 | |
2014-05-18 | Adjust docblock of load_class() | vlakoff | 1 | -1/+1 | |
refs c26b9ebb00e29be2e972fece3bcf73d33249a64b | |||||
2014-05-16 | fix wrong if expression in link_tag | Emmanuel Grognet | 1 | -1/+1 | |
2014-05-09 | Suppress PHP 5.6 E_DEPRECATED warnings for mbstring.internal_encoding as well | Andrey Andreev | 1 | -1/+3 | |
2014-05-09 | Add hash_equals() to ext/hash compat layer | Andrey Andreev | 1 | -0/+46 | |
Introduced in PHP 5.6 Beta 1 (unfortunately, still undocumented). RFC: https://wiki.php.net/rfc/timing_attack (Yes, I am aware that the RFC talks about hash_compare(), the function was later renamed in the implementation.) | |||||
2014-05-09 | Call data_seek(0) only if we've used DB_result::*row*() methods | Andrey Andreev | 1 | -3/+3 | |
This should fix HHVM where it throws 'Unable to jump to row 0 on MySQL result index X' error messages for ext/mysqli | |||||
2014-05-09 | Remove (most of) error suppression from database drivers (issue #3036) | Andrey Andreev | 17 | -56/+61 | |
2014-05-08 | Merge pull request #3039 from mdunisch/develop | Andrey Andreev | 1 | -2/+2 | |
Remove error-masking '@' in mysqli_driver (See: #3036) | |||||
2014-05-08 | Merge pull request #3041 from egig/develop | Andrey Andreev | 1 | -0/+1 | |
Prepare image url. | |||||
2014-05-08 | Removed empty line | egig | 1 | -1/+1 | |
2014-05-08 | [ci skip] Update a comment for CI_Input::input_stream() | Andrey Andreev | 1 | -2/+2 | |
2014-05-08 | Prepare image url. | egig | 1 | -1/+2 | |
2014-05-07 | Remove error-masking '@' in mysqli_driver (See: ↵ | mdunisch | 1 | -2/+2 | |
https://github.com/EllisLab/CodeIgniter/issues/3036) | |||||
2014-05-06 | Account for PHP 5.6 changes related to charsets | Andrey Andreev | 1 | -2/+10 | |
2014-05-06 | xss_clean is not protecting GET requests that &item=/startwithslash | Documentopia.com | 1 | -1/+1 | |
/webacd.do?isurlact=true&entactname=/webacd.do becomes /webacd.do?isurlact=true&entactname;=/webacd.do This commit adds / to the regex to it will escape those GET requests related to issue #3030 | |||||
2014-05-01 | Fix a typo | Andrey Andreev | 1 | -1/+1 | |
2014-05-01 | Merge pull request #3027 from abdmaster/fix/db_transaction_failure | Andrey Andreev | 1 | -0/+9 | |
Added `_trans_failure` property to fix PHP Warning. | |||||
2014-05-01 | Optimization in CI_URI::_set_uri_string() | Andrey Andreev | 1 | -1/+1 | |
2014-05-01 | Fix docblock of URI->rsegments property | vlakoff | 1 | -1/+3 | |
2014-04-30 | Added `_trans_failure` property to fix PHP Warning. | Ahmedul Haque Abid | 1 | -0/+9 | |
2014-04-29 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Andrey Andreev | 3 | -3/+3 | |
2014-04-29 | Small fixes (PR #3022) | Andrey Andreev | 2 | -3/+3 | |
- Fix incorrect variable in mb_strlen() compat - Micro-optimization of array_replace(), array_replace_recursive() compat | |||||
2014-04-25 | Minor fixes | vlakoff | 3 | -3/+3 | |
2014-04-15 | Merge pull request #3006 from vlakoff/security | Andrey Andreev | 1 | -1/+1 | |
Fix in $_protected array of register_globals security procedure | |||||
2014-04-15 | #3005 | Andrey Andreev | 1 | -2/+1 | |
2014-04-15 | Fix in $_protected array of register_globals security procedure | vlakoff | 1 | -1/+1 | |
* Followup to b78a8c7d40446a3e2e36772706662fd033fe7d1d * Just FYI, renamed to "system_path" in 0c1e405437ceb3c1888e151e6a400653310ad6c1 | |||||
2014-04-15 | Fix #3004 | Andrey Andreev | 2 | -53/+52 | |
2014-04-15 | Follow-up to aeed15eb8556ab671507f17ef9a8cf28903999aa | Andrey Andreev | 1 | -1/+1 | |
2014-04-14 | Different method for handling "error_views_path" config item | vlakoff | 1 | -15/+10 | |
2014-04-14 | Rename config item "error_templates_path" to "error_views_path" | vlakoff | 1 | -2/+2 | |
2014-04-12 | Make the error templates path configurable | vlakoff | 1 | -2/+15 | |
2014-04-09 | Really fix #2997 | Andrey Andreev | 1 | -1/+1 | |
2014-04-09 | Removed BOM | Etki | 1 | -1/+1 | |
2014-04-09 | Microfix | Etki | 1 | -7/+1 | |
cleaned `return true; return true;` construction | |||||
2014-04-09 | Issue/PR #2997 | Andrey Andreev | 1 | -1/+1 | |
2014-04-09 | Minor changes in FV, Trackback | Andrey Andreev | 3 | -47/+32 | |
2014-04-05 | Remove default parameter value of is_php() | vlakoff | 1 | -2/+2 | |
It was simply pointless. | |||||
2014-04-01 | Optimize #2982 | Andrey Andreev | 1 | -1/+1 | |
2014-04-01 | Merge pull request #2981 from vlakoff/base_url | Andrey Andreev | 1 | -3/+3 | |
Work on determination of "base_url" config item | |||||
2014-04-01 | Discard the unwanted changes | vlakoff | 1 | -3/+10 | |
2014-04-01 | Yet another method for determining "base_url" | vlakoff | 1 | -8/+1 | |
This one is great because we don't have to deal with the special cases: * in Windows, dirname('/foo/index.php') gives "/foo", but dirname('/index.php') gives "\" instead of "/" * dirname() doesn't include the trailing slash, with the expection of "/" (root) props @narfbg |