[Mahara-contributors] [Bug 796029] Re: New quota limit policy

2011-06-13 Thread Iñaki Arenaza
Hi Kristina,

you could use some heuristics to help with the changes: e.g you only
change the quota for those users/groups whose current quota equals the
old institution quota.

In case the current quota is not the same as the old quota, you could
keep the higher of the current user quota and the new institution quota
(if the current user quota was higher than the old institution quota),
or the lower of the current user quota and new institution quota (if the
current user quota was lower than the old institution quota).

The rationale is that people with quotas higher that institution quota
should get an enhanced service always, and people with lower quotas
than institution quotas should get a reduced service always.

Saludos.
Iñaki.

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

Title:
  New quota limit policy

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Following François' request, I ask my question and give a proposal
  about quota here.

  In the master branch you add new quota policy for groups and
  institutions. The help text says that the new quota enter here will
  affect only new group's member or new institution's member; previous
  group/institution's member will see their quota remained the same as
  before.

  This is pretty good if the previous quota is higher than the new
  policy but what happens if the quota decided by the group ou
  institution admin is higher ?

  Normaly Mahara should then update the quota to the higher number.

  If it is not the way Mahara behaves it should. If it is already the
  case, the help section has to be updated to explain that if previous
  quota for already enrolled users will remain the same or upgraded if
  the new setting is higher than before.

  Regards,
  -dajan

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/796029/+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 548165] Re: Increase length of username column to 255 to support shibboleth/SSO userIDs

2011-06-13 Thread Jeffrey Jones
Is there any way we can get this fix committed to 1.3.7? We've arrived
at our upgrade window (THIS WEEK!) and I see it's committed to 1.4,
which isn't an official release.

Thanks!

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

Title:
  Increase length of username column to 255 to support shibboleth/SSO
  userIDs

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  get_new_username in lib/user.php truncates username to 30 characters
  by default. In some cases this is too short.

  As an example I have modified the SimpleSAMLPhP authenticator to use
  the Internet2 Shibboleth SAML service provider (SP). In cases where
  the eduPersonPrincipleName attribute (which look like
  usern...@domain.com) is not provider to the SP, the SP can either use
  the SAML1 eduPersonTargetedID attribute (which looks like
  e54710df7638d...@domain.com) or the serialized SAML2 NameID (which
  looks like !IdP-entityID!SP-entityID!lq7q48crsqzyqehetxahzcgi/bc=
  and the entityIDs have the form of a URL) as usernames.

  30 characters is far to small to handle this and more over the
  varchar(100) username field in the various  tables like 'usr' will
  impact on this issue aswell.

  My guess is that you should be looking atleast 256 or 512 characters
  for this.

  PS. This is an issue for both SSP and Shibboleth.

  This bug was imported from eduforge.org, see:
  
https://eduforge.org/tracker/index.php?func=detailaid=3424group_id=176atid=739

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

2011-06-13 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/315
Committed: 
http://gitorious.org/mahara/mahara/commit/141e3ecb5ed0337561be74631972e9f5aa5f98cc
Submitter: Richard Mansfield (richa...@mahara.org)
Branch:master

commit 141e3ecb5ed0337561be74631972e9f5aa5f98cc
Author: Richard Mansfield richard.mansfi...@catalyst.net.nz
Date:   Mon Jun 13 16:34:33 2011 +1200

Fix online users sideblock to work with db prefix (bug #796424)

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

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

Title:
  sql error in online users with db prefix

Status in Mahara ePortfolio:
  In Progress

Bug description:
  as the title says

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

2011-06-13 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/314
Committed: 
http://gitorious.org/mahara/mahara/commit/3ac3c40ef38d266e77863d8743bf56285d45cb88
Submitter: Richard Mansfield (richa...@mahara.org)
Branch:master

commit 3ac3c40ef38d266e77863d8743bf56285d45cb88
Author: Richard Mansfield richard.mansfi...@catalyst.net.nz
Date:   Tue Jun 14 09:58:53 2011 +1200

Rerun search index upgrade due to failure of index_exists (bug #796102)

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

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

Title:
  User search index: db upgrade warning on postgres

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The DB upgrade fails on if (!index_exists($table, $index)) { (though
  it's a warning, not an error)

  The upgrade went through and finished but none of these new indexes
  were created.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/796102/+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 796424] Re: sql error in online users with db prefix

2011-06-13 Thread François Marier
** 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/796424

Title:
  sql error in online users with db prefix

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  as the title says

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/796424/+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 548165] Re: Increase length of username column to 255 to support shibboleth/SSO userIDs

2011-06-13 Thread François Marier
Hi Jeffrey,

1.4.0 will be going out today, so you might want to upgrade to that.

Otherwise, you can apply these two commits over your copy of 1.3
installation:

  5f1ad871938686be816b2e4816e9221b43e5461c
  4b152ba57eacaa106b1aeef7b1f3e9a346863018

Cheers,
Francois

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

Title:
  Increase length of username column to 255 to support shibboleth/SSO
  userIDs

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  get_new_username in lib/user.php truncates username to 30 characters
  by default. In some cases this is too short.

  As an example I have modified the SimpleSAMLPhP authenticator to use
  the Internet2 Shibboleth SAML service provider (SP). In cases where
  the eduPersonPrincipleName attribute (which look like
  usern...@domain.com) is not provider to the SP, the SP can either use
  the SAML1 eduPersonTargetedID attribute (which looks like
  e54710df7638d...@domain.com) or the serialized SAML2 NameID (which
  looks like !IdP-entityID!SP-entityID!lq7q48crsqzyqehetxahzcgi/bc=
  and the entityIDs have the form of a URL) as usernames.

  30 characters is far to small to handle this and more over the
  varchar(100) username field in the various  tables like 'usr' will
  impact on this issue aswell.

  My guess is that you should be looking atleast 256 or 512 characters
  for this.

  PS. This is an issue for both SSP and Shibboleth.

  This bug was imported from eduforge.org, see:
  
https://eduforge.org/tracker/index.php?func=detailaid=3424group_id=176atid=739

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/548165/+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 778272] Re: if log_environ is called during install, then initial password isn't prompted for

2011-06-13 Thread François Marier
** 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/778272

Title:
  if log_environ is called during install, then initial password isn't
  prompted for

Status in Mahara ePortfolio:
  Triaged

Bug description:
  During the install process the message below is given. The page
  directly after the install (where it usually asks for the initial
  password) is skipped, and goes straight to dashboard (with the same
  error message). No way to set the admin password.

  [ENV] 57 You have dangerous PHP settings, magic_quotes_gpc is on. Mahara is 
trying to work around this, but you should really fix it
  Call stack (most recent first):
  log_message(You have dangerous PHP settings, magic_quotes_gpc ..., 1, true, 
true) at /var/www/mahara-test/lib/errors.php:121
  log_environ(You have dangerous PHP settings, magic_quotes_gpc ...) at 
/var/www/mahara-test/lib/mahara.php:98
  ensure_sanity() at /var/www/mahara-test/init.php:82
  require(/var/www/mahara-test/init.php) at 
/var/www/mahara-test/admin/upgrade.php:32

  Interestingly, if $cfg-wwwroot is set, the errors are still there,
  but it asks for password as usual

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/778272/+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 795425] Re: View comments pagination misbehaviour in Chrome

2011-06-13 Thread François Marier
** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
Milestone: 1.4.0 = 1.4.1

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

Title:
  View comments pagination misbehaviour in Chrome

Status in Mahara ePortfolio:
  Triaged

Bug description:
  The pagination of view comments does not work well in Chrome. In
  particular when you move backwards, the required page button is only
  be highlighted on the second click (on the first click the page is
  being changed, but pagination navigation buttons remain in the same
  state). This is not applicable to other pages  with pagination such as
  group search.

  Steps to reproduce:
  1. Open the view with more than one page.
  2. Navigate to second page (it should work as expected)
  3. Navigate back to the first page (the first page will be loaded, but 
navigation will display the second page)
  4. Navigate back to the first page again (now the navigation will change, the 
page will remain the same).

  This is on master and 1.4_STABLE, chrome version 11.0.696.71

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/795425/+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 795307] Re: Journal error - invalid parameter

2011-06-13 Thread François Marier
** 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/795307

Title:
  Journal error - invalid parameter

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When selecting Journal the error
  Mahara: Invalid Parameter
  A required parameter is missing or malformed is displayed and a journal can't 
be created.

  This is in version 1.4 with the following user
  http://myportfolio.school.nz/admin/users/edit.php?id=25748

  This user accidentally deleted their existing journal and now can't
  create on.

  Craig

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/795307/+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 746113] Re: View access override dates not displayed properly on Share tab

