summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
AgeCommit message (Collapse)AuthorFilesLines
2014-11-25User Guide update - ContributingJames L Parry2-10/+10
1) Fixed typos in the documentation writeup 2) Moved the documentation writeup out of the hidden TOC into the "Contributing" section Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25Database guide updateJames L Parry1-1/+2
Minor change to try to keep line lengths reasonable. Awkward with the example SQL queries. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25Database guide updateJames L Parry1-1/+3
Minor change to try to keep line lengths reasonable. Awkward with the example SQL queries. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25Database guide updateJames L Parry1-0/+8
Fixed the structure of the results page.. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25Database guide updateJames L Parry1-30/+31
Updated the helpers writeup, making the format more consistene with the rest of the database writeups. Signed-off-by:James L Parry <jim_parry@bcit.ca>
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-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-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-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 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-12removed additional tabs and semicolonPreetham1-2/+2
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 documentationPreetham1-0/+3
Signed-off-by: Preetham <me@preetham.in>
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-07Comment polishGabriel Potkány1-1/+1
2014-11-06Ability to pass array of language files to Language Library similar to ↵Gabriel Potkány2-1/+7
Loader Library
2014-11-06Fix typo in changelog entry for #3305Gabriel Potkány1-1/+1
2014-11-04Fix #3310Andrey Andreev1-0/+1
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675 Quite possibly related to #3308
2014-11-03Polish changes following #3305Andrey Andreev1-0/+1
Also add support for field comments in PostgreSQL & Oracle ... only via alter_table() for now :/
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-28Revert to default sphinx themeJames L Parry2-3/+13
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 Andreev1-4/+5
Close #1590 Close #3200
2014-10-28Close #3292Andrey Andreev2-1/+2
2014-10-28Merge pull request #3294 from jim-parry/fix/ug-copyrightAndrey Andreev1-6/+6
Fix/ug copyright
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev4-508/+46
2014-10-27Fix copyrightJames L Parry1-6/+6
Update the sphinx configuration to reflect BCIT as the copyright holder. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-10-24Fix Sphinx compilation warningsvlakoff2-1/+2
2014-10-22Merge pull request #3277 from clawoo/developAndrey Andreev2-0/+10
Escape arrays sent as binding values for database queries.
2014-10-22Reword change log and add the resulting query in the manual.clawoo2-2/+5
2014-10-22Close #3280Andrey Andreev1-1/+1
2014-10-21Update the change log and the documentation with the array values binding ↵clawoo2-0/+7
feature.
2014-10-05config_item() to return NULL instead of FALSE for non-existing itemsAndrey Andreev3-1/+6
Close #3001 Close #3232 Related: #3244
2014-09-29Close #3194Andrey Andreev1-0/+1
2014-09-29Revert #3194Andrey Andreev1-1/+0
This has caused way too many BC breaks (#3238, #3242, #3257). Close #3257
2014-09-24fixed a typo in changelogAmir Saboury1-1/+1
Signed-off-by: Amir Saboury <amir.saboury@gmail.com>
2014-09-20Fix examples in documentationvlakoff2-2/+2
2014-09-15removed extra quoteAhmad Anbar1-1/+1
2014-09-08Add 'named callable' rules to Form validation libraryAndrey Andreev1-1/+30
Requested in issue #3183 Supersedes PR #3220
2014-08-27Fix #2963Andrey Andreev6-8/+15
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib
2014-08-27Add CI_Security::get_random_bytes() for CSRF & XSS token generationAndrey Andreev2-2/+18
2014-08-27[ci skip] Fix routing documentation (#3192)Andrey Andreev1-3/+1
It described a feature that doesn't exist.