summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16[ci skip] 3.1.10 releaseAndrey Andreev31-0/+30765
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones28-8725/+0
2011-09-28Updated documentation for TLS and SSL support in Email library.Radu Potop1-1/+4
2011-09-21Merge branch 'develop' of https://github.com/akuzemchak/CodeIgniter into ↵Eric Barnes1-1/+5
akuzemchak-develop Conflicts: user_guide/changelog.html
2011-09-11Changed the add_package_path documentation to show the second param for view ↵Eric Barnes1-2/+2
path loading.
2011-09-11update user guide for replacing 'br/' with 'br /'Bo-Yi Wu2-9/+9
2011-09-04Enables real page numbers for URI segment in Pagination libraryAaron Kuzemchak1-1/+5
2011-08-25Merge remote-tracking branch 'alexbilbie/csrf-override' into feature/csrf-verifyEric Barnes1-0/+3
Conflicts: system/core/Security.php
2011-08-21Merge pull request #255 from kylefarris/masterGreg Aker1-0/+7
New Date Helper Function and More Documentation
2011-08-22Added documentation for some other rule someone added but didn't document.Kyle Farris1-0/+7
2011-08-21Fixed issue #26. Added max_filename_increment as a config setting.Adam Jackett1-0/+7
2011-08-21Updated Security library documentation with details on how to whitelist URIs ↵Alex Bilbie1-0/+3
from CSRF protection
2011-08-20Resolved issue 167 - Input Class Userguide UpdateBen Edmunds1-9/+9
2011-08-20Merge branch 'release/v2.0.3' into developDerek Jones28-28/+28
Conflicts: user_guide/changelog.html
2011-08-20updated version number in user guide, removed some stray merge markers found ↵Derek Jones28-28/+28
in the change log
2011-08-13Fixed conflict in changelog.Phil Sturgeon1-0/+6
2011-08-12Merging - fingers crossedPascal Kriete3-23/+33
Conflicts: system/database/drivers/mysql/mysql_driver.php system/database/drivers/mysqli/mysqli_driver.php system/libraries/Email.php user_guide/changelog.html user_guide/database/configuration.html user_guide/helpers/url_helper.html user_guide/libraries/cart.html user_guide/libraries/form_validation.html
2011-08-09Merged conflict.Phil Sturgeon1-8/+5
2011-07-23Added ->load->get_var() to check against ->load->_ci_cached_vars[].Phil Sturgeon1-0/+6
2011-07-20Changed Cart library to return the if inserted successfully. This will be ↵Phil Sturgeon1-13/+12
fine for anyone using () == true. http://codeigniter.uservoice.com/forums/40508-codeigniter-reactor/suggestions/2055829-last-rowid-of-cart
2011-07-16explains how use a parameter/argument (optional) in your callback rule ↵MarcosCoelho1-8/+5
declaration
2011-07-02hand merged remaining unresolved files following the backout of ↵Derek Jones5-13/+20
648b42a75739, which was a NON-trivial whitespace commit
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones28-417/+417
broke the Typography class's string replacements, for instance
2011-07-02hand merged remaining unresolved files following the backout of ↵Derek Jones28-416/+416
648b42a75739, which was a NON-trivial whitespace commit
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones28-417/+417
broke the Typography class's string replacements, for instance
2011-06-22completed doc change for user_agent length increaseDerek Jones1-1/+1
2011-06-22completed doc change for user_agent length increaseDerek Jones1-1/+1
2011-06-15Merged base_url changes.philsturgeon1-0/+5
2011-05-09Added 'is_unique' which is a brilliant feature I came up with all by myself. ↵Phil Sturgeon1-5/+12
Not based on code and ideas from Michael Wales, Burak Guzel, Zack Kitzmiller or Dan Horrigan at all. If they say any differently they are lying.
2011-04-25Fixed double-space typo.Razican28-417/+417
2011-04-22default value of $total_rows in Pagination class should be number. And fix ↵kenjis1-2/+2
User Guide Pagination Class's Example which uses string to number variable.
2011-04-20Altered Session to use a longer match against the user_agent string. See ↵Greg Aker1-1/+1
upgrade notes if using database sessions.</li
2011-04-20Fixed a bug (Reactor #231) where Sessions Library database table example SQL ↵Greg Aker1-8/+10
did not contain an index on last_activity. See <a href="installation/upgrade_203.html">Upgrade Notes</a> Fixed a bug (Reactor #229) where the Sessions Library example SQL in the documentation contained incorrect SQL.
2011-04-20Updating Documentation on package view loadingGreg Aker1-10/+15
2011-04-18changeset: 2202:06a75a1bd622Greg Aker1-0/+17
tag: tip user: Greg Aker <greg.aker@ellislab.com> date: Mon Apr 18 11:10:37 2011 -0500 summary: Tweak to session class all_userdata() to just return the userdata array. Also documented previously undocumented all_userdata() method.
2011-04-15update Prev/Next Topic link on user_guide/libraries/zip.htmlkenjis1-1/+1
2011-04-15fix title and update Prev/Next Topic link on ↵kenjis1-3/+3
user_guide/libraries/javascript.html
2011-04-15update Prev/Next Topic link on user_guide/libraries/caching.htmlkenjis1-2/+2
2011-04-07Wow, I screwed that up, Reactor is going to 2.0.2 not 2.0.1Pascal Kriete28-28/+28
2011-04-02Added is_cli_request() method to documentation for Input class.Phil Sturgeon1-1/+5
2011-04-02Fixed type in the JavaScript documentation for animate().Phil Sturgeon1-1/+1
2011-04-01Merged changes.Phil Sturgeon2-3/+10
2011-03-10Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon1-11/+30
2011-03-10Updated version number in User Guide html.Phil Sturgeon28-28/+28
2011-03-10Added full docs for new ENVIRONMENT constant.katzgrau1-10/+28
2011-03-10Added changelog note for multi-environment support for configskatzgrau1-1/+2
2011-03-08Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon1-1/+1
2011-03-08Added $this->output->set_content_type() and method chaining to other methods.Phil Sturgeon1-0/+15
2011-02-24Adding a link to the User Agent Class docs from the user_agent function of ↵katzgrau1-1/+1
the input class
2011-02-16Updated input documentation to use NULL instead of empty string for new ↵Phil Sturgeon1-2/+2
post() and get() changes.