Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-18 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 2 | -2/+2 | |
2019-09-18 | [ci skip] Merge pull request #5831 from DeanWunder/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fixed HTML type attribute for input field in tutorial | |||||
2019-09-17 | Merge pull request #5835 from dangereyes88/develop | Project lead, CodeIgniter | 1 | -1/+1 | |
Update typography.rst | |||||
2019-09-17 | Update typography.rst | Abdul Haq Sheikh | 1 | -1/+1 | |
Corrected Typo | |||||
2019-09-08 | Fixed HTML type attribute for input field. | DeanWunder | 1 | -1/+1 | |
Input is not a valid value for the type attribute for an input tag. Replaced with text, a valid value. https://www.w3schools.com/tags/att_input_type.asp | |||||
2019-09-05 | [ci skip] Remove a few leftover trailing spaces from PR #5816 | Andrey Andreev | 1 | -5/+5 | |
2019-09-05 | [ci skip] Merge pull request #5816 from mchobbylong/adapt-php-redis | Andrey Andreev | 1 | -7/+48 | |
Adapt to new version of php-redis | |||||
2019-09-05 | [ci skip] Merge pull request #5828 from mchobbylong/alter-php5-validate-id | Andrey Andreev | 1 | -1/+1 | |
Alter php5_validate_id() | |||||
2019-09-03 | Alter php5_validate_id() | Michael Long | 1 | -1/+1 | |
2019-09-03 | revert: Alter php_validate_id() | Michael Long | 1 | -1/+1 | |
2019-09-03 | Rename to _ping_success | Michael Long | 1 | -5/+5 | |
2019-09-03 | Delete unnecessary functions | Michael Long | 1 | -38/+6 | |
2019-08-23 | Refactor implementation of #5816 | Michael Long | 1 | -21/+56 | |
2019-08-14 | Define constant PHPREDIS_VERSION | Michael Long | 1 | -2/+4 | |
2019-08-13 | Use version_compare to avoid method checks | Michael Long | 1 | -2/+2 | |
2019-08-13 | Adapt to styleguide | Michael Long | 1 | -10/+10 | |
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-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-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 | |