[Mahara-contributors] [Bug 1483973] [NEW] Google maps broken when in retractable block

2015-08-11 Thread Kristina Hoeppner
Public bug reported:

Reported by a user on the demo site Mahara 15.04:

Just doing a quick test of automatically retract when a google map App
is embedded in a portfolio page. The auto retract appears to prevent the
map from loading if the box is collapsed upon loading the page. If you
set the retractable to Yes, it loads fine initially and opens fine after
collapsing and expanding the box again.

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Google maps broken when in retractable block

Status in Mahara:
  New

Bug description:
  Reported by a user on the demo site Mahara 15.04:

  Just doing a quick test of automatically retract when a google map App
  is embedded in a portfolio page. The auto retract appears to prevent
  the map from loading if the box is collapsed upon loading the page. If
  you set the retractable to Yes, it loads fine initially and opens fine
  after collapsing and expanding the box again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483973/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1483964] Re: Copy button on page view makes a copy of whole collection instead of asking

2015-08-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => Confirmed

** Changed in: mahara
   Importance: Undecided => Critical

** Changed in: mahara
 Assignee: (unassigned) => Robert Lyon (robertl-9)

** Changed in: mahara
Milestone: None => 15.10.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 editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1483964

Title:
  Copy button on page view makes a copy of whole collection instead of
  asking

Status in Mahara:
  Confirmed

Bug description:
  15.10 Master

  http://mahara/view/view.php?id=X

  On a page which is already in a collection, hitting the copy button in
  the top right corner goes straight to making a copy of the whole
  collection, with no modal popping up to let you choose to copy just
  the page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483964/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1483964] [NEW] Copy button on page view makes a copy of whole collection instead of asking

2015-08-11 Thread Jen Zajac
Public bug reported:

15.10 Master

http://mahara/view/view.php?id=X

On a page which is already in a collection, hitting the copy button in
the top right corner goes straight to making a copy of the whole
collection, with no modal popping up to let you choose to copy just the
page.

** Affects: mahara
 Importance: Critical
 Assignee: Robert Lyon (robertl-9)
 Status: 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 Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1483964

Title:
  Copy button on page view makes a copy of whole collection instead of
  asking

Status in Mahara:
  Confirmed

Bug description:
  15.10 Master

  http://mahara/view/view.php?id=X

  On a page which is already in a collection, hitting the copy button in
  the top right corner goes straight to making a copy of the whole
  collection, with no modal popping up to let you choose to copy just
  the page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483964/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5003
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/a8deec91f7cb7c9b53d7ffa9f16097d2bf11ba56
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit a8deec91f7cb7c9b53d7ffa9f16097d2bf11ba56
Author: Aaron Wells 
Date:   Wed Jul 22 17:52:56 2015 +1200

Let get_string_ajax() work for logged-out users (Bug 1476925)

(behatnotneeded)

Change-Id: I0fb5a8cd2f35afbcfa86ed21560a72cf40112c72

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

Title:
  Make ajax get_string work for logged-out users

Status in Mahara:
  Fix Committed

Bug description:
  With Bug #1450995 We added a "get_string_ajax()" javascript method
  which lets you load up Mahara language strings using Ajax, after the
  page is done loading.

  However, it only works for logged-in users. I think eventually this is
  going to cause us some problems, because we're going to forget about
  that limitation and use this method for some action which is also
  accessible to logged-out users. So in the long run it's probably best
  to make it work the same whether you're logged in or logged out.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1476925/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1476925] Re: Make ajax get_string work for logged-out users

2015-08-11 Thread Robert Lyon
** 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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1476925

Title:
  Make ajax get_string work for logged-out users

Status in Mahara:
  Fix Committed

Bug description:
  With Bug #1450995 We added a "get_string_ajax()" javascript method
  which lets you load up Mahara language strings using Ajax, after the
  page is done loading.

  However, it only works for logged-in users. I think eventually this is
  going to cause us some problems, because we're going to forget about
  that limitation and use this method for some action which is also
  accessible to logged-out users. So in the long run it's probably best
  to make it work the same whether you're logged in or logged out.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1476925/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5086

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

Title:
  Statistics for active users by institution

Status in Mahara:
  In Progress

Bug description:
  Needing to record/display when users have logged in better and display
  this info per institution on admin statistics page

  Currently we only record lastlogin and lastlastlogin which is not
  robust enough to tell us if a user logs in once per month or many
  times per month.

  We need to record when a user logs in every time they successfully do
  so.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483963/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1483963] [NEW] Statistics for active users by institution

2015-08-11 Thread Robert Lyon
Public bug reported:

Needing to record/display when users have logged in better and display
this info per institution on admin statistics page

