[Mahara-contributors] [Bug 826453] Re: Code to delete session id on logout is not triggered

2011-08-17 Thread Richard Mansfield
This is not actually fixed, I created this so we don't forget about it
before 1.5.

I merged a commit from Brian King into 1.4, but it needs to be fixed on
master in a different way.  This is the comment from gerrit:

For master I think we should do it differently because currently that
entire if statement is pointless: it's trying to delete a record of the
user's session id from usr_session on logout, but because ddl is almost
never included, it's going to skip it 99% of the time.

** Changed in: mahara
   Status: Fix Committed => Confirmed

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

Title:
  Code to delete session id on logout is not triggered

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  See https://reviews.mahara.org/#change,573

  As Brian King noted, there is a bug in the $USER->logout() function
  that calls table_exists on a string rather than an XMLDBTable object.

  What's worse is that this code in logout() doesn't really serve any
  useful purpose.  It is trying to delete a record of the user's session
  id when the user logs out, but because most of the time ddl.php is not
  included at this point, it won't be triggered.  We should either
  include ddl.php explicitly, so it succeeds, or else maybe remove that
  code altogether.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/826453/+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 692953] Re: XMLRPC automatic user creation and password recovery issue

2011-08-17 Thread François Marier
** Changed in: mahara
Milestone: None => 1.4.0

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  XMLRPC automatic user creation and password recovery issue

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Something to think about. The use case is:

  1. Create user in moodle that would have the similar username and email to 
the one that already exists in Mahara (ensure "we auto-create the user" is set 
in XMLRPC settings). Say, we created user "test1".
  2. Login to Mahara from Moodle, the new user with amended username will be 
created (test11). At this point we have two different usernames with the same 
email in Mahara.
  3. Now, if original test1 forgot a password, (s)he will only be able to use 
username-based recovery in "Lost username/password", entering email will ends 
with error "The email address or username you entered doesn't match any users 
for this site".

  The easiest way is probably ensuring that password recovery can be
  requested for internal users only.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/692953/+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 617117] Re: Use templates for admin site menu and group categories pages

2011-08-17 Thread François Marier
** Changed in: mahara
 Assignee: (unassigned) => Hugh Davenport (hugh-catalyst)

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

Title:
  Use templates for admin site menu and group categories pages

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  For easy theming and accessibility, rewrite the admin site menu and
  group categories pages to generate html using templates rather than
  the Mochikit DOM functions.  Low priority because they are admin-only
  pages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/617117/+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 828445] Re: Upgrade Tinymce to latest version 3.4.4

2011-08-17 Thread François Marier
** 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/828445

Title:
  Upgrade Tinymce to latest version 3.4.4

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Update current version of tiny-mce to latest version 3.4.4 on master.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/828445/+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 826649] Re: Add group shortnames to manually created groups

2011-08-17 Thread François Marier
Marking this bug "incomplete" as a reminder that it needs to be fleshed
out more before we can resolve it.

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

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

Title:
  Add group shortnames to manually created groups

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  In Mahara 1.5 groups can be created via a CSV file and associated with
  an institution. Often, however, groups can be created manually, but a
  CSV upload of the members may be preferred. Thus, it would be good if
  manually created groups could also have a short name (that is also
  displayed to the admin) so that members can be added via CSV.

  This wishlist item needs a bit more thinking because the CSV feature
  allows institution admins to create groups that are associated with
  their institution (though it doesn't do anything with that information
  yet, I think) but not on a site level. Furthermore, if groups already
  exist, they would need to be assigned a short name. And then who can
  add members as they are not associated with an institution yet?

  Furthermore, the CSV upload is also only beneficial if users don't
  change their user names. An admin must be aware of that or his upload
  may not work most of the time. Thus, user names should be locked.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/826649/+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 827035] Re: Extend Gloster filter to allow for edu.glogster.com

2011-08-17 Thread François Marier
** Changed in: mahara
   Status: In Progress => Fix Released

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

Title:
  Extend Gloster filter to allow for edu.glogster.com

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  affects master

  Glogster support is available for http://mynickname.glogster.com/...
  That excludes any glogs created on educational accounts that have the
  URL http://mynickname.edu.glogster.com

  Can you please append the filter to allow for edu.glogster?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/827035/+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 826453] Re: Code to delete session id on logout is not triggered

2011-08-17 Thread François Marier
** Changed in: mahara
   Status: Confirmed => Fix Committed

