summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Whitespace cleanup in db classesPascal Kriete12-33/+33
2011-02-14Whitespace cleanup in libraries/Pascal Kriete11-46/+44
2011-02-14Large cleanup of xmlrpcs docblocks.Pascal Kriete1-55/+123
2011-02-14Whitespace cleanup in core/Pascal Kriete3-7/+7
2011-02-14Whitespace cleanup for code consistencyPascal Kriete6-7/+7
2011-02-14Whitespace tweaks to put code examples in line with our guidelinesPascal Kriete5-5/+5
2011-02-14Uppercasing some stray lowercase keywords for code consistencyPascal Kriete5-13/+13
2011-02-14Fix #329 where the file caching driver referenced the incorrect cache directory.Greg Aker2-1/+2
2011-02-13Updated the post method and added the new functionality to the get method alsovascopj3-1/+38
2011-02-13Changed toc to match the js toc - Fixes #45Eric Barnes1-6/+14
2011-02-13Changed the downloads to be 2.0.0 - Fixes #47Eric Barnes1-2/+4
2011-02-11Doy- forget the session cookie function! Added secure cookie config check th...Robin Sowell1-1/+2
2011-02-11Adding config option to require 'secure' setting for all cookies- requires ht...Robin Sowell4-2/+13
2011-02-11branch mergeRobin Sowell2-0/+15
2011-02-09Fixed issue #41: Added audio/mp3 mime type to mp3.Phil Sturgeon2-1/+2
2011-02-09Reverted recent MySQL backtick escaping as some queries were double-escaping.Phil Sturgeon2-5/+4
2011-02-08Merged migration branch for now.Phil Sturgeon2-8/+9
2011-02-08MySQL Driver will now wrap field names for insert(), update() and replace() w...Phil Sturgeon2-8/+9
2011-02-07Added Migrations library, config and an example controller/migration file.Phil Sturgeon4-0/+446
2011-02-07Added decimal, less_than and greater_than rules to the Form validation Class.Phil Sturgeon3-151/+237
2011-02-07Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon2-0/+16
2011-02-07CLI requests can now be run from any folder, not just when CD'ed next to inde...Phil Sturgeon2-0/+16
2011-02-06A change to pass all fields back if there are no fields passed into the "post...vascopj1-0/+16
2011-02-06Added documentation for changes to DB_resultJohn Crepezzi1-1/+22
2011-02-06Fixed is_referral to return proper status. Fixes #40Eric Barnes1-1/+5
2011-02-03Fixes #27. When the default controller was used, the _detect_uri() method wa...ericbarnes@ericbarnes.local1-0/+6
2011-02-02Added a better explanation for the 'autoinit' db option. Side note: should th...katzgrau1-1/+1
2011-02-02Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon1-0/+11
2011-02-02Merged recent changes and tweaked multi-env changes.Phil Sturgeon244-744/+842
2011-02-01Better logic handling for 404 overrideEric Barnes1-0/+11
2011-02-01Fixed a bug where the table class would not clear table data after calling ge...Greg Aker2-0/+15
2011-02-01Automated merge with http://hg.ellislab.com/CodeIgniter-ReactorPhil Sturgeon6-11/+22
2011-02-01Some servers would trick URI into thinking it was being run in CLI mode, whic...Phil Sturgeon1-2/+2
2011-01-31Added 404_override to Codeigniter file to catch the 404 if the controller is ...Eric Barnes2-3/+13
2011-01-31The db utility had the wrong code example for database_exists(). Fixes #26Eric Barnes1-2/+2
2011-01-31Fixed breadcrumb and removed errand parentheses.Eric Barnes1-4/+5
2011-01-30white space tweak to fix repo.Robin Sowell1-0/+1
2011-01-30Filemanger stuff and nuked a persisting flash cookie on login.Robin Sowell1-1/+2
2011-01-29Fix #21 - Typo in get_metadata() function of apc and memcached cache drivers.Greg Aker2-2/+2
2011-01-28Added tag v2.0.0 for changeset ca8788708619Derek Jones0-0/+0
2011-01-28adding release notes to change logDerek Jones1-2/+2
2011-01-28Added tag v2.0.0 for changeset 9689bbf186aeDerek Jones0-0/+0
2011-01-28Removed tag v2.0.0Derek Jones0-0/+0
2011-01-28fixed typoDerek Jones1-1/+1
2011-01-28tagging 2.0.0Derek Jones1-2/+2
2011-01-28some doc cleanup for the javascript classDerek Jones5-251/+164
2011-01-28some cleanup for the javascript class docsDerek Jones5-243/+150
2011-01-28Wrong branch, and the drivers were not alphabetical.Pascal Kriete2-8/+15
2011-01-28Adding an experimental note to the javascript docs. Decided to not link it in...Pascal Kriete1-1/+2
2011-01-28Added csrf to security docsEric Barnes1-1/+8