← Back to team overview

mahara-contributors team mailing list archive

[Bug 1323920] A change has been merged

 

Reviewed:  https://reviews.mahara.org/5542
Committed: https://git.mahara.org/mahara/mahara/commit/174ca581f6ec8f93527b67c09dcda6be6cda76db
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    master

commit 174ca581f6ec8f93527b67c09dcda6be6cda76db
Author: Jono Mingard <jonom@xxxxxxxxxxxxxxx>
Date:   Thu Oct 15 14:23:40 2015 +1300

Purge MochiKit from mahara.js (Bug #1323920)

Replace all MochiKit function calls with either jQuery or rewritten
versions. Also remove some old functions which aren't needed or
weren't being used

behatnotneeded: should be functionally identical

Change-Id: Ie48032009b14adddfecbe8c381f4ff692afafe70

-- 
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