Age | Commit message (Expand) | Author | Files | Lines |
2011-03-18 | Wrong title for environments page. Fixes: #135 | Eric Barnes | 1 | -5/+5 |
2011-03-17 | load config files from environment specific locations in core classes, helper... | bubbafoley | 11 | -14/+104 |
2011-03-17 | Added form_validation_lang entries for decimal, greater_than, less_than. | Phil Sturgeon | 2 | -0/+8 |
2011-03-16 | Standardized newlines even more extensively in Input class. | Phil Sturgeon | 1 | -1/+1 |
2011-03-15 | constants.php will be loaded from the environment specific config folder if a... | Phil Sturgeon | 2 | -3/+22 |
2011-03-15 | Removed migrations folder, accidentally sneaked in during a bad merge. | Phil Sturgeon | 1 | -32/+0 |
2011-03-15 | tagging v2.0.1 | Derek Jones | 0 | -0/+0 |
2011-03-15 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Derek Jones | 1 | -0/+14 |
2011-03-15 | release date and tag to changelog for 2.0.1 | Derek Jones | 1 | -2/+2 |
2011-03-15 | Missed tiny change from last commit. | Phil Sturgeon | 1 | -1/+1 |
2011-03-15 | Added form_helper form_open() behaviour change to upgrade guide. | Phil Sturgeon | 1 | -0/+14 |
2011-03-15 | Fixed upload issue reported by Valhallen and fixed by bubbafoley. | Phil Sturgeon | 1 | -1/+1 |
2011-03-13 | Updated affected_rows | Alex Bilbie | 1 | -1/+1 |
2011-03-13 | Added flag to return dates as strings instead of PHP date objects. Updated db... | Alex Bilbie | 1 | -3/+3 |
2011-03-12 | Fixed the capitalization "bug" in the singular function as well. | Kyle Farris | 1 | -6/+8 |
2011-03-11 | Forgot to trim the string first. | Kyle Farris | 1 | -1/+2 |
2011-03-11 | Changed the 'plural' function so that it doesn't ruin the captalization of yo... | Kyle Farris | 1 | -6/+5 |
2011-03-11 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 3 | -13/+13 |
2011-03-11 | Fixed last commit, form helper will work fine for self-submissions and normal... | Phil Sturgeon | 1 | -1/+1 |
2011-03-11 | Added location of config for changing logging threshold. Fixes #120 | Eric Barnes | 1 | -1/+1 |
2011-03-11 | Fixed the function name in captcha helper. Fixes #51 | Eric Barnes | 1 | -1/+1 |
2011-03-11 | Fixed missing parentheses and added scope to examples. Fixes #103 | Eric Barnes | 1 | -11/+11 |
2011-03-10 | Think I've finished converting mssql commands to sqlsrv where appropriate | Alex Bilbie | 2 | -11/+9 |
2011-03-10 | Renamed README | Alex Bilbie | 1 | -0/+0 |
2011-03-10 | Added README | Alex Bilbie | 1 | -0/+8 |
2011-03-10 | Added sqlsrv folder, added necessary files, started altering queries in sqlsr... | Alex Bilbie | 5 | -0/+1179 |
2011-03-10 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 7 | -12/+184 |
2011-03-10 | Changed the logic for form_open() in Form helper. If no value is passed it wi... | Phil Sturgeon | 2 | -2/+10 |
2011-03-10 | Updated version number in User Guide html. | Phil Sturgeon | 127 | -127/+127 |
2011-03-10 | Added full docs for new ENVIRONMENT constant. | katzgrau | 7 | -11/+181 |
2011-03-10 | Added changelog note for multi-environment support for configs | katzgrau | 2 | -1/+3 |
2011-03-09 | Removed migrate controller. | Phil Sturgeon | 1 | -40/+0 |
2011-03-09 | Added 2.0.1 upgrade guide and changed the constants ready. | Phil Sturgeon | 4 | -42/+133 |
2011-03-09 | Merged recent Core changes and fixed conflict. | Phil Sturgeon | 83 | -771/+2673 |
2011-03-09 | Would have helped if I saved the file before committing. see 849bdda643ee | Greg Aker | 1 | -0/+15 |
2011-03-09 | Automated merge with http://hg.ellislab.com/CodeIgniter2 | Greg Aker | 1 | -6/+1 |
2011-03-09 | Removing the unnecessary constructor in the welcome controller. Also added c... | Greg Aker | 1 | -6/+1 |
2011-03-09 | Flipping Phil's IS_CORE to true. | Pascal Kriete | 1 | -1/+1 |
2011-03-08 | Added the constant CI_CORE to help differentiate between Core: TRUE and React... | Phil Sturgeon | 2 | -0/+8 |
2011-03-08 | Added the constant CI_CORE to help differentiate between Core: TRUE and React... | Phil Sturgeon | 2 | -0/+8 |
2011-03-08 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 1 | -1/+1 |
2011-03-08 | Added $this->output->set_content_type() and method chaining to other methods. | Phil Sturgeon | 3 | -7/+77 |
2011-03-08 | Added 'json' to config/mimes.php. | Phil Sturgeon | 1 | -1/+2 |
2011-03-08 | Fixed bug in escaping underscores etc in MSSQL LIKE conditions. | davidhart | 1 | -3/+3 |
2011-02-24 | Adding a link to the User Agent Class docs from the user_agent function of th... | katzgrau | 1 | -1/+1 |
2011-02-23 | Added documentation for DB active record insert_batch(); | Phil Sturgeon | 1 | -4/+29 |
2011-02-22 | Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor | Phil Sturgeon | 1 | -2/+2 |
2011-02-21 | Fixed docs specifying cache location (sys/cache v app/cache) | Kenny Katzgrau | 1 | -2/+2 |
2011-02-18 | Consistent handling of 'cookie_secure' setting, also makes the variable chang... | tobiasbg | 1 | -4/+3 |
2011-02-18 | Bugfix in foreach-loop ('name' must be last, as it also is the array's name);... | tobiasbg | 1 | -8/+7 |