Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-22 | Removed wrapper and changed mix cases usage of hex colorcodes | DiederikLascaris | 6 | -274/+248 | |
2015-08-18 | Update error_general.php | Diederik Lascaris | 1 | -101/+78 | |
2015-08-18 | Update error_db.php | Diederik Lascaris | 1 | -101/+76 | |
2015-08-18 | Update error_404.php | Diederik Lascaris | 1 | -99/+76 | |
2015-08-18 | Update welcome_message.php | Diederik Lascaris | 1 | -1/+1 | |
2015-08-18 | Update welcome_message.php | Diederik Lascaris | 1 | -136/+108 | |
2015-08-07 | Update error_php.php | Diederik Lascaris | 1 | -2/+2 | |
2015-08-07 | Update error_general.php | Diederik Lascaris | 1 | -54/+106 | |
2015-08-07 | Update error_exception.php | Diederik Lascaris | 1 | -2/+2 | |
2015-08-07 | Update error_db.php | Diederik Lascaris | 1 | -55/+109 | |
2015-08-07 | Update error_404.php | Diederik Lascaris | 1 | -55/+107 | |
2015-08-07 | Update welcome_message.php | Diederik Lascaris | 1 | -120/+136 | |
2015-08-05 | Update welcome_message.php | Diederik Lascaris | 1 | -80/+127 | |
2015-07-25 | Fix alignment | kenjis | 2 | -6/+6 | |
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2015-07-21 | Fix coding style | kenjis | 2 | -10/+10 | |
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2015-07-20 | [ci skip] Apply changes from PR #3983 to error_exception.php | Andrey Andreev | 2 | -20/+14 | |
2015-07-20 | Fix indentation | kenjis | 1 | -4/+4 | |
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2015-07-18 | Fix errors/cli/error_php.php output | kenjis | 1 | -13/+11 | |
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2015-02-17 | Finishing PR #3596 <!DOCTYPE html> | Ivan Tcholakov | 3 | -3/+6 | |
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 1 | -1/+2 | |
2015-02-04 | Removed -webkit-selection | Gabriel Potkány | 4 | -4/+0 | |
2015-01-26 | Remove license blocks in /application files | vlakoff | 11 | -396/+0 | |
These blocks are annoying for the user and serve little to no purpose as the files are just config files, a boilerplate controller and some views. | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 11 | -33/+33 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-10-28 | Add a real exception handler | Andrey Andreev | 2 | -0/+129 | |
Close #1590 Close #3200 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 9 | -126/+225 | |
2014-03-17 | [ci skip] Clear some whitespace | Andrey Andreev | 1 | -1/+1 | |
2014-03-17 | No start tag (<p>) | İrfan Evrens | 1 | -2/+2 | |
2014-02-11 | 2013 > 2014 | darwinel | 9 | -9/+9 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-01-03 | [ci skip] Manually apply PR #2746 and remove other -moz-box-shadow and ↵ | Andrey Andreev | 4 | -8/+1 | |
-webkit-box-shadow usage | |||||
2013-11-12 | Add CLI error templates and only send HTTP status headers for non-CLI ↵ | Andrey Andreev | 10 | -4/+172 | |
requests (issue #1743) | |||||
2013-07-23 | [ci skip] Alter the welcome page | Andrey Andreev | 1 | -1/+1 | |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 5 | -5/+5 | |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 5 | -5/+10 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-10-05 | Manually apply pull #300 (fixes #295) [ci skip] | Andrey Andreev | 4 | -15/+22 | |
2012-06-02 | Replaced `==` with `===` in /application/views/welcome_message.php | Alex Bilbie | 1 | -1/+1 | |
2012-05-16 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into errors | Timothy Warren | 1 | -1/+4 | |
2012-05-14 | Move errors to views folder | Timothy Warren | 5 | -0/+332 | |
2012-03-26 | Clear some spaces and fix some inconsistencies in application/ php files | Andrey Andreev | 1 | -8/+6 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-10-21 | fixing typo in attribution block | Derek Jones | 1 | -1/+1 | |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -0/+28 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-09-07 | Added toopay's change and bolded the version number...as that's baller...or ↵ | Troy McCormick | 1 | -1/+1 | |
some such... | |||||
2011-09-07 | Added environment flag to ensure there is no security risk, per ericbarnes ↵ | Troy McCormick | 1 | -1/+1 | |
on IRC... | |||||
2011-09-07 | Added CodeIgniter version information to footer of default welcome message view. | Troy McCormick | 1 | -1/+1 | |
2011-04-20 | Visual updates to the welcome_message view file and default error templates. ↵ | Greg Aker | 1 | -42/+66 | |
Thanks to danijelb for the pull request. | |||||
2010-11-19 | Updating Output Profiler to validate xHTML Strict, and HTML5. | Greg Aker | 1 | -2/+4 | |
2010-03-25 | moved application folder outside of the system folder | Derek Jones | 2 | -0/+72 | |