summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-08-23Refactor implementation of #5816Michael Long1-21/+56
2019-08-14Define constant PHPREDIS_VERSIONMichael Long1-2/+4
2019-08-13Use version_compare to avoid method checksMichael Long1-2/+2
2019-08-13Adapt to styleguideMichael Long1-10/+10
2019-08-12Add parameter descriptionMichael Long1-3/+6
2019-08-12Adapt to new version of php-redisMichael Long1-6/+39
2019-06-23[ci skip] Merge pull request #5783 from gxgpet/developAndrey Andreev1-2/+4
Session files driver to return the failure status code instead of Exception throwing
2019-06-23Session files driver to return failure status code (+logging) instead of ↵George Petculescu1-2/+4
Exception throwing
2019-06-19[ci skip] Merge pull request #5781 from gxgpet/developAndrey Andreev1-2/+1
Fixes php5_validate_id() method calling from Redis session driver
2019-06-18Calling php5_validate_id() in the right place, for Redis session driverGeorge Petculescu1-2/+1
2019-06-02[ci skip] Merge pull request #5756 from bckcmo/developAndrey Andreev1-10/+8
Fixed broken 'Send a pull request' link and added links to official G…
2019-05-28Adding back 'git@github.com:<your-name>/CodeIgniter.git' to step 4 in the ↵Brendan Corazzin1-1/+1
how-to guide
2019-05-13Fixed broken 'Send a pull request' link and added links to official GitHub ↵Brendan Corazzin1-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-10Merge pull request #5744 from sharadrsoni/patch-1Andrey Andreev2-3/+3
Adding support for proper CRLF
2019-05-07Update Log.phpSharad Soni1-1/+1
Removed \n as now we are adding PHP_EOL
2019-04-24Update Log_test.phpSharad Soni1-1/+1
Removed extra space, before and after concatenation.
2019-04-24Update Log.phpSharad Soni1-1/+1
Removed extra space.
2019-04-23Update Log.phpSharad Soni1-1/+1
Changed to use PHP_EOL instead of '/r/n'
2019-04-23Update Log_test.phpSharad Soni1-1/+1
Changed to use PHP_EOL instead of `/r/n`
2019-04-23Merge pull request #5735 from om-mahato/developInstructor, BCIT1-1/+1
Documentation on mobile devices issue filed
2019-04-23Merge pull request #5453 from popcorner/popcorner-tocInstructor, BCIT1-13/+16
[user guide] replace toggle() to fix the toc button
2019-04-23[ci skip] Merge pull request #5743 from linkqotto/fix-typoAndrey Andreev1-1/+1
Fix typo in Tutorial
2019-04-23Updated test case for Log ClassSharad Soni1-1/+1
Also added `\r\n` to pass the test case
2019-04-22Adding support for proper CRLFSharad Soni1-2/+2
Window's Notepad doesn't recognize `\n` linebreak it has to be `\r\n`
2019-04-18fix typo澤崎成実1-1/+1
2019-04-05class .wy-nav-content-wrap modied for responsiveOm Mahato1-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-1Andrey Andreev1-0/+1
Added Meizu agent in Manufacturers
2019-03-24Update user_agents.phpMuhammad Umer Farooq1-0/+1
2019-03-20[ci skip] Merge pull request #5724 from kevmo/patch-1Andrey Andreev1-1/+1
Punctuation error fixed in documentation (add apostrophe).
2019-03-16Punctuation error fixed (add apostrophe).kevin moore1-1/+1
2019-03-16[ci skip] Merge pull request #5708 from mchobbylong/developAndrey Andreev1-5/+7
Resolve race condition in redis driven session key get_lock
2019-03-15Remove unnecessary codeMichael Long1-1/+1
2019-03-15Fix code styleMichael Long1-1/+2
2019-03-15Refactor behaviors with different ttl of lock_keyMichael Long1-7/+7
2019-03-13[ci skip] Merge pull request #5716 from achraf52/patch-2Andrey Andreev1-2/+2
Corrected example mistake
2019-03-12Corrected example mistakeAchraf Almouloudi1-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-02Resolve race condition in redis driven session key get_lockMichael Long1-2/+3
2019-02-14[ci skip] More on #4186Andrey Andreev1-2/+7
2019-02-14[ci skip] Updated QB reference docs for ↵Andrey Andreev1-4/+48
38291e8e44ca5ccc6273d310127db332ace8f84a and #5017
2019-02-14Close #4186, #5631, #5668Andrey Andreev2-15/+11
2019-02-14Merge branch '3.1-stable' into developAndrey Andreev6-8/+20
2019-02-14[ci skip] Polish changes from PR #5692, apply them to pdo/oci and add a ↵Andrey Andreev3-5/+13
changelog entry
2019-02-14[ci skip] Merge pull request #5692 from ytetsuro/patch-2Andrey Andreev1-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-2Andrey Andreev1-0/+7
Fixed bug that can not be changed from not null to null in oci.
2019-02-12feat: add _null propertyytetsuro1-0/+7
2019-01-25[ci skip] Fix #5681Andrey Andreev4-3/+7
2019-01-16Merge branch '3.1-stable' into developAndrey Andreev4-4/+30
2019-01-16[ci skip] Start of 3.1.11 developmentAndrey Andreev6-4/+27
2019-01-16[ci skip] Prepare for 3.1.10 releaseAndrey Andreev4-6/+9
2019-01-15Merge pull request #5676 from albertleao/albertleao-patch-1Andrey Andreev1-0/+1
Added mobile google bot to user agents