summaryrefslogtreecommitdiffstats
path: root/user_guide_src
AgeCommit message (Collapse)AuthorFilesLines
2012-07-05code cleanup and changelog addedRene Brokholm1-0/+1
2012-07-04Add PDO support for list_fields()Andrey Andreev1-0/+1
Signed-off-by: Andrey Andreev <narf@bofh.bg>
2012-07-04Merge branch 'feature/user-guide-work' into developDerek Jones10-8/+409
Conflicts: user_guide_src/source/installation/upgrade_210.rst user_guide_src/source/installation/upgrade_211.rst user_guide_src/source/installation/upgrade_212.rst
2012-07-04added general/welcome to the toctreeDerek Jones1-0/+1
2012-07-04Fixed a change log formatting issue and doc referenceDerek Jones1-1/+2
2012-07-04Fix URL helper linkDerek Jones1-1/+1
2012-07-04Fixing upgrade file referencesDerek Jones4-10/+44
2012-07-04Fix typos in upgrade_300.rstvlakoff1-2/+2
2012-07-04Deprecate Date helper standard_date()Andrey Andreev3-15/+50
2012-07-04Some user guide updatesAndrey Andreev3-99/+118
2012-07-03Update the upgrade notesAndrey Andreev6-24/+141
2012-07-03Merge pull request #1563 from vlakoff/docPhil Sturgeon1-1/+7
Document in the 3.0.0 upgrade guide a breaking change in Array Helper
2012-07-03Document in the 3.0.0 upgrade guide a breaking change in Array Helpervlakoff1-1/+7
The default return value of Array Helper's element() and elements() functions, when the required elements don't exist, has been changed from FALSE to NULL.
2012-07-02Adding contribution guidelines to user guide, including new Developer's ↵Derek Jones4-0/+388
Certificate of Origin
2012-07-02Merge pull request #1550 from krynble/developAndrey Andreev1-0/+1
Fixing imagemagick maintain ratio not implemented
2012-07-02Added changelog entryOmar1-0/+1
2012-07-02Add changelog entry for pull #1556Andrey Andreev1-0/+1
2012-07-02Fix issue #1551Andrey Andreev1-0/+1
2012-07-02Merge pull request #1561 from vlakoff/docPhil Sturgeon1-17/+17
Update Array Helper documentation
2012-07-02Update Array Helper documentationvlakoff1-17/+17
default value of the "default value" parameter has changed in element() and elements() methods
2012-07-02Update changelog with changes from 2.1.2Andrey Andreev1-7/+15
2012-07-01updated the changelogChristopher Guiney1-1/+1
2012-06-28Fix issue #1545Andrey Andreev1-0/+1
2012-06-27valid_email() to always return booleanAndrey Andreev1-1/+1
2012-06-27Update other email validation methodsTimothy Warren1-0/+1
2012-06-27Merge pull request #1540 from vlakoff/developPhil Sturgeon1-3/+2
FTP Class documentation cleanup
2012-06-27Merge branch 'feature/toc-repair' into developDerek Jones11-234/+273
2012-06-27FTP Class documentation cleanupvlakoff1-3/+2
Since PHP 5 is required, setting permissions is always possible.
2012-06-27URL Helper redirect() to utilize HTTP/1.1 response code 303 See OtherAndrey Andreev1-0/+1
2012-06-26Fix issue #427Andrey Andreev1-1/+4
2012-06-26Updated pagination library documentation with prefix and suffixMarco Monteiro1-5/+17
2012-06-26First pass at ToC remediationDerek Jones4-103/+191
2012-06-26Fixing various Sphinx bugs and syntax errors in docsDerek Jones7-131/+82
2012-06-24Merge pull request #1519 from mwhitneysdsu/developAlex Bilbie2-12/+16
Added optional fourth parameter to timezone_menu
2012-06-23Added ['reuse_query_string'] to Pagination.Phil Sturgeon2-0/+16
This allows automatic repopulation of query string arguments, combined with normal URI segments.
2012-06-23Clarified support of $config['csrf_exclude_uris'] support in v3.0 (#236)Alex Bilbie1-1/+1
2012-06-22Added optional fourth parameter to timezone_menuMat Whitney2-12/+16
allows setting one or more attributes on the generated select tag. This allows passing attributes needed for Section 508 compliance § 1194.22(n), such as an id. http://access-board.gov/sec508/guide/1194.22.htm#(n) http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels
2012-06-21Fix issue #79Andrey Andreev1-0/+1
2012-06-18Changed limit() and offset() to ignore NULL valuesAndrey Andreev1-0/+2
2012-06-18Fix issue #1328Andrey Andreev1-0/+1
2012-06-17Add join() USING supportAndrey Andreev1-0/+1
2012-06-17Pagination: fixed 'rel' attribute handling, added custom attributes support, ↵Andrey Andreev2-23/+22
deprecated 'anchor_class' setting
2012-06-16Add an option to disable MIME detection in the Upload library (issue #1494)Andrey Andreev1-0/+3
2012-06-16anchor_popup() improvementsAndrey Andreev2-10/+21
2012-06-16Fix two anchor_popup() issuesAndrey Andreev1-0/+1
2012-06-16Fix issue #999Andrey Andreev1-0/+1
2012-06-16Fix issue #938 + some related improvementsAndrey Andreev2-4/+6
2012-06-16Documentation: remaining PHP "var" declarations changed to "public"vlakoff2-12/+12
Since PHP 4 isn't supported anymore, let's clean up these few PHP "var" declarations which were remaining in the documentation. According to my checks, there is no more PHP "var" left.
2012-06-16Added an escape parameter to where_in(), or_where_in(), where_not_in(), ↵Andrey Andreev1-2/+1
or_where_not_in() and made where(), or_where() to default the escape setting to the value of _protect_identifiers
2012-06-16Fix issue #318 + added a default to the switch() in CI_Output::minify()Andrey Andreev1-0/+1