[Mahara-contributors] [Bug 1173440] Re: updating group fails fatally under certain conditions

2013-04-28 Thread Stefan Topfstedt
Hi Aaron,

Thanks for the good info.

I pushed the change into Gerrit.

Please see https://reviews.mahara.org/2094

I also removed the (botched) patch that was attached to this ticket.

Cheers,

 -Stefan


** Patch removed: "1173440.patch"
   
https://bugs.launchpad.net/mahara/+bug/1173440/+attachment/3656578/+files/1173440.patch

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

Title:
  updating group fails fatally under certain conditions

Status in Mahara ePortfolio:
  Triaged

Bug description:
  General Info:
  --
  - Mahara 1.6.4
  - PostgreSQL 8.4.12
  - PHP 5.3.10
  - RHEL  5.8

  Browser Info:
  ---
  - Chrome 26, Firefox 20 (Win), latest Safari on Mac as well.

  Other:
  
  Mahara is configured with clean-URLs turned on.

  Description:
  --
  Saving a group after editing fails.

  After submitting the "Edit group" form, the user gets thrown to an
  error page. The error message reads:

  Mahara: Site unavailable
  A nonrecoverable error occurred. This probably means you have encountered 
a bug in the system

  Apparently, Mahara is unable to recover from a failed attempt to
  update a record in the database. (please see attached error log).

  This only happens under very specific conditions, and seems to be
  connected to clean URL mode.

  To reproduce:

  1. turn off clean URL mode in the Mahara configuration.
  2. create a two groups (group A and group B). Observe that the "urlid" field 
in these records have NULL values.
  3. turn clean URL mode back on.
  4. open Group A for editing. Make a change, but leave the "Group homepage 
URL" in the input form empty. Hit the "save group" button.
  5. open Group B for editing. Make a change, but leave the  "Group homepage 
URL" in the input form empty as well. "Hit "save group". **error occurs**

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1173440/+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 1132370] Re: Remove create_function() from dml.php to save memory

2013-04-28 Thread Aaron Wells
Fix was released as part of 1.7.0. It could make sense to backport it to
1.5 and 1.6, though.

** Changed in: mahara
Milestone: 1.8.0rc1 => None

** Changed in: mahara
   Status: In Progress => 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 Contrib members
https://bugs.launchpad.net/bugs/1132370

Title:
  Remove create_function() from dml.php to save memory

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  While trying to optimize memory usage in the mahara.org cron jobs
  (which keep crashing due to running out of memory), I noticed from the
  error stacks that it kept crashing on the call to create_function() in
  db_quote_table_placeholders() in dml.php

  The reason for this, is because functions created by create_function()
  are never garbage collected. They persist for the lifetime of the
  script's execution. Which means that if you put it inside a loop that
  gets called thousands of times, it keeps using up more and more memory
  with new copies of the function, until the script crashes from running
  out of RAM.

  There are about a dozen other usages of create_function() in Mahara's
  codebase, but this is the only one that's likely to be used in a large
  loop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1132370/+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 1168617] A change has been merged

2013-04-28 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2092
Committed: 
http://gitorious.org/mahara/mahara/commit/1e61f4dafdcb02aba9a91e1d4c8ed6454cf134c2
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:1.6_STABLE

commit 1e61f4dafdcb02aba9a91e1d4c8ed6454cf134c2
Author: Kristina D.C. Hoeppner 
Date:   Sun Apr 28 17:22:53 2013 +1200

Bug #1168617: Include "Manage" title for icon

"Manage" tooltip was missing from "Manage" icon
which now shows up.

Change-Id: Id6dea4cc541b2edde72856081e99662aed7b40d3
Signed-off-by: Kristina D.C. Hoeppner 

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

Title:
  In Site Administration -> Groups -> Manage groups, the "Manage" label
  doesn't popup

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Committed
Status in Mahara 1.6 series:
  Fix Committed
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  Very small interface issue in "Site Administration -> Groups -> Manage
  groups".

  When you move the mouse onto the Manage button, no label explaining
  the action this button make pops up. Whereas it does pop up on the
  "Delete" button.

  Noticed in Mahara 1.5, 1.6 and 1.7RC

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1168617/+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 1168617] Re: In Site Administration -> Groups -> Manage groups, the "Manage" label doesn't popup