2011-06-13 Thread François Marier
** 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/746113

Title:
  View access override dates not displayed properly on Share tab

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  On the share page, view access override start  stopdates are shown
  as:

  Nobody else can see this page before
  [[strftimenotspecified/langconfig]] or after
  [[strftimenotspecified/langconfig]]

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/746113/+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 725356] Re: SAML and Pieforms have different ideas about required checkboxes

2011-06-13 Thread François Marier
** 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/725356

Title:
  SAML and Pieforms have different ideas about required checkboxes

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Somewhere along the line, Pieforms started throwing an exception for a
  checkbox has any value set for the required rule.  SAML sets that to
  false, so the institutional config form no longer works.  Patch to fix
  this is attached.

  This bug is in the current master branch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/725356/+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 725325] Re: Copying of files inside group view fails

2011-06-13 Thread François Marier
** 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/725325

Title:
  Copying of files inside group view fails

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  1.3.3
  Linux
  MySQL

  LEAP2A and HTML portfolio exports fail every time if they contain one
  or more views that have previously been copied out of a group. Once
  those views are removed from the export list, the export proceeds and
  imports flawlessly into a different mahara instance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/725325/+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 722475] Re: Overriding start/stop dates in VIEWS not working

2011-06-13 Thread François Marier
** 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/722475

Title:
  Overriding start/stop dates in VIEWS not working

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Committed

Bug description:
  Mahara: 1.3.3
  SunOS java 5.11
  PHP 5.2.6
  MySQL
  Chrome 9.0.597.102, Mozilla 3.6.13, Safari 5.0.3

  When you click on EDIT ACCESS in VIEWS the OVERRIDING START/STOP DATES
  do not seem to be working.

  I made a view (created by user A) visible only to another user (called
  B) and B could correctly see that View when B was logged in.

  Then I logged in as A and specified a date range in VIEWS/EDIT
  ACCESS/OVERRIDING START/STOP DATES that incorporated today's date (and
  therefore should still be visible). However, when I logged in as B I
  could now not see that view.

  When I logged in as A and removed the OVERRIDING START/STOP DATES and
  clicked SAVE, B could then see the view once again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/722475/+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 714394] Re: Request to join this group throws error on group homepage

2011-06-13 Thread François Marier
** 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/714394

Title:
  Request to join this group throws error on group homepage

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When I am on the group homepage and click on Request to join this group, I 
get the error Mahara: Invalid Parameter
  A required parameter is missing or malformed. The 'returnto' parameter is not 
alphabetical only.

  However, when I am on the Find Groups page, I have no problems getting
  to the message window where I can request membership.

  On the group homepage find is missing at the end of the URL
  http://master.dev.mahara.org/group/requestjoin.php?id=24returnto=

  - It should be ...returnto=find as far as I can see.

  I classified this as high importance because users may get frustrated
  if they can't join a group and may not go to the Find Groups page to
  try from there.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/714394/+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 686178] Re: Error when deleting old notifications in mysql

2011-06-13 Thread François Marier
** 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/686178

Title:
  Error when deleting old notifications in mysql

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Cron job to delete old notifications produces an sql error in mysql.

   [WAR] 86 (lib/errors.php:743) Failed to get a recordset: mysql error: [1064: 
You have an error in your SQL syntax; check the manual that corresponds to your 
MySQL server version for the right syntax to use near 'read = 1
   [WAR] 86 (lib/errors.php:743) AND type IN(
   [WAR] 86 (lib/errors.php:743) SELECT id FROM 
mactivity_type' at line 2] in EXECUTE(DELETE FROM 
mnotification_internal_activity WHERE
   [WAR] 86 (lib/errors.php:743) ctime  '2010-06-08 08:45:22'
   [WAR] 86 (lib/errors.php:743) AND read = 1
   [WAR] 86 (lib/errors.php:743) AND type IN(
   [WAR] 86 (lib/errors.php:743) SELECT id FROM mactivity_type
   [WAR] 86 (lib/errors.php:743) WHERE name IN ('feedback')))
   [WAR] 86 (lib/errors.php:743) Command was: DELETE FROM 
mnotification_internal_activity WHERE
   [WAR] 86 (lib/errors.php:743) ctime  ?
   [WAR] 86 (lib/errors.php:743) AND read = 1
   [WAR] 86 (lib/errors.php:743) AND type IN(
   [WAR] 86 (lib/errors.php:743) SELECT id FROM mactivity_type
   [WAR] 86 (lib/errors.php:743) WHERE name IN ('feedback')) 
and values was (2010-06-08 08:45:22)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/686178/+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 731029] Re: When sending mail fails because of invalid address, the mail is not discarded

2011-06-13 Thread François Marier
** 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/731029

Title:
  When sending mail fails because of invalid address, the mail is not
  discarded

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  If a user registers with an email address like person@gmail (invalid
  domain), the validation doesn't catch that (see bug #731028) but more
  importantly, the notice below is sent over and over again to the site
  admin.

  We need to make sure that when phpmailer fails for this reason, the
  email is forever dropped and so only one such notice will be sent to
  the site admin.

  -Original Message-
  From: Example Site [ mailto:nore...@example.com]
  Sent: Tuesday, 8 March 2011 9:25 a.m.
  To: Site Admin
  Subject: Example Site: User notification error was probably caused by your 
server configuration.

  You have been sent a notification from Example Site. Message follows:
  

  Subject: User notification error was probably caused by your server
  configuration.

  exception 'EmailException' with message 'Couldn't send email to FirstName 
LastName
  with subject Example Site: New page access. Error from phpmailer was:
  You must provide at least one recipient email address.' in
  /var/www/mahara/lib/user.php:439
  Stack trace:
  #0 /var/www/mahara/notification/email/lib.php(89):
  email_user(Object(stdClass), NULL, 'Example Site...', 'You have been s...',
  NULL, NULL)
  #1 [internal function]: PluginNotificationEmail::notify_user(Object(stdClass),
  Object(stdClass))
  #2 /var/www/mahara/lib/mahara.php(1176):
  call_user_func_array(Array, Array)
  #3 /var/www/mahara/lib/activity.php(447):
  call_static_method('PluginNotificat...', 'notify_user', Object(stdClass),
  Object(stdClass))
  #4 /var/www/mahara/lib/activity.php(473):
  ActivityType-notify_user(Object(stdClass))
  #5 /var/www/mahara/lib/activity.php(82):
  ActivityType-notify_users()
  #6 /var/www/mahara/lib/activity.php(214):
  handle_activity('5', Object(stdClass), true)
  #7 /var/www/mahara/lib/cron.php(149):
  activity_process_queue()
  #8 {main}

  

  This is an auto generated notification from Example Site. To update your
  notification preferences, visit
  http://example.com/account/activity/preferences/

  Please do not reply to this message.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/731029/+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 675385] Re: Block Title field has not got a cut off for maximum number of Chars for the field

2011-06-13 Thread François Marier
** 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/675385

Title:
  Block Title field has not got a cut off for maximum number of Chars
  for the field

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Hello there, I just edited an RSS feed Block Title I had created a
  while ago and two things happened:

  1: I was able to enter 623 characters in the Title Block field
  (should I have been able to or should I have been prompted regarding
  the amount of characters?)

  2: After clicking on the Save button the processing icon froze for
  more than 5 minutes until I canceled out of it.

  Here is the link:http://master.dev.mahara.org/view/blocks.php?id=749
  please find attached the frozen processing text

  Mahara Master Dev 1.4

  On Linux

  Postgres

  Using FF3

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/675385/+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 676461] Re: Admin user unable to login after installation - salt issue

2011-06-13 Thread François Marier
** 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/676461

Title:
  Admin user unable to login after installation - salt issue

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  During installation, the final step is typically to set the admin password. 
At present on master this isn't happening and the admin user is unable to login.
  Looks like this is caused by a change in 
e9151dd85cabeb527b7a3dc6d03699e9bb949634 to auth/internal/lib.php to the salt 
system.

  When the admin user is created, it's not created using an Auth object, but by 
inserting directly into the database. The password is set in plaintext and 
without salt. The installation then seesm to log in the admin user with that 
plaintext password.
  The salt change in the above commit removes the ability for users to log in 
using a plaintext password if there's no salt.

  I can see two ways forward:
  * revert the salt change; or
  * salt the admin password.

  I've provided a fix for the latter in the attached file on the
  assumption that the salt was changed for a reason that I'm not privy
  to, but I haven't applied it to master in case the preferred option is
  to revert the salt change.

  Rather than using auth/lib.php:encrypt_password() (which just returns
  sha1($salt . $password)), I've just done the sha1. This is to avoid
  having to include auth/lib.php just for one function. Obviously, this
  would break if salting methodology changed in the future.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/676461/+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 685942] Re: Possible https to http downgrade

