summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general/common_functions.rst
AgeCommit message (Collapse)AuthorFilesLines
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev1-1/+1
Spelling fixes in comment blocks and docs
2015-02-02[ci skip] Fix #3515Andrey Andreev1-10/+10
2014-10-05config_item() to return NULL instead of FALSE for non-existing itemsAndrey Andreev1-1/+1
Close #3001 Close #3232 Related: #3244
2014-04-05Remove default parameter value of is_php()vlakoff1-2/+2
It was simply pointless.
2014-02-07[ci skip] Add return types to common and error handling functions docsAndrey Andreev1-13/+22
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-20Merge branch 'develop' into feature/user-guide-cleanupAndrey Andreev1-9/+15
2014-01-11cleanup warningsConnor Tumbleson1-3/+3
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com>
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 Andreev1-0/+13
replace it Calls to this function are often needed before the Input library is available
2013-09-13Drop the unused parameter from log_message() / CI_Log::write_log()Andrey Andreev1-2/+1
2013-07-20Dropping unecessary php: directive to function definitions in user guideDerek Jones1-12/+12
2013-07-19Remove documentation note obsoleted by previous commitvlakoff1-4/+0
2013-05-07Logging functions: level parameter is not optionalvlakoff1-3/+3
This parameter cannot be optional, as the following parameter is mandatory. Also completed the corresponding documentation.
2013-03-05Documentation: another update to reserved names listvlakoff1-1/+1
Added missing user functions. Also fixed a typo in common_functions.rst.
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-2/+2
2012-11-09Polish the Common functions documentationAndrey Andreev1-31/+119
2012-11-07Added function_usable() to common functionsAndrey Andreev1-1/+14
It is now used to check whether dangerous functions like eval() and exec() are available. It appears that the Suhosin extension (which is becoming popular) terminates script execution instead of returning e.g. FALSE when it has a function blacklisted. function_exists() checks are insufficient and our only option is to check the ini settings here. Filed an issue here: https://github.com/stefanesser/suhosin/issues/18 ... hopefully we'll be able to deal with this in a more elegant way in the future. (this commit supersedes PR #1809)
2012-11-04Fix #708Andrey Andreev1-4/+8
2012-10-22Add is_https() as a common functionAndrey Andreev1-10/+16
2012-06-05Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵Andrey Andreev1-0/+5
config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411
2011-10-06fixing code spacing in Common and CLI docsDerek Jones1-7/+17
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+71