summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2014-12-04Add 'cache_query_string' configuration optionAndrey Andreev1-1/+1
Close #2349
2014-12-04[ci skip] Add changelog messages for Smiley helper and Cart library deprecationsAndrey Andreev1-0/+2
2014-12-04[ci skip] Update on the changes from PR #3388Andrey Andreev5-17/+29
- Fixed a broken link - Added missing notes about deprecations in the upgrade instructions - Improved consistency with other deprecation notices in the docs
2014-12-04Merge pull request #3388 from jim-parry/fix/deprecationAndrey Andreev3-1/+9
Flag the smiley helper and shopping cart as deprecated.
2014-12-04Zip library changes related to PR #3341Andrey Andreev2-22/+36
- Drop compression_encoding option, it requires PHP 5.4. - Change default compression_level to 2 as this was previously the hard-coded default. - Improve on the doc changes made in the PR.
2014-12-04Merge pull request #3341 from garrettair/gzcompress-argumentsAndrey Andreev2-1/+10
Adds Compression options to Zip Library
2014-12-04Flag the smiley helper and shopping cart as deprecated.James L Parry3-1/+9
They should be removed the next minor release. Lowered the "javascript" deprecation message to "important" instead of "warning", for consistency with the rest of CI. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-03Updated Zip Library documentation to mention compression features.garrettair1-0/+5
Signed-off-by: garrettair <garrettair@gmail.com>
2014-12-03Updated changelog to include changes to the Zip Library.garrettair1-1/+5
Signed-off-by: garrettair <garrettair@gmail.com>
2014-12-03Some polishing following PR #3384Andrey Andreev1-1/+1
2014-12-03Merge pull request #3384 from ster/developAndrey Andreev1-0/+1
issue #2349 : Page caching with querystring
2014-12-03Remove duplicated method in database utilities documentationAhmad Anbar1-8/+0
2014-12-03Fixed code style. Update changelog. #2349Stefano Mazzega1-0/+1
2014-12-03Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into ↵James L Parry3-18/+172
userguide/database_utilities
2014-12-03Merge pull request #3375 from jim-parry/userguide/dbforgeAndrey Andreev1-13/+136
User Guide update - Database Forge
2014-12-03Fix the user guide writeup for the DB forgeJames L Parry1-9/+105
Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-02Some optimizations & polishing following PR #3381Andrey Andreev2-4/+4
2014-12-02Added changelog entryAhmad Anbar2-5/+36
updated documentation Fixed code style.
2014-11-26User Guide update - Datbase UtilitiesJames L Parry1-2/+11
Fixed the return types Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-26User Guide update - Datbase UtilitiesJames L Parry1-1/+3
1) Updated TOC structure of the DB Utilities writeup 2) Added a class reference at the end, ordered by method name Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-26User Guide update - Datbase UtilitiesJames L Parry1-24/+97
1) Updated TOC structure of the DB Utilities writeup 2) Added a class reference at the end, ordered by method name Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25User Guide update - Database ForgeJames L Parry1-13/+40
Made section levels consistent with the other database reference docs. Added return value writeups. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-11-25User Guide update - Query Builder (fixes #2512)James L Parry2-79/+154
1) Changed the grouping for better readability, in the query builder writeup 2) Added return value descriptors for all methods 3) Added default setting to query builder configuration writeup. The TOC sidebar is much better than before, though still a bit messy. This will need fixing with the sphinx theme update, being done separately. Signed-off-by:James L Parry <jim_parry@bcit.ca>
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