** Changed in: mahara
 Assignee: (unassigned) => Richard Mansfield (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/826453

Title:
  Code to delete session id on logout is not triggered

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  See https://reviews.mahara.org/#change,573

  As Brian King noted, there is a bug in the $USER->logout() function
  that calls table_exists on a string rather than an XMLDBTable object.

  What's worse is that this code in logout() doesn't really serve any
  useful purpose.  It is trying to delete a record of the user's session
  id when the user logs out, but because most of the time ddl.php is not
  included at this point, it won't be triggered.  We should either
  include ddl.php explicitly, so it succeeds, or else maybe remove that
  code altogether.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/826453/+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 826291] Re: some messages from greek interface appear in english

2011-08-17 Thread François Marier
Hi Yannis,

The first thing you should check is whether or not the version of the
Greek language pack you have matches the version of Mahara you have
installed:

  http://langpacks.mahara.org/

I see that you are part of the translation group on Launchpad and that
the Greek translation is very close to being complete:

  https://translations.launchpad.net/mahara-
lang/trunk/+pots/mahara/el/+translate

If you find strings that are translated in Launchpad but still appear in
English (and you have an up-to-date language pack), then please let us
know what these strings are and we'll try to see whether we may have
left untranslatable strings in Mahara.

Thanks!

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

Title:
  some messages from greek interface appear in english

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  I've noticed that when I select the Greek as the main language of the
  site or of the user, some messages remain in English.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/826291/+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] Re: export doesn't distinguish a 'collections' export from a 'views' export

2011-08-17 Thread François Marier
** Changed in: mahara
   Importance: Undecided => Wishlist

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

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

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

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

Status in Mahara ePortfolio:
  Triaged

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 825595] Re: List your friends on the "Share page" for being able to select them more easily

2011-08-17 Thread François Marier
** 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/825595

Title:
  List your friends on the "Share page" for being able to select them
  more easily

Status in Mahara ePortfolio:
  Triaged

Bug description:
  If you don't want to share a page with all your friends but just a
  select few, it is not possible to find them quickly, but you need to
  go through the regular user search. It would be better if the friends
  were listed so that they can be chosen.

  One possibility would be to include a third drop-down option in the
  "Share with other users and groups" search field: "friends" -> when
  you don't enter a name, all friends will be displayed (paginated) or
  you can only search within your friends.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/825595/+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 826291] Re: some messages from greek interface appear in english

2011-08-17 Thread François Marier
** Changed in: mahara
   Status: New => Incomplete

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

Title:
  some messages from greek interface appear in english

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  I've noticed that when I select the Greek as the main language of the
  site or of the user, some messages remain in English.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/826291/+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 824162] Re: "New activity on your watchlist" as subject in Mahara inbox is too generic

2011-08-17 Thread François Marier
** 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/824162

Title:
  "New activity on your watchlist" as subject in Mahara inbox is too
  generic

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When you look at the activity "Watchlist" in the Mahara inbox, you
  have to click on each line item to find out on which page an activity
  happened. It would be better if the title of the page being watched
  and the name of the author were displayed in the subject as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/824162/+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 823797] Re: 500 error on friend requests

2011-08-17 Thread François Marier
We should improve the error message to mention the fact that mail
settings are broken.

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

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

Title:
  500 error on friend requests

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When clicking on the request friendship button on the 
user/requestfriendship.php page it seems to time out and produce a 500 error.
  The request still seems to be processed but the next page doesn't load.
  I have tested this in Chrome and IE.
  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/823797/+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 736665] Re: text box as artefact

2011-08-17 Thread François Marier
https://reviews.mahara.org/#q,status:open+project:mahara+branch:master+topic
:reusable-textbox,n,z

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

Title:
  text box as artefact

Status in Mahara ePortfolio:
  In Progress

Bug description:
  result from the discussion at
  http://mahara.org/interaction/forum/topic.php?id=3080 and previous
  talk between Richard Mansfield and me

  Currently, the text box is only available in one view and it is not
  re-usable. It would be good to use it in multiple views like other
  artefacts and to be able to comment on it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/736665/+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 824519] Re: Make default video size of internalmedia configurable

2011-08-17 Thread François Marier
https://reviews.mahara.org/#change,579

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

Title:
  Make default video size of internalmedia configurable

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The default video size of 300x300 is probably not ideal -- who wants a square 
video.
  We should at the very least change this to something more realistic 
(320x240), but perhaps make it a configurable option for the artefact/file 
plugin's internalmedia blocktype

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/824519/+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 800025] Re: Placing feedback crashes with Call to undefined function group_get_default_artefact_permissions

2011-08-17 Thread François Marier
I guess we may as well apply Nigel's fix.

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

** Changed in: mahara
Milestone: 1.4.1 => 1.5.0

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

Title:
  Placing feedback crashes with Call to undefined function
  group_get_default_artefact_permissions

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Mahara 1.3.6.

  When logged in as the site administrator, and trying to place some
  feedback on a group view that they owned. No file was uploaded, and
  just the word 'Test' was entered into the feedback box.

  Upon submission, I got this in the logs:
  PHP Fatal error:  Call to undefined function 