2013-04-28 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

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

Title:
  In Site Administration -> Groups -> Manage groups, the "Manage" label
  doesn't popup

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Committed
Status in Mahara 1.6 series:
  Fix Committed
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  Very small interface issue in "Site Administration -> Groups -> Manage
  groups".

  When you move the mouse onto the Manage button, no label explaining
  the action this button make pops up. Whereas it does pop up on the
  "Delete" button.

  Noticed in Mahara 1.5, 1.6 and 1.7RC

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1168617/+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 1168617] A change has been merged

2013-04-28 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2093
Committed: 
http://gitorious.org/mahara/mahara/commit/62c3f6793f4f055a0fd1b5f05d84bd70f92126e1
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:1.7_STABLE

commit 62c3f6793f4f055a0fd1b5f05d84bd70f92126e1
Author: Kristina D.C. Hoeppner 
Date:   Sun Apr 28 17:22:53 2013 +1200

Bug #1168617: Include "Manage" title for icon

"Manage" tooltip was missing from "Manage" icon
which now shows up.

Change-Id: Id6dea4cc541b2edde72856081e99662aed7b40d3
Signed-off-by: Kristina D.C. Hoeppner 

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

Title:
  In Site Administration -> Groups -> Manage groups, the "Manage" label
  doesn't popup

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Committed
Status in Mahara 1.6 series:
  Fix Committed
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  Very small interface issue in "Site Administration -> Groups -> Manage
  groups".

  When you move the mouse onto the Manage button, no label explaining
  the action this button make pops up. Whereas it does pop up on the
  "Delete" button.

  Noticed in Mahara 1.5, 1.6 and 1.7RC

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1168617/+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 1168617] A change has been merged

2013-04-28 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2091
Committed: 
http://gitorious.org/mahara/mahara/commit/a33cf4373767d8737e45a466cdd22f0c76841e5a
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:1.5_STABLE

commit a33cf4373767d8737e45a466cdd22f0c76841e5a
Author: Kristina D.C. Hoeppner 
Date:   Sun Apr 28 17:22:53 2013 +1200

Bug #1168617: Include "Manage" title for icon

"Manage" tooltip was missing from "Manage" icon
which now shows up.

Change-Id: Id6dea4cc541b2edde72856081e99662aed7b40d3
Signed-off-by: Kristina D.C. Hoeppner 

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

Title:
  In Site Administration -> Groups -> Manage groups, the "Manage" label
  doesn't popup

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Committed
Status in Mahara 1.6 series:
  Fix Committed
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  Very small interface issue in "Site Administration -> Groups -> Manage
  groups".

  When you move the mouse onto the Manage button, no label explaining
  the action this button make pops up. Whereas it does pop up on the
  "Delete" button.

  Noticed in Mahara 1.5, 1.6 and 1.7RC

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1168617/+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 1168617] A change has been merged

2013-04-28 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2088
Committed: 
http://gitorious.org/mahara/mahara/commit/7dd539212df869fb31ad25f5e072f8f280da6cad
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:master

commit 7dd539212df869fb31ad25f5e072f8f280da6cad
Author: Kristina D.C. Hoeppner 
Date:   Sun Apr 28 17:22:53 2013 +1200

Bug #1168617: Include "Manage" title for icon

"Manage" tooltip was missing from "Manage" icon
which now shows up.

Change-Id: Id6dea4cc541b2edde72856081e99662aed7b40d3
Signed-off-by: Kristina D.C. Hoeppner 

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

Title:
  In Site Administration -> Groups -> Manage groups, the "Manage" label
  doesn't popup

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  New
Status in Mahara 1.6 series:
  New
Status in Mahara 1.7 series:
  New

