[Mahara-contributors] [Bug 1214772] Re: displaying wrong title when first set up xml rpc auth type

2013-08-22 Thread Kristina Hoeppner
I would agree to only use the authname and not the protocol. we don't display the protocol on the user account page and admins should choose a name that makes sense to them. MNet is usually clearer than XML-RPC because we really only use it for MNet. ANd yes, often we use LDAP, MNet and then it's c

[Mahara-contributors] [Bug 1214124] Re: Improve stylesheet cacheing

2013-08-22 Thread Kristina Hoeppner
I second comment #5. The purge cache implementation would be more of a new feature and we are right before UI freeze... -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib

[Mahara-contributors] [Bug 1214124] Re: Improve stylesheet cacheing

2013-08-22 Thread Aaron Wells
On the other hand, if we don't have time to implement my idea, I'd be fine with deploying the patch that's based on minor release, for 1.8, and then implementing the purgeable one for a later release. -- You received this bug notification because you are a member of Mahara Contributors, which is

[Mahara-contributors] [Bug 1214772] Re: displaying wrong title when first set up xml rpc auth type

2013-08-22 Thread Aaron Wells
Okay, we're all in agreement then! The institution page should show the Authority Name (the one people enter on the Auth instance edit popup) instead of the Authority Type, in the list. It might make sense to list the name & type, like: "Test Mnet (XMLRPC)". On the other hand, I usually just fill

[Mahara-contributors] [Bug 1202706] Re: Send notifications to everyone in group

2013-08-22 Thread Aaron Wells
** Changed in: mahara Status: Triaged => Confirmed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib members https://bugs.launchpad.net/bugs/1202706 Title: Sen

[Mahara-contributors] [Bug 1214124] Re: Improve stylesheet cacheing

2013-08-22 Thread Aaron Wells
Actually on further reflection, I think maybe we should mimic the Moodle approach. What they do is store a separate arbitrary "themeversion" number. It gets incremented each time you upgrade, or if you push the "Purge cache" button on a special admin page. This allows the cache to be purged manuall

[Mahara-contributors] [Bug 1214124] Re: Improve stylesheet cacheing

2013-08-22 Thread Aaron Wells
Seems like a decent approach. The get_config('release') value goes up with each minor release, which is the most likely time that people will deploy new versions of Mahara. And in between minor releases, the version number gets changed to e.g. 1.7.3testing, which again is different, so if admins de

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

2013-08-22 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2433 Committed: http://gitorious.org/mahara/mahara/commit/d6f0092f337ef4eb094b63de1bffb3b2f5b636ba Submitter: Aaron Wells (aar...@catalyst.net.nz) Branch:1.6_STABLE commit d6f0092f337ef4eb094b63de1bffb3b2f5b636ba Author: Aaron Wells Date: Mon Aug 5 13:

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

2013-08-22 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2434 Committed: http://gitorious.org/mahara/mahara/commit/926e1cabb864a8522eed0445fbdcfd943767a770 Submitter: Aaron Wells (aar...@catalyst.net.nz) Branch:1.5_STABLE commit 926e1cabb864a8522eed0445fbdcfd943767a770 Author: Aaron Wells Date: Mon Aug 5 13:

[Mahara-contributors] [Bug 1215702] Re: Reduce false positives in syntax checker for unbracketed SQL tables

2013-08-22 Thread Aaron Wells
** Changed in: mahara/1.5 Status: New => Fix Committed ** Changed in: mahara/1.6 Status: New => Fix Committed ** Changed in: mahara/1.7 Status: New => Fix Committed ** Changed in: mahara/1.5 Importance: Undecided => Medium ** Changed in: mahara/1.6 Importance: Undecid

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

2013-08-22 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2432 Committed: http://gitorious.org/mahara/mahara/commit/7c81174ee82f1977324d57f3a8927b492e8072b9 Submitter: Aaron Wells (aar...@catalyst.net.nz) Branch:1.7_STABLE commit 7c81174ee82f1977324d57f3a8927b492e8072b9 Author: Aaron Wells Date: Mon Aug 5 13:

[Mahara-contributors] [Bug 1215702] [NEW] Reduce false positives in syntax checker for unbracketed SQL tables

2013-08-22 Thread Aaron Wells
Public bug reported: The check for SQL tables that aren't surrounded by {}, which was added to test/coding-standard-check.pl, also matches comments that contain these very common words, and that results in a lot of false positives from the script, which mkaes people less likely to pay attention to

[Mahara-contributors] [Bug 1215702] Re: Reduce false positives in syntax checker for unbracketed SQL tables

