summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
AgeCommit message (Collapse)AuthorFilesLines
2014-11-04Fix #3310Andrey Andreev1-0/+1
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675 Quite possibly related to #3308
2014-10-29[ci skip] Update some (docs) linksAndrey Andreev2-16/+20
2014-10-28Close #3292Andrey Andreev1-1/+1
2014-10-22Close #3280Andrey Andreev1-1/+1
2014-10-05config_item() to return NULL instead of FALSE for non-existing itemsAndrey Andreev1-1/+1
Close #3001 Close #3232 Related: #3244
2014-09-20Fix examples in documentationvlakoff2-2/+2
2014-08-27[ci skip] Fix routing documentation (#3192)Andrey Andreev1-3/+1
It described a feature that doesn't exist.
2014-07-12[ci skip] Add a note about CI_Driver (issue #3140)Andrey Andreev1-1/+5
2014-07-11Add setting ['composer_autoload']Andrey Andreev1-1/+5
Supersedes PR #3132
2014-07-07Add a backport (compat) for quoted_printable_encode()Andrey Andreev1-1/+10
2014-07-07Fix a few typos and add a backport (compat) for hex2bin()Andrey Andreev1-15/+23
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