Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-14 | [ci skip] Remove empty lines | Andrey Andreev | 1 | -1/+1 | |
2013-09-14 | No need of this anymore | vkeranov | 1 | -2/+1 | |
2013-09-13 | Drop the unused parameter from log_message() / CI_Log::write_log() | Andrey Andreev | 1 | -1/+1 | |
2013-05-07 | Logging functions: level parameter is not optional | vlakoff | 1 | -2/+2 | |
This parameter cannot be optional, as the following parameter is mandatory. Also completed the corresponding documentation. | |||||
2013-02-15 | Fix some stuff from recent pull requests | Andrey Andreev | 1 | -7/+17 | |
2013-02-15 | Revert "Update system/core/Log.php" | Chris Passas | 1 | -9/+2 | |
This reverts commit bbc6ab4736a896be83e3e3d5f8856374ffa2984c. | |||||
2013-02-15 | Update system/core/Log.php | Chris Passas | 1 | -1/+1 | |
Added a space after the comma on the ltrim(). | |||||
2013-02-14 | Update system/core/Log.php | Chris Passas | 1 | -1/+4 | |
Don't print no script access code into log file if log file is not .php anymore. | |||||
2013-02-14 | Update system/core/Log.php | Chris Passas | 1 | -1/+1 | |
Added ltrim() as requested to strip '.' incase it's added by mistake. | |||||
2013-02-13 | Added support for changing the default log file extension from .php to ↵ | Chris Passas | 1 | -0/+2 | |
whatever is preferred. example (.log) This is a follow up to this pull request. https://github.com/EllisLab/CodeIgniter/pull/2243 | |||||
2013-02-13 | Update system/core/Log.php | Chris Passas | 1 | -2/+9 | |
Updated Log.php so that a developer can extend it and change the log file extension. It makes sense to default to .php when logs are in the public web folder. It would be nice if a developer moves the log file path we have the option to use a standard extension like .log | |||||
2013-01-30 | core comment error. | Bo-Yi Wu | 1 | -1/+1 | |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
2013-01-21 | Partially implement PR #2155 | Andrey Andreev | 1 | -0/+2 | |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -2/+1 | |
2012-11-09 | Move the Log class to system/core/ | Andrey Andreev | 1 | -0/+181 | |
It is a core class after all, I guess somebody forgot it when the rest of them were moved. |