Currently we only record lastlogin and lastlastlogin which is not robust
enough to tell us if a user logs in once per month or many times per
month.

We need to record when a user logs in every time they successfully do
so.

** Affects: mahara
 Importance: Wishlist
 Assignee: Robert Lyon (robertl-9)
 Status: In Progress


** Tags: nominatedfeature

** Changed in: mahara
   Importance: Low => Wishlist

** Tags added: nominatedfeature

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

Title:
  Statistics for active users by institution

Status in Mahara:
  In Progress

Bug description:
  Needing to record/display when users have logged in better and display
  this info per institution on admin statistics page

  Currently we only record lastlogin and lastlastlogin which is not
  robust enough to tell us if a user logs in once per month or many
  times per month.

  We need to record when a user logs in every time they successfully do
  so.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483963/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5045
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/3217608cfd04a7bf7d376dab466f593400d171a2
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 3217608cfd04a7bf7d376dab466f593400d171a2
Author: Liam Sharpe 
Date:   Fri Jul 24 16:10:58 2015 +1200

Made the secret URL page look pretty (Bug #1465107)

behatnotneeded

Change-Id: I7dc911ea99b8094e217fbab9971c2a2f3dac84d9

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

Title:
  Use the Bootstrap CSS framework

Status in Mahara:
  In Progress

Bug description:
  Mahara's CSS, and general front-end coding, is a bit chaotic. So for
  the past several months we've had a couple of front-end developers
  working on rewriting the entire Mahara front end to use the Bootstrap
  CSS framework. http://getbootstrap.com/css/

  This should make all of our front-end development work easier
  henceforth, as well as providing a nice set of standard widgets to
  make Mahara look better right away.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1465107/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1480764] Re: Transient login form can't handle array variables

2015-08-11 Thread Robert Lyon
** 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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1480764

Title:
  Transient login form can't handle array variables

Status in Mahara:
  Fix Committed

Bug description:
  You know how, when you're logged out of Mahara and you try to go to a
  page that isn't shared with the public, and you see a login form? We
  call that the "transient login page".

  It tries to be smart and remember the URL that you were trying to
  reach, and then forward you on there again after you log in. But the
  code that does just iterates over $_GET and runs htmlspecialchars() on
  each key & value. And this causes problems if the URL contains array
  values, i.e. http://www.example.com?foo[]=value1&foo[]=value2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1480764/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5036
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/409036dbbe5ce15dd0c6f3819510be4818f15d71
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 409036dbbe5ce15dd0c6f3819510be4818f15d71
Author: Aaron Wells 
Date:   Mon Aug 3 16:57:23 2015 +1200

Better handling of array-based variables for transient login form (Bug
1480764)

(behatnotneeded)

Change-Id: I2d9a0a140e57c9b040fb3d19243a6bef8f7aa505

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

Title:
  Transient login form can't handle array variables

Status in Mahara:
  Fix Committed

Bug description:
  You know how, when you're logged out of Mahara and you try to go to a
  page that isn't shared with the public, and you see a login form? We
  call that the "transient login page".

  It tries to be smart and remember the URL that you were trying to
  reach, and then forward you on there again after you log in. But the
  code that does just iterates over $_GET and runs htmlspecialchars() on
  each key & value. And this causes problems if the URL contains array
  values, i.e. http://www.example.com?foo[]=value1&foo[]=value2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1480764/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1479178] Re: Update of quota not working correctly

2015-08-11 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress => Fix Committed

** Changed in: mahara/1.10
   Importance: High => Medium

** Changed in: mahara/1.9
   Importance: High => Medium

** Changed in: mahara/15.04
   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 -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1479178

Title:
  Update of quota not working correctly

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  The quota block is not updating for user or for group

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1479178/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5015
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/ac8e1ad5ccd19589c555d07128863b1aa027b153
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit ac8e1ad5ccd19589c555d07128863b1aa027b153
Author: Sian 
Date:   Tue Jul 28 17:42:09 2015 +1200