Bug description:
  Very small interface issue in "Site Administration -> Groups -> Manage
  groups".

  When you move the mouse onto the Manage button, no label explaining
  the action this button make pops up. Whereas it does pop up on the
  "Delete" button.

  Noticed in Mahara 1.5, 1.6 and 1.7RC

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1168617/+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 1168617] Re: In Site Administration -> Groups -> Manage groups, the "Manage" label doesn't popup

2013-04-28 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress => Fix Committed

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

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

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

** Changed in: mahara/1.5
Milestone: None => 1.5.10

** Changed in: mahara/1.6
Milestone: None => 1.7.1

** Changed in: mahara/1.7
Milestone: None => 1.7.1

** Changed in: mahara/1.6
Milestone: 1.7.1 => 1.6.5

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

Title:
  In Site Administration -> Groups -> Manage groups, the "Manage" label
  doesn't popup

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  New
Status in Mahara 1.6 series:
  New
Status in Mahara 1.7 series:
  New

Bug description:
  Very small interface issue in "Site Administration -> Groups -> Manage
  groups".

  When you move the mouse onto the Manage button, no label explaining
  the action this button make pops up. Whereas it does pop up on the
  "Delete" button.

  Noticed in Mahara 1.5, 1.6 and 1.7RC

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1168617/+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 825311] A change has been merged

2013-04-28 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1396
Committed: 
http://gitorious.org/mahara/mahara/commit/2980d23ed6b173cfed4a5c7bb096a49ada5b9e47
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:master

commit 2980d23ed6b173cfed4a5c7bb096a49ada5b9e47
Author: Stacey Walker 
Date:   Mon Aug 15 09:56:47 2011 +0100

new const for exporting collections and views separately (bug #825311)

Change-Id: I1feebe2f977d76e0c090a725232ad936eafdd851
Signed-off-by: Stacey Walker 

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

Title:
  export doesn't distinguish a 'collections' export from a 'views'
  export

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Would be good if export distinguished whether a user was downloading
  collections or pages.

  Currently, when you export a few pages as HTML you get collection
  information included and displayed on the index page as a standard
  format.  This might be confusing to the user if they weren't expecting
  collection information as well.

  I noticed this issue while trying to implement a PDF export a little
  better as I need the difference clear when creating a table of
  contents for combined page/collection exporting. :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/825311/+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 1173440] Re: updating group fails fatally under certain conditions

2013-04-28 Thread Aaron Wells
Hi Stefan,

Thanks for the patch! :)

Since you know git, please consider pushing your patch into our gerrit
code review system. Instructions are here:
https://wiki.mahara.org/index.php/Developer_Area/Contributing_Code

If you don't want to do that, I'd be happy to push the patch in for you.
I just need to know what name and email to put on the commit's "author"
line.

Cheers,
Aaron

** Tags added: cleanurls

** Changed in: mahara
   Status: New => Triaged

** Changed in: mahara
   Importance: Undecided => 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 Contrib members
https://bugs.launchpad.net/bugs/1173440

Title:
  updating group fails fatally under certain conditions

Status in Mahara ePortfolio:
  Triaged

Bug description:
  General Info:
  --
  - Mahara 1.6.4
  - PostgreSQL 8.4.12
  - PHP 5.3.10
  - RHEL  5.8

  Browser Info:
  ---
  - Chrome 26, Firefox 20 (Win), latest Safari on Mac as well.

  Other:
  
  Mahara is configured with clean-URLs turned on.

  Description:
  --
  Saving a group after editing fails.

  After submitting the "Edit group" form, the user gets thrown to an
  error page. The error message reads:

  Mahara: Site unavailable
  A nonrecoverable error occurred. This probably means you have encountered 
a bug in the system

  Apparently, Mahara is unable to recover from a failed attempt to
  update a record in the database. (please see attached error log).

  This only happens under very specific conditions, and seems to be
  connected to clean URL mode.

  To reproduce:

  1. turn off clean URL mode in the Mahara configuration.
  2. create a two groups (group A and group B). Observe that the "urlid" field 
in these records have NULL values.
  3. turn clean URL mode back on.
  4. open Group A for editing. Make a change, but leave the "Group homepage 
URL" in the input form empty. Hit the "save group" button.
  5. open Group B for editing. Make a change, but leave the  "Group homepage 
