summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
AgeCommit message (Collapse)AuthorFilesLines
2015-02-02[ci skip] Fix #3515Andrey Andreev6-42/+42
2015-02-02[ci skip] Fix indentation in erro handling docsAndrey Andreev1-54/+63
2015-01-30Incorporated suggested changes.Master Yoda1-9/+7
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-01-29Clarified the template folder for errors.Master Yoda1-3/+7
Verified that the user guide build works. Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-01-27Fixed #3516Razican1-1/+1
Signed-off-by: Razican <admin@razican.com>
2015-01-25Small fixes in documentationvlakoff1-1/+1
2015-01-22Update documentation about PHP files closingvlakoff2-27/+2
2015-01-21[ci skip] Update security guideAndrey Andreev1-9/+93
2015-01-20[ci skip] Change some log messages' levelAndrey Andreev1-3/+1
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated.
2015-01-12[ci skip] Make it clear that PHP <5.4 usage is discouragedAndrey Andreev2-7/+12
Related: #3450
2015-01-09Bulk (mostly documentation) updateAndrey Andreev2-5/+5
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450
2015-01-04Update reserved controller namesvlakoff1-3/+1
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