2011-06-13 Thread François Marier
** Changed in: mahara
   Status: Fix Committed = Fix Released

** Changed in: mahara
Milestone: 1.4.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/685942

Title:
  Possible https to http downgrade

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.2 series:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  Interesting that with both, bug #646713 and bug #684190, we overlooked
  the most obvious and relatively sensitive issue.

  Even though $cfg-wwwroot might be set 'https://somemaharasite',
  depending on apache config, user may still be able to use insecure
  page for logging in by entering 'http://somemaharasite' in the web
  browser address field, then, upon logging-in, user credentials will be
  passed through insecure connection first, before sever respond with
  redirection to https secured page.

  This is valid for other pages after logging in - at any time used may
  switch back to insecure connection by typing
  'http://somemaharasite/somedir/somepage.php'.

  This can be fixed by ensuring that $_SERVER['HTTPS'] is set when
  $cfg-wwwroot = 'https://...', otherwise redirecting user to the same
  page using https.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/685942/+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 670546] Re: auth saml config form does not work

2011-06-13 Thread François Marier
** 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/670546

Title:
  auth saml config form does not work

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Trying to use the config form for the auth:saml plugin/extension
  results in the form submission hanging and this appears in the error
  log:

  PHP Fatal error:  Cannot use object of type Pieform as array in
  /web/mahara/htdocs/auth/saml/lib.php on line 461, referer:
  
https://example.com/admin/extensions/pluginconfig.php?plugintype=authpluginname=saml

  I'm using a checkout of the current Master branch, 1.4.0dev.  This
  problem does not appear to be in the release branches.  I'm running
  Linux (RedHat CentOS 5) + Postgres.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/670546/+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 794490] Re: Cron is not running

2011-06-13 Thread François Marier
** 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/794490

Title:
  Cron is not running

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Mahara v1.4rc3
  Linux 2.6.26-2
  PHP 5.2.6
  Apache-Server 2.2.9
  postgresql-Server 8.4

  I was trying to setup the cronjob for mahara explained like in the
  wiki:
  https://wiki.mahara.org/index.php/System_Administrator%27s_Guide/Cron_Job.
  But it do not work.

  See the entry in the /etc/crontab:
   */5 * * * * www-data php -c /etc/php5/apache2/php.ini 
/data/srv/www/mahara/lib/cron.php  /var/log/mahara/cron.log 21

  and the output of log-file in /var/log/mahara/cron.log:
  A nonrecoverable error occured. This probably means you have encountered a 
bug in the system[WAR] 1f (lib/web.php:2291) redirect() should be called with 
either /[something] for local redirects or http[something] for absolute 
redirects
  Call stack (most recent first):
* redirect(ar/www/mahara/lib/cron.php) at /var/www/mahara/init.php:192
* require(/var/www/mahara/init.php) at /var/www/mahara/lib/cron.php:33

  A nonrecoverable error occured. This probably means you have
  encountered a bug in the system.

  Has anybody an idea?

  Thanx,
  michael wuttke

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/794490/+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 789719] Re: Leap2A export from Moodle 2.0.2 does not work

2011-06-13 Thread François Marier
** 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/789719

Title:
  Leap2A export from Moodle 2.0.2 does not work

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  via http://twitter.com/#!/midide/statuses/74085317572960256 :

  Testinstallation Moodle 2.0.2 und Mahara 1.4rc2 Export to portfolio
  mit Leap2A geht nicht - HTML Export geht - #Moodle mit Portfolio

  The export of an artefact from Moodle 2.0.2 to Mahara 1.4RC2 via
  Leap2A does not work. The HTML export works.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/789719/+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 791854] Re: TinyMCE: height growing misbehaviour in Chrome

2011-06-13 Thread François Marier
** 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/791854

Title:
  TinyMCE: height growing misbehaviour in Chrome

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  This is on gerrit/master and gerrit/1.4_STABLE so far. With TinyMCE
  update (b079064d) a new bug has been introduced. When user types in
  the text, the height of the iframe containing the editor is rapidly
  growing. Each keystroke (any key including backspace) results in
  iframe height increase by 50px.

  Steps to reproduce:
  * checkout gerrit/master
  * open any page containing TinyMCE editor
  * type in the text in the textbox.

  Chrome version in use: 11.0.696.71

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/791854/+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 783208] Re: add user page ignores quota entered by admin

2011-06-13 Thread François Marier
** 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/783208

Title:
  add user page ignores quota entered by admin

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  in admin/users/add.php

  if you specify a quota different from the default, it gets ignored and
  the default quota is used instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/783208/+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 780260] Re: View shared via secret URL is displayed on user's profile page

2011-06-13 Thread François Marier
** 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/780260

Title:
  View shared via secret URL is displayed on user's profile page

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Not sure if this intended, but I was surprised to see a view displayed
  on a user's profile page after it was shared via secret URL only. Not
  sure what the difference then is to a public view other then the
  structure of the url. Perhaps there could be a note in the information
  box when assigning the view that says something like 'although this
  view is shared via a secret URL, it is still visible to everyone and
  not just to those you are sending the link to.'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/780260/+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 787262] Re: erroneous timezone offset error message

2011-06-13 Thread François Marier
** 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/787262

Title:
  erroneous timezone offset error message

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  In the 1.4 RC, htdocs/lib/upgrade.php checks to see that
  strftime('%z') returns a + followed by four digits.  However, the
  timezone offset can start with a - as well. So, for example, someone
  running Mahara in the US will be told that their PHP is not returning
  a useful timezone offset, but it in fact is.  The timezone offset in
  California, for example, during this time of year is -0700.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/787262/+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 785699] Re: Ambiguity in help string - groupmembers.ph

2011-06-13 Thread François Marier
** 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/785699

Title:
  Ambiguity in help string - groupmembers.ph

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Are your sure the string is

  $string['options_columns_desc'] = 'The columns of columns you want to
  display.';

  or should it be

  $string['options_columns_desc'] = 'The number of columns you want to
  display.';

  ??

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/785699/+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 776119] Re: Ensure that selenium tests pass on master

2011-06-13 Thread François Marier
** 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/776119

Title:
  Ensure that selenium tests pass on master

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Given all of the recent string and tab changes, it's possible that the
  selenium tests don't pass.

  We should ensure that they work before the release.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/776119/+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] [Question #132474]: Status of bug #670683 changed to 'Fix Released' in Mahara

2011-06-13 Thread François Marier
Bug #670683 status changed in Mahara:

Fix Committed = Fix Released


https://bugs.launchpad.net/mahara/+bug/670683
SMTP Error: Could not authenticate.

This bug is linked to #132474.
SMTP Error: Could not authenticate.
https://answers.launchpad.net/mahara/+question/132474

-- 
You received this question notification because you are a member of
Mahara Contributors, which is an answer contact for Mahara.

___
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 772179] Re: Ajax script for friend search pagination reveals user information

2011-06-13 Thread François Marier
** 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/772179

Title:
  Ajax script for friend search pagination reveals user information

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.2 series:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  The script json/friendsearch.php, used for pagination  search on the
  find friends and my friends pages, should only return html, but gives
  out more user information than it should, such as email addresses.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/772179/+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 772174] Re: Group member search json script reveals user information

2011-06-13 Thread François Marier
** 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/772174

Title:
  Group member search json script reveals user information

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  The script group/membersearchresults.php, should only return a list of
  user ids and names, but gives out more user information than it
  should, such as email addresses.  Similar to bug #772160.

  Only affects 1.3+.  In previous versions the script was not used for
  the userlist pieform element  only returned html.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/772174/+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 772140] Re: Information disclosure in my friends pagination script

2011-06-13 Thread François Marier
** 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/772140

Title:
  Information disclosure in my friends pagination script

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  There are three problems with this script:
  1. It takes a block id, but doesn't check that the logged-in user is allowed 
to see the view that the block appears in.
  2. It takes a user id, and doesn't check that the user id matches the id of 
the view owner.
  3. It returns a list of friends with too much information; it should only 
return the html to replace the block content.

  Does not affect Mahara 1.2 (there was no friends block pagination).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/772140/+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 772160] Re: Userlist element json script reveals user information

2011-06-13 Thread François Marier
** 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/772160

Title:
  Userlist element json script reveals user information

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.2 series:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  The script json/usersearch.php, used by the 'userlist' pieform element
  to do user searches, should only return a list of user ids and names,
  but gives out more user information than it should, such as email
  addresses.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/772160/+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 771653] Re: Check view permissions in blog posts.json.php

2011-06-13 Thread François Marier
** 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/771653