URL" in the input form empty as well. "Hit "save group". **error occurs**

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1173440/+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 1171310] Re: Can bypass comment moderation by editing a comment

2013-04-28 Thread Robert Lyon
I have submitted a patch for this bug
https://reviews.mahara.org/#/c/2090/

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

Title:
  Can bypass comment moderation by editing a comment

Status in Mahara ePortfolio:
  Triaged
Status in Mahara 1.5 series:
  New
Status in Mahara 1.6 series:
  New
Status in Mahara 1.7 series:
  New

Bug description:
  A user can make their comments on a page public, even if the page is
  set to require comment moderation, if they create the comment as a
  private comment and then change its status to public while editing it.

  To replicate:

  1. Create a Page for User 1
  2. Make the page accessible to the public, and activate comments & comment 
moderation for the page (this is all under the Sharing tab)
  3. Log in as User 2
  4. Place a comment on the Page, making sure to untick the "Make public" box 
so that the comment is private.
  5. Click the "edit" icon next to the newly created comment.
  6. On the edit page, tick the "Make public" box, and click Save.

  Expected result: The comment's status should be "This comment is
  private | You have requested that this comment be made public"; and it
  shouldn't become public until approved by User 1

  Actual result: The comment becomes public immediately after you click
  Save on the Edit page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1171310/+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 1030304] Re: Not translatable element

2013-04-28 Thread Ralf Hilgenstock
Hi,
I will ask my colleague to update the environment to latest German language 
pack. This week. Then I will check the strings again at 1.6. 
ralf

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

Title:
  Not translatable element

Status in Mahara ePortfolio:
  In Progress

Bug description:
  At http://Mydomain/view/access.php?id=203&new=1
   Edit access -> advanced options -> Allow copies The explanation
  'Check this box if you would like the people who can see your page to be able 
to make their own copies of it, along with any files and folders it contains.' 
is not translatable.

  V: 1.5.2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1030304/+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 946880] Re: Broken html error message for no-reply email setting

2013-04-28 Thread Kristina Hoeppner
** Changed in: mahara
   Status: In Progress => 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/946880

Title:
  Broken html error message for no-reply email setting

Status in Mahara ePortfolio:
  Triaged

Bug description:
  error message when upgrading from 1.4 to 1.5:

  The noreply address setting is either empty or has an invalid email
  address. Please check the configuration in the http://15stable/admin/site/options.php?fs=emailsettings";>site
  options in the email settings.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/946880/+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 1017785] Re: Empty blog should display "No entries yet." and "Add one" link

2013-04-28 Thread Kristina Hoeppner
** Changed in: mahara
   Status: In Progress => 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/1017785

Title:
  Empty blog should display "No entries yet." and "Add one" link

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Version: master

  Assumptions
   - Logged in user has one empty journal.

  Actions
   1. Open the empty journal.

  Expected results
   - Lang string "No entries yet. Add one" with link to create a new entry.

  Actual results
   - string: "0 entries"

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1017785/+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 1017281] Re: The pagination drop down shows when less than 10 entries on the page.

2013-04-28 Thread Kristina Hoeppner
review started at https://reviews.mahara.org/2010

** Changed in: mahara
 Assignee: Christian Tuveve-Aiono (handlethesandal) => (unassigned)

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

Title:
  The pagination drop down shows when less than 10 entries on the page.

Status in Mahara ePortfolio:
  Triaged

Bug description:
  An example is /group/members.php?id=...
  The dropdown should appear when multiple pages are present, if there are less 
than 10 (the default limit), then it should not be present.

  If you change the limit, and there are less than the current limit,
  but more than 10, imho it should be present as you can change it down.

  Another note, it shouldn't really have options for limits above
  current count.

  The old system, /admin/users/search.php
  If there is less than the default of 10, it is not displayed. Not sure about 
functionality of more than 10 but less than something else without more testing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1017281/+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 877225] Re: display of remove from group button overlaps profile

2013-04-28 Thread Kristina Hoeppner
** Changed in: mahara
   Status: In Progress => Triaged

