User tests: Successful: Unsuccessful:
Ability to load ContentModelArticle outsides.
Test instruction:
Try to load ContentModelArticle from another extension and use it like:
JModelLegacy::addIncludePath(JPATH_ADMINISTRATOR.'/components/com_content/models', 'ContentModel');
$model = JModelLegacy::getInstance('Article', 'ContentModel', array('ignore_request' => true));
$model->delete($foobar);
Maybe we should rethink the JPATH_COMPONENT_ADMINISTRATOR thing.
For example we are using JPATH_COMPONENT_ADMINISTRATOR on JModelAdmin to add the table-path.
So you can not just use the Model without carring about the table.
Joomlacode: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=30177
Please create a tracker on joomlacode and cross-reference here. Give test instructions.
@infograf768 sry, was distracted by those oldcommits i can't get rid of.
Test instruction & cross-reference added.
i added the reference in the description ;)
☺ we need both, so we know a pull request has a tracker too.
Thanks for coding this, Nils! Looks like we have two unsuccessful tests at http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=30177 . Please check their suggestion.
Thanks for submitting and/or working on this bug report!
Due to the long period of time since there has been any significant activity on the report it would appear that his has been resolved via another ticket.
We're marking this ticket as closed, however feel free to open a new issue on our new tracker (http://issues.joomla.org) if you find that the issue still exists with the current release of Joomla. Please provide as much information as possible on the new issue tracker.
Thanks again for your help!
Sorry for duplicated commits. Only the last one is interesting.