[Mahara-contributors] [Bug 996172] Re: No unique directory for exporting multiple pages written in Japanese

2012-05-10 Thread Richard Mansfield
I think this should really be high priority, it sounds like it makes
html export useless in Japanese and probably lots of other languages.

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

** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  No unique directory for exporting multiple pages written in Japanese

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When exporting multiple pages with "Standalone HTML web site" option,
  Mahara tries to write all pages, whose titles are written in Japanese,
  to same directory named "-".  As a result, just one page was
  successfully exported and all other pages were not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/996172/+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 992930] Re: When an image artefact isn't present in the database, getimagesize is called on a directory

2012-05-10 Thread Hugh Davenport
** Tags removed: patch

** Patch removed: "thumbimage.patch"
   
https://bugs.launchpad.net/mahara/+bug/992930/+attachment/3124028/+files/thumbimage.patch

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

Title:
  When an image artefact isn't present in the database, getimagesize is
  called on a directory

Status in Mahara ePortfolio:
  In Progress

Bug description:
  in /thumb.php, line 75, a call to get_dataroot_image with the fileid argument 
as the result of get_field.
  If the database doesn't contain this entry, then get_field will return false.

  in /lib/file.php, line 478 (get_dataroot_image), the $id argument is assumed 
to be an int, and the variable
  $originalimage is created using this variable, which results in a directory 
path instead of a filename if $id==false.
  On line 525, the $originalimage variable is used in a call to getimagesize, 
which stalls a bit, then throws the following:
  "PHP Notice:  getimagesize(): Read error!" and outputs a stacktrace to the 
error log.

  This bug resulted in severely increased load on a clients 1.2
  instance, which made their webserver unusable. This bug is also
  present on 1.5. A patch is attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/992930/+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 914019] Re: The language chooser drop down should honor Accept-Language

2012-05-10 Thread Hugh Davenport
** Tags removed: i18n
** Tags added: translations

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

Title:
  The language chooser drop down should honor Accept-Language

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Browsers send an Accept-Language header in every HTTP request based on
  the user's language preferences.

  When more than one language is installed in Mahara, we display a
  language chooser.

  We should default to the first language listed in Accept-Language
  (ignoring languages listed there for which no langpack is installed).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/914019/+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 962586] Re: The group deletion notification to contain the name of the person deleting it

2012-05-10 Thread Hugh Davenport
** Tags removed: group
** Tags added: groups

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

Title:
  The group deletion notification to contain the name of the person
  deleting it

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Mahara 1.5

  The notification about the deletion of a group should contain the name
  (and a link to their profile page) of the person deleting the group.
  Otherwise, it is impossible to follow up or know who deleted the
  group.

  It is true that group content cannot be recovered (except from a
  backup), but at least group members would know who undertook the
  action instead of asking a site admin who doesn't know either.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/962586/+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 995761] Re: Use the same paginator throughout

2012-05-10 Thread Hugh Davenport
** Changed in: mahara
   Status: New => Triaged

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

** Changed in: mahara
Milestone: None => 1.6.0

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

Title:
  Use the same paginator throughout

Status in Mahara ePortfolio:
  Triaged

Bug description:
  The same paginator should be used wherever possible. For Mahara 1.5 a
  new algorithm was used to produce the steps in the paginator, e.g. for
  /admin/users/search.php

  For example on /group/members.php the old paginator is still used.

  This should be unified to the new paginator wherever a paginator
  appears.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/995761/+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 992905] Re: Paginate forum posts in a topic

2012-05-10 Thread Hugh Davenport
** Tags removed: forum
** Tags added: forums

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

Title:
  Paginate forum posts in a topic

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When forum topics get too long, the system runs out of memory.
  Therefore, forum posts within a topic should be paginated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/992905/+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 996172] Re: No unique directory for exporting multiple pages written in Japanese

2012-05-10 Thread Hugh Davenport
** Tags added: translations

** 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.
https://bugs.launchpad.net/bugs/996172

Title:
  No unique directory for exporting multiple pages written in Japanese

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When exporting multiple pages with "Standalone HTML web site" option,
  Mahara tries to write all pages, whose titles are written in Japanese,
  to same directory named "-".  As a result, just one page was
  successfully exported and all other pages were not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/996172/+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 996337] Re: Forum post delay setting only sticks after you clicked "Save"

2012-05-10 Thread Hugh Davenport
** Changed in: mahara
   Status: New => Triaged

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

** Tags added: bite-sized

** Tags removed: forum
** Tags added: forums

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

