summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
AgeCommit message (Collapse)AuthorFilesLines
2014-05-22Update profiling.rstManu Ganji1-2/+2
correcting rst syntax
2014-05-22Update profiling.rstManu Ganji1-2/+4
There is some confusion about how to enable profiling for queries. This will save some time for devs who want to debug their generated SQL.
2014-05-09Add hash_equals() to ext/hash compat layerAndrey Andreev1-2/+13
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-04-12Small documentation updatevlakoff1-2/+0
As the error templates are now by default inside the views folder.
2014-04-05Remove default parameter value of is_php()vlakoff1-2/+2
It was simply pointless.
2014-03-05Add support for simpler (Callable) hooks (issue #2917)Andrey Andreev1-1/+9
2014-02-19Add compatibility layer for array_column(), array_replace(), ↵Andrey Andreev1-1/+51
array_replace_recursive()
2014-02-18Add an ext/hash compatibility layer (just hash_pbkdf2(), for now)Andrey Andreev1-0/+29
2014-02-13[ci skip] Add compatibility functions documentation + Sphinx build fixes for ↵Andrey Andreev2-0/+158
Cart
2014-02-11Utf8/iconv/mbstring-related changesAndrey Andreev1-0/+3
2014-02-11"BASEPATH check" consistencydarwinel1-1/+2
As described in issue #2870 + A change in the „How to create a library” example in the user_guide
2014-02-07[ci skip] Add return types to common and error handling functions docsAndrey Andreev2-25/+25
2014-02-07Merge branch 'develop' into 'feature/user-guide-cleanup'Andrey Andreev1-1/+6
2014-02-03[ci skip] Update info on function_usableAndrey Andreev1-1/+6
2014-01-24[ci skip] Add a note to the is_really_writable() docsAndrey Andreev1-3/+5
2014-01-24update to errorfunc urlConnor Tumbleson1-1/+1
2014-01-24fix bad urlConnor Tumbleson1-1/+1
2014-01-20[ci skip] Replace incorrect usage of 'then', where it should be 'than'Andrey Andreev2-2/+2
2014-01-20Merge branch 'develop' into feature/user-guide-cleanupAndrey Andreev11-27/+94
2014-01-20Merge branch 'develop' into feature/output_compressed_cacheAndrey Andreev1-1/+5
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
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com>
2014-01-10Compress output before storing it to cache, if output compression is enabledAndrey Andreev1-0/+3
Based on PR #964
2014-01-09d'oh - :noindex: in wrong placeConnor Tumbleson1-3/+3
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com>
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 ↵Andrey Andreev2-1/+14
replace it Calls to this function are often needed before the Input library is available
2013-11-11Polish changes from PR #2712Andrey Andreev1-25/+12
2013-11-11Merge pull request #2712 from pveyes/developAndrey Andreev1-0/+36
Enable HTTP Verb in Routing
2013-11-05Fix HTTP Verb Routing RulesFatih Kalifa1-0/+36
Fix code style, removed (:any) rule in http verb to avoid confusion, and add proposed documentation and changelog
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 ↵Andrey Andreev1-18/+0
of URI dashes
2013-07-19Router improvementsAndrey Andreev1-1/+13
- Make dashes-to-underscores URI segment replacement configurable via ['translate_uri_dashes']. - Make _set_routing() protected and move the call to the class constructor. - Remove redudant calls to set_class() and set_method(). - Clean-up/optimize the routes loading procedure. (fixes issue #2503)
2013-07-19Remove documentation note obsoleted by previous commitvlakoff1-4/+0
2013-05-17Merge pull request #2440 from vlakoff/developAndrey Andreev2-6/+6
Logging functions: level parameter is not optional
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
This parameter cannot be optional, as the following parameter is mandatory. Also completed the corresponding documentation.
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
Added missing user functions. Also fixed a typo in common_functions.rst.
2013-03-05Documentation: update reserved names listvlakoff1-1/+11
Added constants from 50dfe0175df02fe4aa243757bdf1b42fb9fc3169 (exit status codes)
2013-03-04Updated in accordance with feedback from @narfbgDaniel Hunsaker1-2/+2
- Removed commented lists of constants from the three reference conventions, replacing each with the URLs at which more information can be found. - Renamed a few constants to more closely reflect CodeIgniter conventions. - Modified a couple of lines which were in violation of the CI Style Guide. Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
2013-03-04Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Daniel Hunsaker1-83/+37
feature/exit-status
2013-02-26Style guide PR tweaks.Eric Roberts1-8/+8
2013-02-25Update Style Guide page.Eric Roberts1-83/+37