group_get_default_artefact_permissions() in 
/var/www/ewiesion.com/mahara/artefact/lib.php on line 834

  Adding a require_once('group.php') at the top of artefact/lib.php
  fixed the issue.

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

2011-08-17 Thread François Marier
Also, there is no real reason why this has to take heaps of memory. We
should ideally make this scale.

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

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

Title:
  Uploading new users via CSV gives generic error message

Status in Mahara ePortfolio:
  Triaged

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 676727] Re: Posting on my wall throws errors

2011-08-17 Thread François Marier
** Also affects: mahara/1.5
   Importance: Undecided
   Status: New

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

** Changed in: mahara/1.5
   Importance: Undecided => Medium

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

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

Title:
  Posting on my wall throws errors

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.5 series:
  Confirmed

Bug description:
  Hi I just posted on my wall the text:  "I am  posting on my wall" then
  proceeded to click on the save button. I got the following:

  1: A message that: the "Post added successfully"

  2: An error that: the "Mahara: Master Branch: Site unavailable
  A nonrecoverable error occured. This probably means you have encountered a 
bug in the system

  3: I then pressed the back button to check my wall the text:  "I am
  posting on my wall" was still in the text field and nothing had been
  posted

  Mahara Master Dev

  On Windows &  Linux

  Postgres

  IE8 & FF3

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/676727/+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 823593] Re: Site admin should always search all users

2011-08-17 Thread François Marier
** Changed in: mahara
Milestone: None => 1.5.0

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

Title:
  Site admin should always search all users

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  affects Mahara master (future 1.5)

  When a site admin is a member of an institution, the search - like for
  everybody else - defaults to the user search within that institution.
  However, the site admin most often needs to search everybody.
  Therefore, it would be good if the institution search setting were
  ignored.

  I would not propose that for institution admins as they are
  administering people in their institution and thus should find those
  at the first go.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/823593/+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 823789] Re: SecretURL link not intuitive to add in 1.4

2011-08-17 Thread François Marier
** Tags added: usability

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

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

Title:
  SecretURL link not intuitive to add in 1.4

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Just upgraded to Mahara 1.40, running on Ubuntu Linux with MySQL. Tested 
issue on Firefox 4.0 & IE8.
  When user clicks on "share page" from the edit interface it brings up a list 
of options to "share with" - but secret URL is no longer on this list. 
Eventually figured out that I could bring up a menu with Secret URL option if I 
clicked on the Share link in my tab menu - note this was already underlined so 
there's nothing to indicate it will do anything new.
  Can the secret URL button be added back to the "share with" interface where 
users of previous version will expect to see it - it makes more sense to have 
it as one of those options.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/823789/+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 822501] Re: get_real_size function doesn't support gigabytes

2011-08-17 Thread François Marier
** Changed in: mahara
Milestone: None => 1.5.0

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

Title:
  get_real_size function doesn't support gigabytes

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  function in htdocs/lib/mahara.php: line ~2168 doesn't support a string
  with [Mm][Bb]? in it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/822501/+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 820279] Re: All tags are shown when blog posts can be chosen according to tags

2011-08-17 Thread François Marier
This also got merged (without linking back to the bug) and is part of
commit bc46889d6fadf86665ceb309301e71b58c48c438

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

** Changed in: mahara
   Status: New => Fix Committed

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

** Changed in: mahara
 Assignee: (unassigned) => Chris Wharton (y-chrisw)

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

Title:
  All tags are shown when blog posts can be chosen according to tags

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  affects master; functionality see
  https://reviews.mahara.org/#change,498

  Is it possible to only display the tags for which you have blog posts?
  At the moment all tags are shown and thus it can be that there are a
  number for which you don't have a single blog post.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/820279/+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 822110] Re: Google Apps Block - Unable to include Maps

2011-08-17 Thread François Marier
** Changed in: mahara
   Status: In Progress => Fix Committed

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

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

Title:
  Google Apps Block - Unable to include Maps

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Unable to include google maps via the google apps block. 
  There is an small error in the RegExp for none "my maps" maps.

  193c193
  < 'url'   => 'http://maps.google.com/maps?$1',
  ---
  > 'url'   => 'http://maps.google.com/maps?$2',

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/822110/+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 820278] Re: Tags are not displayed alphabetically for bundled blog posts

2011-08-17 Thread François Marier
This has been merged, but the bug number was missing from the commit
message.

bc46889d6fadf86665ceb309301e71b58c48c438 is the commit

** Tags added: bite-sized usability

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

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

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

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

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

** Changed in: mahara
   Status: Incomplete => Fix Committed

