Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-15 | Remove output minifier | Andrey Andreev | 2 | -221/+0 | |
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. | |||||
2014-12-15 | Merge pull request #3412 from druu/patch-2 | Andrey Andreev | 1 | -1/+1 | |
removed max-width from docs content | |||||
2014-12-15 | removed max-width from docs content | David Wosnitza | 1 | -1/+1 | |
2014-12-14 | Merge pull request #3410 from druu/feature/userguide_redesign | Andrey Andreev | 40 | -1529/+1132 | |
Feature/userguide redesign | |||||
2014-12-14 | [ci skip] Remove an unused lang string | Andrey Andreev | 1 | -1/+0 | |
Close #3411 | |||||
2014-12-14 | increased bottom margin | David Wosnitza | 1 | -1/+1 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-14 | increased top and bottom margins for printing | David Wosnitza | 1 | -1/+1 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-14 | added original license to theme | David Wosnitza | 1 | -0/+20 | |
2014-12-14 | rebuild and optimized toctrees | David Wosnitza | 5 | -62/+73 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-14 | reverted changes on source/index.rst | David Wosnitza | 1 | -5/+21 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-12 | fixed indentation/linkref errors | David Wosnitza | 4 | -22/+28 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-12 | exchanged colors | David Wosnitza | 1 | -2/+2 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-12 | changed theme to sphinx_rtd_theme | David Wosnitza | 32 | -1467/+1017 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-11 | [ci skip] Update DB result docs | Andrey Andreev | 1 | -133/+143 | |
Related: #3395 | |||||
2014-12-11 | [ci skip] Update Query Builder docs | Andrey Andreev | 1 | -330/+337 | |
Close #2512 Related: #3396 | |||||
2014-12-11 | Add method chaining support ot CI_DB_query_builder::reset_query() | Andrey Andreev | 2 | -2/+3 | |
2014-12-11 | Add method chaining support to QB cache methods | Andrey Andreev | 2 | -20/+23 | |
2014-12-08 | Merge pull request #3396 from jim-parry/userguide/query_builder | Andrey Andreev | 1 | -137/+533 | |
Userguide/query builder | |||||
2014-12-08 | Merge pull request #3395 from jim-parry/userguide/results | Andrey Andreev | 1 | -1/+184 | |
User Guide - generating query results | |||||
2014-12-08 | User Guide - query builder | James L Parry | 3 | -513/+501 | |
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> | |||||
2014-12-08 | User Guide - query results | James L Parry | 1 | -43/+11 | |
Removed attributes from class reference. Added square brackets for optional parameters. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-08 | Fix 'Array to string conversion' notice in CSRF validation | Andrey Andreev | 1 | -2/+2 | |
Rel: #3398 | |||||
2014-12-06 | User Guide - query builder | James L Parry | 1 | -15/+282 | |
Fleshing out the API reference Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-06 | User Guide - query builder | James L Parry | 1 | -0/+217 | |
Fleshing out the API reference Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-06 | User Guide - query builder | James L Parry | 3 | -139/+63 | |
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> | |||||
2014-12-06 | User Guide - generating query results | James L Parry | 1 | -0/+32 | |
Added attributes to the class reference. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-06 | User Guide - generating query results | James L Parry | 1 | -1/+184 | |
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> | |||||
2014-12-05 | Merge pull request #3393 from preems/develop | Andrey Andreev | 3 | -2/+6 | |
Added img_id to capcha helper Close #51 | |||||
2014-12-05 | removing extra spaces | Preetham | 3 | -3/+3 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | Removed img_name from captcha helper | Preetham | 3 | -5/+2 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | Fix a filter_uri() test | Andrey Andreev | 1 | -1/+2 | |
2014-12-05 | Further changes related to issue #47, PR #3323 | Andrey Andreev | 5 | -33/+39 | |
- 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. | |||||
2014-12-05 | Merge pull request #3323 from Razican/remove-uri-filter | Andrey Andreev | 2 | -7/+2 | |
Remove conversion of 'programmatic characters' to HTML entities in CI_URI::filter_uri() Close #47 | |||||
2014-12-05 | Merge pull request #3392 from ha17/fix-contributing-section-header | Andrey Andreev | 1 | -2/+4 | |
Fixed sub-section header | |||||
2014-12-05 | closing #51. Added img_id and img_name in capcha helper | Preetham | 3 | -3/+10 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | Fixed sub-section header | Hans Anderson | 1 | -2/+4 | |
Signed-off-by: Hans Anderson <me@hansanderson.com> | |||||
2014-12-04 | [ci skip] Polish changes from PR #3361 | Andrey Andreev | 1 | -41/+41 | |
2014-12-04 | [ci skip] Polish changes from PR #3365 | Andrey Andreev | 1 | -98/+104 | |
2014-12-04 | Merge pull request #3390 from jim-parry/userguide/fix-metadata | Andrey Andreev | 3 | -43/+61 | |
[ci skip] User Guide - consolidate table & field metadata pages | |||||
2014-12-04 | DB forge/utilities polishing (docs) following #3375, #3378 | Andrey Andreev | 4 | -148/+98 | |
2014-12-04 | User Guide - consolidate table & field metadata pages | James L Parry | 3 | -43/+61 | |
Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-04 | Add 'cache_query_string' configuration option | Andrey Andreev | 3 | -4/+26 | |
Close #2349 | |||||
2014-12-04 | [ci skip] Add changelog messages for Smiley helper and Cart library deprecations | Andrey Andreev | 1 | -0/+2 | |
2014-12-04 | [ci skip] Update on the changes from PR #3388 | Andrey Andreev | 7 | -20/+32 | |
- Fixed a broken link - Added missing notes about deprecations in the upgrade instructions - Improved consistency with other deprecation notices in the docs | |||||
2014-12-04 | Merge pull request #3388 from jim-parry/fix/deprecation | Andrey Andreev | 5 | -2/+12 | |
Flag the smiley helper and shopping cart as deprecated. | |||||
2014-12-04 | Zip library changes related to PR #3341 | Andrey Andreev | 3 | -36/+46 | |
- 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-04 | Merge pull request #3341 from garrettair/gzcompress-arguments | Andrey Andreev | 3 | -2/+24 | |
Adds Compression options to Zip Library | |||||
2014-12-04 | Flag the smiley helper and shopping cart as deprecated. | James L Parry | 5 | -2/+12 | |
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-04 | Another correction following #3384 | Andrey Andreev | 1 | -2/+1 | |
2014-12-03 | Updated Zip Library documentation to mention compression features. | garrettair | 1 | -0/+5 | |
Signed-off-by: garrettair <garrettair@gmail.com> |