User tests: Successful: Unsuccessful:
I think we can do it for the legacy folder as well. I would however leave fof alone.
Can we please send different PRs to ease conflicts resolution?
Can we please send different PRs to ease conflicts resolution?
different for what? folder? So one for cms and one for legacy?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-06-08 19:20:40 |
Merged from code review. Thanks!
I don't think we need a tracker
As an explanation, this is an attemp to standardise the useage of our
defined('foo') or die
statement.Currently in the libraries folder we use:
defined('JPATH_BASE') or die;
defined('_JEXEC') or die;
defined('JPATH_PLATFORM') or die;