Title:
  Forum post delay setting only sticks after you clicked "Save"

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When you have a fresh install of Mahara (tested it on a 1.5 and a
  master), the forum post delay setting which defaults to 30 minutes is
  not taken into consideration when you post a forum message.

  Only when you go into the plugin itself
  /admin/extensions/pluginconfig.php?plugintype=interaction&pluginname=forum
  and click "Save" will it be used.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/996337/+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 996799] Re: Editor too wide for fixed-width theme in Firefox on Ubuntu

2012-05-10 Thread Hugh Davenport
** Tags added: theming

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

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

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

Title:
  Editor too wide for fixed-width theme in Firefox on Ubuntu

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Mahara 1.5, e.g. the Primary School theme
  Firefox 12 (but also earlier version)
  Ubuntu 11.04

  In Firefox on Ubuntu, the tinyMCE editor window is too wide for a
  fixed-width theme. It's fine in other browsers including Firefox in
  another operating system.

  cf. https://skitch.com/anitsirk/824e8/editor-window

  Maybe all it takes to take out the width of the editor?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/996799/+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 997555] Re: Remote avatar cannot be selected in the profile info block

2012-05-10 Thread Hugh Davenport
** Tags added: profileicon

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

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

Title:
  Remote avatar cannot be selected in the profile info block

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When a user has a remote avatar, e.g. Gravatar, as profile picture and
  no other one uploaded on the site, this remote avatar cannot be
  selected in the profile info block. Mahara just says "You have no
  profile pictures. Upload one". It would be good to be able to select
  the remote avatar to be displayed if that is possible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/997555/+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 993121] Re: Show group quota in admin area

2012-05-10 Thread Hugh Davenport
** Changed in: mahara
   Status: New => Triaged

** Tags removed: group
** Tags added: groups

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

Title:
  Show group quota in admin area

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Groups have file quotas from Mahara 1.5 on. It would be good to show
  the quota as well as the actual usage in the admin area in the groups
  section so the admins can monitor that without having to log in as a
  group admin in order to check this.

  This is similar to bug 909831 where the used user file quota is now
  shown in the admin area as well.

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

2012-05-10 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1205
Committed: 
http://gitorious.org/mahara/mahara/commit/970186cb0f5e5ea5af03be528039a95ba1a837de
Submitter: Hugh Davenport (h...@catalyst.net.nz)
Branch:master

commit 970186cb0f5e5ea5af03be528039a95ba1a837de
Author: Richard Mansfield 
Date:   Thu May 10 11:04:39 2012 +1200

Don't run pluralrule string through sprintf (bug #996987)

The pluralrule string is used to generate plural forms in javascript,
so % signs should not be replaced.  Using get_raw_string rather than
get_string reads the string as-is, without running it through sprintf.

Change-Id: I709b8ef623cdc4df24828866dc62dd229107ef60
Signed-off-by: Richard Mansfield 

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

Title:
  sprintf function problems with pluralrule

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  sprintf function, used by smarty has problems with pluralrule which
  contains percent (%) sign.

  I've used quite some time to find out that I need to use double
  percent sign to make this work.

  If pluralrule string is translated via launchpad Mahara Translations,
  than there should be note, warning people of that, but if it is
  created programmatically than single percent signs in pluralrule
  string should be replaced with dobule percent signs.

  This musn't be confused with the string that appears in plural
  function though!!!

  'Original' string (for Slovenian) as it appears in Launchpad Slovenian 
Language Details page 
(https://translations.launchpad.net/mahara-lang/trunk/+pots/mahara/sl/+details)
  $string['pluralrule'] = '(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 
? 3 : 0)';

  'Corrected' string (single % replaced with double %% - which sprintf can 
"digest")
  $string['pluralrule'] = '(n%%100==1 ? 1 : n%%100==2 ? 2 : n%%100==3 || 
n%%100==4 ? 3 : 0)';

  AFAIK the affected languages could be:
  - Arabic
  - Croatian
  - Romanian
  - Russian
  - Slovenian

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

2012-05-10 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1204
Committed: 
http://gitorious.org/mahara/mahara/commit/21e485836870940a9b0435038995c6caec862401
Submitter: Hugh Davenport (h...@catalyst.net.nz)
Branch:1.5_STABLE

commit 21e485836870940a9b0435038995c6caec862401
Author: Richard Mansfield 
Date:   Thu May 10 11:04:39 2012 +1200

Don't run pluralrule string through sprintf (bug #996987)

The pluralrule string is used to generate plural forms in javascript,
so % signs should not be replaced.  Using get_raw_string rather than
get_string reads the string as-is, without running it through sprintf.

