summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
AgeCommit message (Expand)AuthorFilesLines
2014-01-20Polish changes from PR #2830Andrey Andreev1-1/+5
2014-01-14fix lists on requirementsConnor Tumbleson1-11/+12
2014-01-11cleanup warningsConnor Tumbleson1-3/+3
2014-01-10Compress output before storing it to cache, if output compression is enabledAndrey Andreev1-0/+3
2014-01-09d'oh - :noindex: in wrong placeConnor Tumbleson1-3/+3
2014-01-09fix doc warningsConnor Tumbleson1-3/+3
2014-01-07[ci skip] Clean up the common functions docsAndrey Andreev1-96/+69
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl...Andrey Andreev2-1/+14
2013-11-11Polish changes from PR #2712Andrey Andreev1-25/+12
2013-11-11Merge pull request #2712 from pveyes/developAndrey Andreev1-0/+36
2013-11-05Fix HTTP Verb Routing RulesFatih Kalifa1-0/+36
2013-09-13Drop the unused parameter from log_message() / CI_Log::write_log()Andrey Andreev1-2/+1
2013-07-22[ci skip] Fix style guide typosAndrey Andreev1-2/+2
2013-07-22Change class filenames to UcfirstAndrey Andreev7-16/+47
2013-07-20Updating user guide :php:func: refs to :func:Derek Jones1-13/+13
2013-07-20Dropping unecessary php: directive to function definitions in user guideDerek Jones3-20/+20
2013-07-19[ci skip] Remove a leftover description of the non-configurable translating o...Andrey Andreev1-18/+0
2013-07-19Router improvementsAndrey Andreev1-1/+13
2013-07-19Remove documentation note obsoleted by previous commitvlakoff1-4/+0
2013-05-17Merge pull request #2440 from vlakoff/developAndrey Andreev2-6/+6
2013-05-13Adds a few new lines to note directive to fix a build error in the docs.Kevin Smith1-1/+3
2013-05-07Logging functions: level parameter is not optionalvlakoff2-6/+6
2013-03-29User guide: fix list of allowed URI charactersvlakoff1-1/+2
2013-03-29Documentation: fix some outdated pathsvlakoff3-4/+4
2013-03-05Documentation: another update to reserved names listvlakoff2-1/+7
2013-03-05Documentation: update reserved names listvlakoff1-1/+11
2013-03-04Updated in accordance with feedback from @narfbgDaniel Hunsaker1-2/+2
2013-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s...Daniel Hunsaker1-83/+37
2013-02-26Style guide PR tweaks.Eric Roberts1-8/+8
2013-02-25Update Style Guide page.Eric Roberts1-83/+37
2013-02-23Updated exit codes as constant valuesDaniel Hunsaker1-3/+18
2013-02-15Various cosmetic fixesvlakoff2-3/+3
2013-01-28Adjustments in routing documentationvlakoff1-2/+2
2013-01-12Implement autoload model aliasing (#2117)Andrey Andreev1-1/+1
2013-01-09Syntax fixes in documentation sourcevlakoff3-44/+44
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-2/+2
2012-11-30Add CI_Output::delete_cache()Andrey Andreev1-2/+10
2012-11-22[ci skip] Fix a typo in the styleguideAndrey Andreev1-1/+1
2012-11-09[ci skip] Polish docs in user_guide_src/source/general/Andrey Andreev28-472/+586
2012-11-09Polish the Common functions documentationAndrey Andreev1-31/+119
2012-11-07Added function_usable() to common functionsAndrey Andreev1-1/+14
2012-11-05Revert usage of is_callable() in system/core/CodeIgniter.phpAndrey Andreev1-71/+81
2012-11-04Fix #708Andrey Andreev1-4/+8
2012-11-01Allow use of dashes in controller/method URI segmentsAndrey Andreev2-7/+26
2012-10-31Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJonatas Miguel1-5/+25
2012-10-30Fix issue #658 (:any wildcard matching slashes)Andrey Andreev1-5/+25
2012-10-24Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJonatas Miguel6-25/+25
2012-10-23[ci skip] Drop cheatsheets and quick_reference PDFs from the documentation (u...Andrey Andreev1-11/+0
2012-10-23[ci skip] Add a note about routes.php not being a filterAndrey Andreev1-1/+6
2012-10-22Add is_https() as a common functionAndrey Andreev1-10/+16