** Changed in: mahara
 Assignee: (unassigned) => Chris Wharton (y-chrisw)

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

Title:
  Tags are not displayed alphabetically for bundled blog posts

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  affects master; functionality: https://reviews.mahara.org/#change,498

  The tags are displayed in a seemingly random order (probably according
  to the creation date). It would be better if they were displayed in
  alphabetical order.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/820278/+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 802337] Re: updating file config in admin section throws ctime warning

2011-08-17 Thread François Marier
** Changed in: mahara
Milestone: None => 1.5.0

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

Title:
  updating file config in admin section throws ctime warning

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  [WAR] 81 (lib/errors.php:745) Failed to get a recordset: postgres7 error: 
[-1: ERROR:  null value in column "ctime" violates not-null constraint] in 
EXECUTE("INSERT INTO "site_content" ("name", "content", "mtime", "mauthor") 
VALUES (?, ?, ?, ?)")
  [WAR] 81 (lib/errors.php:745) Command was: INSERT INTO "site_content" 
("name", "content", "mtime", "mauthor") VALUES (?, ?, ?, ?) and values was 
(uploadcopyright,,2011-06-27 15:56:20,1)
  Call stack (most recent first):
* log_message("Failed to get a recordset: postgres7 error: [-1: E...", 8, 
true, true) at /home/hugh/src/mahara/mahara/htdocs/lib/errors.php:109
* log_warn("Failed to get a recordset: postgres7 error: [-1: E...") at 
/home/hugh/src/mahara/mahara/htdocs/lib/errors.php:745
* SQLException->__construct("Failed to get a recordset: postgres7 error: 
[-1: E...") at /home/hugh/src/mahara/mahara/htdocs/lib/dml.php:1060
* insert_record("site_content", object(stdClass)) at 
/home/hugh/src/mahara/mahara/htdocs/artefact/file/lib.php:1320
* ArtefactTypeFile::save_config_options(array(size 17)) at Unknown:0
* call_user_func_array(array(size 2), array(size 1)) at 
/home/hugh/src/mahara/mahara/htdocs/lib/mahara.php:1202
* call_static_method("ArtefactTypeFile", "save_config_options", array(size 
17)) at 
/home/hugh/src/mahara/mahara/htdocs/admin/extensions/pluginconfig.php:114
* pluginconfig_submit(object(Pieform), array(size 17)) at Unknown:0
* call_user_func_array("pluginconfig_submit", array(size 2)) at 
/home/hugh/src/mahara/mahara/htdocs/lib/pieforms/pieform.php:512
* Pieform->__construct(array(size 9)) at 
/home/hugh/src/mahara/mahara/htdocs/lib/pieforms/pieform.php:161
* Pieform::process(array(size 9)) at 
/home/hugh/src/mahara/mahara/htdocs/lib/pieforms/pieform.php:71
* pieform(array(size 9)) at 
/home/hugh/src/mahara/mahara/htdocs/admin/extensions/pluginconfig.php:94

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/802337/+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 819615] Re: can't upload file in in filebrowser artefact when license acceptance is needed

2011-08-17 Thread François Marier
** Tags added: chrome

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

Title:
  can't upload file in in filebrowser artefact when license acceptance
  is needed

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When I create a page with an artefact ("Files to Download"), I can't
  upload a new file when a license is needed to be accepted. This only
  happens on chrome, firefox is fine.

  What happens is the browse button stays greyed out

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/819615/+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 819081] Re: Change the order of the display of pages

2011-08-17 Thread François Marier
** 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/819081

Title:
  Change the order of the display of pages

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Wherever a user can display a number of pages, e.g. under MyPages,
  Shared Pages, Copy Page, it would be good if he had some sorting
  options, e.g. alphabetically ascending / descending, chronologically
  ascending / descending, pages with most comments, pages grouped by
  user (for Copy and Shared Pages). That would give the user more
  flexibility in how to display the pages and which ones he wants to see
  first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/819081/+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 819080] Re: Customize the number of pages displayed via the "My Pages" block on the profile and dashboard page

2011-08-17 Thread François Marier
** 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/819080

Title:
  Customize the number of pages displayed via the "My Pages" block on
  the profile and dashboard page

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When a user has lots of portfolio pages, the block "My Pages", e.g. on
  the profile page, gets very long and unmanageable. It would be better
  to display only a certain number of pages and then have a "show all"
  link that goes to a page where all pages that are accessible to this
  user are shown.

  Ideally, the user would have some freedom in configuration:
  - the number of pages shown via the "My Pages" block
  - whether the order is alphabetical or chronologically ascending or 
chronologically descending or according to the most comments

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/819080/+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 819102] Re: Edit and Select buttons not working for some embed types in some browsers

