Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
User Guide Tuning
|
|
Adjust the heading levels in the writeups for the input, loader, security and unit testing libraries, to match the other library writeups.
Specifically, the class reference section in each of these was appearing as a sub-level in the toctree, when it should be at the same level.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
|
|
[ci skip] Enabled word-wrap in tables (doc styling)
|
|
Desktop only; prevents having to scroll horizontally to see contents of larger tables
|
|
Supersedes PR #3415
|
|
|
|
Fixed typo
|
|
|
|
User Guide - DB Driver Reference
|
|
|
|
Fixes #3417
|
|
|
|
|
|
First stab at DB driver reference. Methods are listed in order encountered in the source file.
Parameter or return types in DB_driver updated as needed, and reflected here.
TOC entry added to bottom of database index page.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
|
|
This feature has proven to be problematic and it's not nearly
as flexible as a dedicated minifier library like Minify
(http://www.minifier.org/, https://github.com/matthiasmullie/minify).
The same results in terms of saving traffic can also be achievied via
gzip compression (which should also be done on the httpd level, but we
also support anyway) and stuff like mod_pagespeed.
Reverts PR #965
Related issues as a track record proving how problematic this has been:
#2078 #1499 #2163 #2092 #2387 #2637 #2710 #2120 #2171 #2631 #2326 #2795
#2791 #2772
Additionally, the count of contributors suggesting that the only way
to fix the minifier problems is to remove it, is around the same as
the count of people suggesting the feature to be implemented in the
first place. It was experimental anyway ... the experiment failed.
|
|
removed max-width from docs content
|
|
|
|
Feature/userguide redesign
|
|
Close #3411
|
|
Signed-off-by: David Wosnitza <david@druul.in>
|
|
Signed-off-by: David Wosnitza <david@druul.in>
|
|
|
|
Signed-off-by: David Wosnitza <david@druul.in>
|
|
Signed-off-by: David Wosnitza <david@druul.in>
|
|
Signed-off-by: David Wosnitza <david@druul.in>
|
|
Signed-off-by: David Wosnitza <david@druul.in>
|
|
Signed-off-by: David Wosnitza <david@druul.in>
|
|
Related: #3395
|
|
Close #2512
Related: #3396
|
|
|
|
|
|
Userguide/query builder
|
|
User Guide - generating query results
|
|
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>
|
|
Removed attributes from class reference.
Added square brackets for optional parameters.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Rel: #3398
|
|
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 attributes to the class reference.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Added class reference subsection to the "Generating query results" page in the Database Reference section of the User Guide.
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.
|
|
Remove conversion of 'programmatic characters' to HTML entities in CI_URI::filter_uri()
Close #47
|