? ? Success

User tests: Successful: Unsuccessful:

avatar AshanFernando
AshanFernando
18 Sep 2013

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

avatar AshanFernando AshanFernando - open - 18 Sep 2013
avatar mbabker
mbabker - comment - 26 Mar 2014

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.

avatar AshanFernando
AshanFernando - comment - 28 Mar 2014

@mbabker I'm working on it..

avatar AshanFernando
AshanFernando - comment - 28 Mar 2014

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'));

avatar brianteeman brianteeman - change - 21 Aug 2014
Status New Pending
avatar brianteeman brianteeman - change - 21 Aug 2014
Build .
avatar brianteeman brianteeman - change - 2 Sep 2014
Category JavaScript
avatar dgt41
dgt41 - comment - 23 Jan 2015

@roland-d I think you can close this one, as the changes proposed here are already merged elsewhere

avatar zero-24 zero-24 - change - 23 Jan 2015
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2015-01-23 13:01:09
Closed_By zero-24
avatar jissues-bot jissues-bot - close - 23 Jan 2015
avatar zero-24
zero-24 - comment - 23 Jan 2015

Thanks for the update @dgt41 I going to close here now.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/2004.
avatar jissues-bot
jissues-bot - comment - 23 Jan 2015

Set to "closed" on behalf of @zero-24 by The JTracker Application at issues.joomla.org/joomla-cms/2004

avatar jissues-bot jissues-bot - change - 23 Jan 2015
Title
Removing MooTools dependencies from administrator/components folder
[#32037] Removing MooTools dependencies from administrator/components folder

Add a Comment

Login with GitHub to post a comment