2013-08-22 Thread Aaron Wells
Already merged into master, don't know why I didn't bother creating a bug for it: https://reviews.mahara.org/#/c/2388/ ** Also affects: mahara/1.5 Importance: Undecided Status: New ** Also affects: mahara/1.6 Importance: Undecided Status: New ** Also affects: mahara/1.7 Im

[Mahara-contributors] [Bug 1073625] Re: Add additional html interface

2013-08-22 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 Contrib members https://bugs.launchpad.net/bugs/1073625 Titl

[Mahara-contributors] [Bug 1214124] Re: Improve stylesheet cacheing

2013-08-22 Thread Robert Lyon
Patch submitted: The patch appends the release number to the urls for external javascript and css - allowing the browser to refetch them on update/upgrade https://reviews.mahara.org/#/c/2431/ ** Changed in: mahara Status: Triaged => In Progress -- You received this bug notification beca

[Mahara-contributors] [Bug 1214772] Re: displaying wrong title when first set up xml rpc auth type

2013-08-22 Thread Kristina Hoeppner
It'll also be easier to distinguish between the individual auth methods instead of having to click on them all the time. Some people do have more than 2 Moodles connected to one Mahara institution... -- You received this bug notification because you are a member of Mahara Contributors, which is s

[Mahara-contributors] [Bug 1160093] Re: Don't display a remote username on /admin/users/edit.php if no remote username exists

2013-08-22 Thread Kristina Hoeppner
I added the tag "nominatedfeature" though it's more like a bug so I can pick it up for the manual and highlight this change. ** Tags added: nominatedfeature -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscription

[Mahara-contributors] [Bug 1208313] Re: Creating an index of pages based on tag

2013-08-22 Thread Kristina Hoeppner
This might also be a good time to think more about the concept of implementing something similar to the Dynamic Page List from MediaWiki https://www.mediawiki.org/wiki/Extension:DynamicPageList to make it more flexible to group certain content without the need to create a new block each time. This

[Mahara-contributors] [Bug 1212644] Re: Share group with other groups - not just pages

2013-08-22 Thread Kristina Hoeppner
I think a clarification would be good around what "content" is. Because if it is only pages / collections and their artefacts, then sharing pages / collections in bulk could be the thing. Whereas "content" should also mean that the group of users become members of the group in order to also partici

[Mahara-contributors] [Bug 1202706] Re: Send notifications to everyone in group

2013-08-22 Thread Kristina Hoeppner
I still think there is a use case for it because a) users can unsubscribe from any forum b) the work flow is easier / more natural to send a message than to go via forum c) if users have set their Mahara notifications or email filters to filter out forums differently than emails, they may not see

[Mahara-contributors] [Bug 1215662] [NEW] Check for correct version.php numbers in pre-commit script

2013-08-22 Thread Aaron Wells
Public bug reported: Mahara's version number policy for DB versions in version.php files is pretty simple: 1. in a _STABLE branch, a commit should only increment the version (whether for core or a plugin) by 1 2. in the master branch, a commit should increment the version to the day's date foll

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

2013-08-22 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2408 Committed: http://gitorious.org/mahara/mahara/commit/ee2da36095c7c207f524b5121fdb0961eebd971c Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit ee2da36095c7c207f524b5121fdb0961eebd971c Author: Robert Lyon Date: Mon Aug 19 15:20

[Mahara-contributors] [Bug 1201258] Re: artefact chooser panel

2013-08-22 Thread Robert Lyon
The patchset was moved to https://reviews.mahara.org/#/c/2387/ For easier testing as it was integrated closely with other features - and has now been merged onto core ** Changed in: mahara Status: In Progress => Fix Committed -- You received this bug notification because you are a membe

Re: [Mahara-contributors] [Bug 1193158] Re: Missing mime types

