summaryrefslogtreecommitdiffstats
path: root/system/core/Common.php
AgeCommit message (Expand)AuthorFilesLines
2013-08-19Adjustments in static reference handlingvlakoff1-8/+5
2013-08-19Allow items to be set even if they were not present yetvlakoff1-5/+2
2013-08-19Ensure get_config() optional argument is an array, remove useless testvlakoff1-7/+4
2013-08-17Fix $replace parameter handling in get_config()vlakoff1-27/+31
2013-08-07Add a changelog entry for PR #2590 and further optimize log_message()Andrey Andreev1-11/+1
2013-08-07Fix noneffective static variable cache in log_message()vlakoff1-2/+3
2013-08-06Replace php_sapi_name() function with PHP_SAPI constantvlakoff1-1/+1
2013-08-06Various typos and tabs adjustmentsvlakoff1-2/+2
2013-07-19Fix config_item() returning stale valuesvlakoff1-10/+5
2013-07-06The script is halted and a '500 Internal Server Error' is issued when a fatal...Jesse van Assen1-0/+21
2013-07-01Issue #2508Andrey Andreev1-2/+2
2013-06-24some more readablility tweaks in system/core/CommonRichard Deurwaarder (Xeli)1-2/+3
2013-06-24remove else clause in is_https function, just add return FALSE as fallbackRichard Deurwaarder (Xeli)1-4/+1
2013-06-24remove newline again in system/core/Common.php, silly editor keeps adding itRichard Deurwaarder (Xeli)1-1/+1
2013-06-24fix indentation according to codeigniter codestyle system/core/CommonRichard Deurwaarder (Xeli)1-18/+18
2013-06-24Revert "remove newline at eof in syste/core/Common"Richard Deurwaarder (Xeli)1-1/+1
2013-06-24remove newline at eof in syste/core/CommonRichard Deurwaarder (Xeli)1-1/+1
2013-06-24remove newline in system/core/Common.phpRichard Deurwaarder (Xeli)1-0/+1
2013-06-24Use codeigniter coding styleRichard Deurwaarder (Xeli)1-5/+11
2013-06-19Change True -> TRUE per codeigniter guidelinesRichard Deurwaarder (Xeli)1-4/+4
2013-06-19Add support for https behind a reverse proxy using X-Forwarded-ProtoRichard Deurwaarder (Xeli)1-4/+12
2013-05-07Logging functions: level parameter is not optionalvlakoff1-4/+4
2013-03-30Some cleanup related to mt_rand()vlakoff1-1/+1
2013-03-29Documentation: fix some outdated pathsvlakoff1-1/+1
2013-03-04Fix #2301Andrey Andreev1-2/+1
2013-03-04Reverting changes to functions that have no business being used in CLI apps t...Daniel Hunsaker1-9/+6
2013-03-04Updated in accordance with feedback from @narfbgDaniel Hunsaker1-10/+13
2013-02-23Updated exit codes as constant valuesDaniel Hunsaker1-6/+10
2013-02-22Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-s...Daniel Hunsaker1-8/+8
2013-02-21Disable autoloader call from class_exists() occurences to improve performanceAndrey Andreev1-2/+2
2013-02-15Fix some stuff from recent pull requestsAndrey Andreev1-3/+3
2013-02-14Update system/core/Common.phpmaltzurra1-2/+1
2013-02-14Update system/core/Common.phpmaltzurra1-1/+2
2013-02-14Update system/core/Common.phpmaltzurra1-2/+2
2013-01-29Replace is_file() with the faster file_exists()Andrey Andreev1-2/+2
2013-01-28Remove unnecessary defined('ENVIRONMENT') checksAndrey Andreev1-2/+2
2013-01-25Updated all cases of exit() to return a valid codeDaniel Hunsaker1-7/+22
2013-01-06utilize static function variables in Common::log_message() to "cache" log thr...Ted Wood1-3/+12
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-17Fix function_usable()Andrey Andreev1-6/+11
2012-11-09Move the Log class to system/core/Andrey Andreev1-1/+1
2012-11-07Added function_usable() to common functionsAndrey Andreev1-0/+47
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-22Add is_https() as a common functionAndrey Andreev1-0/+18
2012-10-11Replace a few require() uses with require_once() (should fix issue #1872)Andrey Andreev1-2/+2
2012-10-05Merge pull request #1682 from dhinus/patch-1Andrey Andreev1-7/+6
2012-10-04Compatibility with PHP 5.2.4 and enclosed ternary operationDaniel Morris1-1/+1
2012-10-04Default to HTTP/1.1 if $server_protocol is not setDaniel Morris1-1/+1
2012-10-04DRY determining server protocolDaniel Morris1-5/+1
2012-08-04fixed whitespaceFrancesco Negri1-7/+7