Age | Commit message (Collapse) | Author | Files | Lines |
|
Flag the smiley helper and shopping cart as deprecated.
|
|
- 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.
|
|
Adds Compression options to Zip Library
|
|
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>
|
|
Signed-off-by: garrettair <garrettair@gmail.com>
|
|
Signed-off-by: garrettair <garrettair@gmail.com>
|
|
|
|
issue #2349 : Page caching with querystring
|
|
|
|
|
|
userguide/database_utilities
|
|
User Guide update - Database Forge
|
|
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
|
|
updated documentation
Fixed code style.
|
|
Fixed the return types
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
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>
|
|
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>
|
|
Made section levels consistent with the other database reference docs.
Added return value writeups.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Fixed the structure of the results page..
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
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>
|
|
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>
|
|
Updated the queries page, making heading levels consistent with each other.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Changed the name on the TOC page to match the main user guide TOC.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Changed the section/subsection treatment
Verified sphinx build.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
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>
|
|
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>
|
|
Toned down the configuration option emphasis - they are options, not necessarily sections.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
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>
|
|
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>
|
|
Promote Database to top-level, replacing "Driver reference", which has duplicate entries
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Signed-off-by: Preetham <me@preetham.in>
|
|
Signed-off-by: Preetham <me@preetham.in>
|
|
Signed-off-by: Preetham <me@preetham.in>
|
|
Signed-off-by: Preetham <me@preetham.in>
|
|
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>
|
|
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>
|
|
|
|
Loader Library
|
|
|
|
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675
Quite possibly related to #3308
|
|
Also add support for field comments in PostgreSQL & Oracle ... only via alter_table() for now :/
|
|
|
|
|
|
|
|
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>
|