Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixed the structure of the results page..
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Updated the helpers writeup, making the format more consistene with the rest of the database writeups.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Updated the results writeup. The formatting was inconsistent -> fixed.
The terminology was inconsistent, often calling a method a function -> fixed.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Updated the queries page, making heading levels consistent with each other.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Changed the name on the TOC page to match the main user guide TOC.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Changed the section/subsection treatment
Verified sphinx build.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Changed the HTML example formatting to use tabs instead of spaces.
Adjusted line lengths.
Verified sphinx build.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Added two additional sections to the writeup: template parser usage notes, and view fragments.
Clarified a couple of "pseudo-variable" references.
Verified sphinx build.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Toned down the configuration option emphasis - they are options, not necessarily sections.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Added explanation for CodeIgniter's use of "idiom" versus standard abbreviations.
Provided additional examples as a guide.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Sphinx was complaining about the "title overline" for the contributing page entry "Tips for a good issue report". Fixed this.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Promote Database to top-level, replacing "Driver reference", which has duplicate entries
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Signed-off-by: Preetham <me@preetham.in>
|
|
Signed-off-by: Preetham <me@preetham.in>
|
|
Signed-off-by: Preetham <me@preetham.in>
|
|
Signed-off-by: Preetham <me@preetham.in>
|
|
Documentation: contributing to CodeIgniter...
Added a reminder about issues vs support, and some tips for a good issue report.
This was suggested by a user on the forum, and seems like a good idea.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Corrected the sphinx installation instructions to match the instructions in user_guide_src/README.rst
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
|
|
Loader Library
|
|
|
|
Regression caused by 4b838af40d77684539dd40461bd92e6e453fe675
Quite possibly related to #3308
|
|
Also add support for field comments in PostgreSQL & Oracle ... only via alter_table() for now :/
|
|
|
|
|
|
|
|
Remove dependency on EllisLab corporate theme - that is not appropriate for us.
Reverted to default Sphinx theme, with a couple of options, which have the side-effect of adding back document tree navigation (next/previous) and collapsible menu (albeit a sidebar not a top one).
Closes #2605 and closes #2354, for now.
This is not a proper styling - that is a separate issue!
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
Close #1590
Close #3200
|
|
|
|
Fix/ug copyright
|
|
The latest version of sphinx installed by easy_install is incompatible with our user guide. This change specifies sphinx version 1.2.3, the required one.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
|
|
Update the sphinx configuration to reflect BCIT as the copyright holder.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
The latest version of sphinx installed by easy_install is incompatible with our user guide. This change specifies sphinx version 1.2.3, the required one.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
This reverts commit 4ac399216f0c745134830149cb17dd5423243dd1.
|
|
The latest version of sphinx installed by easy_install is incompatible with our user guide. This change specifies sphinx version 1.2.3, the required one.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
|
|
|
|
Escape arrays sent as binding values for database queries.
|
|
|
|
|
|
feature.
|
|
Close #3001
Close #3232
Related: #3244
|
|
|
|
This has caused way too many BC breaks (#3238, #3242, #3257).
Close #3257
|
|
Signed-off-by: Amir Saboury <amir.saboury@gmail.com>
|
|
|
|
|
|
Requested in issue #3183
Supersedes PR #3220
|
|
Changed all file permissions settings throught the framework
and the documentation.
Also added configuration settings for CI_Log and CI_Image_lib
|
|
|