summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-02-11Fix undefined variable notice in Session redis, memcached driversAndrey Andreev2-2/+2
2015-02-10[ci skip] Add a upgrade notes about default_controller, 404_overrideAndrey Andreev1-13/+50
2015-02-09Merge pull request #3584 from avenirer/patch-7Andrey Andreev1-1/+2
[ci skip] docs - some missed explanation on set_value()
2015-02-09Update form_helper.rstAdrian Voicu1-1/+1
2015-02-09some missed explanation on set_value()Adrian Voicu1-1/+2
...sorry about that...
2015-02-09Fix #3579Andrey Andreev1-2/+2
2015-02-09Merge pull request #3583 from kakysha/developAndrey Andreev1-3/+0
[ci skip] no more xss filtering on input
2015-02-09no more xss filtering on inputkakysha1-3/+0
2015-02-08Merge pull request #3577 from dev-ggallon/Fix_DatabaseAndrey Andreev2-2/+2
Fix unreachable code in Database/drivers/pdo/subdrivers
2015-02-08Deleted spacesGwenael Gallon2-2/+2
2015-02-08Revert "Remove unnecessary return"Gwenael Gallon1-1/+1
This reverts commit 96901ff3849c19351c7382689e6a970629586aae.
2015-02-08Revert "Remove unnecessary return"Gwenael Gallon6-6/+6
This reverts commit 3053ded760a9657bdc7b935beb61d2f632859928.
2015-02-08Revert "Remove unnecessary return"Gwenael Gallon8-8/+8
This reverts commit 843d2506e1a1eab17b871bc38b204d27047c9ff7.
2015-02-07Remove unnecessary returnGwenael Gallon8-8/+8
2015-02-07Remove unnecessary returnGwenael Gallon6-6/+6
2015-02-07Remove unnecessary returnGwenael Gallon1-1/+1
2015-02-07Revert indentationGwenael Gallon2-8/+8
2015-02-07[ci skip] Fix a setting name in a commentAndrey Andreev1-1/+1
2015-02-07Add 'sess_regenerate_destroy' settingAndrey Andreev3-15/+24
2015-02-07Fix unreachable codeGwenael Gallon2-10/+10
2015-02-06Merge pull request #3576 from irfanevrens/patch-1Andrey Andreev1-1/+1
[ci skip] Docblock fix
2015-02-06a tiny changeİrfan Evrens1-1/+1
2015-02-06Allow failures for 5.2 on Travis until we figure it outAndrey Andreev1-0/+1
They've removed 5.2 support ...
2015-02-06Polish changes following PR #3573Andrey Andreev2-5/+13
2015-02-06Merge pull request #3573 from jpswade/developAndrey Andreev1-2/+6
Fix HELO localhost.localdomain violates RFC standards
2015-02-06Fix HELO localhost.localdomain violates RFC standardsJames Wade1-2/+6
2015-02-05Merge pull request #3560 from Nibbler999/session-fixesAndrey Andreev1-2/+8
Use session cookie name in gc check
2015-02-05Use session cookie name in gc checkTom Atkinson1-2/+8
2015-02-05Merge pull request #3568 from schwemmer/patch-1Andrey Andreev1-1/+1
[ci skip] Update transactions.rst
2015-02-05Update transactions.rstRafael Schwemmer1-1/+1
Corrected a grammatical error in "CodeIgniter's Approach to Transactions"
2015-02-05[ci skip] Again, remove whitespaceAndrey Andreev1-1/+1
2015-02-05Merge pull request #3567 from shaffe-fr/patch-1Andrey Andreev1-1/+1
Fix incorrect FCPATH when a folder is named SELF
2015-02-05[ci skip] Remove some whitespaceAndrey Andreev2-2/+2
2015-02-05Fix incorrect FCPATH when a folder is named SELFCharly Faille1-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-05Merge pull request #3562 from avenirer/patch-1Andrey Andreev3-10/+11
Allow not escaping the value in set_value()
2015-02-05Update form_helper.phpAdrian Voicu1-1/+1
2015-02-05Merge pull request #3551 from gadelat/voidsAndrey Andreev14-18/+19
Fixed inconsistent return types
2015-02-05Update form_helper.rstAdrian Voicu1-7/+5
2015-02-05update changelog for set_value()Adrian Voicu1-0/+1
2015-02-05Update form_helper.phpAdrian Voicu1-4/+5
2015-02-05Allow a database to be loaded before controller instantiationAndrey Andreev1-9/+14
2015-02-05[ci skip] Fix a bug where session IDs are not regeneratedAndrey Andreev1-2/+1
Reported via the forums: http://forum.codeigniter.com/thread-996.html
2015-02-05Allow not-escaping the value in set_value()Adrian Voicu1-3/+4
Wouldn't it be a good idea to allow for not escaped html in set_value()?
2015-02-05Merge pull request #3561 from jim-parry/userguide/tocAndrey Andreev2-1/+119
[ci skip] Add pulldown menu to user guide.
2015-02-04Add pulldown menu to user guide.jim2-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 docsAndrey Andreev1-1/+34
2015-02-04Adjusted return type for CI_DB_utility::backup to suggestionsGabriel Potkány2-2/+2
2015-02-04Revert "Fixed return values types in session drivers"Gabriel Potkány3-5/+5
This reverts commit 5fa4b7266d7c61dc2482e529bd6afb9a67edadb7.
2015-02-04Merge pull request #3556 from gadelat/FuncTypoFixAndrey Andreev2-3/+3
Fix typos in func names
2015-02-04Merge pull request #3555 from gadelat/webkitselectionAndrey Andreev4-4/+0
[ci skip] Remove -webkit-selection usage