Change-Id: I709b8ef623cdc4df24828866dc62dd229107ef60
Signed-off-by: Richard Mansfield 

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

Title:
  sprintf function problems with pluralrule

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  sprintf function, used by smarty has problems with pluralrule which
  contains percent (%) sign.

  I've used quite some time to find out that I need to use double
  percent sign to make this work.

  If pluralrule string is translated via launchpad Mahara Translations,
  than there should be note, warning people of that, but if it is
  created programmatically than single percent signs in pluralrule
  string should be replaced with dobule percent signs.

  This musn't be confused with the string that appears in plural
  function though!!!

  'Original' string (for Slovenian) as it appears in Launchpad Slovenian 
Language Details page 
(https://translations.launchpad.net/mahara-lang/trunk/+pots/mahara/sl/+details)
  $string['pluralrule'] = '(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 
? 3 : 0)';

  'Corrected' string (single % replaced with double %% - which sprintf can 
"digest")
  $string['pluralrule'] = '(n%%100==1 ? 1 : n%%100==2 ? 2 : n%%100==3 || 
n%%100==4 ? 3 : 0)';

  AFAIK the affected languages could be:
  - Arabic
  - Croatian
  - Romanian
  - Russian
  - Slovenian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/996987/+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 996987] Re: sprintf function problems with pluralrule

2012-05-10 Thread Hugh Davenport
** 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/996987

Title:
  sprintf function problems with pluralrule

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  sprintf function, used by smarty has problems with pluralrule which
  contains percent (%) sign.

  I've used quite some time to find out that I need to use double
  percent sign to make this work.

  If pluralrule string is translated via launchpad Mahara Translations,
  than there should be note, warning people of that, but if it is
  created programmatically than single percent signs in pluralrule
  string should be replaced with dobule percent signs.

  This musn't be confused with the string that appears in plural
  function though!!!

  'Original' string (for Slovenian) as it appears in Launchpad Slovenian 
Language Details page 
(https://translations.launchpad.net/mahara-lang/trunk/+pots/mahara/sl/+details)
  $string['pluralrule'] = '(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 
? 3 : 0)';

  'Corrected' string (single % replaced with double %% - which sprintf can 
"digest")
  $string['pluralrule'] = '(n%%100==1 ? 1 : n%%100==2 ? 2 : n%%100==3 || 
n%%100==4 ? 3 : 0)';

  AFAIK the affected languages could be:
  - Arabic
  - Croatian
  - Romanian
  - Russian
  - Slovenian

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


Re: [Mahara-contributors] [Bug 994339] Re: Wishlist: Ability to categorise publications and books for academic portfolios

2012-05-10 Thread shanen
Hi Kristina,
Thanks very much - the Zotero output is perfect.
It's a shame Endnote (including Endnote Web) cannot output an HTML file.
My colleague will need to maintain in Endnote and import/export from
Zotero when needing to update her portfolio. For now anyway, until Endnote
wakes up to the fact that we shouldn't need a bib application to view this
stuff.
Cheers,
Shane.

On 6/05/12 2:34 PM, "Kristina Hoeppner" <994...@bugs.launchpad.net>
wrote:

