Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Merge branch 'develop' into feature/minify | Andrey Andreev | 3 | -6/+49 | |
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-29 | Fix a bug when multiple calls to QB's _compile_wh() or _compile_group_by() ↵ | Andrey Andreev | 1 | -1/+12 | |
are required | |||||
2013-10-29 | Spaces, log message | Kakysha | 1 | -2/+2 | |
2013-10-28 | Code cleanup | Kakysha | 1 | -2/+4 | |
2013-10-28 | some code rewrite | Kakysha | 1 | -3/+3 | |
2013-10-28 | Correct Redis connection troubleshooting | Kakysha | 1 | -4/+11 | |
2013-10-28 | Added option to connect through unix socket in redis cache driver | Kakysha | 1 | -1/+8 | |
2013-10-28 | Really fix #2703 | Andrey Andreev | 1 | -1/+1 | |
2013-10-28 | Fix #2703 | Andrey Andreev | 1 | -1/+17 | |
2013-10-28 | Merge branch 'develop' into feature/minify | Andrey Andreev | 1 | -1/+1 | |
2013-10-28 | Fixing the dumbest parser error ever | Andrey Andreev | 1 | -1/+1 | |
2013-10-28 | An alternative to CI_Output::_minify_script_style() using more efficient ↵ | Andrey Andreev | 1 | -5/+97 | |
regexp patterns | |||||
2013-10-28 | Fix CI_DB_query_builder::_merge_cache() triggering E_WARNINGs | Andrey Andreev | 1 | -3/+5 | |
Kudos to kakysha for noting the bug & providing initial fix in PR #2698 | |||||
2013-10-25 | Implement $protocol parameter in Config base_url() and site_url() methods | vlakoff | 2 | -22/+24 | |
Let's keep the implementation logic in one place. Improves 2023c3d05b042cf1322286d69557c2b8bf3bd8d5. | |||||
2013-10-23 | Fix issue #2695 | Andrey Andreev | 2 | -9/+45 | |
2013-10-22 | Fix CSS minifier | Andrey Andreev | 1 | -4/+4 | |
2013-10-21 | Add CI_Upload:: option | Andrey Andreev | 1 | -1/+9 | |
2013-10-21 | Add 'filename' to the return elements for create_captcha() (PR #2602) | Andrey Andreev | 1 | -4/+4 | |
2013-10-21 | Manually apply PR #2656 | Andrey Andreev | 1 | -2/+2 | |
Fixes an 'Array to string conversion' notice in form_dropdown() | |||||
2013-10-21 | Fix #2515 (manually merge PR #2516) | Andrey Andreev | 1 | -4/+25 | |
2013-10-21 | Fix #2691 | Andrey Andreev | 1 | -1/+8 | |
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 | 3 | -10/+10 | |
Better entropy, faster. Also fixed a few "it's" typos. | |||||
2013-10-16 | Merge pull request #2661 from DaveMC08/feature/issue_2617 | Andrey Andreev | 1 | -9/+18 | |
fix issue #2617 | |||||
2013-10-16 | req. changes: | David Cox Jr | 1 | -15/+4 | |
cleaned up conditionals added changelog note regarding profiler updated as per styleguide | |||||
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 #2674 | Andrey Andreev | 1 | -1/+2 | |
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-04 | Merge pull request #2670 from DaveMC08/feature/issue_2667 | Andrey Andreev | 1 | -1/+1 | |
partial fix #2667 | |||||
2013-10-04 | parse $extra attributes in form_dropdown. | Ahmad Anbar | 1 | -5/+2 | |
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-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 | |