summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2015-01-29fix typo in commentsClaudio Galdiolo1-7/+7
2015-01-29Merge pull request #3531 from galdiolo/patch-6Andrey Andreev1-1/+1
[ci skip] Fix a changelog typo
2015-01-29fix typo in commentsClaudio Galdiolo1-1/+1
2015-01-29fix typo in commentsClaudio Galdiolo1-1/+1
2015-01-29fix typo in commentsClaudio Galdiolo1-1/+1
2015-01-29fix typo in commentsClaudio Galdiolo1-1/+1
2015-01-29fix typoClaudio Galdiolo1-1/+1
2015-01-29Fix #3529Andrey Andreev1-1/+1
Seems to be some really obscure PHP bug ...
2015-01-29Merge pull request #3530 from galdiolo/patch-5Andrey Andreev3-7/+7
[ci skip] Fix comment typos
2015-01-29fix typo in commentsClaudio Galdiolo1-2/+2
2015-01-29fix typo in commentsClaudio Galdiolo1-2/+2
2015-01-29fix typo in commentsClaudio Galdiolo1-3/+3
2015-01-29[ci skip] Clarify get_cookie(), CI_Input::cookie() docsAndrey Andreev2-9/+14
Close #3527 Close #3528
2015-01-28[ci skip] Correct a docblock following PR #3521Andrey Andreev1-1/+1
2015-01-28Merge pull request #3521 from foxlance/developAndrey Andreev4-0/+17
Add 'in_list' form validation rule
2015-01-28Merge pull request #3524 from galdiolo/patch-5Andrey Andreev1-1/+1
[ci skip] Fix typo in comments
2015-01-28fix typo in commentsClaudio Galdiolo1-1/+1
2015-01-28updated formatting on changelog entry for in_listLance Vincent1-1/+1
2015-01-28change in to in_listLance Vincent3-3/+3
2015-01-28Form Validation - In MethodLance Vincent4-0/+17
2015-01-28Merge remote-tracking branch 'origin/develop' into developLance Vincent0-0/+0
Conflicts: system/language/english/form_validation_lang.php system/libraries/Form_validation.php user_guide_src/source/libraries/form_validation.rst
2015-01-28Form Validation - In MethodLance Vincent3-0/+18
Returns true if a given value matches any of the specified list
2015-01-27Merge pull request #3519 from kakysha/developAndrey Andreev1-1/+1
[ci skip] is_php() comment block more accurate description
2015-01-27Form Validation - After DateLance Vincent3-0/+16
2015-01-27Form Validation - Before DateLance Vincent3-0/+16
2015-01-27is_php() more accurate descriptionkakysha1-1/+1
2015-01-27Form Validation - Not In MethodLance Vincent3-0/+18
2015-01-27Merge pull request #3517 from Razican/credit_fixAndrey Andreev1-1/+1
[ci skip] Fix #3516 (doc spelling mistake)
2015-01-27Fixed #3516Razican1-1/+1
Signed-off-by: Razican <admin@razican.com>
2015-01-26[ci skip] Remove 'session' from autoload comments for 'driver'Andrey Andreev1-2/+2
... cause it doesn't work that way.
2015-01-26Form Validation - Date MethodLance Vincent3-0/+27
Value should be a valid date