Title:
  Check view permissions in blog posts.json.php

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  This script is for blog post pagination when viewing a blog block or
  artefact within the context of a View, but needs to check that the
  user is allowed to see the View.  Similar problem to bug #771637.

  Does not affect Mahara 1.2 (there was no pagination within views).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/771653/+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 771644] Re: Check edit permissions in blog index.json.php

2011-06-13 Thread François Marier
** 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/771644

Title:
  Check edit permissions in blog index.json.php

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  The script is for post pagination by the blog owner and needs to check
  that the logged-in user has permission to edit the blog before
  returning any data.  Similar problem to bug #771623.

  Does not affect Mahara 1.2 which does permission checks inside the
  get_posts method of the ArtefactTypeBlogPost class.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/771644/+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 771637] Re: Check view permissions in viewtasks.json.php

2011-06-13 Thread François Marier
** 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/771637

Title:
  Check view permissions in viewtasks.json.php

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  This script is for task pagination when viewing a plans block or plan
  artefact within the context of a View, but needs to check that the
  user is allowed to see the View.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/771637/+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 771614] Re: Check permissions and remove user suspension code from admin/users/search.json.php

2011-06-13 Thread François Marier
** 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/771614

Title:
  Check permissions and remove user suspension code from
  admin/users/search.json.php

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.2 series:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  At one time, users could be suspended directly from the admin user
  search page.

  The json script which fetches search results still allows suspension
  of users, and doesn't check institutional admin permission.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/771614/+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 771598] Re: Session key validation not working in pieforms

2011-06-13 Thread François Marier
** 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/771598

Title:
  Session key validation not working in pieforms

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.2 series:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  The 'sesskey' hidden element is added automatically to every form
  created by the pieform constructor, but it's not validated because on
  submission, the sesskey's value is regenerated in the pieform
  constructor rather than read from the posted value.

  For the fix on stable versions, we should check the name of the hidden
  element and for 'sesskey', read it in from the appropriate parameter.

  On master, we should leave the hidden element as it is, and use a new
  pieform element type for sesskey validation.

  Reported by Bart van Delft.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/771598/+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 771592] Re: Edit permission not checked in newviewtoken.json.php

2011-06-13 Thread François Marier
** 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/771592

Title:
  Edit permission not checked in newviewtoken.json.php

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.2 series:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  On master, the script is no longer used and should be deleted altogether.
  On 1.2/1.3, we need to check that the logged in user has permission to edit 
the view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/771592/+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 746182] Re: Overriding start/stop dates not checked

2011-06-13 Thread François Marier
** Changed in: mahara/1.0
   Status: In Progress = Won't Fix

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

Title:
  Overriding start/stop dates not checked

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.0 series:
  Won't Fix
Status in Mahara 1.2 series:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  Bug #722475 suggests that the view start/stop date overrides are more
  restrictive than they should be, but having checked that bug it seems
  they're not checked at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/746182/+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 605705] Re: More information when deleting a view

2011-06-13 Thread François Marier
** 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/605705

Title:
  More information when deleting a view

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Hello,

  Do you really want to delete this View? It cannot be undone. – Some
  users may ask if their files and blog entries will also be lost when
  the view is deleted.

  Maybe a sentence should be added along the lines of All your files
  and blog entries that you linked in this view will still be available.
  However, if you have written text directly into text boxes, this will
  be gone.

  BUT if text boxes also get the artefact status then the second
  sentence becomes redundant.

  Maybe we can also provide a link to the portfolio export. That could
  be used as backup (they could always do an HTML export to freeze their
  portfolio in time). E.g. If you want to create a copy of your
  portfolio in the state it was in before deleting, you may want to
  [link]export[/link] it before you delete this view.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/605705/+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 548165] Re: Increase length of username column to 255 to support shibboleth/SSO userIDs

2011-06-13 Thread François Marier
** 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/548165

Title:
  Increase length of username column to 255 to support shibboleth/SSO
  userIDs

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  get_new_username in lib/user.php truncates username to 30 characters
  by default. In some cases this is too short.

  As an example I have modified the SimpleSAMLPhP authenticator to use
  the Internet2 Shibboleth SAML service provider (SP). In cases where
  the eduPersonPrincipleName attribute (which look like
  usern...@domain.com) is not provider to the SP, the SP can either use
  the SAML1 eduPersonTargetedID attribute (which looks like
  e54710df7638d...@domain.com) or the serialized SAML2 NameID (which
  looks like !IdP-entityID!SP-entityID!lq7q48crsqzyqehetxahzcgi/bc=
  and the entityIDs have the form of a URL) as usernames.

  30 characters is far to small to handle this and more over the
  varchar(100) username field in the various  tables like 'usr' will
  impact on this issue aswell.

  My guess is that you should be looking atleast 256 or 512 characters
  for this.

  PS. This is an issue for both SSP and Shibboleth.

  This bug was imported from eduforge.org, see:
  
https://eduforge.org/tracker/index.php?func=detailaid=3424group_id=176atid=739

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/548165/+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 547524] Re: My views - the header line is doubled

2011-06-13 Thread François Marier
** 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/547524

Title:
  My views  - the header line is doubled

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Hi,

  on the my view page the headerline is doubled. plaese remove the
  version without help icon.

  cheers

  heinz

  This bug was imported from eduforge.org, see:
  
https://eduforge.org/tracker/index.php?func=detailaid=1920group_id=176atid=739

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/547524/+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 772860] Re: HTML emails not escaped

2011-06-13 Thread François Marier
** 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/772860

Title:
  HTML emails not escaped

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.2 series:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  Emails sent out as both html and text (forum posts and view feedback
  notifications) should html escape the email body.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/772860/+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 797002] [NEW] Feedback on submitted view not working in IE

2011-06-13 Thread Craig Eves
Public bug reported:

When the Place feedback link is clicked on a view that has been
submitted to a group the text editor does not come up.

This happens on myportfolio.school.nz running v1.4 in IE 7,8,9 
To see this login as Emma Souch and try 
http://myportfolio.school.nz/group/view.php?id=2714

This works in Firefox and also works when I have submitted a view and to
the group using IE9 - this doesn't seem to be an isolated case as
another user has reported this too.

** Affects: mahara
 Importance: Undecided
 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/797002

Title:
  Feedback on submitted view not working in IE

Status in Mahara ePortfolio:
  New

Bug description:
  When the Place feedback link is clicked on a view that has been
  submitted to a group the text editor does not come up.

  This happens on myportfolio.school.nz running v1.4 in IE 7,8,9 
  To see this login as Emma Souch and try 
http://myportfolio.school.nz/group/view.php?id=2714

  This works in Firefox and also works when I have submitted a view and
  to the group using IE9 - this doesn't seem to be an isolated case as
  another user has reported this too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/797002/+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 701704] Re: Enable fullscreen mode in flow player

2011-06-13 Thread François Marier
** 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/701704

Title:
  Enable fullscreen mode in flow player

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The Flow player does have a full screen mode already but the
  fullscreen button is hidden by Mahara.

  It has been requested on the forum:

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/701704/+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 700218] Re: Second + pages of an internal blog in a public view require login

2011-06-13 Thread François Marier
** 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/700218

Title:
  Second + pages of an internal blog in a public view require login

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When an entire blog is made available in a public view and there are
  so many blog posts that a navigation becomes necessary, the subsequent
  pages of the blog cannot be accessed publicly. A login box appears.

  (Mahara 1.3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/700218/+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 693790] Re: It is possible to register many accounts with the same email.

2011-06-13 Thread François Marier
** 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/693790

