User tests: Successful: Unsuccessful:
Under GSoC MooTools to jQuery project, this PR removes the MooTools dependencies in administrator/components folder.
Feature Tracker Item:
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=32037&start=575
New PR with conflicts resolved: #3381
Apart from the conflicts I found the following code segments in administrator/components/com-menus/views/item/tmpl/edit.php LineNo:83,84
$('system-message').find('h4').html(Joomla.JText.('ERROR'));
$('system-message').find('div').html(Joomla.JText.('JGLOBAL_VALIDATION_FORM_FAILED'));
Which supposed to be changed to the following to modify the message
$('#system-message-container').find('h4').html(Joomla.JText.('ERROR'));
$('#system-message-container').find('p').html(Joomla.JText.('JGLOBAL_VALIDATION_FORM_FAILED'));
Status | New | ⇒ | Pending |
Build | ⇒ | . |
Category | ⇒ | JavaScript |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-01-23 13:01:09 |
Closed_By | ⇒ | zero-24 |
Thanks for the update @dgt41 I going to close here now.
Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/2004
Title |
|
Would you be able to get this updated with the
3.3-dev
branch in the next few days? I was going to try and merge it manually based on the feedback of good tests on JoomlaCode, but it looks like enough has changed in the 3.3 branch to make it a bit difficult.