2011-08-17 Thread François Marier
** Tags added: chrome

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

Title:
  Edit and Select buttons not working for some embed types in some
  browsers

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  The buttons (e.g. Edit/Select) for the "Some HTML" "An Image" and "Embedded 
Media" embeddable media types when creating a portfolio page don't work under 
Google Chrome 12 (latest), Safari 5 (maybe more). They work in Firefox 5.
  This is for Mahara 1.4.0.
  Suspect Webkit specific JS and CSS is causing trouble, webkit is 100% ACID 3 
compliant.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/819102/+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 819396] Re: Add unit testing to Mahara

2011-08-17 Thread François Marier
Is there a problem with running all of the unit tests on each gerrit
push? That seems like the ideal place to me...

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

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

Title:
  Add unit testing to Mahara

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  As it says on the tin.
  Penny was working to add phpunit support to Mahara back in August 2009 but it 
was never integrated into core.
  I've updated her phpunit branch and rebased it against master.

  We really should look at seriously adding unit testing and I really
  think that this should go in to 1.5 to allow us to test the various
  new features which are planned more thoroughly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/819396/+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 818045] Re: Check repo for viruses to pass minaccept

2011-08-17 Thread François Marier
I think it's a good idea.

I would suggest doing it in a separate target (i.e. not "minaccept") to
avoid adding a dependency on clamav though. We shouldn't give any
excuses (e.g. "I don't want/have clamav") for people not to run "make
minaccept" :)

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

Title:
  Check repo for viruses to pass minaccept

Status in Mahara ePortfolio:
  Triaged

Bug description:
  It would be beneficial to protect ourselves from somehow adding a
  virus to the repo. I know it's less likely now we have peer review
  with gerrit, but it could still be possible to accept some form of
  infected image etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/818045/+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 817940] Re: Session directories are created on every init

2011-08-17 Thread François Marier
Have you guys tried removing it? It certainly looks like useless
processing that we could take out.

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

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

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

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

Title:
  Session directories are created on every init

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  htdocs/auth/session.php has a "TEMPORARY: this will be REMOVED..." which has 
been in there for four years and since 0.7.0
  It's not a major issue, and it serves the job of ensuring that the session 
directories exist, but this should be done at install time, and should have 
been part of the upgrade really.

  I think that we should either remove the comment, or remove the code
  depending on what is required.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/817940/+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 817796] Re: Slow upgrades for profile icons & group quotas

2011-08-17 Thread François Marier
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

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

Title:
  Slow upgrades for profile icons & group quotas

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Three recent upgrades are very slow on large databases and are in need
  of a bit of a rewrite:

  - The upgrade to remove bad profileicon references from the user table
  - The upgrade to initialise group file quotas
  - The upgrade which moves existing profileicons into an 'images' folder.

  https://reviews.mahara.org/#change,528

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/817796/+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 817775] Re: when a user tries to delete a file but doesn't have permission, a red error is shown with no message

2011-08-17 Thread François Marier
** Changed in: mahara
   Status: In Progress => Fix Committed

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

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

Title:
  when a user tries to delete a file but doesn't have permission, a red
  error is shown with no message

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The cause is that the array containing the error in filebrowser.php (~
  line 923) doesn't have the message tag.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/817775/+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 817097] Re: userlist form - doubleclick would be useful

2011-08-17 Thread François Marier
** Changed in: mahara
Milestone: None => 1.5.0

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

Title:
  userlist form - doubleclick would be useful

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  It would be great to add doubleclick action to userlist from (those
  are in admin interface used for institution members, staff and
  admins). When doubleclick is performed on the user in one box, it
  should be moved to another.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/817097/+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 817372] Re: Override forum post delay for individual groups and/or forums

2011-08-17 Thread François Marier
** Changed in: mahara
   Status: New => Triaged

** Tags removed: bite-sized

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

Title:
  Override forum post delay for individual groups and/or forums

Status in Mahara ePortfolio:
  Triaged

Bug description:
  It would be really helpful if it were possible to set the post delay
  for a forum at either the whole group level, or the individual forum
  level. This is particularly useful for forums such as the Support
  forum on mahara.org where timely responses to people's queries would
  probably be appreciated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/817372/+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 817373] Re: Add ability to 'send now' on a forum post

2011-08-17 Thread François Marier
** 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/817373

Title:
  Add ability to 'send now' on a forum post

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Similar to bug #817372 it would be helpful if it were possible to send
  a forum post immediately, rather than waiting for the post delay. This
  is probably much harder to display to users in a meaningful fashion
  though...

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/817373/+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 784313] Re: html export should optionally include feedback

2011-08-17 Thread François Marier
** Changed in: mahara
Milestone: None => 1.5.0

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

