summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-11-25Database guide updateJames L Parry1-19/+15
Updated the results writeup. The formatting was inconsistent -> fixed. The terminology was inconsistent, often calling a method a function -> fixed. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25Database guide updateJames L Parry1-8/+12
Updated the queries page, making heading levels consistent with each other. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25Database guide updateJames L Parry1-1/+1
Changed the name on the TOC page to match the main user guide TOC. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-24Merge pull request #3365 from jim-parry/userguide/parserAndrey Andreev1-53/+177
Enhance Template Parser Class Writeup in User Guide
2014-11-24Fixed the convention violations.James L Parry1-11/+10
Changed the section/subsection treatment Verified sphinx build. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-24Fixed the convention violations.James L Parry1-65/+74
Changed the HTML example formatting to use tabs instead of spaces. Adjusted line lengths. Verified sphinx build. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-24Enhance Template Parser Class Writeup in User GuideJames L Parry1-33/+149
Added two additional sections to the writeup: template parser usage notes, and view fragments. Clarified a couple of "pseudo-variable" references. Verified sphinx build. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-24Merge pull request #3362 from jim-parry/userguide/paginationAndrey Andreev1-52/+26
Enhance Pagination Class Writeup in User Guide
2014-11-24Enhance Pagination Class Writeup in User GuideJames L Parry1-52/+26
Toned down the configuration option emphasis - they are options, not necessarily sections. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-24Merge pull request #3361 from jim-parry/userguide/languageAndrey Andreev2-15/+90
Enhance Language Class Writeup in User Guide (closes #674)
2014-11-24Merge pull request #3360 from jim-parry/userguide/tocAndrey Andreev1-2/+2
User Guide Minor fix
2014-11-24Enhance Language Class Writeup in User Guide (closes #674)James L Parry1-8/+82
Added explanation for CodeIgniter's use of "idiom" versus standard abbreviations. Provided additional examples as a guide. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-24User Guide Minor fixJames L Parry1-2/+2
Sphinx was complaining about the "title overline" for the contributing page entry "Tips for a good issue report". Fixed this. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-24User Guide Minor fixJames L Parry1-2/+2
Sphinx was complaining about the "title overline" for the contributing page entry "Tips for a good issue report". Fixed this. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-24Merge branch 'develop', remote branch 'upstream/develop' into developJames L Parry1-3/+8
2014-11-24User Guide TOCJames L Parry1-7/+8
Promote Database to top-level, replacing "Driver reference", which has duplicate entries Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-24Merge pull request #3355 from rawoke083/developAndrey Andreev1-3/+8
Updated list of robots in config/user_agents
2014-11-23Removed EOL - 2ndtryJacques du Rand1-2/+2
2014-11-23Removed EOLJacques du Rand1-1/+1
2014-11-23Update user_agents.phprawoke0830-0/+0
2014-11-23Update user_agents.phprawoke0830-0/+0
2014-11-23Fix an erroneous variable nameAndrey Andreev1-1/+1
Close #3356 Close #3367
2014-11-23Added missing comma at EOL(right place)Jacques du Rand1-2/+2
2014-11-23Added missing comma at EOLJacques du Rand1-1/+1
2014-11-23Updated list of bots - mostly google-likeJacques du Rand1-1/+6
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