Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-28 | Fixed minor typographical error | Sherman K | 1 | -1/+1 | |
Signed-off-by: Sherman K <ShrmnK@users.noreply.github.com> | |||||
2016-01-27 | Fix #4401 | Andrey Andreev | 2 | -4/+5 | |
2016-01-26 | Merge branch '3.0-stable' into develop | Andrey Andreev | 5 | -26/+64 | |
2016-01-26 | Fix #4399 | Andrey Andreev | 2 | -15/+29 | |
2016-01-25 | Fix #4395 | Andrey Andreev | 2 | -1/+16 | |
2016-01-20 | [ci skip] Add changelog entry for PR #4384 | Andrey Andreev | 1 | -0/+1 | |
2016-01-20 | [ci skip] Remove a trailing space from latest PR merge | Andrey Andreev | 1 | -1/+1 | |
2016-01-20 | Respect $config['cur_page'] variable for pagination | jekkos | 1 | -1/+5 | |
After upgrading to CI3 I noticed that developers are able to determine the current page counter for pagination based on * Explicit query string parameters * URI segment configuration In earlier versions a developer could still set the current page counter in the pagination lib directly which is useful if you want to use pagination with HTTP POST instead of GET. This could be done by passing $config['cur_page'] = '10'; to the pagination function for link generation. Currently this code has changed and will always try to check whether the uri segment is a valid number or not, even if the cur_page variable was passed in the associative array, and fallback to zero if it fails to validate that result. This can be easily resolved by checking whether the counter was already set with a valid number from the $config array before trying to resolve it from the uri segment. This fix give a developer more flexibility and stop CI from overwriting the externally set value with an incorrect one. Signed-off-by: jekkos <jeroen.peelaerts@gmail.com> | |||||
2016-01-20 | [ci skip] Remove a trailing space from latest PR merge | Andrey Andreev | 1 | -1/+1 | |
2016-01-20 | Merge pull request #4384 from jekkos/pagination-fix | Andrey Andreev | 1 | -1/+5 | |
Respect $config['cur_page'] variable for pagination | |||||
2016-01-20 | Respect $config['cur_page'] variable for pagination | jekkos | 1 | -1/+5 | |
After upgrading to CI3 I noticed that developers are able to determine the current page counter for pagination based on * Explicit query string parameters * URI segment configuration In earlier versions a developer could still set the current page counter in the pagination lib directly which is useful if you want to use pagination with HTTP POST instead of GET. This could be done by passing $config['cur_page'] = '10'; to the pagination function for link generation. Currently this code has changed and will always try to check whether the uri segment is a valid number or not, even if the cur_page variable was passed in the associative array, and fallback to zero if it fails to validate that result. This can be easily resolved by checking whether the counter was already set with a valid number from the $config array before trying to resolve it from the uri segment. This fix give a developer more flexibility and stop CI from overwriting the externally set value with an incorrect one. Signed-off-by: jekkos <jeroen.peelaerts@gmail.com> | |||||
2016-01-20 | Fix #4391 | Andrey Andreev | 2 | -7/+15 | |
2016-01-20 | [ci skip] Fix a documentation error on output cache times | Andrey Andreev | 2 | -3/+3 | |
2016-01-20 | [ci skip] Add changelog entry and upgrade instructions following PR #4389 | Andrey Andreev | 2 | -0/+14 | |
2016-01-20 | Merge pull request #4389 from sebastienadam/default_html5 | Andrey Andreev | 2 | -4/+4 | |
[ci skip] Change default doctype to HTML 5 | |||||
2016-01-20 | Default doctype is now HTML 5 | Sébastien Adam | 2 | -4/+4 | |
2016-01-15 | Code styling changes as suggested by narfbg | Sai Phaninder Reddy Jonnala | 1 | -8/+10 | |
2016-01-13 | Merge pull request #4378 from jtneal/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a defined() typo in config/constants.php | |||||
2016-01-13 | Merge pull request #4378 from jtneal/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Fix a defined() typo in config/constants.php | |||||
2016-01-13 | Fix type in default constants configuration | Jason Neal | 1 | -1/+1 | |
The word "destructive" was misspelled in the conditional portion. | |||||
2016-01-13 | [ci skip] Merge branch '3.0-stable' into develop | Andrey Andreev | 4 | -4/+25 | |
2016-01-13 | [ci skip] Mark the start of 3.0.5 development | Andrey Andreev | 6 | -5/+27 | |
2016-01-13 | [ci skip] Fix a changelog line | Andrey Andreev | 1 | -1/+1 | |
2016-01-12 | [ci skip] 2016 in index.php | Andrey Andreev | 1 | -2/+2 | |
2016-01-12 | [ci skip] 2016 in index.php | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Add changelog entry for PR #4269 | Andrey Andreev | 1 | -0/+4 | |
2016-01-11 | Polish changes from PR #4269 | Andrey Andreev | 3 | -22/+50 | |
2016-01-11 | Merge branch 'develop' of github.com:sebastienadam/CodeIgniter into ↵ | Andrey Andreev | 3 | -15/+20 | |
feature/html_meta | |||||
2016-01-11 | [ci skip] Merge branch '3.0-stable' into develop | Andrey Andreev | 174 | -174/+174 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 174 | -174/+174 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 187 | -352/+352 | |
2016-01-11 | Alter a valid URL test | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 186 | -350/+350 | |
2016-01-11 | [ci skip] Update webchat link in readme | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 176 | -350/+350 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 176 | -350/+350 | |
2016-01-11 | Merge branch '3.0-stable' into develop | Andrey Andreev | 16 | -43/+242 | |
Resolved conflicts: system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php | |||||
2016-01-11 | Fix #4374 | Andrey Andreev | 2 | -0/+13 | |
2016-01-11 | Merge pull request #4371 from feryardiant/contrib/mime-ogg | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Add extra mime for .ogg files | |||||
2016-01-11 | Merge pull request #4241 from suhindra/develop | Andrey Andreev | 1 | -1/+2 | |
[ci skip] Added/updated MIME types for Flash Video | |||||
2016-01-11 | Merge pull request #4371 from feryardiant/contrib/mime-ogg | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Add extra mime for .ogg files | |||||
2016-01-11 | Merge pull request #4369 from galdiolo/patch-12 | Andrey Andreev | 1 | -10/+6 | |
Optimize transactions check in CI_DB_driver::query() | |||||
2016-01-11 | Merge pull request #4369 from galdiolo/patch-12 | Andrey Andreev | 1 | -10/+6 | |
Optimize transactions check in CI_DB_driver::query() | |||||
2016-01-09 | Add extra mime for .ogg file | Fery Wardiyanto | 1 | -1/+1 | |
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com> | |||||
2016-01-08 | use 'while' instead of 'if' 'do' 'while' | Claudio Galdiolo | 1 | -10/+6 | |
2016-01-08 | Merge pull request #4365 from ponsfrilus/develop | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Form helper examples missing ; at end of function calls | |||||
2016-01-08 | Merge pull request #4365 from ponsfrilus/develop | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Form helper examples missing ; at end of function calls | |||||
2016-01-08 | [typo] missing ; at end of PHP lines 464 and 469 | ponsfrilus | 1 | -2/+2 | |
2016-01-07 | MySQL stricton again ... remove the version condition | Andrey Andreev | 3 | -3/+3 | |
Ref: #4349 | |||||
2016-01-07 | Fix MySQL errors from latest commits | Andrey Andreev | 3 | -3/+3 | |
Ref: #4349 |