← Back to team overview

mahara-contributors team mailing list archive

[Bug 1323920] A change has been merged

 

Reviewed:  https://reviews.mahara.org/5618
Committed: https://git.mahara.org/mahara/mahara/commit/a4dc90b3dfea2aa860cabe8da30b12f505ea2376
Submitter: Aaron Wells (aaronw@xxxxxxxxxxxxxxx)
Branch:    master

commit a4dc90b3dfea2aa860cabe8da30b12f505ea2376
Author: Jono Mingard <jonom@xxxxxxxxxxxxxxx>
Date:   Fri Oct 23 16:50:04 2015 +1300

Remove unused and superfluous JavaScript (Bug #1323920)

Some of these files aren't loaded on any pages, some (ie. debug.js)
are no longer necessary with modern debugging tools, and some have
been replaced by Bootstrap functionality

behatnotneeded: should be functionally identical

Change-Id: I6d1b3874de5d42ccc00a8c0d2bb0e8bc162747d4

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1323920

Title:
  Eliminate Mochikit

Status in Mahara:
  In Progress

Bug description:
  Mahara currently includes MochiKit and JQuery. Annoyingly, they both
  use the $() function quite a bit, and this inevitably causes us
  problems.

  Mochkit is old, and everything it does can also be done by jQuery, so
  we should try to refactor it away to save us future development
  headaches.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1323920/+subscriptions


References