Title:
  html export should optionally include feedback

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Tried exporting a view with feedback as html and the result didnt
  include the feedback.

  Using Mahara 1.3 and 1.4 - Windows, Postgres , Firefox browser.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/784313/+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 803180] Re: Add limit selector to build_pagination & paginator.js

2011-08-17 Thread François Marier
Hi Mikael, are you still working on this one or shall we reassign it?

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

Title:
  Add limit selector to build_pagination & paginator.js

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Add a way to change the number of results per page in pagination and
  build it in to the build_pagination function and paginator.js

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/803180/+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 746483] Re: Group member pagination not highlighting correct page number in some browsers

2011-08-17 Thread François Marier
Hi Mikael, are you still working on this or should we reassign it?

Or perhaps it has been merged already and I just haven't seen it?

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

Title:
  Group member pagination not highlighting correct page number in some
  browsers

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When going to Group -> Members with pagination necessary and selecting
  to move to another page ('2' for example) the visible group of user
  profiles change but the page number remains on '1'.  If you click the
  page 2 indicator again then the number highlighted now changes to '2'
  correctly and the user profiles do not change (as they are already
  visible).

  Confirmed in Google Chrome version 10.0.648.204
  Not an issue in Firefox version 3.6.16

  Development instance of 1.4.0alpha2dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/746483/+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 803707] Re: Wrong Next / Previous links activated (Chrome browser)

2011-08-17 Thread François Marier
** Changed in: mahara
Milestone: None => 1.5.0

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

Title:
  Wrong Next / Previous links activated (Chrome browser)

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The wrong links get activated in the pager when I go from 1 page to another. 
This happened in Chrome.
  See Pager_error.png for more details

  Also, when I delete an entry if the list contains more than 1 page,
  the pagination is not updated (older items are not added to the page).
  See Pager_delete_error.png for more details

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/803707/+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 816176] Re: Comments star rating html is hardcoded in the controller

2011-08-17 Thread François Marier
** Changed in: mahara
Milestone: None => 1.5.0

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

Title:
  Comments star rating html is hardcoded in the controller

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  We should keep html in the templates where possible. In this
  particular case I have to move to the template since I extending it
  for html exporting stuff.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/816176/+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 814328] Re: No indication that 'Allow public profiles' admin setting gets overridden

2011-08-17 Thread François Marier
** Changed in: mahara
Milestone: None => 1.5.0

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

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

Title:
  No indication that 'Allow public profiles' admin setting gets
  overridden

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  On the Site Options page under General Settings section, when 'Allow
  public pages' setting is set, it overrides the 'Allow public profiles'
  setting. E.g if 'Allow public pages' is set, but 'Allow public
  profiles' is not, a user will still be able to share his/her profile
  page with Public.

  I would be good if there is some sort of indication that this is
  happening by disabling and checking the 'Allow public profiles'
  setting when 'Allow public pages' setting is set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/814328/+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 813905] Re: Trailing Spaces in Folder Names effect HTML Export

2011-08-17 Thread François Marier
We should trim folder names before they are created in Mahara to avoid
this problem entirely.

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

Title:
  Trailing Spaces in Folder Names effect HTML Export

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Found an issue with a student's HTML export where files would be
  present in the zip file, but the zip extractor (in this case WinRAR)
  reported the following:

  !   
C:\Users\gagesw\Downloads\Mahara\mahara-export-html-user230-1311221980.zip: 
Cannot create portfolio-for-gagesw\files\file\Here is a folder with trailing 
spaces  \title-vidmaster.gif
  The system cannot find the path specified.
  !   
C:\Users\gagesw\Downloads\Mahara\mahara-export-html-user230-1311221980.zip: 
Attempting to correct the invalid file name
  !   
C:\Users\gagesw\Downloads\Mahara\mahara-export-html-user230-1311221980.zip: 
Renaming portfolio-for-gagesw\files\file\Here is a folder with trailing spaces

  While this fixes the issue, the HTML pages are generated before the
  zip is even created so all its references to files in the folder will
  be broken.

  Regarding the folder itself in the file area, the user can fix the
  folder name but they may not even notice the issue due to the trailing
  spaces being concatenated in the links (see attached image).

  This issue does not effect the file share as files/folders are given
  numerical references.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/813905/+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 813429] Re: Pieform error sending friends requests on IE 7

2011-08-17 Thread François Marier
** Tags added: ie

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

Title:
  Pieform error sending friends requests on IE 7

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When using the send friend request function on mahara 1.4 with IE 7 we
  get an error on the page relateding to peiform. The request does
  eventually send but it takes an age. It workds fien on IE 8/ firefox/
  chrome.

  Attached in the error message

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/813429/+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 813253] Re: registration fails displaying unknown error when noreply address not set