** Changed in: mahara
 Assignee: Christian Tuveve-Aiono (handlethesandal) => (unassigned)

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

Title:
  display of remove from group button overlaps profile

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Fairly minor issue, but thought it worth mentioning as it detracts
  from the 'professional finish' of the platform. The "remove from
  group" administrative button is placed overlying the top of the text
  from group members profile description - see attached image (I've
  blurred user names deliberately).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/877225/+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 1064164] Re: Can't select items in File(s) to download or Image block in Chrome or Safari

2013-04-28 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Incomplete => Invalid

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

Title:
  Can't select items in File(s) to download or Image block in Chrome or
  Safari

Status in Mahara ePortfolio:
  Invalid

Bug description:
  - exact version of Mahara: 1.4.2, 1.4.4
  - operating system: Redhat Linux 5.6
  - database: MySQL 5.0.xx
  - Chrome 22, IE9, FireFox 15, Safari 5

  Can't select items in File(s) to download or Image block in Chrome or
  Safari.

  When a 'File(s) to download' block is dragged down to the page in
  Chrome or Safari, you can navigate to your chosen image, but you
  cannot use the 'Select' button to select the file to add it to
  'File(s) to download'. The same issue occurs with the the 'Image'
  block in that you cannot select your chosen image file.

  Please see attached video, which demonstrates more clearly the
  selection bug in Chrome and Safari browsers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1064164/+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 1100948] Re: When spellchecking a forum post, a stack trace happens

2013-04-28 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => Confirmed

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

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

Title:
  When spellchecking a forum post, a stack trace happens

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  [WAR] 3c (js/tinymce/plugins/spellchecker/config.php:22) Use of undefined 
constant PSPELL_FAST - assumed 'PSPELL_FAST'
  Call stack (most recent first):

  log_message("Use of undefined constant PSPELL_FAST - assumed 'P...", 8, 
true, true, "/home/janicej/code/mahara/htdocs/js/tinymce/plugin...", 22) at 
/home/janicej/code/mahara/htdocs/lib/errors.php:446
  error(8, "Use of undefined constant PSPELL_FAST - assumed 'P...", 
"/home/janicej/code/mahara/htdocs/js/tinymce/plugin...", 22, array(size 53)) at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/config.php:22
  require_once("/home/janicej/code/mahara/htdocs/js/tinymce/plugin...") at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/includes/general.php:15
  require_once("/home/janicej/code/mahara/htdocs/js/tinymce/plugin...") at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/rpc.php:10

  [WAR] 3c (js/tinymce/plugins/spellchecker/config.php:28) Use of undefined 
constant PSPELL_FAST - assumed 'PSPELL_FAST'
  Call stack (most recent first):

  log_message("Use of undefined constant PSPELL_FAST - assumed 'P...", 8, 
true, true, "/home/janicej/code/mahara/htdocs/js/tinymce/plugin...", 28) at 
/home/janicej/code/mahara/htdocs/lib/errors.php:446
  error(8, "Use of undefined constant PSPELL_FAST - assumed 'P...", 
"/home/janicej/code/mahara/htdocs/js/tinymce/plugin...", 28, array(size 53)) at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/config.php:28
  require_once("/home/janicej/code/mahara/htdocs/js/tinymce/plugin...") at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/includes/general.php:15
  require_once("/home/janicej/code/mahara/htdocs/js/tinymce/plugin...") at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/rpc.php:10

  [WAR] 3c (js/tinymce/plugins/spellchecker/classes/utils/JSON.php:351) 
Uninitialized string offset: 55
  Call stack (most recent first):

  log_message("Uninitialized string offset: 55", 8, true, true, 
"/home/janicej/code/mahara/htdocs/js/tinymce/plugin...", 351) at 
/home/janicej/code/mahara/htdocs/lib/errors.php:446
  error(8, "Uninitialized string offset: 55", 
"/home/janicej/code/mahara/htdocs/js/tinymce/plugin...", 351, array(size 0)) at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:351
  Moxiecode_JSONReader->peek() at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:323
  Moxiecode_JSONReader->readAway() at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:126
  Moxiecode_JSONReader->readToken() at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:379
  Moxiecode_JSON->readValue(object(Moxiecode_JSONReader)) at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:369
  
