Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
Fixed sub-section header
|
|
Signed-off-by: Preetham <me@preetham.in>
|
|
Signed-off-by: Hans Anderson <me@hansanderson.com>
|
|
|
|
|
|
[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>
|