Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Interestingly `wether` means a castrated ram in old English
|
|
|
|
|
|
|
|
|
|
https://github.com/atiredmachine/CodeIgniter into develop
|
|
|
|
|
|
|
|
|
|
that they don't differ from the rest
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
user_guide_src/source/changelog.rst
|
|
|
|
issue #666
|
|
|
|
|
|
|
|
is_php()
|
|
config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411
|
|
Global variables are generally a terrible idea, especially for something as simple as this. The mimes.php now returns an array instead of just injecting a variable name into the global namespace.
|
|
Signed-off-by: Phil Sturgeon <email@philsturgeon.co.uk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Read more about this change here:
http://codeigniter.com/forums/viewthread/215833
|
|
Remove set_time_limit() call. Fixes #1346
|
|
Move errors to views folder
|
|
If we want E_STRICT, don't suppress it.
|
|
|
|
|
|
|
|
|
|
|