[Mahara-contributors] [Bug 1032414] Re: Change the mobile upload token to use a multitext field

2012-08-08 Thread Alan McNatty
Thanks Hugh! I've verified and submitted. ** 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. https://bugs.launchpad.net/bugs/1032414 Title: Change the mobile

[Mahara-contributors] [Bug 1032420] Re: Mobile API upgrade for journals and sync'ing

2012-08-08 Thread Alan McNatty
Sadly the tightening of the param_ has left a bug .. the notifications field in the sync.php can be comma separated but comma is not part of param_alpha set so this field does indeed need to be param_variable .. -- You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 1032420] Re: Mobile API upgrade for journals and sync'ing

2012-08-08 Thread Alan McNatty
Fix posted to gerrit for review https://reviews.mahara.org/#/c/1487/1 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1032420 Title: Mobile API upgrade for journals and sync'ing Status in

[Mahara-contributors] [Bug 1032420] Re: Mobile API upgrade for journals and sync'ing

2012-08-08 Thread Alan McNatty
Similar issues exist on with theupload api .. username for example cannot be alphanumext updating previous patch -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1032420 Title: Mobile API

[Mahara-contributors] [Bug 1032414] [NEW] Change the mobile upload token to use a multitext field

2012-08-02 Thread Alan McNatty
Public bug reported: To support multiple mobile devices users should be able to enter multiple mobile tokens ** Affects: mahara Importance: High Assignee: Alan McNatty (alanmc) Status: In Progress ** Changed in: mahara Assignee: (unassigned) = Alan McNatty (alanmc

[Mahara-contributors] [Bug 1032414] Re: Change the mobile upload token to use a multitext field

2012-08-02 Thread Alan McNatty
Using the new multi-text input type and a pipe-delimited token this is possible. The implementation will also require not change on the device API (ideal) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 1032420] Re: Mobile API upgrade for journals and sync'ing

2012-08-02 Thread Alan McNatty
Upgraded APIs to be added to /htdocs/api/mobile in the form of separate upload and sync apis. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1032420 Title: Mobile API upgrade for journals

[Mahara-contributors] [Bug 1032420] Re: Mobile API upgrade for journals and sync'ing

2012-08-02 Thread Alan McNatty
Resetting to high as this is a commissioned change ** Changed in: mahara Importance: Wishlist = High -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1032420 Title: Mobile API upgrade for

[Mahara-contributors] [Bug 717184] Re: Resize images at upload time

2012-08-02 Thread Alan McNatty
Just a comment on the implementation. It is a shame this was implemented in the view (function pieform_element_filebrowser_upload) and not in the base file artefact class (i.e. ArtefactTypeFile::save_uploaded_file method). If a user has enabled image resizing then

[Mahara-contributors] [Bug 717184] Re: Resize images at upload time

2012-08-02 Thread Alan McNatty
I will create a secondary bug to move the functionality -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/717184 Title: Resize images at upload time Status in Mahara ePortfolio: Fix

[Mahara-contributors] [Bug 1032455] [NEW] Move resize on upload to base method ArtefactTypeFile::sav e_uploaded_file

2012-08-02 Thread Alan McNatty
Public bug reported: Bug #717184 implements a very cool new feature whereby images can be automatically resized on upload (if the user enables the config setting). This functionality has been implemented in the view and not the model. That is the resize is performed in the function

[Mahara-contributors] [Bug 961768] Re: opening up Mahara for mobile apps

2012-08-02 Thread Alan McNatty
Check http://code.google.com/p/maharadroid/w/list and see also https://reviews.mahara.org/#/c/1439/ -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/961768 Title: opening up Mahara for mobile

[Mahara-contributors] [Bug 1011950] Re: Auth type warning during registration

2012-08-01 Thread Alan McNatty
Patch provided - see https://reviews.mahara.org/#/c/1466/ -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1011950 Title: Auth type warning during registration Status in Mahara ePortfolio:

[Mahara-contributors] [Bug 1011950] Re: Auth type warning during registration

2012-08-01 Thread Alan McNatty
** Changed in: mahara Milestone: None = 1.6.0 ** Changed in: mahara Assignee: (unassigned) = Alan McNatty (alanmc) ** Changed in: mahara Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed

[Mahara-contributors] [Bug 1031560] Re: json_headers change to use application/json

2012-08-01 Thread Alan McNatty
** Changed in: mahara Status: Triaged = Fix Committed ** Changed in: mahara Assignee: (unassigned) = Alan McNatty (alanmc) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1031560

[Mahara-contributors] [Bug 1030062] Re: Make group name clickable in admin interface

2012-08-01 Thread Alan McNatty
Reviewed, verified and submitted ** Changed in: mahara Milestone: None = 1.6.0 ** Changed in: mahara Assignee: (unassigned) = Alan McNatty (alanmc) ** Changed in: mahara Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 1032016] Re: Missing Recent forum post block when editing group homepage.

2012-08-01 Thread Alan McNatty
Yeah I also couldn't replicate. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/1032016 Title: Missing Recent forum post block when editing group homepage. Status in Mahara ePortfolio:

[Mahara-contributors] [Bug 1031560] [NEW] json_headers change to use application/json

2012-07-31 Thread Alan McNatty
Public bug reported: RFC 4627 [1] suggests application/json for json and it whilst it is not a 'standard' it seems to be the closest thing to one. See also http://en.wikipedia.org/wiki/JSON I'm not sure why plain/text is used - is there some legacy browser compatibility issue? [1]

[Mahara-contributors] [Bug 605705] Re: More information when deleting a view

2010-07-20 Thread Alan McNatty
Possible solution committed here http://gitorious.org/~alanmc/mahara /alanmcs-mahara/commit/8c594aa481e2871da1a0365f21543b75af378f84 I'm not sure if the style change is acceptable. Please review and feedback. -- More information when deleting a view https://bugs.launchpad.net/bugs/605705 You

[Mahara-contributors] [Bug 605696] Re: Use of colors in the themes

2010-07-20 Thread Alan McNatty
I will see if I can get Paul W to help us with the graphics for this - assigning myself to follow this up. ** Changed in: mahara Assignee: (unassigned) = Alan McNatty (alanmc) -- Use of colors in the themes https://bugs.launchpad.net/bugs/605696 You received this bug notification because

[Mahara-contributors] [Bug 585310] Re: SecretURL prompting for a password

2010-07-19 Thread Alan McNatty
Fix pushed to http://gitorious.org/mahara/alanmcs- mahara/commit/a5205c6bd0b1e2e9ec286fcb872aabfe63900de2 -- SecretURL prompting for a password https://bugs.launchpad.net/bugs/585310 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to

[Mahara-contributors] [Bug 605705] Re: More information when deleting a view

2010-07-19 Thread Alan McNatty
** Changed in: mahara Assignee: (unassigned) = Alan McNatty (alanmc) -- More information when deleting a view https://bugs.launchpad.net/bugs/605705 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara

[Mahara-contributors] [Bug 605700] Re: Preview icon for View Copying

2010-07-19 Thread Alan McNatty
** Changed in: mahara Assignee: (unassigned) = Alan McNatty (alanmc) -- Preview icon for View Copying https://bugs.launchpad.net/bugs/605700 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara ePortfolio

[Mahara-contributors] [Bug 541066] Re: Profile Page - Wall icon missing

2010-07-15 Thread Alan McNatty
** Changed in: mahara Status: Triaged = In Progress -- Profile Page - Wall icon missing https://bugs.launchpad.net/bugs/541066 You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Status in Mahara ePortfolio: In Progress Bug