summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2014-01-08Fix #148Andrey Andreev1-0/+1
CI_Input::_clean_input_data() assumed that all input data is URL-encoded while sanitizing it. However, PHP already performs URL-decoding on it, so this is either redudant or overly intrusive as it resulted in many, many reports of data containing '%' followed by 1 numeric characters being essentially destroyed. Supersedes PR #1229
2014-01-08[ci skip] Add a changelog entry for PR #2800Andrey Andreev1-1/+4
2014-01-07Fix a few bugs in CI_Hook (based on PR #2762)Andrey Andreev1-0/+1
2014-01-07Add a more clear note about query builder caching (issue #2721)Andrey Andreev1-1/+6
2014-01-07Change Text helper default tag from <strong> to <mark>Andrey Andreev2-4/+23
Supersedes PR #1497
2014-01-07Add ability for changing the original file path/name in CI_Zip::read_file()Andrey Andreev1-0/+1
Supersedes PR #884
2014-01-07Fix #2143Andrey Andreev1-0/+1
When trying to load rules from a configuration file, the Form validation library matched against ruri_string() as opposed to 'controller/method' like described in the manual. Since ruri_string() also makes sense, now both are being checked with ruri_string() having a higher precedence. Supersedes PR #2224
2014-01-07Implement Loader method chainingAndrey Andreev1-0/+1
Requested in issue #2165 Supersedes PR #2319
2014-01-07Fix #2268 (manually implementing PR #2269)Andrey Andreev1-0/+1
2014-01-07Add Basic HTTP authentication support to the XML-RPC libraryAndrey Andreev1-2/+6
(based on PR #1716)
2014-01-06Fix #2237: Parser library failed if the same tag pair is used more than once ↵Andrey Andreev1-0/+1
within a template (manually applying PR #2238 + updated unit tests)
2014-01-06Fix #2579: Query Builder's "no escape" functionality didn't work properly ↵Andrey Andreev1-0/+1
with query cache
2014-01-03[ci skip] Some spaces & docblock fixesAndrey Andreev1-1/+1
2014-01-03[ci skip] Add a missing semicolon in the docs cssAndrey Andreev1-2/+2
2014-01-03Merge pull request #2544 from HashemQolami/user-guide-patchAndrey Andreev1-7/+6
Fix User Guide CSS Issue
2013-12-20Polishing changes from #PR #2781Andrey Andreev1-1/+1
Looks like an unnecessary commit was made by the author just as I was clicking the Merge button. :)
2013-12-19added changelog about EXISTS / NOT EXISTSTufan Barış YILDIRIM1-0/+1
@narfbg "And you should also add a changelog entry for this addition. :)"
2013-12-19[ci skip] Fix a changelog messageAndrey Andreev1-1/+1
2013-12-19[ci skip] Add notes to get_compiled_insert(), get_compiled_update() docsAndrey Andreev1-4/+7
2013-12-17Fix #2775 (security lib docs)Andrey Andreev1-4/+4
2013-12-10Fix a bug where DB() tried to set the MySQL-specific 'sql_mode' on all driversAndrey Andreev1-0/+1
Supersedes PR #2756
2013-11-12Update the upgrade instructions for error templatesAndrey Andreev1-4/+11
2013-11-12Add CLI error templates and only send HTTP status headers for non-CLI ↵Andrey Andreev1-0/+1
requests (issue #1743)
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵Andrey Andreev6-2/+44
replace it Calls to this function are often needed before the Input library is available
2013-11-11Cleanup PR #2719GDmac1-1/+1
for Fix #2406 query builder cache Signed-off-by: GDmac <grdalenoort@gmail.com>
2013-11-11Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into developGDmac2-0/+24
2013-11-11Polish changes from PR #2712Andrey Andreev2-26/+13
2013-11-11Merge pull request #2712 from pveyes/developAndrey Andreev2-0/+37
Enable HTTP Verb in Routing
2013-11-09docs: get_compile_selectGDmac1-3/+3
get_compile_select(null,false) without reset also preserves LIMIT settings
2013-11-05Fix HTTP Verb Routing RulesFatih Kalifa2-0/+37
Fix code style, removed (:any) rule in http verb to avoid confusion, and add proposed documentation and changelog
2013-10-29Update sess_time_to_update description (rel #2397)Andrey Andreev1-2/+3
2013-10-29newline at the eofKakysha1-1/+1
2013-10-29Update caching.rstkakysha1-1/+1
2013-10-29typoskakysha1-1/+1
2013-10-28Added changelog entrykakysha1-0/+1
2013-10-28Update Redis Caching blockkakysha1-6/+17
Added config options
2013-10-26Remove redundant changelog entryvlakoff1-1/+0
2013-10-25Implement $protocol parameter in Config base_url() and site_url() methodsvlakoff1-0/+1
Let's keep the implementation logic in one place. Improves 2023c3d05b042cf1322286d69557c2b8bf3bd8d5.
2013-10-21Add CI_Upload:: optionAndrey Andreev2-0/+6
2013-10-21Add 'filename' to the return elements for create_captcha() (PR #2602)Andrey Andreev2-4/+6
2013-10-21Fix #2515 (manually merge PR #2516)Andrey Andreev1-0/+1
2013-10-21Fix #2691Andrey Andreev1-0/+1
2013-10-18[ci skip] Fix a changelog entryAndrey Andreev1-1/+1
2013-10-18Fix issue #2681 (alternative to PR #2690)Andrey Andreev1-0/+1
2013-10-16Merge pull request #2661 from DaveMC08/feature/issue_2617Andrey Andreev1-0/+1
fix issue #2617
2013-10-16req. changes:David Cox Jr1-0/+1
cleaned up conditionals added changelog note regarding profiler updated as per styleguide
2013-10-16Changelog/doc edits following PR #2684Andrey Andreev2-1/+6
2013-10-16Fixed empty line at EOF and added changelog entryTomaz Lovrec1-0/+1
2013-09-27Added changelog entry.Jesse van Assen1-0/+1
2013-09-23Fix issue #33Andrey Andreev1-0/+2