2013-08-22 Thread awillson
I did several iterations of testing to try to fix the IE "zip" problem. Nothing seemed to work properly. Eventually I discovered that the "zip" download issue is prevalent throughout all Microsoft products. The problem seems to be that IE ignores the mime type supplied by the web server [apache,

[Mahara-contributors] [Bug 1046750] Re: Show more of the file name

2013-08-22 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 Contrib members https://bugs.launchpad.net/bugs/1046750 Titl

[Mahara-contributors] [Bug 1202706] Re: Send notifications to everyone in group

2013-08-22 Thread Aaron Wells
I was going to mark this as "Incomplete" for now, because as mentioned in this comment https://bugs.launchpad.net/mahara/+bug/1202706/comments/3 I'm not sure whether there's a use-case for this. Of course, I suppose it is a little obscure, that you currently have to create a forum and post to it,

[Mahara-contributors] [Bug 1165300] Re: Year not shown for post dates on "Topics"

2013-08-22 Thread Aaron Wells
** Changed in: mahara 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 Contrib members https://bugs.launchpad.net/bugs/1165300 Title:

[Mahara-contributors] [Bug 1204309] Re: Edit forum post error if parent is deleted

2013-08-22 Thread Aaron Wells
Agreed. I didn't realize we'd made the children of deleted posts uneditable. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib members https://bugs.launchpad.net/bugs/12

[Mahara-contributors] [Bug 1212644] Re: Share group with other groups - not just pages

2013-08-22 Thread Aaron Wells
I guess functionally, this is about bulk access rights, with "groups" just being the handy way that we combine the content that we want to grant access to. But more specifically, I think we're talking about changing the concept of "group membership". Currently, group membership is a list of specif

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

2013-08-22 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2416 Committed: http://gitorious.org/mahara/mahara/commit/13fe50056f8ac3416db89df52ee0f36fa17ac3f3 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 13fe50056f8ac3416db89df52ee0f36fa17ac3f3 Author: Aaron Wells Date: Tue Aug 20 16:17

[Mahara-contributors] [Bug 1208650] Re: Images in journal embedded upside down

2013-08-22 Thread Aaron Wells
This is a classic "gotcha" with Mac OS X. If you rotate or flip an image in the OS X "Preview.app" program, it saves it as Preview.app metadata for how the picture should look in Preview.app, but doesn't actually edit the underlying file. http://hints.macworld.com/article.php?story=2005120204544129

[Mahara-contributors] [Bug 1213908] Re: Undefined variable $id in group/report.php

2013-08-22 Thread Aaron Wells
Thanks for the bug report! I've submitted a patch for it: https://reviews.mahara.org/#/c/2430/ ** Changed in: mahara Status: New => In Progress ** Changed in: mahara Importance: Undecided => Low ** Changed in: mahara Assignee: (unassigned) => Aaron Wells (u-aaronw) ** Changed in:

[Mahara-contributors] [Bug 1160093] Re: Don't display a remote username on /admin/users/edit.php if no remote username exists

2013-08-22 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 Contrib members https://bugs.launchpad.net/bugs/1160093 Titl

[Mahara-contributors] [Bug 1208313] Re: Creating an index of pages based on tag

2013-08-22 Thread Aaron Wells
This would probably fit best into the existing Mahara ecosystem as a new type of Block. Perhaps it could be a multi-purpose "list of Pages" block, with tag-based being one of them. It would need to check the permissions and make sure to only show people Pages that they actually have access to. Tha

[Mahara-contributors] [Bug 1187963] Re: Updating group members by CSV caused existing group admins removed

2013-08-22 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 Contrib members https://bugs.launchpad.net/bugs/1187963 Titl

[Mahara-contributors] [Bug 826649] Re: Add group shortnames to manually created groups

2013-08-22 Thread Aaron Wells
** Changed in: mahara Status: Confirmed => Triaged -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib members https://bugs.launchpad.net/bugs/826649 Title: Add

[Mahara-contributors] [Bug 1206306] Re: uninstalled plugins should be listed at top of extensions page

2013-08-22 Thread Aaron Wells
** Changed in: mahara Status: Confirmed => Triaged -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib members https://bugs.launchpad.net/bugs/1206306 Title: uni

[Mahara-contributors] [Bug 1193158] Re: Missing mime types

2013-08-22 Thread Aaron Wells
Well, I don't have a copy of IE8 on hand to test this with right now, but I was able to replicate the error in IE6 as follows: 1. Get a Word document with the .docx file extension. (I've attached one to this comment). 2. In IE6, go to the Content -> Files page in Mahara. Upload the docx file ther

[Mahara-contributors] [Bug 1193158] Re: Missing mime types

2013-08-22 Thread Aaron Wells
The patch is in gerrit, it has passed code review, the only thing left is to test it. So how do I test this? What's the expected behavior, and what is it doing instead? -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching s

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

2013-08-22 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/2191 Committed: http://gitorious.org/mahara/mahara/commit/f2baf73ac986c92b06337e2e4d06112ced0f6c29 Submitter: Aaron Wells (aar...@catalyst.net.nz) Branch:master commit f2baf73ac986c92b06337e2e4d06112ced0f6c29 Author: Robert Lyon Date: Wed Aug 21 10:26: