summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2015-02-04Fixed return values types in session driversGabriel Potkány3-5/+5
2015-02-04Fix typos in func namesGabriel Potkány2-3/+3
2015-02-04Add missing return typeGabriel Potkány1-0/+1
2015-02-04Removed -webkit-selectionGabriel Potkány4-4/+0
2015-02-04Removed one more return value (CI_Loader::_ci_autoloader)Gabriel Potkány1-1/+1
2015-02-04Adjusted returns/return types to suggestionsGabriel Potkány4-11/+11
2015-02-04Fixed inconsistent return typesGabriel Potkány12-12/+12
2015-02-04Merge pull request #3550 from natepizzle/developAndrey Andreev1-1/+1
[ci skip] Docblock wording fix
2015-02-03Documentation Fixnatepizzle1-1/+1
Signed-off-by: natepizzle <natepizzle@users.noreply.github.com>
2015-02-03Merge pull request #3547 from dev-ggallon/Database_FixAndrey Andreev1-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 dirAndrey Andreev1-2/+2
Related #3545
2015-02-03Fix a wrong var name in class CI_DB_pdo_4d_forge::_attr_typeGwenael Gallon1-1/+1
2015-02-02Fix a wrong var name in CI_Session::mark_as_temp()Andrey Andreev1-1/+1
2015-02-02Err ... rAndrey Andreev1-1/+1
2015-02-02Throw exception if 'files' session path is invalidAndrey Andreev1-4/+10
2015-02-02[ci skip] Improve note about sess_save_path in config.phpAndrey Andreev1-2/+4
2015-02-02[ci skip] Fix #3515Andrey Andreev65-704/+704
2015-02-02[ci skip] Fix indentation in erro handling docsAndrey Andreev1-54/+63
2015-02-02[ci skip] Document CI_Session::unset_userdata() BC breakAndrey Andreev2-2/+21
2015-02-01Merge pull request #3533 from jim-parry/userguide/clarificationAndrey Andreev1-4/+6
[ci skip] Clarified the template folder for errors.
2015-01-31Merge pull request #3542 from omma2289/developAndrey Andreev1-30/+46
Fixed watermark function to work without drop shadow Close #3536 Close #3539
2015-01-31Fixed horizontal position of watermark text when using drop shadowomar1-1/+1
2015-01-31Fixed Watermark function to work without drop shadowomar1-30/+46
2015-01-31Merge pull request #3540 from bjjay/bjjay-patch-1Andrey Andreev1-3/+2
Reduce once server protocol check
2015-01-31Reduce once server protocol checkbjjay1-3/+2
2015-01-30Incorporated suggested changes.Master Yoda1-9/+7
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-01-30Log an error message if composer_autoload is not found.Andrey Andreev1-2/+8
2015-01-30[ci skip] Load vendor/autoload.php earlierAndrey Andreev1-17/+17
2015-01-29Clarified the template folder for errors.Master Yoda1-3/+7
Verified that the user guide build works. Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-01-29Merge pull request #3532 from galdiolo/patch-7Andrey Andreev5-11/+11
[ci skip] fix typo in comments