Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
issue #666
|
|
Made set_header() public in Email library and updated documentation.
|
|
|
|
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.
|
|
Fix issue where cache backup is ignored on first call.
|
|
Fix issues #1397, #1419
|
|
Signed-off-by: Phil Sturgeon <email@philsturgeon.co.uk>
|
|
|
|
|
|
|
|
and d261b1e89c3d4d5191036d5a5660ef6764e593a0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|