summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-01-30Incorporated suggested changes.Master Yoda1-9/+7
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
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 #3531 from galdiolo/patch-6Andrey Andreev1-1/+1
[ci skip] Fix a changelog typo
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
2015-01-26... and neither does MYSQLI_OPT_RECONNECTAndrey Andreev1-1/+0
2015-01-26Apparently MYSQLI_OPT_READ_TIMEOUT doesn't work on PHPAndrey Andreev1-1/+0
2015-01-26Remove license blocks in /application filesvlakoff26-936/+0
These blocks are annoying for the user and serve little to no purpose as the files are just config files, a boilerplate controller and some views.
2015-01-26Close #3509Andrey Andreev1-0/+4
Not really a bug, but ...
2015-01-26[ci skip] Another adjustment to ci_sessions exampleAndrey Andreev1-1/+1
2015-01-26Merge pull request #3510 from jim-parry/developAndrey Andreev1-1/+1
[ci skip] Fix ci_sessions primary key example
2015-01-26Correct path in documentationvlakoff1-1/+1
Sphinx could handle it although.
2015-01-26Session writeup error?Master Yoda1-1/+1
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-01-26Form Validation - In MethodLance Vincent3-0/+18
Returns true if a given value matches any of the specified list
2015-01-26Form Validation - Between methodLance Vincent3-0/+23
Value must be within a given numeric range
2015-01-25Merge pull request #3508 from vlakoff/documentation-2Andrey Andreev1-1/+1
[ci skip] Small fixes in documentation
2015-01-25Small fixes in documentationvlakoff1-1/+1
2015-01-23Merge pull request #3502 from dev-ggallon/DatabaseAndrey Andreev3-4/+2
Database Driver Clean and Fix
2015-01-23Corrected loop with the $c variableGwenael G1-1/+1
2015-01-23Fix error extends class nameGwenael G1-1/+1
2015-01-23This $comment_clause local variable is declared but never used.Gwenael G1-2/+0
2015-01-23Merge pull request #3501 from dev-ggallon/Typography_LibraryAndrey Andreev1-1/+0
Remove unused variable
2015-01-23This paragraph local variable is declared but never used.Gwenael G1-1/+0
2015-01-23Fix unrecognized :doc: linkvlakoff1-3/+3
2015-01-23[ci skip] Update docs to account for 2.2.1 releaseAndrey Andreev5-40/+50
2015-01-22Um ... I meant autoload.phpAndrey Andreev1-1/+1
#3497
2015-01-22Don't try to include config/autoload.php if it doesn't existAndrey Andreev1-1/+5
Related: #3497