Title:
  It is possible to register many accounts with the same email.

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  As Sergio reported on the forum
  (http://mahara.org/interaction/forum/topic.php?id=2630), it is
  possible to create two (or more) users with the same email by filling
  in the registration form multiple times prior to completion of account
  registration process by following the link in the email. Each of
  received registration emails can be used for creating individual
  accounts with the same email address.

  The possible solutions have been pointed out in bug #692614.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/693790/+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 688304] Re: Check html export of views containing files owned by a different user to that of the view

2011-06-13 Thread François Marier
** 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/688304

Title:
  Check html export of views containing files owned by a different user
  to that of the view

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Html export may be failing when trying to rewrite download links to
  files which are owned by someone other than the exporting user (files
  which are not going to be included in the export).

  
  [WAR] 80 (artefact/file/lib.php:563) Trying to get property of non-object
  Call stack (most recent first):
  * log_message(Trying to get property of non-object, 8, true, true, 
  /srv/sitename.com/public/htdocs/artefact/file/l..., 563) at 
/srv/sitename.com/public/htdocs/lib/errors.php:444
  * error(8, Trying to get property of non-object, 
/srv/sitename.com/public/htdocs/artefact/file/l..., 563, array(size 3)) at 
/srv/sitename.com/public/htdocs/artefact/file/lib.php:563
  * ArtefactTypeFileBase::get_full_path(357, false) at 
/srv/sitename.com/public/htdocs/export/html/lib.php:800
  * HtmlExportOutputFilter-get_folder_path_for_file(object(ArtefactTypeFile)) 
at /srv/sitename.com/public/htdocs/export/html/lib.php:692
  * HtmlExportOutputFilter-replace_artefact_link(array(size 6)) at Unknown:0
  * 
preg_replace_callback(#a[^]+href=(http\\://sitename\\.com/)?/?view/..., 
array(size 2), div id=column_1 class=column columns3 style=...) at 
/srv/sitename.com/public/htdocs/export/html/lib.php:629
  * HtmlExportOutputFilter-filter(div id=column_1 class=column columns3 
style=...) at /srv/sitename.com/public/htdocs/export/html/lib.php:376
  * PluginExportHtml-dump_view_export_data() at 
/srv/sitename.com/public/htdocs/export/html/lib.php:198
  * PluginExportHtml-export() at 
/srv/sitename.com/public/htdocs/export/download.php:102

  

  PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted
  (tried to allocate 71 bytes) in
  
/srv/sitename.com/public/htdocs/lib/htmlpurifier/HTMLPurifier/ChildDef/Required.php
  on line 25

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/688304/+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 683664] Re: access file ...denied in view ...

2011-06-13 Thread François Marier
** 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/683664

Title:
  access file ...denied in view ...

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Specs :
  Operating System  Linux CentOS
  MySQL-client versie: 5.1.52
  Mahara 1.3.3

  What I do :
  1. Upload file in My Files
  2. make it available in a view
OK

  1. Make a folder
  2. make a subfolder
  3. Upload file in subfolder
  4. Make folder available (including subfolder)
  5. Make folder available in view
  6. Click on subfolder with file  no download details, only filename   
  7. Click on filename
   
  
  Access Denied
  You do not have access to view this page

  Artefact 91 not in View 9 
  -

  What I did meanwhile :
  - maharaData = 775 
  - Checked in cpanel  permissions, new artefacs maps are 700 
  - put up Cron job
  -  truncate activity queue table

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/683664/+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 684556] Re: Group View cannot be made public

2011-06-13 Thread François Marier
** 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/684556

Title:
  Group View cannot be made public

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  I created a group and made a view in this group with Public access.
  I also set the drop down in the setup of the group to be publicably
  viewable. Another user (not a member of the group) then tried to look
  at this view but only saw the message None that you can see...:(

  For some reason when I use a Secret URL and log out I can see the
  view??

  The only way that I can get a user to find and see a view is if they
  join the group.

  Can this be fixed so that group work can be made publicably viewable?

  Thanks,
  Grant

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/684556/+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 681211] Re: formatting on tag result list is off

2011-06-13 Thread François Marier
** 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/681211

