Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-08 | Revert "Remove unnecessary return" | Gwenael Gallon | 1 | -1/+1 | |
This reverts commit 96901ff3849c19351c7382689e6a970629586aae. | |||||
2015-02-08 | Revert "Remove unnecessary return" | Gwenael Gallon | 6 | -6/+6 | |
This reverts commit 3053ded760a9657bdc7b935beb61d2f632859928. | |||||
2015-02-08 | Revert "Remove unnecessary return" | Gwenael Gallon | 8 | -8/+8 | |
This reverts commit 843d2506e1a1eab17b871bc38b204d27047c9ff7. | |||||
2015-02-07 | Remove unnecessary return | Gwenael Gallon | 8 | -8/+8 | |
2015-02-07 | Remove unnecessary return | Gwenael Gallon | 6 | -6/+6 | |
2015-02-07 | Remove unnecessary return | Gwenael Gallon | 1 | -1/+1 | |
2015-02-07 | Revert indentation | Gwenael Gallon | 2 | -8/+8 | |
2015-02-07 | Fix unreachable code | Gwenael Gallon | 2 | -10/+10 | |
2015-02-06 | Merge pull request #3576 from irfanevrens/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Docblock fix | |||||
2015-02-06 | a tiny change | İrfan Evrens | 1 | -1/+1 | |
2015-02-06 | Allow failures for 5.2 on Travis until we figure it out | Andrey Andreev | 1 | -0/+1 | |
They've removed 5.2 support ... | |||||
2015-02-06 | Polish changes following PR #3573 | Andrey Andreev | 2 | -5/+13 | |
2015-02-06 | Merge pull request #3573 from jpswade/develop | Andrey Andreev | 1 | -2/+6 | |
Fix HELO localhost.localdomain violates RFC standards | |||||
2015-02-06 | Fix HELO localhost.localdomain violates RFC standards | James Wade | 1 | -2/+6 | |
2015-02-05 | Merge pull request #3560 from Nibbler999/session-fixes | Andrey Andreev | 1 | -2/+8 | |
Use session cookie name in gc check | |||||
2015-02-05 | Use session cookie name in gc check | Tom Atkinson | 1 | -2/+8 | |
2015-02-05 | Merge pull request #3568 from schwemmer/patch-1 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Update transactions.rst | |||||
2015-02-05 | Update transactions.rst | Rafael Schwemmer | 1 | -1/+1 | |
Corrected a grammatical error in "CodeIgniter's Approach to Transactions" | |||||
2015-02-05 | [ci skip] Again, remove whitespace | Andrey Andreev | 1 | -1/+1 | |
2015-02-05 | Merge pull request #3567 from shaffe-fr/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fix incorrect FCPATH when a folder is named SELF | |||||
2015-02-05 | [ci skip] Remove some whitespace | Andrey Andreev | 2 | -2/+2 | |
2015-02-05 | Fix incorrect FCPATH when a folder is named SELF | Charly Faille | 1 | -1/+1 | |
If code igniter is located inside a folder named like SELF (eg. index.php), the FCPATH constant will have an incorrect value. | |||||
2015-02-05 | Merge pull request #3562 from avenirer/patch-1 | Andrey Andreev | 3 | -10/+11 | |
Allow not escaping the value in set_value() | |||||
2015-02-05 | Update form_helper.php | Adrian Voicu | 1 | -1/+1 | |
2015-02-05 | Merge pull request #3551 from gadelat/voids | Andrey Andreev | 14 | -18/+19 | |
Fixed inconsistent return types | |||||
2015-02-05 | Update form_helper.rst | Adrian Voicu | 1 | -7/+5 | |
2015-02-05 | update changelog for set_value() | Adrian Voicu | 1 | -0/+1 | |
2015-02-05 | Update form_helper.php | Adrian Voicu | 1 | -4/+5 | |
2015-02-05 | Allow a database to be loaded before controller instantiation | Andrey Andreev | 1 | -9/+14 | |
2015-02-05 | [ci skip] Fix a bug where session IDs are not regenerated | Andrey Andreev | 1 | -2/+1 | |
Reported via the forums: http://forum.codeigniter.com/thread-996.html | |||||
2015-02-05 | Allow not-escaping the value in set_value() | Adrian Voicu | 1 | -3/+4 | |
Wouldn't it be a good idea to allow for not escaped html in set_value()? | |||||
2015-02-05 | Merge pull request #3561 from jim-parry/userguide/toc | Andrey Andreev | 2 | -1/+119 | |
[ci skip] Add pulldown menu to user guide. | |||||
2015-02-04 | Add pulldown menu to user guide. | jim | 2 | -1/+119 | |
Integrating Rufnex's Javascript optional menu replacement :) Now you will see a small icon in the top right of the user guide browser window. Clicking this toggles between the readdocs style TOC, in the left sidebar, and the "classic" CI TOC, a pulldown activated by clicking on the "Table of Contents" icon at the top of the browser window. The tool use a cookie to remember your decision. Integrated on behalf of .... -- Have fun! Rufnex - codeigniter.de | |||||
2015-02-04 | [ci skip] Update session docs | Andrey Andreev | 1 | -1/+34 | |
2015-02-04 | Adjusted return type for CI_DB_utility::backup to suggestions | Gabriel Potkány | 2 | -2/+2 | |
2015-02-04 | Revert "Fixed return values types in session drivers" | Gabriel Potkány | 3 | -5/+5 | |
This reverts commit 5fa4b7266d7c61dc2482e529bd6afb9a67edadb7. | |||||
2015-02-04 | Merge pull request #3556 from gadelat/FuncTypoFix | Andrey Andreev | 2 | -3/+3 | |
Fix typos in func names | |||||
2015-02-04 | Merge pull request #3555 from gadelat/webkitselection | Andrey Andreev | 4 | -4/+0 | |
[ci skip] Remove -webkit-selection usage | |||||
2015-02-04 | Fixed return values types in session drivers | Gabriel Potkány | 3 | -5/+5 | |
2015-02-04 | Fix typos in func names | Gabriel Potkány | 2 | -3/+3 | |
2015-02-04 | Add missing return type | Gabriel Potkány | 1 | -0/+1 | |
2015-02-04 | Removed -webkit-selection | Gabriel Potkány | 4 | -4/+0 | |
2015-02-04 | Removed one more return value (CI_Loader::_ci_autoloader) | Gabriel Potkány | 1 | -1/+1 | |
2015-02-04 | Adjusted returns/return types to suggestions | Gabriel Potkány | 4 | -11/+11 | |
2015-02-04 | Fixed inconsistent return types | Gabriel Potkány | 12 | -12/+12 | |
2015-02-04 | Merge pull request #3550 from natepizzle/develop | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Docblock wording fix | |||||
2015-02-03 | Documentation Fix | natepizzle | 1 | -1/+1 | |
Signed-off-by: natepizzle <natepizzle@users.noreply.github.com> | |||||
2015-02-03 | Merge pull request #3547 from dev-ggallon/Database_Fix | Andrey Andreev | 1 | -1/+1 | |
Fix a wrong var name in class CI_DB_pdo_4d_forge | |||||
2015-02-03 | [ci skip] Suggest 0700 instead of 0600 for session save_path dir | Andrey Andreev | 1 | -2/+2 | |
Related #3545 | |||||
2015-02-03 | Fix a wrong var name in class CI_DB_pdo_4d_forge::_attr_type | Gwenael Gallon | 1 | -1/+1 | |