Fix quotaUpdate function in mahara.js (Bug #1479178)

The change to layout stopped the user quota updating when uploading
files.

There was a problem also with group update where the group quota data
was not getting updated when uploading a file due to caching.

Change-Id: Ibef0e8c2b952ff6c5c40834a55288c9a36323e57

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

Title:
  Update of quota not working correctly

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  The quota block is not updating for user or for group

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1479178/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5085

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

Title:
  Use the Bootstrap CSS framework

Status in Mahara:
  In Progress

Bug description:
  Mahara's CSS, and general front-end coding, is a bit chaotic. So for
  the past several months we've had a couple of front-end developers
  working on rewriting the entire Mahara front end to use the Bootstrap
  CSS framework. http://getbootstrap.com/css/

  This should make all of our front-end development work easier
  henceforth, as well as providing a nice set of standard widgets to
  make Mahara look better right away.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1465107/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5084
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/e10fe1c1465007a3ba17a7c2119ba76dc57b3cf9
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:1.9_STABLE

commit e10fe1c1465007a3ba17a7c2119ba76dc57b3cf9
Author: Robert Lyon 
Date:   Mon Aug 10 12:39:36 2015 +1200

Bug 1483077: escaping names when showing table / index

behatnotneeded

Change-Id: Id5b2a01d1ac240cdb271bfc952c41691a4bc4287
Signed-off-by: Robert Lyon 
(cherry picked from commit 4d676a35c015d73677f5c4871ab8b55e79d70130)

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

Title:
  Problem with mysql upgrade - not escaping table name

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  User getting error

  adodb_throw(SHOW INDEXES FROM group, )

  
https://mahara.org/interaction/forum/topic.php?id=7318&offset=0&limit=10#post29430

  Here the command uses a keyword 'group' without quoting it to be a
  table name

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483077/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Patch for "1.9_STABLE" branch: https://reviews.mahara.org/5084

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

Title:
  Problem with mysql upgrade - not escaping table name

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  User getting error

  adodb_throw(SHOW INDEXES FROM group, )

  
https://mahara.org/interaction/forum/topic.php?id=7318&offset=0&limit=10#post29430

  Here the command uses a keyword 'group' without quoting it to be a
  table name

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483077/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5082
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/0f67bb9843372fe70ad8385137f16095fc1aa6fa
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:15.04_STABLE

commit 0f67bb9843372fe70ad8385137f16095fc1aa6fa
Author: Robert Lyon 
Date:   Mon Aug 10 12:39:36 2015 +1200

Bug 1483077: escaping names when showing table / index

behatnotneeded

Change-Id: Id5b2a01d1ac240cdb271bfc952c41691a4bc4287
Signed-off-by: Robert Lyon 
(cherry picked from commit 08939ca25acddff39b132e4bd823668b98447947)

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

Title:
  Problem with mysql upgrade - not escaping table name

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  User getting error

  adodb_throw(SHOW INDEXES FROM group, )

  
https://mahara.org/interaction/forum/topic.php?id=7318&offset=0&limit=10#post29430

  Here the command uses a keyword 'group' without quoting it to be a
  table name

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483077/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5083
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/4d676a35c015d73677f5c4871ab8b55e79d70130
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:1.10_STABLE

commit 4d676a35c015d73677f5c4871ab8b55e79d70130
Author: Robert Lyon 
Date:   Mon Aug 10 12:39:36 2015 +1200

Bug 1483077: escaping names when showing table / index

behatnotneeded

Change-Id: Id5b2a01d1ac240cdb271bfc952c41691a4bc4287
Signed-off-by: Robert Lyon 

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

Title:
  Problem with mysql upgrade - not escaping table name

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  User getting error

  adodb_throw(SHOW INDEXES FROM group, )

  
https://mahara.org/interaction/forum/topic.php?id=7318&offset=0&limit=10#post29430

  Here the command uses a keyword 'group' without quoting it to be a
  table name

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483077/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1483077] Re: Problem with mysql upgrade - not escaping table name

2015-08-11 Thread Robert Lyon
** Changed in: mahara/1.10
   Status: In Progress => Fix Committed

** Changed in: mahara/1.9
   Status: In Progress => Fix Committed

** Changed in: mahara/15.04
   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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1483077

Title:
  Problem with mysql upgrade - not escaping table name

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  User getting error

  adodb_throw(SHOW INDEXES FROM group, )

  
https://mahara.org/interaction/forum/topic.php?id=7318&offset=0&limit=10#post29430

  Here the command uses a keyword 'group' without quoting it to be a
  table name

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483077/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Patch for "1.10_STABLE" branch: https://reviews.mahara.org/5083

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

Title:
  Problem with mysql upgrade - not escaping table name

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  User getting error

  adodb_throw(SHOW INDEXES FROM group, )

  
https://mahara.org/interaction/forum/topic.php?id=7318&offset=0&limit=10#post29430

  Here the command uses a keyword 'group' without quoting it to be a
  table name

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483077/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1483077] Re: Problem with mysql upgrade - not escaping table name

2015-08-11 Thread Robert Lyon
** Also affects: mahara/15.04
   Importance: Undecided
   Status: New

** Also affects: mahara/1.10
   Importance: Undecided
   Status: New

** Also affects: mahara/1.9
   Importance: Undecided
   Status: New

** Changed in: mahara/1.10
   Importance: Undecided => High