2011-08-17 Thread François Marier
We should display an error message in the admin area using the framework
that Darryl added a few weeks back.

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

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

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

Title:
  registration fails displaying unknown error when noreply address not
  set

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  in register/reason.php:166

  displays this message
  Sorry, your registration attempt was unsuccessful. This is our fault, not 
yours. Please try again later.

  error log is
  [WAR] 03 (register/reason.php:116) InvalidEmailException Object
  [WAR] 03 (register/reason.php:116) (
  [WAR] 03 (register/reason.php:116) [log:protected] => 1
  [WAR] 03 (register/reason.php:116) [message:protected] => Cannot send 
email to gsd gsd with subject Confirm email for registration at Mahara. Error 
from phpmailer was: Invalid address: noreply@localhost
  [WAR] 03 (register/reason.php:116) [string:Exception:private] => 
  [WAR] 03 (register/reason.php:116) [code:protected] => 0
  [WAR] 03 (register/reason.php:116) [file:protected] => 
/home/hugh/src/mahara/mahara/htdocs/lib/user.php
  [WAR] 03 (register/reason.php:116) [line:protected] => 521
  [WAR] 03 (register/reason.php:116) [trace:Exception:private] => Array
  [WAR] 03 (register/reason.php:116) (
  [WAR] 03 (register/reason.php:116) [0] => Array
  [WAR] 03 (register/reason.php:116) (
  [WAR] 03 (register/reason.php:116) [file] => 
/home/hugh/src/mahara/mahara/htdocs/register/reason.php
  [WAR] 03 (register/reason.php:116) [line] => 113
  [WAR] 03 (register/reason.php:116) [function] => 
email_user
  [WAR] 03 (register/reason.php:116) [args] => Array

  plus a dump of the email

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/813253/+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 794368] Re: Limit number of users shown in online users block

2011-08-17 Thread François Marier
** Changed in: mahara
   Status: Confirmed => 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/794368

Title:
  Limit number of users shown in online users block

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The online users sideblock can get very large (and make the page
  ridiculously long) on a busy site.

  We should put a limit on the number of online users that get
  displayed, then we should have a "see more" link which leads to a new
  page that shows the whole list.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/794368/+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 813204] Re: Cannot edit a page with a navigation block pointing at a deleted collection

2011-08-17 Thread François Marier
** Changed in: mahara
   Status: In Progress => Fix Committed

** Changed in: mahara
Milestone: 1.4.1 => 1.5.0

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

Title:
  Cannot edit a page with a navigation block pointing at a deleted
  collection

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  If you include a navigation block on a page, then delete the
  collection which the block refers to, you can no longer view or edit
  the page.

  http://mahara.org/interaction/forum/topic.php?id=3866

  We should just display an empty block rather than throwing the error
  described in that post.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/813204/+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 812673] Re: a owner of a file that is uploaded to a group should have access even if members don't

2011-08-17 Thread François Marier
Just a quick note Hugh, the "Opinion" status is a "closed" status like
"wontfix" or "fix released", so it's better not to use it for bugs we
intend to fix because it might get lost.

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

Title:
  a owner of a file that is uploaded to a group should have access even
  if members don't

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When a group member uploads a file, then removes members rights to
  view/edit/publish, they can no longer access the file.

  What should happen is that the group member that initially uploaded it
  keeps the same access as a group admin, in my opinion

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/812673/+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 811394] Re: A url in this field contains the blacklisted domain ...'

2011-08-17 Thread François Marier
Dirk, if you could tell us what the URLs were, it might help us
reproduce the problem. Thanks.

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

Title:
  A url in this field contains the blacklisted domain ...'

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  1.4
  Mysql
  Linux

  When posting in a forum in a 1.4 I get this message when including
  links to external sites and strangely enough to internal files too. 'A
  url in this field contains the blacklisted domain ...' From doing some
  searches, at least two domains were not blacklisted from what I could
  tell.The problem is that it wont allow me to save the post.

  In the site security section and both blacklist options not enabled,
  when I change the spam setting from 'advanced' to 'none' the message
  gets posted with the URLs in question.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/811394/+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 812147] Re: Add and Remove button can't be translated

2011-08-17 Thread François Marier
** 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/812147

Title:
  Add and Remove button can't be translated

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  It seems to me that the two buttons, "Add" and "Remove" (a column),
  which appears when editing a Page, are hard coded and can't be
  translated in different languages.

  Agree or dissagree?

  Mahara 1.4 and above

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/812147/+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 812113] Re: Include a few more page links in the pager

2011-08-17 Thread François Marier
It looks like this has been merged.

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

