summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-12-12fixed indentation/linkref errorsDavid Wosnitza4-22/+28
Signed-off-by: David Wosnitza <david@druul.in>
2014-12-12exchanged colorsDavid Wosnitza1-2/+2
Signed-off-by: David Wosnitza <david@druul.in>
2014-12-12changed theme to sphinx_rtd_themeDavid Wosnitza32-1467/+1017
Signed-off-by: David Wosnitza <david@druul.in>
2014-12-11[ci skip] Update DB result docsAndrey Andreev1-133/+143
Related: #3395
2014-12-11[ci skip] Update Query Builder docsAndrey Andreev1-330/+337
Close #2512 Related: #3396
2014-12-11Add method chaining support ot CI_DB_query_builder::reset_query()Andrey Andreev2-2/+3
2014-12-11Add method chaining support to QB cache methodsAndrey Andreev2-20/+23
2014-12-08Merge pull request #3396 from jim-parry/userguide/query_builderAndrey Andreev1-137/+533
Userguide/query builder
2014-12-08Merge pull request #3395 from jim-parry/userguide/resultsAndrey Andreev1-1/+184
User Guide - generating query results
2014-12-08User Guide - query builderJames L Parry3-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-08User Guide - query resultsJames L Parry1-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-08Fix 'Array to string conversion' notice in CSRF validationAndrey Andreev1-2/+2
Rel: #3398
2014-12-06User Guide - query builderJames L Parry1-15/+282
Fleshing out the API reference Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-06User Guide - query builderJames L Parry1-0/+217
Fleshing out the API reference Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-06User Guide - query builderJames L Parry3-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-06User Guide - generating query resultsJames L Parry1-0/+32
Added attributes to the class reference. Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-06User Guide - generating query resultsJames L Parry1-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-05Merge pull request #3393 from preems/developAndrey Andreev3-2/+6
Added img_id to capcha helper Close #51
2014-12-05removing extra spacesPreetham3-3/+3
Signed-off-by: Preetham <me@preetham.in>
2014-12-05Removed img_name from captcha helperPreetham3-5/+2
Signed-off-by: Preetham <me@preetham.in>
2014-12-05Fix a filter_uri() testAndrey Andreev1-1/+2
2014-12-05Further changes related to issue #47, PR #3323Andrey Andreev5-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-05Merge pull request #3323 from Razican/remove-uri-filterAndrey Andreev2-7/+2
Remove conversion of 'programmatic characters' to HTML entities in CI_URI::filter_uri() Close #47
2014-12-05Merge pull request #3392 from ha17/fix-contributing-section-headerAndrey Andreev1-2/+4
Fixed sub-section header
2014-12-05closing #51. Added img_id and img_name in capcha helperPreetham3-3/+10
Signed-off-by: Preetham <me@preetham.in>
2014-12-05Fixed sub-section headerHans Anderson1-2/+4
Signed-off-by: Hans Anderson <me@hansanderson.com>
2014-12-04[ci skip] Polish changes from PR #3361Andrey Andreev1-41/+41
2014-12-04[ci skip] Polish changes from PR #3365Andrey Andreev1-98/+104
2014-12-04Merge pull request #3390 from jim-parry/userguide/fix-metadataAndrey Andreev3-43/+61
[ci skip] User Guide - consolidate table & field metadata pages
2014-12-04DB forge/utilities polishing (docs) following #3375, #3378Andrey Andreev4-148/+98
2014-12-04User Guide - consolidate table & field metadata pagesJames L Parry3-43/+61
Signed-off-by:James L Parry <jim_parry@bcit.ca>
2014-12-04Add 'cache_query_string' configuration optionAndrey Andreev3-4/+26
Close #2349
2014-12-04[ci skip] Add changelog messages for Smiley helper and Cart library deprecationsAndrey Andreev1-0/+2
2014-12-04[ci skip] Update on the changes from PR #3388Andrey Andreev7-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-04Merge pull request #3388 from jim-parry/fix/deprecationAndrey Andreev5-2/+12
Flag the smiley helper and shopping cart as deprecated.
2014-12-04Zip library changes related to PR #3341Andrey Andreev3-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-04Merge pull request #3341 from garrettair/gzcompress-argumentsAndrey Andreev3-2/+24
Adds Compression options to Zip Library
2014-12-04Flag the smiley helper and shopping cart as deprecated.James L Parry5-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-04Another correction following #3384Andrey Andreev1-2/+1
2014-12-03Updated Zip Library documentation to mention compression features.garrettair1-0/+5
Signed-off-by: garrettair <garrettair@gmail.com>
2014-12-03Updated changelog to include changes to the Zip Library.garrettair1-1/+5
Signed-off-by: garrettair <garrettair@gmail.com>
2014-12-03Some polishing following PR #3384Andrey Andreev2-6/+3
2014-12-03Merge pull request #3384 from ster/developAndrey Andreev2-0/+10
issue #2349 : Page caching with querystring
2014-12-03Merge pull request #3372 from joshk/patch-1Andrey Andreev1-1/+3
Use the new build env on Travis
2014-12-03Merge pull request #3385 from aanbar/remove_duplicatesAndrey Andreev1-8/+0
Remove duplicated method in database utilities documentation
2014-12-03Remove duplicated method in database utilities documentationAhmad Anbar1-8/+0
2014-12-03Fixed code style. Update changelog. #2349Stefano Mazzega2-3/+4
2014-12-03add querystring to page caching. #2349Stefano Mazzega1-3/+3
2014-12-03add querystring to page caching. #2349Stefano Mazzega1-0/+9
2014-12-03Merge pull request #3378 from jim-parry/userguide/database_utilitiesAndrey Andreev1-25/+109
User Guide update - Database Utilities