summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-11-23Fix an erroneous variable nameAndrey Andreev1-1/+1
Close #3356 Close #3367
2014-11-18Force ORDER BY usage with OFFSET-FETCH on SQL ServerAndrey Andreev3-1/+7
Close #3128 Close #3332 Close #3334 Close #3335
2014-11-13Fix an issue with 'postgre' persistent connectionsAndrey Andreev1-14/+13
Basically, they were never persistent.
2014-11-13Merge pull request #3325 from preems/developAndrey Andreev3-2/+6
closing #656 add font_size in create_captcha()
2014-11-13Merge pull request #3319 from dgmike/issue-3313Andrey Andreev2-0/+7
Verifying From header before send mail
2014-11-13Removing empty linesMichael Granados2-2/+2
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
2014-11-12removed additional tabs and semicolonPreetham2-4/+4
Signed-off-by: Preetham <me@preetham.in>
2014-11-12Updating changelog.rst for #656Preetham1-0/+1
Signed-off-by: Preetham <me@preetham.in>
2014-11-12Removing extra spaces.Preetham1-1/+0
Signed-off-by: Preetham <me@preetham.in>
2014-11-12 Closing #656 and updating documentationPreetham2-3/+6
Signed-off-by: Preetham <me@preetham.in>
2014-11-12Fix #656 add font_size in create_captcha()Preetham1-2/+3
2014-11-12Making required changesMichael Granados2-5/+5
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
2014-11-11Close #3322 [ci skip]Andrey Andreev1-4/+4
2014-11-11Merge pull request #3321 from jim-parry/jim-fixAndrey Andreev2-1/+37
Jim fix
2014-11-11Better Issue report writeupJames L Parry1-0/+36
Documentation: contributing to CodeIgniter... Added a reminder about issues vs support, and some tips for a good issue report. This was suggested by a user on the forum, and seems like a good idea. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-11Fix documentation instructionsJames L Parry1-1/+1
Corrected the sphinx installation instructions to match the instructions in user_guide_src/README.rst Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-09Verifying From header before send mailMichael Granados2-0/+7
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
2014-11-08Really fix #3318Andrey Andreev1-0/+2
2014-11-08Fix #3318Andrey Andreev1-1/+1
2014-11-07Fix #3317 ... MCrypt sucksAndrey Andreev2-3/+5
2014-11-07Simplify CI_Loader::lang() following #3316Andrey Andreev1-8/+1
2014-11-07Merge pull request #3316 from gadelat/language-arrayAndrey Andreev3-1/+15
Ability to pass array of language files to Language Library
2014-11-07Comment polishGabriel Potkány1-1/+1
2014-11-06Ability to pass array of language files to Language Library similar to ↵Gabriel Potkány3-1/+15
Loader Library
2014-11-06Merge pull request #3315 from gadelat/changelog-fixAndrey Andreev1-1/+1
Fix typo in changelog entry for #3305
2014-11-06Fix typo in changelog entry for #3305Gabriel Potkány1-1/+1
2014-11-04#3310 Remove a dead lineAndrey Andreev1-1/+0
2014-11-04Fix #3310Andrey Andreev3-3/+3
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675 Quite possibly related to #3308
2014-11-03Polish changes following #3305Andrey Andreev8-15/+43
Also add support for field comments in PostgreSQL & Oracle ... only via alter_table() for now :/
2014-11-03Merge pull request #3305 from zachflower/feature/mysql-commentsAndrey Andreev4-0/+14
Add COMMENT support to MySQL Forge Drivers
2014-11-03Remove comment field definition from all other forge classesZachary Flower20-140/+0
2014-11-03Move MySQL comments to MySQL forge classes onlyZachary Flower4-36/+15
2014-11-03Move comment field after unique field in db forgeZachary Flower4-6/+6
2014-11-03Ensure forge comments are actually getting parsedZachary Flower1-0/+2
Signed-off-by: Zachary Flower <zach@ninjaninja.net>
2014-11-03Disable database COMMENT field by default in all other DB Forge driversZachary Flower20-0/+140
Signed-off-by: Zachary Flower <zach@ninjaninja.net>
2014-11-03Add support for the COMMENT field in DBForge and MySQL Forge classes (pdo, ↵Zachary Flower4-0/+33
mysql, and mysqli) Signed-off-by: Zachary Flower <zach@ninjaninja.net>
2014-10-29Merge pull request #3296 from Razican/doc-fixAndreas Pfotenhauer1-1/+1
Fixed download link text
2014-10-29Fixed download link textRazican1-1/+1
2014-10-29[ci skip] Update some (docs) linksAndrey Andreev7-27/+31
2014-10-28[ci skip] Add 2.2.0 to the downloads page in docsAndrey Andreev1-0/+1
2014-10-28Merge pull request #3295 from jim-parry/fix/user-guide-style-cleanAndrey Andreev3-4/+15
Revert to default sphinx theme
2014-10-28[ci skip] Untrack nbproject/root3-17/+2
2014-10-28Revert to default sphinx themeJames L Parry4-3/+29
Remove dependency on EllisLab corporate theme - that is not appropriate for us. Reverted to default Sphinx theme, with a couple of options, which have the side-effect of adding back document tree navigation (next/previous) and collapsible menu (albeit a sidebar not a top one). Closes #2605 and closes #2354, for now. This is not a proper styling - that is a separate issue! Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-10-28Add a real exception handlerAndrey Andreev6-13/+211
Close #1590 Close #3200
2014-10-28The HHVM build on Travis-CI seems to be misconfigured ...Andrey Andreev1-1/+1
2014-10-28Close #3292Andrey Andreev4-5/+10
2014-10-28[ci skip] Update the contribution guideAndrey Andreev1-5/+5
2014-10-28Merge pull request #3294 from jim-parry/fix/ug-copyrightAndrey Andreev1-6/+6
Fix/ug copyright
2014-10-28[ci skip] Update composer.jsonAndrey Andreev1-2/+3
2014-10-27Specify sphinx version (fixes #3275)James L Parry1-1/+1
The latest version of sphinx installed by easy_install is incompatible with our user guide. This change specifies sphinx version 1.2.3, the required one. Signed-off-by:James L Parry <jim_parry@bcit.ca>