Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Merged recent Core changes and fixed conflict. | Phil Sturgeon | 7 | -73/+167 | |
2011-03-09 | Would have helped if I saved the file before committing. see 849bdda643ee | Greg Aker | 1 | -0/+15 | |
2011-03-09 | Removing the unnecessary constructor in the welcome controller. Also added ↵ | Greg Aker | 1 | -6/+1 | |
comments in the index method that may help users new to CodeIgniter. | |||||
2011-03-08 | Added 'json' to config/mimes.php. | Phil Sturgeon | 1 | -1/+2 | |
2011-02-16 | Merged CodeIgniter Core changes and integrated rob1's secure cookie change ↵ | Phil Sturgeon | 7 | -72/+165 | |
into my secure cookie change. | |||||
2011-02-15 | fix line endings in upload_form | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-02-15 | add missing message to delete() | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-02-15 | fix missing urls in upload_form | Florian Pritz | 1 | -0/+2 | |
Duplicating the link lines is no good fix so this needs to be cleaned up later. Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-02-15 | rework cli_client support | Florian Pritz | 14 | -52/+97 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-02-14 | Removed Migration code for now, will come back later. | Phil Sturgeon | 1 | -38/+0 | |
2011-02-11 | Adding config option to require 'secure' setting for all cookies- requires ↵ | Robin Sowell | 1 | -0/+2 | |
https. | |||||
2011-02-09 | Fixed issue #41: Added audio/mp3 mime type to mp3. | Phil Sturgeon | 1 | -1/+1 | |
2011-02-07 | Added Migrations library, config and an example controller/migration file. | Phil Sturgeon | 3 | -0/+110 | |
2011-02-02 | fix bug when using client to download | Florian Pritz | 2 | -4/+15 | |
Do not check the client version when downloading because this breaks curl. Probably because we output and later set HTTP headers in file_mod->download(). Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-02-02 | add sh -> bash alias | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-01-28 | fix checking for $msg variable before using | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-01-28 | update to CI 2.0 | Florian Pritz | 213 | -0/+52156 | |
Signed-off-by: Florian Pritz <bluewind@server-speed.net> | |||||
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 5 | -73/+94 | |
2011-01-17 | Accidentally left csrf to turned on in last commit | Eric Barnes | 1 | -1/+1 | |
2011-01-17 | Added access scope to security library and added config options for csrf ↵ | Eric Barnes | 1 | -2/+8 | |
protection | |||||
2011-01-12 | Changed instructions for location of log path. Fixes #305 | Eric Barnes | 1 | -1/+1 | |
2011-01-11 | Reworked convert_foreign_characters in text helper. Thanks to Mario Ricalde. | Eric Barnes | 1 | -52/+52 | |
2011-01-06 | Altered User agent library so that is_browser(), is_mobile() and is_robot() ↵ | Phil Sturgeon | 1 | -0/+1 | |
can optionally check for a specific browser or mobile device. | |||||
2011-01-05 | Added text/x-csv to mimes.php. | Phil Sturgeon | 1 | -1/+1 | |
2010-12-27 | Implemented GET string support from Dan Horrigan and modified it slightly. ↵ | Phil Sturgeon | 3 | -25/+48 | |
Also tweaked his regex_match changes. | |||||
2010-12-15 | ['404_override'] can now take methods and URI segments, not just a ↵ | Phil Sturgeon | 1 | -1/+8 | |
controller name. This is useful for 404 pages on errors/page_missing or /pages/view/404. | |||||
2010-12-15 | <kbd>['base_url']</kbd> is now empty by default and will guess what it ↵ | Phil Sturgeon | 1 | -17/+20 | |
should be. | |||||
2010-12-15 | Added full Query String and $_GET array support. This is enabled by ↵ | Dan Horrigan | 1 | -0/+4 | |
default. Added a seperate config option to enable/disable the $_GET array. | |||||
2010-12-15 | Package paths can now be auto-loaded in autoload.php. | Phil Sturgeon | 1 | -6/+19 | |
2010-12-21 | Moving system/{logs,cache} to the application directory. | Greg Aker | 3 | -0/+21 | |
2010-12-21 | Fix: #236 Adding audio/mpeg3 as a valid mime type for mp3 | Greg Aker | 1 | -1/+1 | |
2010-12-15 | Package paths can now be auto-loaded in autoload.php. | Phil Sturgeon | 1 | -6/+19 | |
2010-11-19 | Updating Output Profiler to validate xHTML Strict, and HTML5. | Greg Aker | 1 | -2/+4 | |
2010-11-10 | Blasting the Base4/5 files. Updating Controller.php to inherit bits from ↵ | Greg Aker | 1 | -3/+3 | |
the old Base5. If a constructor is needed in a controller, call parent::__contruct() | |||||
2010-11-09 | Fix #62 Adding CI_ prefix to Controller. | Greg Aker | 1 | -2/+2 | |
2010-10-07 | Automated merge with https://bitbucket.org/barrymieny/codeigniter | Derek Jones | 1 | -2/+2 | |
2010-10-07 | Fixed CSRF comments to avoid confusion. | Shane Pearson | 1 | -2/+2 | |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 11 | -60/+60 | |
2010-09-27 | added sess_expire_on_close to config file, corrected comment block for ↵ | Derek Jones | 1 | -5/+12 | |
session config vars. Fixes #149 | |||||
2010-08-31 | Added fatal error to Session class when no encryption key is set in the ↵ | Derek Jones | 1 | -2/+2 | |
config file, for additional assurance that session manipulation can be prevented | |||||
2010-08-12 | single quotes instead of double quotes by default to prevent PHP from trying ↵ | Derek Allard | 1 | -14/+14 | |
to parse a $ in a password as a variable. | |||||
2010-07-22 | Adding CSRF into config | Derek Allard | 1 | -0/+11 | |
Adding CSRF token into form open() | |||||
2010-07-08 | fixed a file location in an EOF comment | Derek Jones | 1 | -1/+1 | |
2010-03-25 | added .htaccess to application and system folder to help prevent public ↵ | Derek Jones | 1 | -0/+1 | |
access if installed in web root | |||||
2010-03-25 | moved application folder outside of the system folder | Derek Jones | 30 | -0/+1345 | |