Title:
  formatting on tag result list is off

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Listing the content on the tag result list is off. Lines are stretched
  etc. It needs cleaning up like the formatting in the resumé block type
  where you can pull in single items. There the formatting is also not
  great.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/681211/+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 677546] Re: Bug in string Recent Activity, Latest Views I`ms Topic Following

2011-06-13 Thread François Marier
** 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/677546

Title:
  Bug in string Recent Activity,Latest Views  I`ms Topic Following

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Bug in string Recent Activity,Latest Views  I`ms Topic Following.
  After installing Mahara is not possible to translate to and does not
  recognize the change in these strings in the file mahara.php.And the
  string continue in english.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/677546/+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 676693] Re: Views not displaying more than one embedded video

2011-06-13 Thread François Marier
** 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/676693

Title:
  Views not displaying more than one embedded video

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  If you put two videos in a view, only one is displayed and the other
  just shows a '(Flash animation)' link.

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/676693/+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 675047] Re: flowplayer doesn't recognize files with uppercase extensions

2011-06-13 Thread François Marier
** 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/675047

Title:
  flowplayer doesn't recognize files with uppercase extensions

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  I uploaded 03 - ONE MORE TIME (CLUB MIX).MP3 to my group but when i
  add a embbed media module to my group view and select that song the
  mp3 player gives me an error , with all the other songs works why with
  this one no ?

  
  mahara 1.3.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/675047/+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 675730] Re: Embedded images not displayed in LEAP2A imported content

2011-06-13 Thread François Marier
** 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/675730

Title:
  Embedded images not displayed in LEAP2A imported content

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  During testing Mahara repository plugin in Moodle 2.0, I discovered
  that images embedded into a Moodle forum post (that is then exported
  via LEAP2A into Mahara) are not displayed in the created Mahara blog
  post.

  If I export the post into leap2a.xml, the embedded image is exported
  into:

  lt;img src=portfolio:storedfile816 alt= width=100
  height=100 rel=enclosure/gt;

  and then again in the 'attachments' section into:

  lt;img rel=enclosure src=portfolio:storedfile816/gt;

  the entry portfolio:storedfile816 and link rel=related
  href=portfolio:storedfile816/ are created correctly.

  However, the import code in Mahara relies on the exact argument order
  in the img tag and therefore only the img in attachments section is
  converted correctly. See import/leap/lib.php, private function
  fix_artefact_reference, the $match pattern.

  To reproduce, your Moodle must be patched to fix MDL-23978.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/675730/+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 670683] Re: SMTP Error: Could not authenticate.

2011-06-13 Thread François Marier
** 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/670683

Title:
  SMTP Error: Could not authenticate.

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  I set this on my config.php and config-defaults.php on the lib folder
  file


  $cfg-smtphosts = 'smtp.gmail.com';
  // If you have specified an smtp server above, and the server requires 
authentication, 
  // enter them here
  $cfg-smtpuser = 'leonel...@gmail.com';   
  $cfg-smtppass = '**';

  
  any ideas?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/670683/+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 668293] Re: Secret URL needs metatags for noindex, captcha ( no anon feedback?)

2011-06-13 Thread François Marier
** 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/668293

Title:
  Secret URL needs metatags for noindex, captcha ( no anon feedback?)

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  See SPAM discussion topic at:
  http://mahara.org/interaction/forum/topic.php?id=1055

  Besides spam, allowing bots to index secret URLS means that views
  intended to be extremely private (such as job applications by people
  already employed somewhere else) will show up in Google searches
  (making for interesting reading for their current managers!)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/668293/+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 666546] Re: Objectionable content email should have link to profile of person reporting

2011-06-13 Thread François Marier
** 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/666546

Title:
  Objectionable content email should have link to profile of person
  reporting

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When an email is sent to an admin about objectionable content, there
  is no way of getting in touch with the person reporting the content
  because the email is from noreply@... and the name of the reporter is
  not linked to their profile. If I want to get in touch with the person
  reporting to verify if the content is really objectionable or not,
  it's a bit cumbersome as I first need to find the person in the
  system.

  It would be great if the reply-to email address was the one of the
  person reporting the content and if the name was linked to their
  profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/666546/+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 668236] Re: Feedback is not possible on individual file-based artefacts

2011-06-13 Thread François Marier
** 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/668236

Title:
  Feedback is not possible on individual file-based artefacts

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The current 1.3 version allows a person accessing a view to access the
  details page for an image, and provide feedback on the image.

  Where a file is available as part of a view, the Provide Feedback link
  is missing.

  This seems inconsistent.

  The request is for comments to be able to be added for files as well
  as images,

  This could be best implemented by giving the Institution Administrator
  the ability to allow/deny comments on individual artefact types.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/668236/+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 656679] Re: Update user info on login can prevent re-login

2011-06-13 Thread François Marier
** 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/656679

Title:
  Update user info on login can prevent re-login

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Using Active Directory LDAP for authentication. It seemed that having
  the 'Update user info on login' tickbox enabled caused Mahara to
  appear to go-offline to that user upon re-logins. I tried this with
  several users and it was repeatable. There was a similar sounding bug
  reported a while back I think - it may be the same.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/656679/+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 662424] Re: User able to login with cleartext password and no salt

2011-06-13 Thread François Marier
** 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/662424

Title:
  User able to login with cleartext password and no salt

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  There seems to be two issues here:
  1 - When resetting a user's password (via 'Acount Settings' as Admin user), 
the password is saved in cleartext and with no salt in the usr table.
  2 - User login is then also possible with a cleartext password and no salt!

  I have tested this on the the following branches:
1.0_STABLE
1.1_STABLE
1.2_STABLE
1.3_STABLE
master

  The issue seems to be present in all of the above branches.

  Relevant system specs:
  Ubuntu 10.04
  Postgres 8.4.5

  Cheers and hope this helps ;),
  Eugene.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/662424/+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 655631] Re: Forum post downloads should be publicly available in a public forum

2011-06-13 Thread François Marier
** 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/655631

Title:
  Forum post downloads should be publicly available in a public forum

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  In a public forum (such as the mahara community forum), posts are
  readable when users are not logged in. However, any files attached to
  a post are only available when logged in.

  As a result, you can only see images posted inline in a forum post
  when logged in. This also affects users receiving posts in e-mail, and
  through RSS feeds.

  Arguably, if a user receives e-mail updates for forum posts, then this
  requires a separate resolution since not all groups are public groups.
  If a user is in a non-public group and receives e-mail alerts for a
  forum post with an inline image, then we should probably re-write the
  location of the image and include it as an attachment to the e-mail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/655631/+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 634829] Re: maxuploadsize should consider that post_max_size is the whole POST content

2011-06-13 Thread François Marier
** 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/634829

Title:
  maxuploadsize should consider that post_max_size is the whole POST
  content

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  In addition to respecting quota (), maxupload variable (which used to
  be in filebrowser pieform, now it is in get_max_upload_size function,
  see 7b2772a03 on master) considers minimum value of either
  'post_max_size' or 'upload_max_filesize':

  $maxuploadsize = min(get_real_size(ini_get('post_max_size')),
  get_real_size(ini_get('upload_max_filesize')));

  It should be taken into account that post_max_size PHP setting
  evaluates the whole POST content (which includes file name and other
  from values, not only the file itself), thus assuming that file should
  be equal to this value while determining maxupload size is incorrect.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/634829/+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 638511] Re: cron_check_for_updates hanging

2011-06-13 Thread François Marier
** 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/638511

Title:
  cron_check_for_updates hanging

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Possibly related to the DOMDocument errors linked from here:
http://mahara.org/interaction/forum/topic.php?id=2241

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/638511/+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 646713] Re: Removal of httpswwwroot

2011-06-13 Thread François Marier
** 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/646713

Title:
  Removal of httpswwwroot

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Originally reported in
  http://mahara.org/interaction/forum/topic.php?id=1746

  If wwwroot and httpswwwroot are both set and they're set differently, then 
users accessing mahara over https won't be able to retrieve various things - 
e.g. help snippets.
  If the user is coming over https, and httpswwwroot is set, we should be using 
that instead of the wwwroot.
  If they use the wwwroot, then browsers see this as XSS and block various 
things - e.g. help files.

  This is *only* a problem when visiting over https and the wwwroot is
  set to http. The only place I can see where we actively pass users
  from http to https is the account settings page. That said, users can
  visit the httpswwwroot instead of the wwwroot and will see this on any
  page that they visit (until they click a link that is...).

  I've marked this a security bug for the moment until someone else has had a 
look.
  I think we may need to have more of a review of this - the ajaxlogin also 
uses config.wwwroot regardless of the setting of httpswwwroot.

  Andrew

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/646713/+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 617159] Re: Block title links should be made optional

2011-06-13 Thread François Marier
** 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/617159

Title:
  Block title links should be made optional

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Blocks that contain a single artefact are automatically rendered with
  a link around the block title pointing to
  view/artefact.php?artefact=xview=y

  That is annoying for artefact plugin authors who haven't implemented a
  render_self function, because that page is broken without one.

  There are two things we should do to solve this.

  (1) Either
  - make render_self abstract in the base class (force plugin authors to write 
it as it's used in html export anyway); or
  - implement a very plain render_self function in the ArtefactType base class 
to stop view/artefact.php from breaking (personally i prefer this option)

  (2) Make the title link to view/artefact.php optional in the
  render_viewing function in blocktype/lib.php.  We could allow
  blocktypes to say whether to add the link or not, or perhaps control
  it at the instance config level so that blocktypes can allow the user
  to decide whether to link the title or not.  (We should also allow
  view owners to turn off the display of the block titles altogether if
  they want to...)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/617159/+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 618634] Re: Disabled features are still accessible by visiting their URI directly

2011-06-13 Thread François Marier
** 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/618634

Title:
  Disabled features are still accessible by visiting their URI directly

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  If I disable a plugin (e.g. Resume), then the menu items for it disappear 
(correctly).
  However, if I visit the URI for that plugin (e.g. /artefact/resume) on my 
site, I can still access, view, modify and submit information stored within the 
artefact.

  Marking this as a security vulnerability because the plugin has been
  disabled but this is being circumvented.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/618634/+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 710306] Re: Automatically subscribe users should be optional in forum settings

2011-06-13 Thread François Marier
** 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/710306

Title:
  Automatically subscribe users should be optional in forum settings

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Mahara 1.4 dev version

  When creating / editing a group forum, some mandatory settings are
  hidden in Settings. Not making settings visible immediately suggests
  that you don't have to click on them if you want to leave the default
  settings. However, as Automatically subscribe users is a mandatory
  field though it is a checkbox, the user is taken back to the edit
  screen after submitting his forum creation / editing. That should not
  happen.

  I would not make Automaticall subscribe users a mandatory field in
  the way it is at the moment with only one checkbox as it has to be
  chosen. Thus, there is no choice.

  Furthermore, I would put any mandatory fields that need to be reviewed
  on the first screen.

  The mandatory fields Order and Who can create topics behave
  differently from Automatically subscribe users as they already have
  a default setting chosen. Thus, they could actually become not
  mandatory fields and stay in Settings.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/710306/+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 710292] Re: Switch elements around on share access page

2011-06-13 Thread François Marier
** 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/710292

Title:
  Switch elements around on share access page

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Mahara 1.4 dev version:

  I would switch a couple of elements around on the share access page to
  make it easier to see. In Western culture we read from left to right.
  Thus, having the important column with page and collection titles in
  the middle is a bit weird because you have to focus your attention in
  the middle and then go to the left to see the access list.

  I propose the following (see attached mockup):

  1. make the Pages  Collections column the first one and then have access 
list and edit access
  2. move the number of secret URLs closer to the edit button
  3. substitute the pencil button for the key button for the secret URL for 
consistency; besides: a secret URL can only be generated and not edited; I 
think the key would be more appropriate as it shows access

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/710292/+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 781988] Re: Broken image in raw theme

2011-06-13 Thread François Marier
** 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/781988

Title:
  Broken image in raw theme

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  This image is broken:

htdocs/interaction/forum/theme/raw/static/images/icon-
  subscribetopic.gif

  It does kind of open in GIMP, but it's huge and there's a tiny black
  dot in the top left corner. We should find out what it's supposed to
  be and turn it into a valid image.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/781988/+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 779722] Re: users with long usernames screw up display

2011-06-13 Thread François Marier
** 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/779722

Title:
  users with long usernames screw up display

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  due to 
  commit 5f1ad871938686be816b2e4816e9221b43e5461c
  change Ib5a8b1cbda7808fd6b1780f87a9a52a3443712c8
  bug #548165

  When a username has a large username, it screws up display. I would
  suggest truncating the username to 30 characters, with a hover over
  for the larger username in smaller text.

  Cheers,

  Hugh

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/779722/+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 776955] Re: /admin shows cronjob not running altho it is ok

2011-06-13 Thread François Marier
** 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/776955

Title:
  /admin shows cronjob not running altho it is ok

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Hi,

  I installed mahara 1.4 (Mahara version 1.4.0alpha2dev (2011042000) 
  the cronjob is running, but the site shows:
  Cron: Cron is not running.
  See the installation guide for instructions on how to set it up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/776955/+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 771597] Re: Leap2A Export has no dates

2011-06-13 Thread François Marier
** 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/771597

Title:
  Leap2A Export has no dates

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  After installing 1.3.5 all exports have had missing dates. Tags such
  as updated and published come out like the following:

  updated:/updated
  published:/published

  I've attached an example export.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/771597/+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 768466] Re: lang/en.utf8/help/forms/siteoptions.smtpsecure.html needs to be fixed.

2011-06-13 Thread François Marier
** 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/768466

Title:
  lang/en.utf8/help/forms/siteoptions.smtpsecure.html needs to be fixed.

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  lang/en.utf8/help/forms/siteoptions.smtpsecure.html needs to be fixed
  as below.

  [before]
  h3SMTP Encryption/h3
  pIf the SMTP server supports encryption, enable it here./p
  pWhen encryption is enabled the default ports are 465 for SSL and 587 for 
TLS. If your settings are different from default make sure that the port 
setting is correct. Check correct settings with your mail service provider./p
  pThis field may be disabled if overridden by a setting in your config.php 
file./p

  [after]
  h3SMTP Encryption/h3
  pIf the SMTP server supports encryption, enable it here./p
  pThis field may be disabled if overridden by a setting in your config.php 
file./p

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/768466/+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 766800] Re: Mahara should not overwrite web server configuration

2011-06-13 Thread François Marier
** 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/766800

Title:
  Mahara should not overwrite web server configuration

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  We currently ship a .htaccess with Mahara. I would like to suggest
  that we shouldn't be messing with people web server configuration. We
  should provide guidance as to how to configure it right (on the wiki
  already) and issue errors and warnings when we detect that certain
  settings are wrong.

  The current .htaccess has a few problems:

  - it prevents people from installing Mahara in some cases (e.g. 
http://mahara.org/interaction/forum/topic.php?id=2728)
  - it assumes that people will be running Apache

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/766800/+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 759414] Re: Daily logged-in users count inaccurate when cron is delayed

2011-06-13 Thread François Marier
** 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/759414

Title:
  Daily logged-in users count inaccurate when cron is delayed

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The query uses CURRENT_DATE, but should count logged in users with
  lastaccess relative to the time the cron job was started.

  I suspect there's a delay in cron_site_data_daily because it counts
  disk usage first (very slow) before it does logged-in users, so if it
  starts at 23:51, it might skip over into the following day before
  doing the logged-in users.

  We should rewrite the logged-in users query to either hardcode the
  time the function starts (or just use CURRENT_TIMESTAMP - interval '1
  day').

  We should also move the disk usage check to happen after the user
  counts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/759414/+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 759375] Re: Groups with no members are displayed first in site stats area

2011-06-13 Thread François Marier
** 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/759375

Title:
  Groups with no members are displayed first in site stats area

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  On the site stats page in the admin area, groups should be listed in
  descending order of size, from largest to smallest, but empty groups
  are listed first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/759375/+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 758235] Re: Add max length on forum posts, text boxes, etc.

2011-06-13 Thread François Marier
** 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/758235

Title:
  Add max length on forum posts, text boxes, etc.

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  We should enforce lower length limits when submitting forum posts 
  saving textboxes.  Possibly blog posts as well, if it's not done
  already.  It'd make bug #547773 a bit less of a problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/758235/+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 756970] Re: Group file edit permissions - Edit/Delete buttons not hidden

2011-06-13 Thread François Marier
** 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/756970

Title:
  Group file edit permissions - Edit/Delete buttons not hidden

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  For details and description of fix, see comment by Tim Parkinson at
  http://mahara.org/interaction/forum/topic.php?id=3349

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/756970/+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 756961] Re: String for group file 'view' permission has been changed to 'page'

2011-06-13 Thread François Marier
** 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/756961

Title:
  String for group file 'view' permission has been changed to 'page'

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When editing group files, the available permissions are shown as Page
  Edit Publish rather than View Edit Publish.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/756961/+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 753207] Re: Collection Export to HTML Broken Header Links

2011-06-13 Thread François Marier
** 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/753207

Title:
  Collection Export to HTML Broken Header Links

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Upon exporting a collection of views to a Standalone HTML Website, the
  index page has links of the type:
  file:///C:/Scott/Export/View1/index.html and these work fine.

  However, once you're looking at a View you have the standard header
  with links to the other views in the collection. These, however, are
  missing the reference to index.html (e.g.
  file:///C:/Scott/Export/View2/) and so in IE open the file location in
  Windows Explorer.

  Tested in Mahara 1.3.3 and 1.3.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/753207/+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 746194] Re: Group share tab appears for non-members

2011-06-13 Thread François Marier
** 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/746194

Title:
  Group share tab appears for non-members

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  In a group, you can see the share tab even when you're not a member
  (clicking the tab gives access denied).  It should be hidden like the
  group files tab.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/746194/+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 750815] Re: Upgrade upstream versions of bundled software

2011-06-13 Thread François Marier
** 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/750815

Title:
  Upgrade upstream versions of bundled software

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Before 1.4 is released, we should go through the software we bundle
  and make sure it's up to date.

  This includes:
  - tinymce
  - jquery
  - jscalendar
  - MochiKit
  - adodb
  - dwoo
  - pear modules
  - phpmailer

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/750815/+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 746079] Re: leap2a import fails on PHP 5.3.2

2011-06-13 Thread François Marier
** 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/746079

Title:
  leap2a import fails on PHP 5.3.2

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Reported for Mahara 1.3.5 on PHP 5.3.2 environment

  When attempting to import a LEAP2A file, the following errors are
  reported.  This error is consistent with exports from the same system
  and exports from a separate Mahara 1.2.6 system, also on PHP 5.3.2.
  Export file is attached.

  Error reported in browser:

  Sorry - Importing the LEAP2A file failed.

  This could be because you did not select a valid LEAP2A file to
  upload. Alternatively, there may be a bug in Mahara causing your file
  to fail, even though it is valid.

  Please go back and try again, and if the problem persists, you may
  want to post to the Mahara Forums to ask for help. Be prepared to be
  asked for a copy of your file!

  Error captured in error_log

  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] [WAR] 55 
(import/leap/lib.php:122) simplexml_load_file(): 
/var/lib/mahara1/elab.athabascau.ca.mahara/temp/import/darrentest3-1301522601/extract/mahara-export-leap-user3-1301520892.zip:1:
 parser error : Start tag expected, ', referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] Call stack (most 
recent first):, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
log_message(simplexml_load_file(): /var/lib/mahara1/elab.athab..., 8, true, 
true, /usr/share/mahara1/htdocs/import/leap/lib.php, 122) at 
/usr/share/mahara1/htdocs/lib/errors.php:444, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * error(2, 
simplexml_load_file(): /var/lib/mahara1/elab.athab..., 
/usr/share/mahara1/htdocs/import/leap/lib.php, 122, array(size 2)) at 
Unknown:0, referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
simplexml_load_file(/var/lib/mahara1/elab.athabascau.ca.mahara/temp/im..., 
SimpleXMLElement, 67584) at 
/usr/share/mahara1/htdocs/import/leap/lib.php:122, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
PluginImportLeap-process() at 
/usr/share/mahara1/htdocs/admin/users/add.php:300, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
adduser_submit(object(Pieform), array(size 13)) at Unknown:0, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
call_user_func_array(adduser_submit, array(size 2)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:512, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
Pieform-__construct(array(size 7)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:161, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
Pieform::process(array(size 7)) at 
/usr/share/mahara1/htdocs/lib/pieforms/pieform.php:71, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
pieform(array(size 7)) at /usr/share/mahara1/htdocs/admin/users/add.php:145, 
referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] , referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] [WAR] 55 
(import/leap/lib.php:122) simplexml_load_file(): PK\x03\x04\x14, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152] Call stack (most 
recent first):, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 
log_message(simplexml_load_file(): PK\x03\x04\x14, 8, true, true, 
/usr/share/mahara1/htdocs/import/leap/lib.php, 122) at 
/usr/share/mahara1/htdocs/lib/errors.php:444, referer: 
http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * error(2, 
simplexml_load_file(): PK\x03\x04\x14, 
/usr/share/mahara1/htdocs/import/leap/lib.php, 122, array(size 2)) at 
Unknown:0, referer: http://portfolio-dev.elab.athabascau.ca/admin/users/add.php
  [Wed Mar 30 16:03:21 2011] [error] [client 131.232.8.152]   * 

[Mahara-contributors] [Bug 745426] Re: Mahara should check for missing trailing / in wwwroot

2011-06-13 Thread François Marier
** 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/745426

Title:
  Mahara should check for missing trailing / in wwwroot

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  As part of the sanity checks, Mahara should throw an error message
  when you configure your site incorrectly by not having a trailing
  slash in the $cfg-wwwroot variable of config.php

  This would avoid problems like
  http://mahara.org/interaction/forum/topic.php?id=3238#post14130

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/745426/+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 744591] Re: Theme directory name and unrecoverable WSOD

2011-06-13 Thread François Marier
** 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/744591

Title:
  Theme directory name and unrecoverable WSOD

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Discovered in Mahara 1.3.4

  If you give your theme's directory a name that includes a period and
  set Mahara to use this theme, it will WSOD for all users
  unrecoverably.

  To reproduce:
  1) Create a new theme. Name the folder something akin to elab2.0
  2) Select the theme as your default site theme, then log out.
  3) WSOD

  This is the relevant error in error_log:

  [WAR] 01 (lib/web.php:641) Theme name is in invalid form: 'elab2.0',
  referer: http://portfolio-
  dev.elab.athabascau.ca/admin/site/options.php

  Only the site configuration was changed; institutions were set to use
  the site default.

  I attempted the following to work around this:
  1) Renamed the theme folder, hoping it would revert to the default theme.
  2) Re-set the default theme through a direct SQL query

  In both cases, the error persisted.

  Due to apache write permissions, I was unable to delete the contents
  of $datadir/dwoo, which is where I think the problem lies.

  Finally worked around this by editing lib/web.php and commenting out
  the dirname check.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/744591/+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 738267] Re: noreplyaddress config directive not picked up into database config table

2011-06-13 Thread François Marier
** 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/738267

Title:
  noreplyaddress config directive not picked up into database config
  table

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  I am using Mahara 1.3.3 clean install on shared hosting with
  inmotionhosting.  Everything works, but my emails sent by mahara are
  getting blocked.  I had the same problem with my moodle installation,
  but was able to configure it with SMTP email and a defined, working
  noreply address. However, this is not working with mahara.

  I have defined the cfg-noreplyaddress directive and ensured it's
  pointing to the correct address.  However, in the database config
  file, it wasn't picked up, instead pointing to
  nore...@subdomain.domain.com (I use subdomains to separate the various
  applications on the server) which was the default probably put in
  before I set it in the config file myself.  So I changed the config
  file back to match what's in the database, again checking all the
  credentials, authentication, and that that email address can
  send/receive mail.

  So I created several dummy accounts with any other email address I
  have, and it works on the user creation on roaming over via mnet and I
  get the email with the correct noreply setting.

  The database didn't pick up a noreplyaddress change in the config, and
  instead kept the original value.  Once I made the database and the
  config file match, all was ok.  But I shouldn't have to have gone
  digging into the database once fixing the config file-- so that's a
  bug.

  Forum post with full details:
  http://mahara.org/interaction/forum/topic.php?id=3110#post13442

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/738267/+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 738265] Re: typo in lib/config-defaults.php

2011-06-13 Thread François Marier
** 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/738265

Title:
  typo in lib/config-defaults.php

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  I found a config file error (wrong case on the error log.. CFG- vs
  cfg-) which was copied over from lib/config-defaults.php -- so that's
  a minor typo in your lib/config-defaults.php file with big
  consequences; and thus another easy-to-fix bug.

  
  Forum post with complete details: 
http://mahara.org/interaction/forum/topic.php?id=3110#post13442

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/738265/+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 736302] Re: Leap2A import ignores studentid internal artefact

2011-06-13 Thread François Marier
** 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/736302

Title:
  Leap2A import ignores studentid internal artefact

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When importing a student's LEAP2A file in Mahara 1.2.6, the studentid
  internal artefact appears to be ignored, and no data is stored in the
  user's usr.studentid field in the database.

  We rely on the value stored in usr.studentid for some additional
  functionality in our installation, so this causes noticeable issues.

  Below is the relevant XML from the leap2a.xml file (with dummy student
  ID):

  leap:persondata
  mahara:artefactplugin=internal
  mahara:artefacttype=studentid
  leap:field=other

  leap:label=Student ID

  /leap:persondata

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/736302/+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 731990] Re: Forum post editing timeout issue

2011-06-13 Thread François Marier
** 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/731990

Title:
  Forum post editing timeout issue

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  We have postdelay forum config parameter that defines for how long it
  is allowed to edit the post after it has been submitted. Say it is set
  to 30 mins. When user decides to edit the post just before timeout,
  s/he will be allowed to do so, but submission might not be possible
  due to the timeout (Access denied error).

  What I suggest is to make possible to submit the post even if time is
  out (but editing was initiated before timeout).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/731990/+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 735884] Re: unzipped files embedding problems

2011-06-13 Thread François Marier
** 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/735884

Title:
  unzipped files embedding problems

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When a multimedia file eg mp3 file is zipped and uploaded to the Files
  area and then unzipped the file is not available when using the embed
  multimedia block.

  The file is Ok when used without zipping and unzipping.

  Tried in 1.3 and v1.4 with Firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/735884/+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 731064] Re: Once you choose a view theme, you can't remove it

2011-06-13 Thread François Marier
** 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/731064

Title:
  Once you choose a view theme, you can't remove it

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  If you select a particular theme for a given view, you can change it
  later, but you can't remove it entirely and default to the site /
  institution theme. All you can do is set the view theme to be the same
  as the institution or site.

  (this needs to be tested again, it's based on some old notes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/731064/+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 724471] Re: SAML does not fail gracefully when Identity Provider does not provide require attribute

2011-06-13 Thread François Marier
** 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/724471

Title:
  SAML does not fail gracefully when Identity Provider does not provide
  require attribute

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When a Shibboleth Identity Provider does not provide a required
  attribute, Mahara presents a page that says Site Unavailable and A
  nonrecoverable error occured. This probably means you have encountered
  a bug in the system.  You also will get stuff in the error_log like
  what's in the file attached.

  By comparison, when this situation arises with Moodle, the page tells
  the user something like this:

  You seem to be Shibboleth authenticated but Moodle didn't receive any
  user attributes. Please check that your Identity Provider releases the
  necessary attributes ('REMOTE_USER', 'givenName', 'sn' and 'mail') to
  the Service Provider Moodle is running on or inform the webmaster of
  this server.

  Especially if people intend to run federated authentication, SAML
  should fail gracefully if an Identity Provider doesn't provide all the
  attributes Mahara requires.  If nothing else, it at least makes it
  clear that the problem is probably with the Identity Provider and not
  one or more bugs in Mahara.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/724471/+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 724060] Re: Set default LDAP version to 3

2011-06-13 Thread François Marier
** 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/724060

Title:
  Set default LDAP version to 3

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  From Bug #650678:

  We should also set the default LDAP version to '3' in the
  configuration settings page.

  Some LDAP servers refuse v2 connections by default (e.g., OpenLDAP 2.x
  and later) and using v3 makes the server use utf8 both in the queries
  and the responses (unless the server is really broken).

  Setting the default to v3 would ensure that nobody forgets to select
  v3 and gets a broken setup that works most of the time (but not
  always).

  Saludos.
  Iñaki.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/724060/+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 725192] Re: can not post comments on a blog displayed in someone else's view

2011-06-13 Thread François Marier
** 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/725192

Title:
  can not post comments on a blog displayed in someone else's view

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Views that have been copied and contain a blog with the settings
  others may display a copy of your blog in their view the comments
  feature does not work.  Whether a viewer selects the blog title, the
  blog post, or the comment link at the bottom of the post, they
  receive an error message that says the artefact is not in that view:
  Artefact 250 not in View 89  This is for Mahara 1.3.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/725192/+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 718546] Re: Some groups show up twice in the group listing when searching for groups

2011-06-13 Thread François Marier
** 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/718546

Title:
  Some groups show up twice in the group listing when searching for
  groups

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  on Mahara 1.4alpha / master.dev

  When I search for a group in Find Groups, some groups show up twice
  in the list. The URL and description are the same. However, the user
  count can be a different one, e.g. https://skitch.com/anitsirk/rpsn1
  /find-groups-myportfolio-schools (Richard, Francois, Sean: That's on
  MyPortfolio) and the attached screenshot.

  This behavior is confusing because one thinks that the group exists
  twice.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/718546/+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 716142] Re: Create public Group not possible after useability change.

2011-06-13 Thread François Marier
** 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/716142

Title:
  Create public Group not possible after useability change.

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  after a usability change changing all yes no radios to checkboxes 
  when trying to create a publicly viewable group the public checkbox is 
asserted to be an integer when it should be asserting to a variable. I've made 
a patch for this which I will submit soon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/716142/+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 715189] Re: Deleted forum topic remains in RSS feed

2011-06-13 Thread François Marier
** 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/715189

Title:
  Deleted forum topic remains in RSS feed

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When the forum topic is deleted, all its posts remain in the RSS. This
  is not the case when a single forum post is deleted, in which case it
  disappears from the feed as expected.

  This has been reported in the forum:
  http://mahara.org/interaction/forum/topic.php?id=2743#post11988

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/715189/+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 783282] Re: wwwroot generation fails when DOCUMENT_ROOT is empty

2011-06-13 Thread François Marier
** 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/783282

Title:
  wwwroot generation fails when DOCUMENT_ROOT is empty

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  In my Nginx install, the wwwroot detection fails because
  $_SERVER['DOCUMENT_ROOT'] isn't set.

  My nginx config looks like this:

  server {
listen   443;
server_name  mahara.lynch.wgtn.cat-it.co.nz;

ssl  on;
ssl_certificate  cert.pem;
ssl_certificate_key  cert.pem;

location / {
root   /home/francois/code/mahara/htdocs;
index  index.php index.html;
}
  }

  and the wwwroot generated by Mahara is https://mahara.lynch.wgtn.cat-
  it.co.nz/ahara/htdocs/

  instead of https://mahara.lynch.wgtn.cat-it.co.nz/

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


  1   2   >