Age | Commit message (Collapse) | Author | Files | Lines |
|
Integrated API reference with the regular query builder page.
Added square brackets for optional parameters.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Fleshing out the API reference
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Fleshing out the API reference
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Removed API stuff from the query builder page.
Added a new API reference page.
Updated the index to include the API ref in the TOC.
Started on the API reference page.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Added img_id to capcha helper
Close #51
|
|
Signed-off-by: Preetham <me@preetham.in>
|
|
Signed-off-by: Preetham <me@preetham.in>
|
|
- Removed a test that was created specifically for the 'convert programmatic characters to entities' feature.
- Changed filter_uri() to accept by reference and to not return anything as its only purpose now is to trigger a show_error() call.
- Added changelog messages and updated the upgrade instructions.
|
|
Signed-off-by: Preetham <me@preetham.in>
|
|
|
|
|
|
[ci skip] User Guide - consolidate table & field metadata pages
|
|
|
|
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Close #2349
|
|
|
|
- Fixed a broken link
- Added missing notes about deprecations in the upgrade instructions
- Improved consistency with other deprecation notices in the docs
|
|
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>
|