>Hello Shane,
>
>Some time ago when I was at the University of Luxembourg, I put forward
>a similar wishlist item to expand the bibliography feature as it is very
>basic in Mahara. You can read the updated file at
>https://mahara.org/view/view.php?id=2906 under "My Glossaries and My
>Bibliographies" (yes, back then everything still had the "my" ;-) ).
>
>In the end we did not pursue that further for a few reasons among them
>being that Mahara was not a bibliography tool and was missing some
>crucial features to become one. There are other tools out there that
>would do it much better. As you can see from the suggestions, a HTML
>page that can be viewed directly in Mahara could be generated, e.g. from
>Zotero and then replaced whenever a new item was added. Alternatively, a
>Zotero RSS feed could be used. The output these days is much better than
>it was back in 2009. If you haven't published your entire Zotero library
>publicly, you can create an API key and append that to the RSS feed URL
>you get for a collection and thus get a functioning RSS feed (cf.
>http://forums.zotero.org/discussion/21954 ).
>
>The advantage of creating a HTML page from a bibliography program is
>that you have the correct bibliographic record where as Mahara doesn't
>do that. The advantage of a Zotero feed is that the latest items are
>always shown.
>
>Would that be a possibility for you and you colleagues?
>
>Cheers
>Kristina
>
>
>** Bug watch added: mahara.org/view/ #2906
>   http://mahara.org/view/view.php?id=2906
>
>-- 
>You received this bug notification because you are subscribed to the bug
>report.
>https://bugs.launchpad.net/bugs/994339
>
>Title:
>  Wishlist: Ability to categorise publications and books for academic
>  portfolios
>
>Status in Mahara ePortfolio:
>  New
>
>Bug description:
>  Currently all "Publications and Books" in the resume section are
>  lumped together in chronological order. I am introducing an academic
>  colleague  to Mahara and she is trying to setup her CV using the
>  Resume tool. She would like to categorise publications because a book
>  chapter represents a different value or weighting than a research
>  paper.  Colleagues looking at the CV would want to see the different
>  publication types separated into categories.
>
>  If the portfolio user is free to created their own categories it may
>  save some work implementing this feature.
>
>  Thanks.
>
>  Mahara 1.5.0
>
>To manage notifications about this bug go to:
>https://bugs.launchpad.net/mahara/+bug/994339/+subscriptions

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

Title:
  Wishlist: Ability to categorise publications and books for academic
  portfolios

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Currently all "Publications and Books" in the resume section are
  lumped together in chronological order. I am introducing an academic
  colleague  to Mahara and she is trying to setup her CV using the
  Resume tool. She would like to categorise publications because a book
  chapter represents a different value or weighting than a research
  paper.  Colleagues looking at the CV would want to see the different
  publication types separated into categories.

  If the portfolio user is free to created their own categories it may
  save some work implementing this feature.

  Thanks.

  Mahara 1.5.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/994339/+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 997834] [NEW] Add pieform element for multiple text fields

2012-05-10 Thread Richard Mansfield
Public bug reported:

Sometimes we may want a user to enter multiple text fields, without
specifying how many.  This will initially be useful for collecting
multiple mobile upload tokens for users with more than one device, but
should be general purpose.

See the discussion at
https://mahara.org/interaction/forum/topic.php?id=3706

** Affects: mahara
 Importance: Wishlist
 Assignee: Richard Mansfield (richard-mansfield)
 Status: 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/997834

Title:
  Add pieform element for multiple text fields

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Sometimes we may want a user to enter multiple text fields, without
  specifying how many.  This will initially be useful for collecting
  multiple mobile upload tokens for users with more than one device, but
  should be general purpose.

  See the discussion at
  https://mahara.org/interaction/forum/topic.php?id=3706

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/997834/+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 986005] Re: If a user has an authentication method of BrowserID in an institution they are not a member of then their login fails

2012-05-10 Thread Hugh Davenport
Original problem can be solved by having the "No institution" contain a
browserid auth method

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

** Changed in: mahara
 Assignee: Hugh Davenport (hugh-catalyst) => (unassigned)

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

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

Title:
  If a user has an authentication method of BrowserID in an institution
  they are not a member of then their login fails

Status in Mahara ePortfolio:
  Invalid

Bug description:
  This only happens if "No Institution" (or any other institutions the
  user is a member of) has no BrowserID authentication method.

  This is a problem with the new registration method in bug #986004,
  where the user still needs to be approved by the administrator even
  though they have a mahara account. They won't be able to login with
  this account, even when the administrator declines their request to
  join.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/986005/+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 971132] Re: Adding user to institution slow

2012-05-10 Thread Hugh Davenport
** Changed in: mahara
   Status: Incomplete => Invalid

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

Title:
  Adding user to institution slow

Status in Mahara ePortfolio:
  Invalid

Bug description:
  RC1.5
  Adding a user to an institution here admin/users/edit.php?id=X is very slow 
and produces no success message. Checking with a second browser confirms that 
the user is added to the institution very quickly, even while the first browser 
is still spinning (usually 2 minutes or so). Not sure if a bug but don't think 
its a poorly configured server either.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/971132/+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 997555] [NEW] Remote avatar cannot be selected in the profile info block

2012-05-10 Thread Kristina Hoeppner
Public bug reported:

When a user has a remote avatar, e.g. Gravatar, as profile picture and
no other one uploaded on the site, this remote avatar cannot be selected
in the profile info block. Mahara just says "You have no profile
pictures. Upload one". It would be good to be able to select the remote
avatar to be displayed if that is possible.

** Affects: mahara
 Importance: Wishlist
 Status: New

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

Title:
  Remote avatar cannot be selected in the profile info block

Status in Mahara ePortfolio:
  New

Bug description:
  When a user has a remote avatar, e.g. Gravatar, as profile picture and
  no other one uploaded on the site, this remote avatar cannot be
  selected in the profile info block. Mahara just says "You have no
  profile pictures. Upload one". It would be good to be able to select
  the remote avatar to be displayed if that is possible.

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