Moxiecode_JSON->decode("{"id":"c0","method":"checkWords","params":["en",["...") 
at /home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/rpc.php:93

  [WAR] 3c (js/tinymce/plugins/spellchecker/classes/utils/JSON.php:339) 
Uninitialized string offset: 55
  Call stack (most recent first):

  log_message("Uninitialized string offset: 55", 8, true, true, 
"/home/janicej/code/mahara/htdocs/js/tinymce/plugin...", 339) at 
/home/janicej/code/mahara/htdocs/lib/errors.php:446
  error(8, "Uninitialized string offset: 55", 
"/home/janicej/code/mahara/htdocs/js/tinymce/plugin...", 339, array(size 1)) at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:339
  Moxiecode_JSONReader->read() at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:90
  Moxiecode_JSONReader->readToken() at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:379
  Moxiecode_JSON->readValue(object(Moxiecode_JSONReader)) at 
/home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:369
  
Moxiecode_JSON->decode("{"id":"c0","method":"checkWords","params":["en",["...") 
at /home/janicej/code/mahara/htdocs/js/tinymce/plugins/spellchecker/rpc.php:93

  [WAR] 3c (js/tinymce/plugins/spellchecker/rpc.php:104) Trying to get property 
of non-object
  Call stack (most recent first):

  log_message("Trying to get property of non-object", 8, true, true, 
"/home/janicej/code/mahara/htdocs/js/tinymce/plugin...", 104) a

[Mahara-contributors] [Bug 1101125] Re: Javascript Ajax Bug in Packed.js - Cannot add items to page

2013-04-28 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => Won't Fix

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

Title:
  Javascript Ajax Bug in Packed.js - Cannot add items to page

Status in Mahara ePortfolio:
  Won't Fix

Bug description:
  Mahara 6.2

  When I try to add content blocks to a page nothing happens and I get
  the following javascript message in chrome

  INFO: MochiKit.Async.XMLHttpRequestError("Request failed")
  Packed.js:1757

  Hope you can help

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1101125/+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 1106512] Re: Account/Activity link doesn't work (Inbox)

2013-04-28 Thread Kristina Hoeppner
Can you please add a "/" at the end of your WWWroot? It missing seems to
cause the problem with the "Done" button. Maybe it also resolves your
other issues. See https://mahara.org/interaction/forum/topic.php?id=5269
for the discussion.

** Changed in: mahara
   Status: New => Incomplete

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

Title:
  Account/Activity link doesn't work (Inbox)

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Version 1.6.2
  When a correct WWWROOT is supplied via the config.php file, most links 
function fine.  However, some links do not.  Most noticably the link to "Inbox" 
from the topright.tpl doesn't seem to work correctly.  It seems to pick a 
hostname different than the other hostnames...  The result is that a user 
clicking on the "Inbox" icon in the upper right menu is prompted to login 
again... There are other buttons that produce incorrect links - briefly tested 
are the "Add Page" - "Done" button --- haven't fully tested all functions...

  Details of configuration:

  Apache 2 using Virtual Hosts.
  SSL enabled.
  Re-write On and all port 80 requests are redirected to 443...
  Enabled Clean Urls.
  Most links function correctly.
  Some links pull the non-virtual hostname rather than the apache configured 
hostname or the config.php wwwroot variable. Using linode for IaaS - this 
results in a "https://linode-xx-.com"; link rather than a 
"https://www.domain.com"; link...

  Everything functions ok, if the user enters login information again at
  the "https://linode..."; linked screen...

  Site seems to function completely normally when the "wwwroot"
  selection is commented out in config.php.

  This may be a non-Mahara issue.  However, since most of the site works
  normally with a correct WWWROOT definition in config.php - I imagine
  there's a missing {$WWWROOT} somewhere - but I couldn't locate it. Or
  maybe some function is pulling the WWWROOT from a different source
  then the rest...

  Again - The site is fully fuctional normally when the WWWROOT is not
  set by config.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1106512/+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 1099811] Re: group files error after upgrade

