[Mahara-contributors] [Bug 1513400] [NEW] Checkboxes pieform element doesn't work properly

2015-11-05 Thread Gregor Anželj
Public bug reported: In Administration -> Configure site -> Cookie Consent -> General options there is a "Types of cookies" checkboxes pieform element. If I want to select different types I am unable to do so. Only "Social media" option gets selected/checked even if I click on other options,

[Mahara-contributors] [Bug 1511238] Re: "My portfolios" block still says "X pages"

2015-11-05 Thread Aaron Wells
** Changed in: mahara/15.10 Status: Confirmed => 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 1511238] A change has been merged

2015-11-05 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/5662 Committed: https://git.mahara.org/mahara/mahara/commit/798ff1c2aca78caee315584b3175604ecaacb9c1 Submitter: Aaron Wells (aar...@catalyst.net.nz) Branch:15.10_STABLE commit 798ff1c2aca78caee315584b3175604ecaacb9c1 Author: Robert Lyon

[Mahara-contributors] [Bug 1513665] [NEW] Replace zeroclipboard with a non-flash alternative

2015-11-05 Thread Aaron Wells
Public bug reported: On the Secret URLs page, we added the zeroclipboard library to allow users to click a clipboard icon and have the URL copied to their clipboard. Unfortunately, since then Flash has started dying in a bad way, and now this sort of Flash-based clipboard widget is on the way

[Mahara-contributors] [Bug 1513611] Re: Problem with artefactchooser and dwoo template

2015-11-05 Thread Aaron Wells
Here's the compiled PHP code that the user reports (I added some line breaks for visibility) scope["artefacts"] ) ? htmlspecialchars($tmp, ENT_QUOTES, $this->charset) : $tmp) ) ) { So I think it's that problem we've bumped into before, where PHP versions prior to 5.5 don't support

[Mahara-contributors] [Bug 1513611] Re: Problem with artefactchooser and dwoo template

2015-11-05 Thread Aaron Wells
Affects 15.10, but not 15.04 or earlier (which had !$artefacts instead of empty($artefacts)). ** Also affects: mahara/15.10 Importance: Undecided Status: New ** Also affects: mahara/16.04 Importance: High Assignee: Robert Lyon (robertl-9) Status: New ** Changed in:

[Mahara-contributors] [Bug 1512926] A change has been merged

2015-11-05 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/5636 Committed: https://git.mahara.org/mahara/mahara/commit/3b71155aedae76890ceaceed65ce883f6bd0b38a Submitter: Aaron Wells (aar...@catalyst.net.nz) Branch:master commit 3b71155aedae76890ceaceed65ce883f6bd0b38a Author: Jen Zajac

[Mahara-contributors] [Bug 1512926] Re: Create theme style guide

2015-11-05 Thread Aaron Wells
Patch for the styleguide is committed. The page is accessible in 16.04 to logged in users at the url /theme/styleguide.php Should I mark this as "fix committed" are are we going to add more stuff to the page still? -- You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 1512926] Re: [Ongoing] Create theme style guide

2015-11-05 Thread Aaron Wells
Sounds good. I've updated the bug title to [Ongoing] to indicate there's an indefinite number of commits to come. ** Summary changed: - Create theme style guide + [Ongoing] Create theme style guide -- You received this bug notification because you are a member of Mahara Contributors, which is

[Mahara-contributors] [Bug 1513611] [NEW] Problem with artefactchooser and dwoo template

2015-11-05 Thread Robert Lyon
Public bug reported: A couple of people have reported this problem, on of which is here: https://mahara.org/interaction/forum/topic.php?id=7426=0=10#post29848 The error they get is: PHP Parse error: syntax error, unexpected '(' in

[Mahara-contributors] [Bug 1513611] A patch has been submitted for review

2015-11-05 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5665 -- 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

[Mahara-contributors] [Bug 1513400] Re: Checkboxes pieform element doesn't work properly

2015-11-05 Thread Aaron Wells
** Changed in: mahara Importance: Undecided => High ** Changed in: mahara Importance: High => Medium -- 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 --

[Mahara-contributors] [Bug 1513400] Re: Checkboxes pieform element doesn't work properly

2015-11-05 Thread Aaron Wells
Hi Gregor, I wasn't able to replicate this issue: 1. Clean install of Mahara 15.10.0 2. Go to "Administration -> Configure site -> Cookie Consent" 3. Expand the "General options" section 4. Tick and untick the checkboxes in the "Types of cookies" section ("Social media", "Advertising",

[Mahara-contributors] [Bug 1513710] [NEW] Destructor methods that access global variables can cause crashes

2015-11-05 Thread Aaron Wells
Public bug reported: See : https://mahara.org/interaction/forum/topic.php?id=7397 Here's the problem (which appears to be intermittent): 1. ArtefactType has a destructor method, which gets called when an artefact object is garbage-collected by PHP. 2. PHP runs destructor methods and garbage

[Mahara-contributors] [Bug 1513716] A patch has been submitted for review

2015-11-05 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5666 -- 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

[Mahara-contributors] [Bug 1513716] Re: Intermittent error "Call to a member function StartTrans() on a non-object" when saving a blog post in 15.04

2015-11-05 Thread Aaron Wells
This appears to be an intermittent or at least platform-specific problem. But if you were going to try to replicate it, these would be the steps: 1. Create a blog post. 2. Save the blog post. 3. Open the blog post back up for editing. 4. Make a change to the blog post. 5. Save the blog post

[Mahara-contributors] [Bug 1513400] Re: Checkboxes pieform element doesn't work properly

2015-11-05 Thread Gregor Anželj
Hi Aaron. I've checked that again and it works normally. Platform is Windows, browser is Chromium. I really don't know (or understand) what has happened... -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching

[Mahara-contributors] [Bug 1513710] Re: Destructor methods that access global variables can cause crashes

2015-11-05 Thread Aaron Wells
Okay, for blog posts in particular, I've found the specific new code that's causing it. I've filed a separate bug 1513716 to take care of that. With that known issue out of the way, this greater issue becomes Medium priority because it's not known to cause any problems, it just has the major

[Mahara-contributors] [Bug 1513716] [NEW] Intermittent error "Call to a member function StartTrans() on a non-object" when saving a blog post in 15.04

2015-11-05 Thread Aaron Wells
Public bug reported: See https://mahara.org/interaction/forum/topic.php?id=7397 Also https://bugs.launchpad.net/mahara/+bug/1513710 The Embedded Image code ( https://reviews.mahara.org/#/c/5128/ ) adds a line to blog/post.php that does "set()" on an artefact without subsequently calling

[Mahara-contributors] [Bug 1513400] Re: Checkboxes pieform element doesn't work properly

2015-11-05 Thread Gregor Anželj
I am in the process of updating Europass plugin. I wanted to use checkboxes pieform element to select several languages. I found out that probably this is the cause of checkboxes element's strange behaviour. I implemented functionallity by just using regular checkbox elements. By not using

[Mahara-contributors] [Bug 1513309] Re: Fix easily fixable plural strings

2015-11-05 Thread Charlie Amoah
Hello Aaron Wells thank you for the explanations. After a few back and forth I can finally assure that this fix is functioning as explained above so it's a pass. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching