summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2015-01-09Bulk (mostly documentation) updateAndrey Andreev8-16/+18
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450
2015-01-06Merge pull request #3444 from peterdenk/russian-timezonesAndrey Andreev1-2/+2
Russian time zones were changed on Oct 26 2014.
2015-01-06Documentation updated.Peter Denk1-2/+2
Signed-off-by: Peter Denk <peter@skypay.se>
2015-01-05[ci skip] Fix improper wording in upgrade notesAndrey Andreev1-1/+1
2015-01-05Remove CI_Form_validation::xss_clean()Andrey Andreev2-13/+32
More details in the commit diff itself, and here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/683#issuecomment-66598821
2015-01-05Polish changes following PR #3416Andrey Andreev1-184/+197
2015-01-04Update reserved controller namesvlakoff1-3/+1
2014-12-25Merge pull request #3442 from galdiolo/patch-4Andrey Andreev2-2/+2
[ci skip] fix path for individual news item
2014-12-25Merge pull request #3441 from galdiolo/patch-3Andrey Andreev1-1/+1
[ci skip] fix a typo
2014-12-23use $title variable in the viewClaudio Galdiolo1-1/+1
$data['title'] is defined in the controller but it is not used in the view
2014-12-23fix path for individual news itemClaudio Galdiolo1-1/+1
href resolves to index.php/slug instead of index.php/news/slug
2014-12-23fix typoClaudio Galdiolo1-1/+1
need need -> need
2014-12-23use $title variable in the viewClaudio Galdiolo1-1/+3
$data['title'] is defined in the controller but it is not used in the view
2014-12-20User Guide TuningJames L Parry4-3/+18
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>
2014-12-19[ci skip] Add missing upgrade step from 2.1.4 to 2.2.0 in the docsAndrey Andreev2-1/+22
2014-12-19Enabled word-wrap in tablesDavid Wosnitza1-1/+1
Desktop only; prevents having to scroll horizontally to see contents of larger tables
2014-12-17Add support for configuring socket pipe connections in 'mysqli'Andrey Andreev1-1/+2
Supersedes PR #3415
2014-12-16Fixed typoalbertleao1-1/+1
2014-12-16User Guide - DB Driver ReferenceJames L Parry2-1/+409
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>
2014-12-15removed max-width from docs contentDavid Wosnitza1-1/+1
2014-12-14increased bottom marginDavid Wosnitza1-1/+1
Signed-off-by: David Wosnitza <david@druul.in>
2014-12-14increased top and bottom margins for printingDavid Wosnitza1-1/+1
Signed-off-by: David Wosnitza <david@druul.in>
2014-12-14added original license to themeDavid Wosnitza1-0/+20
2014-12-14rebuild and optimized toctreesDavid Wosnitza5-62/+73
Signed-off-by: David Wosnitza <david@druul.in>
2014-12-14reverted changes on source/index.rstDavid Wosnitza1-5/+21
Signed-off-by: David Wosnitza <david@druul.in>
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 Andreev1-1/+1
2014-12-11Add method chaining support to QB cache methodsAndrey Andreev1-0/+1
2014-12-08Merge pull request #3396 from jim-parry/userguide/query_builderAndrey Andreev1-137/+533
Userguide/query builder
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-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 Andreev2-1/+4
Added img_id to capcha helper Close #51
2014-12-05removing extra spacesPreetham2-2/+2
Signed-off-by: Preetham <me@preetham.in>
2014-12-05Removed img_name from captcha helperPreetham2-3/+1
Signed-off-by: Preetham <me@preetham.in>
2014-12-05Further changes related to issue #47, PR #3323Andrey Andreev2-6/+24
- 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-05closing #51. Added img_id and img_name in capcha helperPreetham2-2/+7
Signed-off-by: Preetham <me@preetham.in>
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 Andreev3-98/+89
2014-12-04User Guide - consolidate table & field metadata pagesJames L Parry3-43/+61
Signed-off-by:James L Parry <jim_parry@bcit.ca>