** Changed in: mahara/1.9
   Importance: Undecided => High

** Changed in: mahara/15.04
   Importance: Undecided => High

** Changed in: mahara/1.10
 Assignee: (unassigned) => Robert Lyon (robertl-9)

** Changed in: mahara/1.9
 Assignee: (unassigned) => Robert Lyon (robertl-9)

** Changed in: mahara/15.04
 Assignee: (unassigned) => Robert Lyon (robertl-9)

** Changed in: mahara/1.10
Milestone: None => 1.10.6

** Changed in: mahara/1.9
Milestone: None => 1.9.8

** Changed in: mahara/15.04
Milestone: None => 15.04.3

** Changed in: mahara
   Status: In Progress => Fix Committed

** Changed in: mahara/1.10
   Status: New => In Progress

** Changed in: mahara/1.9
   Status: New => In Progress

** Changed in: mahara/15.04
   Status: New => In Progress

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

Title:
  Problem with mysql upgrade - not escaping table name

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  User getting error

  adodb_throw(SHOW INDEXES FROM group, )

  
https://mahara.org/interaction/forum/topic.php?id=7318&offset=0&limit=10#post29430

  Here the command uses a keyword 'group' without quoting it to be a
  table name

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483077/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/5072
Committed: 
https://git.nzoss.org.nz/mahara/mahara/commit/08939ca25acddff39b132e4bd823668b98447947
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 08939ca25acddff39b132e4bd823668b98447947
Author: Robert Lyon 
Date:   Mon Aug 10 12:39:36 2015 +1200

Bug 1483077: escaping names when showing table / index

behatnotneeded

Change-Id: Id5b2a01d1ac240cdb271bfc952c41691a4bc4287
Signed-off-by: Robert Lyon 

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

Title:
  Problem with mysql upgrade - not escaping table name

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  User getting error

  adodb_throw(SHOW INDEXES FROM group, )

  
https://mahara.org/interaction/forum/topic.php?id=7318&offset=0&limit=10#post29430

  Here the command uses a keyword 'group' without quoting it to be a
  table name

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483077/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


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

2015-08-11 Thread Mahara Bot
Patch for "15.04_STABLE" branch: https://reviews.mahara.org/5082

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

Title:
  Problem with mysql upgrade - not escaping table name

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 1.9 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed

Bug description:
  User getting error

  adodb_throw(SHOW INDEXES FROM group, )

  
https://mahara.org/interaction/forum/topic.php?id=7318&offset=0&limit=10#post29430

  Here the command uses a keyword 'group' without quoting it to be a
  table name

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1483077/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1482447] Re: Adjusting more checkboxes to switchboxes

2015-08-11 Thread Kristina Hoeppner
** 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 forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1482447

Title:
  Adjusting more checkboxes to switchboxes

Status in Mahara:
  Fix Committed

Bug description:
  Adjusting more of the checkboxes that have a binary state to be
  'on/off' or 'yes/no' switchboxes

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1482447/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1482734] Re: Feedback HTML editor appears before wanted, obscures page content

2015-08-11 Thread Kristina Hoeppner
*** This bug is a duplicate of bug 1460850 ***
https://bugs.launchpad.net/bugs/1460850

** This bug has been marked a duplicate of bug 1460850
   wysiwyg tinymce showing on logged out pages if config 'wysiwyg' is set to 
'enable'

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

Title:
  Feedback HTML editor appears before wanted, obscures page content

Status in Mahara:
  New

Bug description:
  With Administration > Site options > General settings  > HTML editor:
  ENABLE, merely loading a page for viewing will bring up the HTML
  editor window. Additionally, the window is positioned so that it
  obscures the page tabs in the collection, hindering navigation.
  (Screenshot attached.)

  Mahara v15.04.1
  Under Linux and mySQL.
  Reproduced under Firefox, Chrome, and IE (all of them reasonably recent 
versions).

  Appears when page is shared to public, and visitor is not logged in to site. 
(Most extensively-tested scenario.)
  Also when page is shared to Registered users while logged in. (Less tested.)

  First occurrence noticed on a new page with no content. (i.e. The
  popup wasn't being generated by a Comment link on page content, but
  possibly by the Feedback link at the bottom of the page.)

  Steps to reproduce: This bug is present on our production site, but I
  have so far been unable to reproduce it on our test site (same version
  of Mahara). There is obviously another setting/configuration involved.
  Changing HTML editor: ENABLE to USER-DEFINED has been our work-around.

  Later: Arg. While documenting the settings for this bug report, we
  temporarily set production site HTML editor setting back to Enable and
  did NOT experience the problem. This report is being submitted anyway
  in the hopes it will help a future someone who is experiencing the
  same issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1482734/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp