[Mahara-contributors] [Bug 929559] Re: Get reports for a user doesn't work

2012-02-12 Thread François Marier
** Changed in: mahara
Milestone: 1.5.0 = None

** Changed in: mahara
 Assignee: Richard Mansfield (richard-mansfield) = (unassigned)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/929559

Title:
  Get reports for a user doesn't work

Status in Mahara ePortfolio:
  Invalid

Bug description:
  Mahara 1.5dev

  After having searched for users and selected one or some, clicking on
  Get Reports does nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/929559/+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 929499] Re: Request for a wider range of sources in the file picker

2012-02-12 Thread François Marier
** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
   Importance: Undecided = Wishlist

** Tags added: repositories

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/929499

Title:
  Request for a wider range of sources in the file picker

Status in Mahara ePortfolio:
  Triaged

Bug description:
  This is a feature request

  Despite we can't import file from an iPad, because, there is no user
  files or folders access on iOS 5,  we could nevertheless imagine a way
  to import file and further more improve access to personal documents
  to user regardless the platform they are using.

  For example, in Moodle 2, it is also not possible to import directly a
  file from the iPad though, we can, through the file picker and the
  plugins access to repositories outside the iPad, such as DropBox or
  Boxnet.

  Giving Mahara the ability, as Moodle, to access external repositories
  may improve the user experience in giving him access to their files
  regardless of the platform they are using.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/929499/+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 823048] Re: Uploading new users via CSV gives generic error message

2012-02-12 Thread Richard Mansfield
** Changed in: mahara
 Assignee: (unassigned) = Richard Mansfield (richard-mansfield)

** Changed in: mahara
Milestone: None = 1.5.0

** Changed in: mahara
   Status: Triaged = In Progress

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/823048

Title:
  Uploading new users via CSV gives generic error message

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When you attempt to upload a lot of users via CSV and the upload is
  not made, you only receive a generic error message that doesn't give
  you the reason why the upload failed. When a certain server limit is
  reached, in some cases 100 users, the upload doesn't proceed so that
  the process does not take up all the processing power. The admin
  should be made aware of that and the error message should be more
  specific.

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

2012-02-12 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/870
Committed: 
http://gitorious.org/mahara/mahara/commit/4b3117e421cea1252d2c36d9104d16abb37237e4
Submitter: Richard Mansfield (richa...@mahara.org)
Branch:master

commit 4b3117e421cea1252d2c36d9104d16abb37237e4
Author: Richard Mansfield richard.mansfi...@catalyst.net.nz
Date:   Tue Nov 15 11:04:30 2011 +1300

Add column for unread message counts to the usr table (bug #854403)

The unread message counts are expensive to query in postgres when
notification_internal_activity gets big.  This results in very slow
logins (the first time the query is run).  This patch adds a new
column for each user to store the unread message count.

The counts are updated using a trigger on insert, update and delete
of the notification_internal_activity table.

Change-Id: Ifb24c6892567658584f45825437bb7a8f20cc310
Signed-off-by: Richard Mansfield richard.mansfi...@catalyst.net.nz

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/854403

Title:
  Unread notification count is too slow

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Fetching the count of unread notifications to sit next to the envelope
  in the header is expensive on postgres, because
  notification_internal_activity is the biggest table.  It's also rather
  unnecessary, so we should add an option to remove the count, and at
  the same time use a different envelope icon whenever the user has more
  than one unread notification.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/854403/+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 854403] Re: Unread notification count is too slow

2012-02-12 Thread Richard Mansfield
Rather than removing the unread message count from the header, these
patches keep track of that number along with each user, so displaying
the count should be faster.

** Summary changed:

- Remove unread notification count from top right header
+ Unread notification count is too slow

** 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/854403

Title:
  Unread notification count is too slow

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Fetching the count of unread notifications to sit next to the envelope
  in the header is expensive on postgres, because
  notification_internal_activity is the biggest table.  It's also rather
  unnecessary, so we should add an option to remove the count, and at
  the same time use a different envelope icon whenever the user has more
  than one unread notification.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/854403/+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 813203] Re: Moodle 2.0 to Mahara 1.4.0 Export Error

2012-02-12 Thread Richard Mansfield
Hi Chris,

I've just tried to reproduce this without success - exporting of forum
posts and file assignments worked fine for me (from Moodle 2.1 to Mahara
1.4).

It might be a bug or misconfiguration on the Moodle side - that's where
the message error: Invalid call to get_sha1_file - either single or
multifiles must be set happens.  Is there any other information you can
give us that might help in reproducing this error?

R.

** Changed in: mahara
   Status: Triaged = Incomplete

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/813203

Title:
  Moodle 2.0 to Mahara 1.4.0 Export Error

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  I have peer networked Moodle and Mahara successfully for SSO. When
  attempting to export content to the portfolio I receive the following
  errors:

  Forum export-

  Failed to start communication with remote server: remote server error: code: 
, message: Files receieved did not exactly match what was in the manifestERROR 
4:
  4: remote server error: code: , message: Files receieved did not exactly 
match what was in the manifest

  File export-

  Failed to start communication with remote server: remote server error: code: 
, message: Files receieved did not exactly match what was in the manifestERROR 
4:
  4: remote server error: code: , message: Files receieved did not exactly 
match what was in the manifest

  I am using MySQL on a hosted Linux solution. The test has failed in
  Firefox 3.6

  Any help in resolving this issue would be much appreciated.

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