[Commit revision b44db28]
Author: Nao
Date: Tue, 30 Dec 2014 15:12:50 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision 05bdbfd]
Author: Nao
Date: Tue, 30 Dec 2014 15:36:22 +0100
Stats: 1 file changed; +25 (insertions), -23 (deletions)
Date: Tue, 30 Dec 2014 15:12:50 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Forgot to commit the Subs-CachePHP change in Subs-Template.php. (Subs-Template.php)
[Commit revision 05bdbfd]
Date: Tue, 30 Dec 2014 15:36:22 +0100
Stats: 1 file changed; +25 (insertions), -23 (deletions)
- Modding wasn't applied to early-loaded files, only caching, due to accessing $context['enabled_plugins'] before it was potentially initialized. I wasn't drunk, I assure you. Thanks to CerealGuy again for being the only one to bother testing file modding... (Including me.) (Subs-CachePHP.php)
- Added $no_caching parameter to apply_plugin_mods, to allow more freedom in modding any files, including those that shouldn't be cached in gz/app or gz/html. (Subs-CachePHP.php)
- Renamed that function's parameters to $source and $dest, for readability. (Subs-CachePHP.php)