Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-13 | [ci skip] Merge pull request #5808 from harrysrevis/develop | Andrey Andreev | 1 | -6/+17 | |
Correct / Added characters | |||||
2019-08-12 | Add parameter description | Michael Long | 1 | -3/+6 | |
2019-08-12 | Adapt to new version of php-redis | Michael Long | 1 | -6/+39 | |
2019-08-11 | Fix .aac file mime type | Kamas "Iceberg" Lau | 1 | -1/+1 | |
2019-08-02 | [ci skip] Fix a CSRF-related bug | Andrey Andreev | 2 | -0/+2 | |
2019-07-31 | Added some greek characters and corrected some of them that showed up wrong | harrys.revis | 1 | -6/+17 | |
2019-07-16 | Fix #5796 | Andrey Andreev | 4 | -3/+4 | |
2019-07-15 | [ci skip] Fix #5788 | Andrey Andreev | 2 | -1/+2 | |
2019-06-23 | [ci skip] Add changelog entry for PR #5783 | Andrey Andreev | 1 | -0/+1 | |
2019-06-23 | [ci skip] Merge pull request #5783 from gxgpet/develop | Andrey Andreev | 1 | -2/+4 | |
Session files driver to return the failure status code instead of Exception throwing | |||||
2019-06-23 | [ci skip] Merge pull request #5783 from gxgpet/develop | Andrey Andreev | 1 | -2/+4 | |
Session files driver to return the failure status code instead of Exception throwing | |||||
2019-06-23 | Session files driver to return failure status code (+logging) instead of ↵ | George Petculescu | 1 | -2/+4 | |
Exception throwing | |||||
2019-06-19 | Fix #5774 | Andrey Andreev | 2 | -1/+2 | |
2019-06-19 | [ci skip] Add changelog entry for #5779, PR #5781 | Andrey Andreev | 1 | -0/+1 | |
2019-06-19 | [ci skip] Merge pull request #5781 from gxgpet/develop | Andrey Andreev | 1 | -2/+1 | |
Fixes php5_validate_id() method calling from Redis session driver | |||||
2019-06-19 | [ci skip] Merge pull request #5781 from gxgpet/develop | Andrey Andreev | 1 | -2/+1 | |
Fixes php5_validate_id() method calling from Redis session driver | |||||
2019-06-18 | Calling php5_validate_id() in the right place, for Redis session driver | George Petculescu | 1 | -2/+1 | |
2019-06-02 | [ci skip] Merge pull request #5756 from bckcmo/develop | Andrey Andreev | 1 | -10/+8 | |
Fixed broken 'Send a pull request' link and added links to official G… | |||||
2019-06-02 | [ci skip] Merge pull request #5756 from bckcmo/develop | Andrey Andreev | 1 | -10/+8 | |
Fixed broken 'Send a pull request' link and added links to official G… | |||||
2019-06-02 | Close #5763 | Andrey Andreev | 1 | -0/+7 | |
2019-05-28 | Adding back 'git@github.com:<your-name>/CodeIgniter.git' to step 4 in the ↵ | Brendan Corazzin | 1 | -1/+1 | |
how-to guide | |||||
2019-05-13 | Fixed broken 'Send a pull request' link and added links to official GitHub ↵ | Brendan Corazzin | 1 | -10/+8 | |
documentation for other steps in the 'How-to Guide'. Additional links were added to make the How-to Guide a little more user friendly for those who are unfamilar to GitHub. | |||||
2019-05-11 | [ci skip] Add changelog entry for #5753 | Andrey Andreev | 1 | -0/+2 | |
2019-05-11 | [ci skip] Merge pull request #5753 from exussum12/fixIncrRedis | Andrey Andreev | 1 | -2/+2 | |
Fix increment / decrement in redis | |||||
2019-05-11 | [ci skip] Merge pull request #5752 from exussum12/alternativeRedisFix | Andrey Andreev | 1 | -12/+3 | |
Alterntive redis fix | |||||
2019-05-10 | Update Cache_redis.php | Scott Dutton | 1 | -1/+1 | |
2019-05-10 | [ci skip] Fix #5755 | Andrey Andreev | 3 | -0/+11 | |
2019-05-10 | [ci skip] Add changelog entry for PR #5744 | Andrey Andreev | 1 | -0/+3 | |
2019-05-10 | Merge pull request #5744 from sharadrsoni/patch-1 | Andrey Andreev | 2 | -3/+3 | |
Adding support for proper CRLF | |||||
2019-05-10 | Merge pull request #5744 from sharadrsoni/patch-1 | Andrey Andreev | 2 | -3/+3 | |
Adding support for proper CRLF | |||||
2019-05-08 | Fix increment / decrement | Scott Dutton | 1 | -3/+3 | |
also fixed a value incorrectly returned docblock says array but bool returned | |||||
2019-05-08 | Alterntive redis fix | Scott Dutton | 1 | -12/+3 | |
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_test.php | Sharad Soni | 1 | -1/+1 | |
Removed extra space, before and after concatenation. | |||||
2019-04-24 | Update Log.php | Sharad Soni | 1 | -1/+1 | |
Removed extra space. | |||||
2019-04-23 | Merge pull request #5735 from om-mahato/develop | Instructor, BCIT | 1 | -1/+1 | |
Documentation on mobile devices issue filed | |||||
2019-04-23 | Merge pull request #5453 from popcorner/popcorner-toc | Instructor, BCIT | 1 | -13/+16 | |
[user guide] replace toggle() to fix the toc button | |||||
2019-04-23 | Update Log.php | Sharad Soni | 1 | -1/+1 | |
Changed to use PHP_EOL instead of '/r/n' | |||||
2019-04-23 | Update Log_test.php | Sharad Soni | 1 | -1/+1 | |
Changed to use PHP_EOL instead of `/r/n` | |||||
2019-04-23 | Merge pull request #5735 from om-mahato/develop | Instructor, BCIT | 1 | -1/+1 | |
Documentation on mobile devices issue filed | |||||
2019-04-23 | Merge pull request #5453 from popcorner/popcorner-toc | Instructor, BCIT | 1 | -13/+16 | |
[user guide] replace toggle() to fix the toc button | |||||
2019-04-23 | [ci skip] Merge pull request #5743 from linkqotto/fix-typo | Andrey Andreev | 1 | -1/+1 | |
Fix typo in Tutorial | |||||
2019-04-23 | [ci skip] Merge pull request #5743 from linkqotto/fix-typo | Andrey Andreev | 1 | -1/+1 | |
Fix typo in Tutorial | |||||
2019-04-23 | Updated test case for Log Class | Sharad Soni | 1 | -1/+1 | |
Also added `\r\n` to pass the test case | |||||
2019-04-23 | [ci skip] Fix #5703 | Andrey Andreev | 5 | -83/+63 | |
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-04-18 | fix typo | 澤崎成実 | 1 | -1/+1 | |
2019-04-05 | class .wy-nav-content-wrap modied for responsive | Om Mahato | 1 | -1/+1 | |
To solve the issue of main context getting offset from screen on mobile devices. The css class .wy-nav-content-wrap under media query has been modified. | |||||
2019-04-01 | [ci skip] Merge pull request #5725 from Lablnet/patch-1 | Andrey Andreev | 1 | -0/+1 | |
Added Meizu agent in Manufacturers | |||||
2019-04-01 | [ci skip] Merge pull request #5725 from Lablnet/patch-1 | Andrey Andreev | 1 | -0/+1 | |
Added Meizu agent in Manufacturers |