2013-04-28 Thread Kristina Hoeppner
** Changed in: mahara
   Importance: Undecided => 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 Contrib members
https://bugs.launchpad.net/bugs/1099811

Title:
  group files error after upgrade

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Hi,
  I upgraded to Mahara 1.6.2 on two sites. When upgrading both sites I had to 
alter the database to remove a latin1 collation somewhere in the tables, as 
outlined here - https://mahara.org/interaction/forum/topic.php?id=1770 The 
upgrade then ran and appeared to work, but I discovered a couple of closely 
related issues. In the first site I'm getting an error whenever any user tries 
to add a file to a page within a group (see screenshot). In the second test 
site the Files tab in groups is missing completely.

  My best guess is that a table or index has either been corrupted or
  was missed from the upgrade - but I'm stumped about how to proceed in
  fixing this. Any suggestions would be welcome. The page not found
  issue is the priority.

  Thanks, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1099811/+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 1111357] Re: Anonymous forum posting

2013-04-28 Thread Kristina Hoeppner
Another use case: performance appraisal by a committee so they can give
feedback, but it is not revealed who the feedback came from. We already
have the function to hide group members for that reason.

** Changed in: mahara
   Status: New => Confirmed

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

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

Title:
  Anonymous forum posting

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  New Feature Request
  Provide an option within group forums for the adminstrator to set a forum as 
anonymous so that user id isn't pulled through to display on the forum.

  Use case - for support groups where users may be put off asking for
  help if others can see who they are. This would cover a range of
  scenarios, from technical support (eg user doesn't know how to do
  basic computing tasks) through to personal / confidential areas such
  as disability support, gay/lesbian student society, or groups for
  topics such as stress management. Having the option of anonymous
  posting would enable users to ask questions and receive answers in
  confidence.

  May want to consider an optional setting within anonymous forum where
  only forum moderators are allowed to reply to a message - as well as
  having option for anyone to reply or post.

  Regards, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/357/+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 1112546] Re: Post timeout countdown display

2013-04-28 Thread Kristina Hoeppner
Hi Gordon,

The auto-save feature request is at bug #731643.

Cheers
Kristina


** Changed in: mahara
   Status: New => Confirmed

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

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

Title:
  Post timeout countdown display

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  New Feature Request

  Hi, one of the most common complaints from our users is that they
  spend time writing long journal entries only to have the work lost
  when they try to post - reason is that they've exceeded the inactive
  timeout period, in our case 70 minutes. I've spent a couple of years
  trying to get them to adopt a best practice of 'short but often', and
  the dashboard of our site specifically states in large bold letters to
  save journal entries within an hour or you will lose the work.
  Unfortunately they are used to MS Word with autosave feature and many
  users don't get the difference between that and a web based resource.

  Would it be possible to add a small widget/block to the interface with
  a 'countdown' clock that pulls it's base value from the site timeout
  setting, and resets whenever the user clicks a button, etc to let
  Mahara know they are still active? This could be made even more
  obvious if the block flashed or turned red within 5 minutes of timing
  out to remind the user to save their work immediately.

  An alternative - though perhaps more draconian - solution might be to
  auto-force a 'save as draft' of the current post if the user is within
  1 minute of timing out.

  Regards, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1112546/+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 1114790] Re: masqueradingreasonrequireddescription string is misleading about settings

2013-04-28 Thread Kristina Hoeppner
https://reviews.mahara.org/2089

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

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

** Changed in: mahara
 Assignee: (unassigned) => Kristina Hoeppner (kris-hoeppner)

** Changed in: mahara
Milestone: None => 1.8.0rc1

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

Title:
  masqueradingreasonrequireddescription string is misleading about
  settings

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The wording of the masqueradingreasonrequireddescription string
  implies that checking the box will result in the masquerading being
  logged. However checking the box does not independently cause logging
  to the database.

  One must also set the masquerading level in the final fieldset of the
  site options page. Therefore, that string is incorrect.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1114790/+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