[Mahara-contributors] [Bug 1220093] Re: Make a copy in Text Box block no longer works

2013-10-23 Thread Aaron Wells
** Changed in: mahara Status: Fix Committed = Fix Released -- 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

[Mahara-contributors] [Bug 1220093] Re: Make a copy in Text Box block no longer works

2013-09-30 Thread Aaron Wells
** Changed in: mahara Milestone: 1.8rc1 = 1.8.0 -- 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

[Mahara-contributors] [Bug 1220093] Re: Make a copy in Text Box block no longer works

2013-09-09 Thread Aaron Wells
** Changed in: mahara Status: In Progress = Fix Committed -- 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

[Mahara-contributors] [Bug 1220093] Re: Make a copy in Text Box block no longer works

2013-09-03 Thread Aaron Wells
Using the always magical git-bisect, I've found that it's commit d2b438c51a4d006759631919950fc5d9c9d0c905 that introduced the problem that stops the Make a copy link from showing up while first creating the Text Box. -- You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 1220093] Re: Make a copy in Text Box block no longer works

2013-09-03 Thread Aaron Wells
Using my favorite tool git-bisect, it looks like the commit to be blame is our old favorite, 8b34dc82d4f25e8fec7f97658e5a53789dce8058, i.e. https://reviews.mahara.org/#/c/2387/ , the Flexible layouts mega-commit. ** Changed in: mahara Assignee: (unassigned) = Aaron Wells (u-aaronw) **

[Mahara-contributors] [Bug 1220093] Re: Make a copy in Text Box block no longer works

2013-09-03 Thread Robert Lyon
Yep that mega commit is the problem and it is due to the jQuery and Mochikit not playing nice. They both want to use $() to access DOM elements. I've altered the code so that it uses jQuery, and we know this because I've gone with jQuery() instead of $() so it is easier to understand which js