Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-03 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+2 | |
2022-03-02 | [ci skip] Update copyright notices | Andrey Andreev | 1 | -1/+2 | |
2022-01-05 | Polish changes from PR #5684 and drop ['log_file_extension']; ref #5648 | Andrey Andreev | 1 | -17/+7 | |
2022-01-05 | Merge pull request #5684 from jonsmith1982/develop | Andrey Andreev | 1 | -1/+11 | |
partially fixes #5648 | |||||
2022-01-05 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -1/+1 | |
2022-01-05 | Close #6021: Suppress possible E_DEPRECATION notices about ↵ | Andrey Andreev | 1 | -1/+1 | |
mbstring.func_overload | |||||
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 1 | -1/+1 | |
Fix user guide url | |||||
2020-06-24 | Fix user guide url | sapics | 1 | -1/+1 | |
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/* | |||||
2019-05-10 | Merge pull request #5744 from sharadrsoni/patch-1 | Andrey Andreev | 1 | -2/+2 | |
Adding support for proper CRLF | |||||
2019-05-07 | Update Log.php | Sharad Soni | 1 | -1/+1 | |
Removed \n as now we are adding PHP_EOL | |||||
2019-04-24 | Update Log.php | Sharad Soni | 1 | -1/+1 | |
Removed extra space. | |||||
2019-04-23 | Update Log.php | Sharad Soni | 1 | -1/+1 | |
Changed to use PHP_EOL instead of '/r/n' | |||||
2019-04-22 | Adding support for proper CRLF | Sharad Soni | 1 | -2/+2 | |
Window's Notepad doesn't recognize `\n` linebreak it has to be `\r\n` | |||||
2019-01-28 | fixes #5648 | jonsmith1982 | 1 | -1/+11 | |
Signed-off-by: jonsmith1982 <jonsmith1982@googlemail.com> | |||||
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 1 | -3/+3 | |
Update copyright date to 2019 | |||||
2018-12-27 | Update copyright date to 2019 | Jim Parry | 1 | -2/+2 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -2/+2 | |
2018-01-09 | [ci skip] Merge pull request #5376 from jim-parry/copyright-update | Andrey Andreev | 1 | -2/+2 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2018-01-09 | Annual copyright update | Master Yoda | 1 | -2/+2 | |
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -5/+5 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/input.rst | |||||
2017-02-07 | Allow to omit trailing slash in config paths | vlakoff | 1 | -1/+3 | |
2017-01-19 | More byte-safety | Andrey Andreev | 1 | -5/+5 | |
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-31 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-14 | Drop all PHP 5.3-related code | Andrey Andreev | 1 | -3/+0 | |
2016-10-28 | Improve byte-safety | Andrey Andreev | 1 | -2/+51 | |
2016-05-20 | Merge pull request #4638 from kasimtan/phpdoc_fixes | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fixed PHPDoc parameter name and type discrepancies | |||||
2016-03-01 | [ci skip] Move flock() call in CI_Log::write_log() immediately after fopen() | Andrey Andreev | 1 | -2/+2 | |
2016-02-09 | Merge pull request #4323 from ↵ | Andrey Andreev | 1 | -3/+20 | |
jspreddy/sai/log_line_formatting_extensibility_change Refactored CI_Log line formatting to allow extensibility | |||||
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-03-03 | Remove an unused var in CI_Log | Andrey Andreev | 1 | -8/+1 | |
Was suggested as part of PR #3630, which was rejected due to numerous other changes | |||||
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-20 | Merge pull request #3427 from gadelat/logdate | Andrey Andreev | 1 | -1/+14 | |
Support for microseconds in CI_Log | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- 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 | |||||
2014-12-20 | Make µs support conditional and fix style | Gabriel Potkány | 1 | -5/+13 | |
2014-12-19 | Support for microseconds | Gabriel Potkány | 1 | -1/+6 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-09-17 | Don't assume that log_file_permissions exists | Andrey Andreev | 1 | -1/+1 | |
2014-08-27 | Fix #2963 | Andrey Andreev | 1 | -9/+21 | |
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib | |||||
2014-03-13 | Partially revert PR #2190 | Andrey Andreev | 1 | -3/+3 | |
The core shouldn't depend on constants that are not defined by itself | |||||
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-01-15 | Fix #2822: Incorrect usage of fwrite() | Andrey Andreev | 1 | -2/+10 | |
We only used to check (and not always) if the return value of fwrite() is boolean FALSE, while it is possible that the otherwise returned bytecount is less than the length of data that we're trying to write. This allowed incomplete writes over network streams and possibly a few other edge cases. | |||||
2014-01-15 | Fix incorrect checks for the fwrite() return value | Andrey Andreev | 1 | -1/+1 | |
! fwrite() could trigger false-positives as it is possible for it to return 0 instead of boolean FALSE. (issue #2822) Also removed an unnecessary log level check that caused an extra space to be inserted for the INFO level. (proposed in PR #2821) | |||||
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 | |