Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-22 | adding $img_path in curly; fixing words order | George Petculescu | 1 | -1/+1 | |
2019-09-22 | if+elseif => if + if | George Petculescu | 1 | -1/+3 | |
2019-09-08 | improve create_captcha logging | George Petculescu | 1 | -1/+7 | |
2019-08-13 | [ci skip] Merge pull request #5815 from kamaslau/patch-2 | Andrey Andreev | 1 | -1/+1 | |
Fix .aac file mime type | |||||
2019-08-13 | [ci skip] Merge pull request #5808 from harrysrevis/develop | Andrey Andreev | 1 | -6/+17 | |
Correct / Added characters | |||||
2019-08-11 | Fix .aac file mime type | Kamas "Iceberg" Lau | 1 | -1/+1 | |
2019-07-31 | Added some greek characters and corrected some of them that showed up wrong | harrys.revis | 1 | -6/+17 | |
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 | [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-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-10 | Merge pull request #5744 from sharadrsoni/patch-1 | Andrey Andreev | 2 | -3/+3 | |
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_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 | 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 | Updated test case for Log Class | Sharad Soni | 1 | -1/+1 | |
Also added `\r\n` to pass the test case | |||||
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-03-24 | Update user_agents.php | Muhammad Umer Farooq | 1 | -0/+1 | |
2019-03-20 | [ci skip] Merge pull request #5724 from kevmo/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Punctuation error fixed in documentation (add apostrophe). | |||||
2019-03-16 | Punctuation error fixed (add apostrophe). | kevin moore | 1 | -1/+1 | |
2019-03-16 | [ci skip] Merge pull request #5708 from mchobbylong/develop | Andrey Andreev | 1 | -5/+7 | |
Resolve race condition in redis driven session key get_lock | |||||
2019-03-15 | Remove unnecessary code | Michael Long | 1 | -1/+1 | |
2019-03-15 | Fix code style | Michael Long | 1 | -1/+2 | |
2019-03-15 | Refactor behaviors with different ttl of lock_key | Michael Long | 1 | -7/+7 | |
2019-03-13 | [ci skip] Merge pull request #5716 from achraf52/patch-2 | Andrey Andreev | 1 | -2/+2 | |
Corrected example mistake | |||||
2019-03-12 | Corrected example mistake | Achraf Almouloudi | 1 | -2/+2 | |
Corrected an example mistake where the input script tries to echo "<p>fieldset content here</p>\n" but the result in "Produces" is "<p>form content here</p>" which is clearly an inconsistant result. | |||||
2019-03-02 | Resolve race condition in redis driven session key get_lock | Michael Long | 1 | -2/+3 | |
2019-02-14 | [ci skip] More on #4186 | Andrey Andreev | 1 | -2/+7 | |
2019-02-14 | [ci skip] Updated QB reference docs for ↵ | Andrey Andreev | 1 | -4/+48 | |
38291e8e44ca5ccc6273d310127db332ace8f84a and #5017 | |||||
2019-02-14 | Close #4186, #5631, #5668 | Andrey Andreev | 2 | -15/+11 | |
2019-02-14 | Merge branch '3.1-stable' into develop | Andrey Andreev | 6 | -8/+20 | |
2019-02-14 | [ci skip] Polish changes from PR #5692, apply them to pdo/oci and add a ↵ | Andrey Andreev | 3 | -5/+13 | |
changelog entry | |||||
2019-02-14 | [ci skip] Merge pull request #5692 from ytetsuro/patch-2 | Andrey Andreev | 1 | -0/+7 | |
Fixed bug that can not be changed from not null to null in oci. | |||||
2019-02-14 | [ci skip] Merge pull request #5692 from ytetsuro/patch-2 | Andrey Andreev | 1 | -0/+7 | |
Fixed bug that can not be changed from not null to null in oci. | |||||
2019-02-12 | feat: add _null property | ytetsuro | 1 | -0/+7 | |
2019-01-25 | [ci skip] Fix #5681 | Andrey Andreev | 4 | -3/+7 | |
2019-01-16 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -4/+30 | |
2019-01-16 | [ci skip] Start of 3.1.11 development | Andrey Andreev | 6 | -4/+27 | |
2019-01-16 | [ci skip] Prepare for 3.1.10 release | Andrey Andreev | 4 | -6/+9 | |