summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
AgeCommit message (Collapse)AuthorFilesLines
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-15Merged base_url changes.philsturgeon1-0/+5
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.
2011-02-16Merged CodeIgniter Core changes and integrated rob1's secure cookie change ↵Phil Sturgeon9-155/+448
into my secure cookie change.
2011-02-16Secure cookies can now be made with the set_cookie() helper and Input Class ↵Phil Sturgeon1-8/+10
method.
2011-02-15Automated merge with https://bitbucket.org/seandowney/codeigniter-reactorPhil Sturgeon3-143/+171
2011-02-14Whitespace tweaks to put code examples in line with our guidelinesPascal Kriete2-2/+2
2011-02-13Updated the post method and added the new functionality to the get method alsovascopj1-0/+20
Updated the documentation
2011-02-09cleaned up some redundant code in the Loader->library functionKellas Reeves1-0/+7
Elaborated on its functionality in the user guide.
2011-02-07Added decimal, less_than and greater_than rules to the Form validation Class.Phil Sturgeon1-141/+169
2011-02-03Added docs for config->base_url() changes.anaxamaxan@blackdog.local1-0/+5
2011-02-02Merged recent changes and tweaked multi-env changes.Phil Sturgeon29-275/+189
2011-01-31Fixed breadcrumb and removed errand parentheses.Eric Barnes1-4/+5
2011-01-28some doc cleanup for the javascript classDerek Jones2-243/+148
2011-01-28some cleanup for the javascript class docsDerek Jones2-242/+147
2011-01-28Wrong branch, and the drivers were not alphabetical.Pascal Kriete1-1/+2
2011-01-28Adding an experimental note to the javascript docs. Decided to not link it ↵Pascal Kriete1-1/+2
in the navigation.
2011-01-28Added csrf to security docsEric Barnes1-1/+8
2011-01-28updating copyrights to 2011Derek Jones29-29/+29
2011-01-28updated copyrights to 2011Derek Jones28-28/+28
2011-01-16Added documentation for environmentsjoelcox1-0/+17
2011-01-06Altered User agent library so that is_browser(), is_mobile() and is_robot() ↵Phil Sturgeon1-0/+25
can optionally check for a specific browser or mobile device.
2010-12-28js and css was loaded via absolute url instead of pointing relative. Fixes #289Eric Barnes1-5/+5
2010-12-28js and css was loaded via absolute url instead of pointing relative. Fixes #289Eric Barnes1-5/+5
2010-12-27Fixed version in file uploading docs. Fixes: #255Eric Barnes1-1/+1
2010-12-27Fixed version in file uploading docs. Fixes: #255Eric Barnes1-1/+1
2010-12-21Initial commit of Caching Driver.Greg Aker1-0/+193
2010-11-22Adding is_ajax_request() method to CI_InputGreg Aker1-1/+8