Title:
  Include a few more page links in the pager

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  This is an add on to bug #697843

  The pager should always include 2 pages to the left and 2 pages to the
  right from the current page to allow for quicker access to neighboring
  pages.

  e.g. First - Previous - 4 5 _6_ 7 8  16  24  Next - Last

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/812113/+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 812115] Re: Include the user's name when deleting an account from the user's settings page

2011-08-17 Thread François Marier
** Tags added: usability

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

Title:
  Include the user's name when deleting an account from the user's
  settings page

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When a user can delete his account via the settings page, it would be
  good to display his display name (real name if no display name is
  chosen) as a precaution. As admins can log in as users and may choose
  to delete the user account while being logged in as that user, this
  could be a precaution and give them a last chance to review their
  action.

  Thus on /account/delete.php instead of just "Delete account" it could
  read "Delete account of [display name/real name]".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/812115/+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 812057] Re: ldap auth plugin doesn't allow alternate ports

2011-08-17 Thread François Marier
** Changed in: mahara
Milestone: None => 1.5.0

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

Title:
  ldap auth plugin doesn't allow alternate ports

Status in Mahara ePortfolio:
  In Progress

Bug description:
  This is probably two problems, one with php, and one with mahara.
  If you specify a host url as ldaps://ldapserver you would expect it to 
connect to port 636, but instead it tries the default for ldap 389.
  I thought you would be able to specify a hosturl as ldaps://ldapserver:636 to 
specify a port, but mahara doesn't parse this and call the connect function 
properly

  I will submit a fix to the second issue first, but do people think it
  is worth filing a bug upstream to php about not choosing 636 as
  default for ldaps

  Cheers,

  Hugh

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/812057/+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 812066] Re: Textarea JS error in IE

2011-08-17 Thread François Marier
** Changed in: mahara
Milestone: None => 1.4.1

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

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

Title:
  Textarea JS error in IE

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The Feedback functionality causes a Javascript error in Internet
  Explorer6/7/8 browsers: "Expected identifier, string or number"

  (1.4 - current)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/812066/+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 809694] Re: Allow admin to change the footer menu links to URL/files other than the defaults

2011-08-17 Thread François Marier
https://reviews.mahara.org/#change,472

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

Title:
  Allow admin to change the footer menu links to URL/files other than
  the defaults

Status in Mahara ePortfolio:
  In Progress

Bug description:
  On the admin/site/menu.php page, an administrator can enable or
  disable any footer menu items, but they cannot provide their own links
  other than the default hardcoded pages, i.e. terms.php, privacy.php,
  about.php, and contact.php.  It may be desirable in some schools to be
  able to specify an url, for example, for the 'Terms and Conditions'
  page that is applicable to all the web applications throughout the
  school.  So that, when the school updates the terms in the page, the
  administrator does not run the risk of forgetting to change the
  Mahara's terms.php page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/809694/+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 810302] Re: auth/saml enable user to link own account to remote user

2011-08-17 Thread François Marier
** Changed in: mahara
   Importance: Undecided => Medium

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

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

Title:
  auth/saml enable user to link own account to remote user

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Series of enhancements to auth/saml to enable a user to link their own 
account to a simultaneously logged in remoteuser:
   - dual login – ssphp,  and Mahara session integration for login-login-link
   - show login or link to register page 
   - on login for link - take to link confirmation page
   - preserve returnto URI

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/810302/+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 811799] Re: Show the display name in the admin user search

2011-08-17 Thread François Marier
** Tags added: bite-sized usability

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

Title:
  Show the display name in the admin user search

Status in Mahara ePortfolio:
  Triaged

Bug description:
  http://URL/admin/users/search.php should also show the display name of
  a user because if that exists others may refer to it more than to the
  actual first and last name or the user name.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/811799/+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 810751] Re: Display a user's institution when inviting him to join a group

2011-08-17 Thread François Marier
** Tags added: usability

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

Title:
  Display a user's institution when inviting him to join a group

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When a group admin is at http://URL/group/inviteusers.php?id=163
  (currently request or invite membership groups) and searches for
  names, it is difficult to see who is who if there are two users with
  the same name / display name. One way of improving this for large
  sites that work with institutions is to display the institution name
  alongside.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/810751/+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 828445] [NEW] Upgrade Tinymce to latest version 3.4.4

2011-08-17 Thread Christopher Tombleson
Public bug reported:

Update current version of tiny-mce to latest version 3.4.4 on master.

** Affects: mahara
 Importance: Undecided
 Assignee: Christopher Tombleson (christopher-k)
 Status: In Progress

** Changed in: mahara
 Assignee: (unassigned) => Christopher Tombleson (christopher-k)

** Changed in: mahara
   Status: New => 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/828445

Title:
  Upgrade Tinymce to latest version 3.4.4

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Update current version of tiny-mce to latest version 3.4.4 on master.

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