[Mahara-contributors] [Bug 1030033] Re: Rename BrowserID to Mozilla Persona

2012-07-27 Thread François Marier
As part of this branding change, it might be interesting from a visual
standpoint to replace the Sign in with Persona text link with this
graphical (css+html -- not an image) button:

  http://dev.sawyerhollenshead.com/mozilla/buttons/buttons.html

** Tags added: browserid

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

Title:
  Rename BrowserID to Mozilla Persona

Status in Mahara ePortfolio:
  New

Bug description:
  BrowserID underwent a rebranding / final branding and is now Mozilla
  Persona. That change should be reflected in Mahara as well so that
  people know they are at the right place.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1030033/+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 1024255] Re: BrowserID changed login URL

2012-07-23 Thread François Marier
https://reviews.mahara.org/1432

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

Title:
  BrowserID changed login URL

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  In Progress

Bug description:
  BrowserID has just completed its rebranding and is now available at
  https://login.persona.org

  There are redirects from the old domain, but you might have to update
  firewall rules.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1024255/+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 1024255] Re: BrowserID changed login URL

2012-07-16 Thread François Marier
More details here:

  https://mail.mozilla.org/pipermail/persona-notices/2012/01.html

** Tags added: browserid

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

Title:
  BrowserID changed login URL

Status in Mahara ePortfolio:
  In Progress

Bug description:
  BrowserID has just completed its rebranding and is now available at
  https://login.persona.org

  There are redirects from the old domain, but you might have to update
  firewall rules.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1024255/+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 1015912] Re: BrowserID plugin should check for firewall issues before getting enabled

2012-07-16 Thread François Marier
** Description changed:

  If your server is set to prevent outgoing HTTPS connections, the
  BrowserID plugin will fail to verify any assertion with this error
  message:
  
-   Mahara did not receive valid JSON output from the BrowserID verifier.
+   Mahara did not receive valid JSON output from the BrowserID verifier.
  
- Ideally, the auth plugin should curl https://browserid.org/verify and
- see if it can reach it succesfully before letting admins enable it for a
- site.
+ Ideally, the auth plugin should curl
+ https://verifier.login.persona.org/verify and see if it can reach it
+ succesfully before letting admins enable it for a site.

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

Title:
  BrowserID plugin should check for firewall issues before getting
  enabled

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  If your server is set to prevent outgoing HTTPS connections, the
  BrowserID plugin will fail to verify any assertion with this error
  message:

    Mahara did not receive valid JSON output from the BrowserID
  verifier.

  Ideally, the auth plugin should curl
  https://verifier.login.persona.org/verify and see if it can reach it
  succesfully before letting admins enable it for a site.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1015912/+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 1015912] Re: BrowserID plugin should check for firewall issues before getting enabled

2012-06-24 Thread François Marier
A message to the admin would be a good idea especially if there was no
firewall when the plugin was enabled and one got added later.

Note that my suggestion was about preventing admins from enabling a
plugin that won't work (which I think has value from a usability
standpoint), not disabling a previously enabled plugin.

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

Title:
  BrowserID plugin should check for firewall issues before getting
  enabled

Status in Mahara ePortfolio:
  Opinion

Bug description:
  If your server is set to prevent outgoing HTTPS connections, the
  BrowserID plugin will fail to verify any assertion with this error
  message:

Mahara did not receive valid JSON output from the BrowserID
  verifier.

  Ideally, the auth plugin should curl https://browserid.org/verify and
  see if it can reach it succesfully before letting admins enable it for
  a site.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1015912/+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 1015912] Re: BrowserID plugin should check for firewall issues before getting enabled

2012-06-24 Thread François Marier
You're right, it could be a general function (part of the auth plugin
base class) that any auth plugin could implement. The is_plugin_usable
function in the base class would just return true but in the browserid
plugin, it would do that check first.

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

Title:
  BrowserID plugin should check for firewall issues before getting
  enabled

Status in Mahara ePortfolio:
  Opinion

Bug description:
  If your server is set to prevent outgoing HTTPS connections, the
  BrowserID plugin will fail to verify any assertion with this error
  message:

Mahara did not receive valid JSON output from the BrowserID
  verifier.

  Ideally, the auth plugin should curl https://browserid.org/verify and
  see if it can reach it succesfully before letting admins enable it for
  a site.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1015912/+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 1015912] Re: BrowserID plugin should check for firewall issues before getting enabled

2012-06-24 Thread François Marier
(This bug should probably be marked as triaged or confirmed so that
it's not lost.)

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

Title:
  BrowserID plugin should check for firewall issues before getting
  enabled

Status in Mahara ePortfolio:
  Opinion

Bug description:
  If your server is set to prevent outgoing HTTPS connections, the
  BrowserID plugin will fail to verify any assertion with this error
  message:

Mahara did not receive valid JSON output from the BrowserID
  verifier.

  Ideally, the auth plugin should curl https://browserid.org/verify and
  see if it can reach it succesfully before letting admins enable it for
  a site.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1015912/+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 822962] Re: Displaying Open Badge Infrastructure badges in views

2012-04-10 Thread François Marier
Open Badges is now in Beta:

  http://erinknight.com/post/20842609358

and the displayer API is included:

  https://github.com/mozilla/openbadges/wiki/Displayer-API
  https://wiki.mozilla.org/Badges/Onboarding-Displayer

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

Title:
  Displaying Open Badge Infrastructure badges in views

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  It would be good for Mahara to be a displayer of OBI badges:

    http://erinknight.com/post/8650391369/obi-alpha
    http://erinknight.com/post/2818534780/open-badge-infrastructure-3

  Other relevant links:

    http://openbadges.org
    https://wiki.mozilla.org/Badges
https://github.com/mozilla/openbadges/wiki/Displayer-API

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/822962/+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 967001] Re: notification.internal trigger upgrade and MySQL

2012-04-03 Thread François Marier
** Summary changed:

- notification.internal trugger upgrade and MySQL
+ notification.internal trigger upgrade and MySQL

** Changed in: mahara
Milestone: 1.5.0 = None

** Changed in: mahara
   Status: In Progress = Fix Released

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

Title:
  notification.internal trigger upgrade and MySQL

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  If mahara user in mysql has been created using mahara wiki guide
  (grant all on (databasename).* to 'username'@'localhost' identified by
  'password';) everything should work fine, however if some external
  tool like 'mysql administrator' has been used to create mahara user
  initially, TRIGGER permission might not be granted, which will result
  in the error similar to below:

   Could not execute command: CREATE TRIGGER update_unread_insert_trigger 
AFTER INSERT ON notification_internal_activity FOR EACH ROW BEGIN IF NEW.read 
= 0 THEN UPDATE usr SET unread = unread + 1 WHERE id = NEW.usr; END IF; END
  Call stack (most recent first):
  execute_sql( CREATE TRIGGER {update_unread_insert_...) at 
/home/ruslan/git/services/vle/mahara/htdocs/lib/dml.php:1757
  db_create_trigger(update_unread_insert, AFTER, INSERT, 
notification_internal_activity,  IF NEW.read = 0 THEN ...) at 
/home/ruslan/git/services/vle/mahara/htdocs/notification/internal/db/upgrade.php:64
  xmldb_notification_internal_upgrade(2009012700) at 
/home/ruslan/git/services/vle/mahara/htdocs/lib/upgrade.php:374
  upgrade_plugin(object(stdClass)) at 
/home/ruslan/git/services/vle/mahara/htdocs/admin/upgrade.json.php:94

  I think upgrade process should be more intuitive and in case of error,
  it should provide information on permission-related problem along with
  possible solution (e.g. Your database user might not have been granted
  TRIGGER permission, please run GRANT TRIGGER on ... ).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/967001/+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 968697] Re: Bad calls to get_string upload csv for duplicate remote usernames

2012-04-03 Thread François Marier
** Tags added: csvupload

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

Title:
  Bad calls to get_string upload csv for duplicate remote usernames

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When uploading users from a csv file, the remote usernames given in
  the file are checked for duplicates.  When a duplicate is found,
  get_string is called to generate the error message using the string
  key 'uploadcsverrorremoteusertaken', but in two of three instances, it
  is called with too few arguments to sprintf. Sometimes this results in
  no error being reported to the user at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/968697/+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 792996] Re: If Gravatar is enabled, the no default profile picture means choose Gravatar

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

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

Title:
  If Gravatar is enabled, the no default profile picture means choose
  Gravatar

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  You can choose not to have a profile picture in Mahara. However, when
  remote avatars are allowed and a user has one of those, it is
  displayed by default and cannot be changed to the anonymous picture.

  In my opinion, this is a bug. The Gravatar should be listed amongst
  the profile pictures as well and it should be possible to choose any
  of the 6 or none. At the moment it is not transparent that the
  Gravatar can actually be displayed as there is no mention of it on the
  Profile Pictures page. Only the site admin knows if gravatars are
  allowed or not.

  It would get even more complicated if Libravatar becomes possible:
  Which remote avatar takes precedence?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/792996/+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 966052] Re: Drop down navigation menu's seem to disappear fairly quickly

2012-03-28 Thread François Marier
** Changed in: mahara
   Status: Incomplete = Triaged

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

Title:
  Drop down navigation menu's seem to disappear fairly quickly

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Drop down navigation menu's seem to disappear fairly quickly, with the
  schools theme anyway.

  The default theme displays the menu items horizontally, not sure if
  this was in the design. Using Internet Explorer 9, menu's OK with
  Firefox 10.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/966052/+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 966052] Re: Drop down navigation menu's seem to disappear fairly quickly

2012-03-28 Thread François Marier
** Tags added: ie

** Changed in: mahara
Milestone: 1.5.0 = None

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

Title:
  Drop down navigation menu's seem to disappear fairly quickly

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Drop down navigation menu's seem to disappear fairly quickly, with the
  schools theme anyway.

  The default theme displays the menu items horizontally, not sure if
  this was in the design. Using Internet Explorer 9, menu's OK with
  Firefox 10.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/966052/+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 967427] Re: Incorrect redirect on login window after clicking on Done

2012-03-28 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/967427

Title:
  Incorrect redirect on login window after clicking on Done

Status in Mahara ePortfolio:
  Triaged

Bug description:
  as reported at https://mahara.org/interaction/forum/topic.php?id=4437

  Here is my summarized translation of it. I don't know if the issue has
  been resolved for Mahara 1.5 yet.

  A user updated to Mahara 1.4.2 and when he clicked on Done at the
  bottom of a portfolio page, e.g.
  https://die.doma.in/mahara/view/blocks.php?id=4711 he was redirected
  to the login window and the URL was https://die.doma.in//mahara/view/

  He figured out that it was a trailing slash problem and solved it by
  adding a slash to the template after the last view before
  method=Get:

  /path/to/mahara/theme/raw/templates/view/blocks.tpl in Zeile 61

  form action={$WWWROOT}{if $groupid}{if $viewtype ==
  'grouphomepage'}group/view.php{else}view/groupviews.php{/if}{elseif
  $institution}view/institutionviews.php{else}view{/if} method=GET

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/967427/+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 966001] [NEW] Switch templating system from dwoo to twig

2012-03-27 Thread François Marier
Public bug reported:

Given that Dwoo is mostly unmaintained now:

  https://twitter.com/#!/seldaek/status/167546484865241088

we should consider switching to Twig:

  http://twig.sensiolabs.org/

** Affects: mahara
 Importance: Wishlist
 Status: Triaged

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

Title:
  Switch templating system from dwoo to twig

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Given that Dwoo is mostly unmaintained now:

https://twitter.com/#!/seldaek/status/167546484865241088

  we should consider switching to Twig:

http://twig.sensiolabs.org/

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/966001/+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 822962] Re: Displaying Open Badge Infrastructure badges in views

2012-03-26 Thread François Marier
** Description changed:

  It would be good for Mahara to be a displayer of OBI badges:
  
    http://erinknight.com/post/8650391369/obi-alpha
    http://erinknight.com/post/2818534780/open-badge-infrastructure-3
  
  Other relevant links:
  
-   http://openbadges.org
-   https://wiki.mozilla.org/Badges
+   http://openbadges.org
+   https://wiki.mozilla.org/Badges
+   https://github.com/mozilla/openbadges/wiki/Displayer-API

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

Title:
  Displaying Open Badge Infrastructure badges in views

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  It would be good for Mahara to be a displayer of OBI badges:

    http://erinknight.com/post/8650391369/obi-alpha
    http://erinknight.com/post/2818534780/open-badge-infrastructure-3

  Other relevant links:

    http://openbadges.org
    https://wiki.mozilla.org/Badges
https://github.com/mozilla/openbadges/wiki/Displayer-API

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/822962/+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 954876] Re: Trying to get property of non-object

2012-03-15 Thread François Marier
** Changed in: mahara
   Status: New = Incomplete

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

** Changed in: mahara
   Importance: Undecided = Medium

** Changed in: mahara
   Importance: Medium = Low

** Changed in: mahara
   Status: Fix Committed = Triaged

** Changed in: mahara
   Importance: Low = Medium

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

Title:
  Trying to get property of non-object

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Hi all. We're running Mahara (version 1.4.1testing, Ubuntu Server
  10.04.2 LTS, Apache 2.2.14, PHP 5.3.2-1ubuntu4.9 with Suhosin-Patch
  0.9.29, MySQL 5.1.41) and received the following error. The user
  report is as follows:

  I got this error when I released an assessed page in Mahara.  I think
  I have seen it before.  It doesn’t seem to cause any issues and it
  doesn’t prevent Mahara use so I am not quite sure what the error is.
  Probably nothing you can do but thought I would mention it anyway.

  Log file shows (all lines prefixed with [Tue Mar 13 19:04:20 2012]
  [error] [client 172.x.x.x], removed for clarity, and sanitised):

  [WAR] ff (lib/group.php:1409) Trying to get property of non-object, referer: 
http://mahara.website.com/view/view.php?id=2158
  Call stack (most recent first):, referer: 
http://mahara.website.com/view/view.php?id=2158
* log_message(Trying to get property of non-object, 8, true, true, 
/srv/mahara/htdocs/lib/gro..., 1409) at 
/srv/mahara/htdocs/lib/errors.php:446, referer: 
http://mahara.website.com/view/view.php?id=2158
* error(8, Trying to get property of non-object, 
/srv/mahara/htdocs/lib/gro..., 1409, array(size 2)) at 
/srv/mahara/htdocs/lib/group.php:1409, referer: 
http://mahara.website.com/view/view.php?id=2158
* group_get_homepage_view(11) at /srv/mahara/htdocs/group/view.php:75, 
referer: http://mahara.website.com/view/view.php?id=2158
  , referer: http://mahara.website.com/view/view.php?id=2158
  [WAR] ff (lib/view.php:1900) Undefined index: , referer: 
http://mahara.website.com/view/view.php?id=2158
  Call stack (most recent first):, referer: 
http://mahara.website.com/view/view.php?id=2158
* log_message(Undefined index: , 8, true, true, 
/srv/mahara/htdocs/lib/vie..., 1900) at 
/srv/mahara/htdocs/lib/errors.php:446, referer: 
http://mahara.website.com/view/view.php?id=2158
* error(8, Undefined index: , /srv/mahara/htdocs/lib/vie..., 1900, 
array(size 3)) at /srv/mahara/htdocs/lib/view.php:1900, referer: 
http://mahara.website.com/view/view.php?id=2158
* View-get_layout() at /srv/mahara/htdocs/lib/view.php:1291, referer: 
http://mahara.website.com/view/view.php?id=2158
* View-build_column_datastructure(false) at 
/srv/mahara/htdocs/lib/view.php:1323, referer: 
http://mahara.website.com/view/view.php?id=2158
* View-get_column_datastructure() at /srv/mahara/htdocs/lib/view.php:1607, 
referer: http://mahara.website.com/view/view.php?id=2158
* View-get_blocktype_javascript() at /srv/mahara/htdocs/group/view.php:85, 
referer: http://mahara.website.com/view/view.php?id=2158
  , referer: http://mahara.website.com/view/view.php?id=2158
  [WAR] ff (lib/view.php:1900) Undefined index: , referer: 
http://mahara.website.com/view/view.php?id=2158
  Call stack (most recent first):, referer: 
http://mahara.website.com/view/view.php?id=2158
* log_message(Undefined index: , 8, true, true, 
/srv/mahara/htdocs/lib/vie..., 1900) at 
/srv/mahara/htdocs/lib/errors.php:446, referer: 
http://mahara.website.com/view/view.php?id=2158
* error(8, Undefined index: , /srv/mahara/htdocs/lib/vie..., 1900, 
array(size 3)) at /srv/mahara/htdocs/lib/view.php:1900, referer: 
http://mahara.website.com/view/view.php?id=2158
* View-get_layout() at /srv/mahara/htdocs/lib/view.php:1291, referer: 
http://mahara.website.com/view/view.php?id=2158
* View-build_column_datastructure(false) at 
/srv/mahara/htdocs/lib/view.php:1323, referer: 
http://mahara.website.com/view/view.php?id=2158
* View-get_column_datastructure() at /srv/mahara/htdocs/lib/view.php:1607, 
referer: http://mahara.website.com/view/view.php?id=2158
* View-get_blocktype_javascript() at /srv/mahara/htdocs/group/view.php:85, 
referer: http://mahara.website.com/view/view.php?id=2158
  , referer: http://mahara.website.com/view/view.php?id=2158
  [WAR] ff (lib/view.php:1900) Undefined index: , referer: 
http://mahara.website.com/view/view.php?id=2158
  Call stack (most recent first):, referer: 
http://mahara.website.com/view/view.php?id=2158
* log_message(Undefined index: , 8, true, true, 
/srv/mahara/htdocs/lib/vie..., 1900) at 
/srv/mahara/htdocs/lib/errors.php:446, referer: 
http://mahara.website.com/view/view.php?id=2158
* error(8, Undefined index: , /srv/mahara/htdocs/lib/vie..., 1900, 
array(size 3)) at /srv/mahara/htdocs/lib/view.php:1900, referer: 

[Mahara-contributors] [Bug 932494] Re: Mahara needs to be tested on PHP 5.4

2012-03-15 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/932494

Title:
  Mahara needs to be tested on PHP 5.4

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Since PHP 5.4 will be released before we release Mahara 1.5, we need
  to make sure it works on there.

  It's scheduled to be in Debian wheezy
  (http://wiki.debian.org/PHP/54Transition) and Ubuntu Precise
  (https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-php54).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/932494/+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 954327] Re: view dates are not updated when view content has been changed

2012-03-13 Thread François Marier
*** This bug is a duplicate of bug 898914 ***
https://bugs.launchpad.net/bugs/898914

** This bug has been marked a duplicate of bug 898914
   Modification dates on shared pages not updating

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

Title:
  view dates are not updated when view content has been changed

Status in Mahara ePortfolio:
  New

Bug description:
  When one changes the content of a view, the modification date is not
  updated in the Latest pages area. (It works when title/description,
  layout, or access settings are changed.)

  Mahara version: master (a975a1090a96e9602aeabee4f2f60a81d55f34de)
  Ubuntu 11.10
  PHP 5.3.6
  PostgreSQL 9.1.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/954327/+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 942239] Re: Allow multiple journals setting missing

2012-03-13 Thread François Marier
** Changed in: mahara
   Status: In Progress = Triaged

** Changed in: mahara
 Assignee: Melissa Draper (melissa) = (unassigned)

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

Title:
  Allow multiple journals setting missing

Status in Mahara ePortfolio:
  Triaged

Bug description:
  This used to be visible to users under Settings - I can't find it
  there now.

  This is on myportfolio.school.nz site using 1.5.0dev - it is on the
  myportfolio.ac.nz site using the same version

  Craig

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/942239/+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 837437] Re: In lib/dml.php execute_sql_arr, $continue parameter can't ever work

2012-03-13 Thread François Marier
https://reviews.mahara.org/#/c/1087

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

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

Title:
  In lib/dml.php execute_sql_arr, $continue parameter can't ever work

Status in Mahara ePortfolio:
  Triaged

Bug description:
  execute_sql_arr() calls execute_sql() to perform the actual sql query.
  It should continue if execute_sql() returns a boolean false. However,
  this can never actually happen as a execute_sql() throws an exception
  if the sql query fails. As far as I can tell the $continue parameter
  effectively does nothing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/837437/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 877225] Re: display of remove from group button overlaps profile

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

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

Title:
  display of remove from group button overlaps profile

Status in Mahara ePortfolio:
  Triaged

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/877225/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 916691] Re: Group deletion message should be red

2012-03-12 Thread François Marier
** Changed in: mahara
   Status: Triaged = Fix Committed

** Changed in: mahara
Milestone: None = 1.5.0

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

Title:
  Group deletion message should be red

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The group deletion does not have the correct class. It's a neutral
  message (class message) where it should be a red warning (class
  message delete).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/916691/+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 792996] Re: If Gravatar is enabled, the no default profile picture means choose Gravatar

2012-03-11 Thread François Marier
What this page needs, I think, is a bit more than just a quick fix. The
usability of it is quite poor.

I suggest this:

- remove the use no default button
- add a new image in the list of available images that has a title of Standard 
or external avatar and which would display the gravatar / nobody image
- that new standard or external avatar would not be deletable
- update the help file to mention external avatars and match the new UI

** Tags removed: bite-sized

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

Title:
  If Gravatar is enabled, the no default profile picture means choose
  Gravatar

Status in Mahara ePortfolio:
  Triaged

Bug description:
  You can choose not to have a profile picture in Mahara. However, when
  remote avatars are allowed and a user has one of those, it is
  displayed by default and cannot be changed to the anonymous picture.

  In my opinion, this is a bug. The Gravatar should be listed amongst
  the profile pictures as well and it should be possible to choose any
  of the 6 or none. At the moment it is not transparent that the
  Gravatar can actually be displayed as there is no mention of it on the
  Profile Pictures page. Only the site admin knows if gravatars are
  allowed or not.

  It would get even more complicated if Libravatar becomes possible:
  Which remote avatar takes precedence?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/792996/+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 949804] Re: Primary school theme

2012-03-11 Thread François Marier
https://reviews.mahara.org/#/c/1095/

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

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

Title:
  Primary school theme

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Mahara should ship with a theme suitable for primary schools.

  It will be based on the theme here: http://myportfolio.school.nz

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/949804/+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 949759] Re: signature function at group forum

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

** Changed in: mahara
   Importance: Undecided = Wishlist

** Tags added: forums

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

Title:
  signature function at group forum

Status in Mahara ePortfolio:
  Triaged

Bug description:
  it would be great when mahara has a signature function in the group forums.
  You could edit your signature at settings in a Textarea like the normal text 
input area. 
  Every good forumsoftware has this function.

  This function ist not include at Mahara version 1.4.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/949759/+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 944074] Re: Problem in finding translations in third party plugins

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

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

Title:
  Problem in finding translations in third party plugins

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Branch 1.4
  Branch main

  From Mahara 1.2 the mechanism to get display other language than
  English has changed. Previously localized strings where placed in
  different parts of the core code, together with the /lang/en.utf8
  folders.

  For now, the lang menu is showed only if one or mere xx.utf8 folders
  are found in the maharadata/langpack folder. And after a discussion
  about this with François I agree this is fine.

  Normally, when a non-English language is selected by the admin or the
  user, it seems to me, that Mahara first looks into the core lang
  folders for the appropriate xx.utf8 folders and if not found, goes
  into the langpack afterwards.

  With some plugins this works fine (e.g., CPDS) and for example French
  strings are displayed from the fr.utf8 folders embeded in the plugin
  folder. With some others (embdly, externsource, ldap, ...) this
  doesn't work. To get the French translation, the admin has to move the
  fr.utf8 from the core plugins folders and place them into the langpack
  folders in the maharadata.

  I don't understand that the behaviour is different from one plugin to
  another.

  Moreover, I would propose that the multilingual mechanist become the
  following:

  1) I can cope with the obligation to create a xx.utf8 folder in the
  maharadata/langpack folder to avoid having a list of undesired
  languages in the language menu. This gives system admin a way to
  control languages displayed on the platform.

  For each string to be displayed:

  2) Mahara gets the user/system selected language (xx)
  3) Mahara first looks into the langpack/xx.utf8 folder. If the folder is 
found, Mahara uses all the strings of these files to display information
  4) If the string is not found, Mahara looks into the core lang/xx.utf8 
folders to find it, if found, it displays the information
  5) If the string is not found, Mahara looks into the langpacks/en.utf8 folder
  6) If the string is not found, Mahara looks into the core lang/en.utf8 folder
  7) If the string is not found, Mahara displays an error with the name of the 
string? (But this should never happen).

  That way:

  A) developers can offer localised versions of their plugin without
  giving more work to the system admin for moving files from the plugin
  to the maharadata/langpack

  B) Wether admins want override a translation or the en.utf8 strings,
  they can by adding xx.utf8 or en.utf8 folders into the langpack
  folder.

  Maybe a discussion could start here about this (bug report and feature 
request)
  -dajan

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/944074/+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 949804] [NEW] Primary school theme

2012-03-08 Thread François Marier
Public bug reported:

Mahara should ship with a theme suitable for primary schools.

It will be based on the theme here: http://myportfolio.school.nz

** Affects: mahara
 Importance: Wishlist
 Assignee: François Marier (fmarier)
 Status: Confirmed


** Tags: newfeature

** Description changed:

  Mahara should ship with a theme suitable for primary schools.
+ 
+ It will be based on the theme here: http://myportfolio.school.nz

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

Title:
  Primary school theme

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Mahara should ship with a theme suitable for primary schools.

  It will be based on the theme here: http://myportfolio.school.nz

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/949804/+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 949973] Re: Cron error should be in red to get admin attention

2012-03-08 Thread François Marier
I agree. We should make it more obvious when it's not running.

** Changed in: mahara
   Status: New = Confirmed

** Tags added: admin bite-sized

** Changed in: mahara
   Importance: Undecided = Wishlist

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

Title:
  Cron error should be in red to get admin attention

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  In Mahara, when something is missing or misconfigured (e.g., php.ini,
  php var or missing plugin) a waring sentence is always written in red.

  But in the admin interface, when cron is not running, it is not the
  case. For the sake of consistency, I suggest this information be in
  red as an alert to get the admin attention (in the config panel and in
  the stat panel).

  This remark is also valid for the uninstalled plugins in the plugins
  admin settings window.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/949973/+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 948886] Re: last login details on admin screen

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

** Changed in: mahara
   Importance: Undecided = Wishlist

** Tags removed: delete feature
** Tags added: admin

** Tags added: expiry

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

Title:
  last login details on admin screen

Status in Mahara ePortfolio:
  Triaged

Bug description:
  It would be extremely useful if on the Admin screen i could see users
  last login date.  this would help me remove users from the system who
  haven't loggin in for over 12months?

  I feel something like this is vital to keeping the sytem clean of 'old' users.
  thanks
  John

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/948886/+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 942239] Re: Allow multiple journals setting missing

2012-03-07 Thread François Marier
https://reviews.mahara.org/#/c/1093/

** Changed in: mahara
Milestone: 1.5.0 = None

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

Title:
  Allow multiple journals setting missing

Status in Mahara ePortfolio:
  In Progress

Bug description:
  This used to be visible to users under Settings - I can't find it
  there now.

  This is on myportfolio.school.nz site using 1.5.0dev - it is on the
  myportfolio.ac.nz site using the same version

  Craig

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/942239/+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 932494] Re: Mahara needs to be tested on PHP 5.4

2012-03-06 Thread François Marier
** Changed in: mahara
   Status: Confirmed = In Progress

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

Title:
  Mahara needs to be tested on PHP 5.4

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Since PHP 5.4 will be released before we release Mahara 1.5, we need
  to make sure it works on there.

  It's scheduled to be in Debian wheezy
  (http://wiki.debian.org/PHP/54Transition) and Ubuntu Precise
  (https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-php54).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/932494/+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 922057] Re: Wth php 5.3 starts to have a lot of warnings It is not safe to rely on the system's time in apache logs

2012-03-06 Thread François Marier
https://reviews.mahara.org/#/c/1089

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

Title:
  Wth php 5.3 starts to have a lot of warnings  It is not safe to rely
  on the system's time in apache logs

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  mahara 1.5 dev master
  php version :
  PHP 5.3.3 (cli) (built: Nov  3 2011 12:00:26)
  Copyright (c) 1997-2010 The PHP Group
  Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

  With php set in full error reporting mode , my apache errors logs get
  filled with warnings about 'It is not safe to rely on the system's
  timezone settings'

  [Mon Jan 23 14:51:49 2012] [error] [client 134.214.152.108] [WAR] 6a 
(lib/mahara.php:2884) date(): It is not safe to rely on the system's timezone 
settings. You are *required* to use the date.timezone setting or the 
date_default_timezone_set() function. In case you used any of those methods and 
you are still getting this warning, you most likely misspelled the timezone 
identifier. We selected 'Europe/Berlin' for 'CET/1,0/no DST' instead, referer: 
http:///mahara/user/find.php?limit=99
  ...

  [Thu Jan 26 13:24:05 2012] [error] [client 134.214.152.108]   * 
log_message(date(): It is not safe to rely on the system's tim..., 8, true, 
true, /var/www/html/mahara.git/htdocs/lib/mahara.php, 2884) at 
/var/www/html/mahara.git/htdocs/lib/errors.php:446, referer: 
http:///mahara/
  [Thu Jan 26 13:24:05 2012] [error] [client 134.214.152.108]   * error(2, 
date(): It is not safe to rely on the system's tim..., 
/var/www/html/mahara.git/htdocs/lib/mahara.php, 2884, array(size 2)) at 
Unknown:0, referer: http://xxx/mahara/
  [Thu Jan 26 13:24:05 2012] [error] [client 134.214.152.108]   * date(Y-m-d 
h:i:s) at /var/www/html/mahara.git/htdocs/lib/mahara.php:2884, referer: 
http://xxx/mahara/
  [Thu Jan 26 13:24:05 2012] [error] [client 134.214.152.108]   * 
mahara_log(views, 6) at /var/www/html/mahara.git/htdocs/user/view.php:289, 
referer: http://x/mahara/

  I did fixed it by adding at the end of config.php

  // quick fix on my place
  //date_default_timezone_set(Europe/Berlin);

  //a better fix
  if(function_exists(date_default_timezone_set) and 
function_exists(date_default_timezone_get)) {
   @date_default_timezone_set(@date_default_timezone_get());
  }

  But I guess it might be time to add to Mahara's site configuration a
  setting about 'server timezone' and use it 'a la Moodle'

  Cheers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/922057/+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 922057] Re: Wth php 5.3 starts to have a lot of warnings It is not safe to rely on the system's time in apache logs

2012-03-06 Thread François Marier
We haven't really been able to reproduce this on our normal development
or production machines.

Could it be a configuration problem on your server?

If so, I guess having the warnings in the error log until you fix it in
your php.ini is a good thing that we shouldn't silently work-around.

If not, then we'd need more information as to when this configuration
can occur.

** Changed in: mahara
   Status: Triaged = Incomplete

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

** Changed in: mahara
Milestone: 1.5.0 = None

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

Title:
  Wth php 5.3 starts to have a lot of warnings  It is not safe to rely
  on the system's time in apache logs

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  mahara 1.5 dev master
  php version :
  PHP 5.3.3 (cli) (built: Nov  3 2011 12:00:26)
  Copyright (c) 1997-2010 The PHP Group
  Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

  With php set in full error reporting mode , my apache errors logs get
  filled with warnings about 'It is not safe to rely on the system's
  timezone settings'

  [Mon Jan 23 14:51:49 2012] [error] [client 134.214.152.108] [WAR] 6a 
(lib/mahara.php:2884) date(): It is not safe to rely on the system's timezone 
settings. You are *required* to use the date.timezone setting or the 
date_default_timezone_set() function. In case you used any of those methods and 
you are still getting this warning, you most likely misspelled the timezone 
identifier. We selected 'Europe/Berlin' for 'CET/1,0/no DST' instead, referer: 
http:///mahara/user/find.php?limit=99
  ...

  [Thu Jan 26 13:24:05 2012] [error] [client 134.214.152.108]   * 
log_message(date(): It is not safe to rely on the system's tim..., 8, true, 
true, /var/www/html/mahara.git/htdocs/lib/mahara.php, 2884) at 
/var/www/html/mahara.git/htdocs/lib/errors.php:446, referer: 
http:///mahara/
  [Thu Jan 26 13:24:05 2012] [error] [client 134.214.152.108]   * error(2, 
date(): It is not safe to rely on the system's tim..., 
/var/www/html/mahara.git/htdocs/lib/mahara.php, 2884, array(size 2)) at 
Unknown:0, referer: http://xxx/mahara/
  [Thu Jan 26 13:24:05 2012] [error] [client 134.214.152.108]   * date(Y-m-d 
h:i:s) at /var/www/html/mahara.git/htdocs/lib/mahara.php:2884, referer: 
http://xxx/mahara/
  [Thu Jan 26 13:24:05 2012] [error] [client 134.214.152.108]   * 
mahara_log(views, 6) at /var/www/html/mahara.git/htdocs/user/view.php:289, 
referer: http://x/mahara/

  I did fixed it by adding at the end of config.php

  // quick fix on my place
  //date_default_timezone_set(Europe/Berlin);

  //a better fix
  if(function_exists(date_default_timezone_set) and 
function_exists(date_default_timezone_get)) {
   @date_default_timezone_set(@date_default_timezone_get());
  }

  But I guess it might be time to add to Mahara's site configuration a
  setting about 'server timezone' and use it 'a la Moodle'

  Cheers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/922057/+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 942239] Re: Allow multiple journals setting missing

2012-03-06 Thread François Marier
** Changed in: mahara
   Importance: High = Low

** Tags added: usability

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

Title:
  Allow multiple journals setting missing

Status in Mahara ePortfolio:
  In Progress

Bug description:
  This used to be visible to users under Settings - I can't find it
  there now.

  This is on myportfolio.school.nz site using 1.5.0dev - it is on the
  myportfolio.ac.nz site using the same version

  Craig

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/942239/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 946880] Re: Broken html error message for no-reply email setting

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

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

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

Status in Mahara ePortfolio:
  Triaged

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/946880/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 947556] Re: Make breadcrumbs in small headers visible at all times

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

** Changed in: mahara
   Importance: Undecided = Medium

** Tags added: theming

** Tags added: bite-sized

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

Title:
  Make breadcrumbs in small headers visible at all times

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Some users that are using the small headers complain that it is tricky
  to make the breadcrumbs visible.

  Therefore, we propose to have the breadcrumbs visible at all times.

  This is linked to Bug 897439 as then the name of the person who is
  logged in would be visible as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/947556/+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 946726] Re: Objectionable content messages sent to institution admin as well

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

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

Title:
  Objectionable content messages sent to institution admin as well

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  affects Mahara master (pre 1.5)

  Objectionable content messages are not only sent to a site admin but
  also institution admins. However, the button in the objectionable
  content box reads Notify site administrator and not just Notify
  administrator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/946726/+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 946724] Re: Institution admin can set notification preferences for admin messages he doesn't get

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

** Changed in: mahara
   Importance: Undecided = Low

** Tags added: admin institutions

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

Title:
  Institution admin can set notification preferences for admin messages
  he doesn't get

Status in Mahara ePortfolio:
  Triaged

Bug description:
  affects Mahara master (currently pre 1.5)

  An institution admin sees admin notification types on
  /account/activity/preferences/ that he can't get, e.g. Contact Us.
  It would be better if he only saw the types of notifications he can
  truely receive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/946724/+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 944405] [NEW] No way to notify translators that help files have changed

2012-03-01 Thread François Marier
Public bug reported:

For normal translatable strings, we can easily notify translators that a
string has changed in a meaningful way and needs to be translated again
by changing the key of the string.

For help files, the key is fixed and we can't easily do that. Therefore,
it's very likely that help files are quite stale in many of the existing
translations :(

** Affects: mahara
 Importance: Medium
 Status: Triaged


** Tags: translations

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

Title:
  No way to notify translators that help files have changed

Status in Mahara ePortfolio:
  Triaged

Bug description:
  For normal translatable strings, we can easily notify translators that
  a string has changed in a meaningful way and needs to be translated
  again by changing the key of the string.

  For help files, the key is fixed and we can't easily do that.
  Therefore, it's very likely that help files are quite stale in many of
  the existing translations :(

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/944405/+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 944074] Re: Problem in finding translations in third party plugins

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

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

Title:
  Problem in finding translations in third party plugins

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Branch 1.4
  Branch main

  From Mahara 1.2 the mechanism to get display other language than
  English has changed. Previously localized strings where placed in
  different parts of the core code, together with the /lang/en.utf8
  folders.

  For now, the lang menu is showed only if one or mere xx.utf8 folders
  are found in the maharadata/langpack folder. And after a discussion
  about this with François I agree this is fine.

  Normally, when a non-English language is selected by the admin or the
  user, it seems to me, that Mahara first looks into the core lang
  folders for the appropriate xx.utf8 folders and if not found, goes
  into the langpack afterwards.

  With some plugins this works fine (e.g., CPDS) and for example French
  strings are displayed from the fr.utf8 folders embeded in the plugin
  folder. With some others (embdly, externsource, ldap, ...) this
  doesn't work. To get the French translation, the admin has to move the
  fr.utf8 from the core plugins folders and place them into the langpack
  folders in the maharadata.

  I don't understand that the behaviour is different from one plugin to
  another.

  Moreover, I would propose that the multilingual mechanist become the
  following:

  1) I can cope with the obligation to create a xx.utf8 folder in the
  maharadata/langpack folder to avoid having a list of undesired
  languages in the language menu. This gives system admin a way to
  control languages displayed on the platform.

  For each string to be displayed:

  2) Mahara gets the user/system selected language (xx)
  3) Mahara first looks into the langpack/xx.utf8 folder. If the folder is 
found, Mahara uses all the strings of these files to display information
  4) If the string is not found, Mahara looks into the core lang/xx.utf8 
folders to find it, if found, it displays the information
  5) If the string is not found, Mahara looks into the langpacks/en.utf8 folder
  6) If the string is not found, Mahara looks into the core lang/en.utf8 folder
  7) If the string is not found, Mahara displays an error with the name of the 
string? (But this should never happen).

  That way:

  A) developers can offer localised versions of their plugin without
  giving more work to the system admin for moving files from the plugin
  to the maharadata/langpack

  B) Wether admins want override a translation or the en.utf8 strings,
  they can by adding xx.utf8 or en.utf8 folders into the langpack
  folder.

  Maybe a discussion could start here about this (bug report and feature 
request)
  -dajan

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/944074/+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 932494] Re: Mahara needs to be tested on PHP 5.4

2012-03-01 Thread François Marier
PHP 5.4 has been released.

Here is the migration guide:

  http://nz.php.net/migration54

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

Title:
  Mahara needs to be tested on PHP 5.4

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Since PHP 5.4 will be released before we release Mahara 1.5, we need
  to make sure it works on there.

  It's scheduled to be in Debian wheezy
  (http://wiki.debian.org/PHP/54Transition) and Ubuntu Precise
  (https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-php54).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/932494/+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 822962] Re: Displaying Open Badge Infrastructure badges in views

2012-03-01 Thread François Marier
Totara has received funding to implement Open Badges in Mahara:

  http://dmlcompetition.net/Competition/4/winners.php

** Changed in: mahara
   Status: Triaged = Confirmed

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

Title:
  Displaying Open Badge Infrastructure badges in views

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  It would be good for Mahara to be a displayer of OBI badges:

    http://erinknight.com/post/8650391369/obi-alpha
    http://erinknight.com/post/2818534780/open-badge-infrastructure-3

  Other relevant links:

http://openbadges.org
https://wiki.mozilla.org/Badges

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/822962/+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 795494] Re: %#d doesn't work on Solaris, OSX and BSD

2012-02-29 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/795494

Title:
  %#d doesn't work on Solaris, OSX and BSD

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The day of the month (e.g. 1st, 3rd, etc.) in Tasks within a Plan are
  all displayed as #d in Mahara 1.4 rc4. This only happens when
  viewing tasks (although both in ContentPlans and the block within a
  Page), as when editing the date appears in full. I'm running this
  using XAMPP on OSX, MySQL5. Appears in all browsers tested on Mac 
  PC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/795494/+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 943772] [NEW] Site registration broke when mahara.org moved to HTTPS

2012-02-29 Thread François Marier
Public bug reported:

The problem seems to be that the URL for site registration is hardcoded
in Mahara as:

  http://mahara.org/api/registration.php

and curl doesn't appear to be following the 301 redirect to:

  https://mahara.org/api/registration.php

We should therefore update the URL in the code as well as find a way to
still get data sent over HTTP.

** Affects: mahara
 Importance: Medium
 Assignee: François Marier (fmarier)
 Status: In Progress

** Affects: mahara/1.4
 Importance: Medium
 Assignee: François Marier (fmarier)
 Status: In Progress


** Tags: stats

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

** Changed in: mahara/1.4
   Status: New = In Progress

** Changed in: mahara/1.4
   Importance: Undecided = Medium

** Changed in: mahara/1.4
 Assignee: (unassigned) = François Marier (fmarier)

** Changed in: mahara/1.4
Milestone: None = 1.4.2

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

Title:
  Site registration broke when mahara.org moved to HTTPS

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 1.4 series:
  In Progress

Bug description:
  The problem seems to be that the URL for site registration is
  hardcoded in Mahara as:

http://mahara.org/api/registration.php

  and curl doesn't appear to be following the 301 redirect to:

https://mahara.org/api/registration.php

  We should therefore update the URL in the code as well as find a way
  to still get data sent over HTTP.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/943772/+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 943772] Re: Site registration broke when mahara.org moved to HTTPS

2012-02-29 Thread François Marier
https://reviews.mahara.org/#change,1081
https://reviews.mahara.org/#change,1083
https://reviews.mahara.org/#change,1084

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

Title:
  Site registration broke when mahara.org moved to HTTPS

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.4 series:
  Fix Committed

Bug description:
  The problem seems to be that the URL for site registration is
  hardcoded in Mahara as:

http://mahara.org/api/registration.php

  and curl doesn't appear to be following the 301 redirect to:

https://mahara.org/api/registration.php

  We should therefore update the URL in the code as well as find a way
  to still get data sent over HTTP.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/943772/+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 943772] Re: Site registration broke when mahara.org moved to HTTPS

2012-02-29 Thread François Marier
** Changed in: mahara
   Status: In Progress = Fix Committed

** Changed in: mahara/1.4
   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/943772

Title:
  Site registration broke when mahara.org moved to HTTPS

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.4 series:
  Fix Committed

Bug description:
  The problem seems to be that the URL for site registration is
  hardcoded in Mahara as:

http://mahara.org/api/registration.php

  and curl doesn't appear to be following the 301 redirect to:

https://mahara.org/api/registration.php

  We should therefore update the URL in the code as well as find a way
  to still get data sent over HTTP.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/943772/+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 942676] Re: Language strings for plural.

2012-02-28 Thread François Marier
Hi Mits,

The reason why this was changed is that we need a more flexible system
for plural forms of strings. There are some languages where there are
different endings for all of these cases:

  1 page[?]
  2 page[?]
  3 page[?]
  4 page[?]

In English (and Japanese I guess?) it's either page or pages, but in
Slovenian, we need more flexibility.

I've assigned Richard to this bug so that he can comment (once he's back
from holiday) on the particular format he picked when he designed the
new system.

Cheers,
Francois

** Changed in: mahara
   Status: New = Triaged

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

** Changed in: mahara
Milestone: 1.5rc1 = None

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

Title:
  Language strings for plural.

Status in Mahara ePortfolio:
  Triaged

Bug description:
  I think it's not so easy to translate Mahara strings for plural  using 
array() on translations.launchpad.net now.
  So it's good for Mahara translators using the standard string definition 
instead of using array() as below.

  --

  Langfile:
  artefact/file/lang/en.utf8/artefact.file.php

  [before]
  $string['fileattachedtoportfolioitems'] = array(
  0 = 'This file is attached to %s other item in your portfolio.',
  1 = 'This file is attached to %s other items in your portfolio.',
  );

  [after]
  $string['fileattachedtoportfolioitem'] = 'This file is attached to %s other 
item in your portfolio.';
  $string['fileattachedtoportfolioitems'] = 'This file is attached to %s other 
items in your portfolio.';

  --

  Langfile:
  artefact/file/lang/en.utf8/artefact.file.php

  [before]
  $string['nprofilepictures'] = array(
  'Profile picture',
  'Profile pictures',
  );

  [after]
  $string['nprofilepicture'] = 'Profile picture';
  $string['nprofilepictures'] = 'Profile pictures';

  --

  Langfile:
  artefact/file/lang/en.utf8/artefact.file.php

  [before]
  $string['nfolders'] = array(
  '%s folder',
  '%s folders',
  );

  [after]
  $string['nprofilepicture'] = '%s folder';
  $string['nprofilepictures'] = '%s folders';

  --

  Langfile:
  artefact/file/lang/en.utf8/artefact.file.php

  [before]
  $string['nfiles'] = array(
  '%s file',
  '%s files',
  );

  [after]
  $string['nprofilepicture'] = '%s file';
  $string['nprofilepictures'] = '%s files';

  --

  Langfile:
  lang/en.utf8/mahara.php

  [before]
  $string['nusers'] = array(
  '1 user',
  '%s users',
  );

  [after]
  $string['nuser'] = '1 user';
  $string['nusers'] = '%s users';

  --

  Langfile:
  lang/en.utf8/view.php

  [before]
  $string['nviews'] = array(
  '1 page',
  '%s pages',
  );

  [after]
  $string['nview'] = '1 page';
  $string['nviews'] = '%s pages';

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/942676/+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 806764] Re: Ensure system requirements are checked before installation/upgrade starts

2012-02-27 Thread François Marier
** Changed in: mahara
   Status: In Progress = Triaged

** Changed in: mahara
 Assignee: Melissa Draper (melissa) = (unassigned)

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

Title:
  Ensure system requirements are checked before installation/upgrade
  starts

Status in Mahara ePortfolio:
  Triaged

Bug description:
  If the install/upgrade is going to fail, it should ideally fail before
  it starts writing to the DB (especially on MySQL).

  We should therefore make sure that any system requirements checks are
  done prior to the install / upgrade.

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/806764/+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 932526] Re: adding youtube html via text boxes crashes firefox

2012-02-27 Thread François Marier
Works for me in 10.0.2

** Changed in: mahara
   Status: Triaged = Invalid

** Changed in: mahara
Milestone: 1.5.0 = None

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

Title:
  adding youtube html via text boxes crashes firefox

Status in Mahara ePortfolio:
  Invalid

Bug description:
  In mahara 1.4.1, Firefox 10 seems to crash when adding/updating
  youtube iframe html via the html editor in text boxes. Have only
  tested with youtube iframes.

  I suspect this might be dodgy youtube javascript which firefox is
  handling badly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/932526/+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 942239] Re: Allow multiple journals setting missing

2012-02-27 Thread François Marier
** Changed in: mahara
   Importance: Undecided = High

** Changed in: mahara
Milestone: None = 1.5.0

** Changed in: mahara
   Status: New = Triaged

** Tags added: blog

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

Title:
  Allow multiple journals setting missing

Status in Mahara ePortfolio:
  Triaged

Bug description:
  This used to be visible to users under Settings - I can't find it
  there now.

  This is on myportfolio.school.nz site using 1.5.0dev - it is on the
  myportfolio.ac.nz site using the same version

  Craig

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/942239/+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 936660] Re: Add users to institution without invite

2012-02-27 Thread François Marier
** Changed in: mahara
 Assignee: (unassigned) = François Marier (fmarier)

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

Title:
  Add users to institution without invite

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  In Mahara 1.4, you have the option to invite users to join  an
  institution. It would be good if the ability to just add users
  straight to an institution was added, therefore bypassing the invite
  user, then waiting for them to accept process. Also showing more than
  the first 100 results in the institution members search box would be
  useful.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/936660/+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 783826] Re: Showing shared pages on group dashboard as default

2012-02-27 Thread François Marier
** Changed in: mahara
 Assignee: (unassigned) = Edward Murrell (edward-murrell)

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

Title:
  Showing shared pages on group dashboard as default

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  In a group you can share pages from the users (cf. bug #659679). It
  would be good to set the default setting to Yes for showing these
  pages shared by users so that the setting doesn't have to be hunted
  down.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/783826/+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 795494] Re: %#d doesn't work on Solaris, OSX and BSD

2012-02-27 Thread François Marier
** Changed in: mahara
 Assignee: Melissa Draper (melissa) = François Marier (fmarier)

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

Title:
  %#d doesn't work on Solaris, OSX and BSD

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The day of the month (e.g. 1st, 3rd, etc.) in Tasks within a Plan are
  all displayed as #d in Mahara 1.4 rc4. This only happens when
  viewing tasks (although both in ContentPlans and the block within a
  Page), as when editing the date appears in full. I'm running this
  using XAMPP on OSX, MySQL5. Appears in all browsers tested on Mac 
  PC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/795494/+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 932526] Re: adding youtube html via text boxes crashes firefox

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

** Changed in: mahara
   Importance: Undecided = Medium

** Changed in: mahara
Milestone: None = 1.5.0

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

Title:
  adding youtube html via text boxes crashes firefox

Status in Mahara ePortfolio:
  Triaged

Bug description:
  In mahara 1.4.1, Firefox 10 seems to crash when adding/updating
  youtube iframe html via the html editor in text boxes. Have only
  tested with youtube iframes.

  I suspect this might be dodgy youtube javascript which firefox is
  handling badly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/932526/+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 940040] Re: Cannot set password during registration

2012-02-26 Thread François Marier
** Tags added: passwords

** Changed in: mahara
   Status: In Progress = Fix Released

** Changed in: mahara
Milestone: 1.5.0 = None

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

Title:
  Cannot set password during registration

Status in Mahara ePortfolio:
  Fix Released

Bug description:
   [17:04]  richardm hm, i think something in the new password storage stuff 
has stopped registration
   [17:04]  richardm you can't get past the choose a password page
   [17:05]  richardm You did not change your password. Please choose a new 
password.
   [17:05]  fmarier richardm: have you filed a bug for it? (critical severity 
i guess)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/940040/+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 884962] Re: When the disablelogin config is true, the login sidebar still shows

2012-02-26 Thread François Marier
** Changed in: mahara
   Status: In Progress = Triaged

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

** Changed in: mahara
Milestone: 1.5.0 = None

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

Title:
  When the disablelogin config is true, the login sidebar still shows

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Affects 1.4 and master

  The guilty line is in htdocs/lib/web.php line 521 (master), 515 (1.4)
  if (!$USER-is_logged_in()  !(get_config('siteclosed')  
get_config('disablelogin'))) {
  it should be testing siteclosed OR disablelogin

  Will push a patch for master, not sure if it is worthy for 1.4.1 (or
  1.4.2 at this stage :D)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/884962/+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 836382] Re: Ability to easily pick a local image in the html editor

2012-02-26 Thread François Marier
** Changed in: mahara
 Assignee: Christopher Tombleson (christopher-k) = (unassigned)

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

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

Title:
  Ability to easily pick a local image in the html editor

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Mahara 1.4.0 - any browser or OS.

  Hi, sometimes I need to add a text box to a portfolio page and in the
  box somehwere link to an image or file from MY Files. I need to be
  able to browse my files and select the one I want to link to. At the
  moment the link and image button in the inline editor only let me put
  in a URL. (Meaning that, in order to link to a file I have in My
  Files, I need to go and get it's URL and then come back and return to
  editing, this process breaks my workflow.)

  Cheers,
  Shane.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/836382/+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 800493] Re: RSS block picks the wrong links for articles

2012-02-26 Thread François Marier
Melissa, do you know what the status of this is?

Will we get the fixes if we upgrade to the latest upstream now?

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

Title:
  RSS block picks the wrong links for articles

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: 1.4.0

  RSS feed: http://feeds.cloud.geek.nz/FeedingTheCloud

  If you click on any of the articles, you are taken to the comments
  feed for the article instead of the article page itself. This works
  fine in other feed readers (like Akregator and Liferea).

  It was also a problem on 1.3, see my profile page for example:

http://mahara.org/user/view.php?id=6

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/800493/+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 597479] Re: Tagged blogposts block

2012-02-26 Thread François Marier
** Summary changed:

- Feature Request: Tagged blogposts blocktype
+ Tagged blogposts block

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

Title:
  Tagged blogposts block

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  A new blocktype that displays a list of tagged blogposts where the
  tags to display by are controlled by a config option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/597479/+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 901569] Re: Replace hard-coded Mahara with %s to actually show site name

2012-02-26 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/901569

Title:
  Replace hard-coded Mahara with %s to actually show site name

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Mahara 1.5

  Change Mahara in the following instances to use %s in order to
  substitute it for the actual site name. I did not suggest this change
  to be made in the administrative area where it is good that the admin
  deals with Mahara. In the user help files etc. the site name should
  be used though I think.

  string emailvalidation_body artefact.internal.php

  mahara.php line 426 $string['forgotpassemailsentanyway']

  auth.php line 70 $string['errnoxmlrpcuser']

  auth.php line 78 $string['xmlrpccouldnotlogyouindetail']

  htdocs/lang/en.utf8/help/forms/uploadcsv.maildisabled.html:pUse this
  setting to stop Mahara from sending you email./p

  htdocs/lang/en.utf8/help/forms/adduser.maildisabled.html:pUse this
  setting to stop Mahara from sending you email./p

  htdocs/lang/en.utf8/help/forms/uploadcsv.showhomeinfo.html:h3Show
  information about Mahara on the home page/h3

  ---
  htdocs/lang/en.utf8/help/forms/uploadcsv.showhomeinfo.html:pIf On, 
information about Mahara and what can be done with it will be displayed on the 
home page, above your dashboard./p

  htdocs/lang/en.utf8/help/forms/adduser.showhomeinfo.html:h3Show
  information about Mahara on the home page/h3

  htdocs/lang/en.utf8/help/forms/adduser.showhomeinfo.html:pIf On,
  information about Mahara and what can be done with it will be
  displayed on the home page, above your dashboard./p

  htdocs/lang/en.utf8/help/forms/accountprefs.showhomeinfo.html:h3Show
  information about Mahara on the home page/h3

  htdocs/lang/en.utf8/help/forms/accountprefs.showhomeinfo.html:pIf
  On, information about Mahara and what can be done with it will be
  displayed on the home page, above your dashboard./p

  - for all the strings above change home page to homepage at the same 
time and take out the comma after homepage
  

  htdocs/lang/en.utf8/help/forms/accountprefs.maildisabled.html:pUse
  this setting to stop Mahara from sending you email./p

  htdocs/lang/en.utf8/account.php:$string['showhomeinfo'] = 'Show
  information about Mahara on the homepage';

  
htdocs/auth/saml/lang/en.utf8/auth.saml.php:$string['errormissinguserattributes']
  = 'You seem to be authenticated but we did not receive the required
  user attributes. Please check that your Identity Provider releases
  these SSO fields for First Name, Surname, and Email to the Service
  Provider Mahara is running on or inform the webmaster of this
  server.';

  
htdocs/blocktype/googleapps/lang/en.utf8/help/forms/instconf.appsid.html:pstrongNote:/strong
  The files you've uploaded to Mahara are not directly accessible, so
  you can't embed those files./p

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/901569/+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 897057] Re: Add author information to collection header when viewed

2012-02-26 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/897057

Title:
  Add author information to collection header when viewed

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Mahara 1.4+

  When you view a collection, only its title appears, but not the author
  details as they do when you look at a page.

  I think it would be good to show the author as well (like of a regular
  page) because otherwise you may not know who created the collection as
  you don't have any way of going back to find the author if he didn't
  put some link to his profile into this page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/897057/+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 896890] Re: Collection title overrides page title

2012-02-22 Thread François Marier
https://reviews.mahara.org/#change,1071

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

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

Title:
  Collection title overrides page title

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When pages in a collection are displayed, the title that appears at
  the top of the pages is the title of the collection, not the title of
  the particular page.

  Is this a bug or a feature? I see it as a bug.

  In this case below, a page enttitled Professional Page looks like it's 
called Site Index, which is just wrong:
  http://careerportfolio.mb.ca/view/view.php?id=1209

  Is there a reason to have it the other way? Could it be accommodated in other 
ways, such as optionally having:
   CollectionTitle: PageTitle ?

  Mahara 1.4 , LAMP
  FF and IE (at least)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/896890/+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 938766] Re: Force users to accept Terms of Use when they first log in

2012-02-22 Thread François Marier
An interesting point made by a Red Hat lawyer related to agreeing to
terms  conditions:

  https://lists.fedoraproject.org/pipermail/advisory-
board/2011-March/010566.html

** Tags removed: newfeature

** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
   Importance: Undecided = Wishlist

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

Title:
  Force users to accept Terms of Use when they first log in

Status in Mahara ePortfolio:
  Triaged

Bug description:
  In a forum (https://mahara.org/interaction/forum/topic.php?id=4377)
  Emilie Lanel complains that :

  I see that we can force users to agree to the Terms and Conditions
  before registration.

     For my mahara project, i don't allow user to auto-register, we do it 
centrally, but i want them to agree the Terms and Conditions on
     first log in... Is it configurable ?

  I suggest a new feature in Mahara, in the Site Admin settings  -or-
  the Institution Admin Settings that will force users to accept the
  Terms and Conditions during their first attempt to log into Mahara,
  whatever the auth method used. Therefore, even when users log in via
  SSO/LDAP/... they have to agree the Terms of Use.

  In Mahara 1.4, the agreement is (optionally) requested only when  new
  users are creating an account directly on Mahara not when they
  SSO/LDAP from another service.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/938766/+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 722497] Re: Place non-author content, e.g. merit badges, on a page

2012-02-22 Thread François Marier
*** This bug is a duplicate of bug 822962 ***
https://bugs.launchpad.net/bugs/822962

** This bug has been marked a duplicate of bug 822962
   Displaying Open Badge Infrastructure badges in views

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

Title:
  Place non-author content, e.g. merit badges, on a page

Status in Mahara ePortfolio:
  Triaged

Bug description:
  On MyPortfolio we had the enquiry about having merit badges displayed
  on a student's page / profile. As these should not be tampered with by
  the student, the enquiry / wishlist item is similar to bug 722495 as
  it boils down to giving somebody else besides the page owner some
  control over artefacts placed on a page.

  My suggestion for a solution that is open for discussion:

  Thank you for your suggestion with the Merit Badges. I think they
  would be a good addition. However, the not be able to tamper with
  part is tricky because Mahara / MyPortfolio puts the student in the
  centre and s/he is the author of all her / his pages. A teacher or
  administration cannot put anything on a page that a student can't
  remove as he doesn't have the authority on the student's pages.

  Thus, introducing such badges for profile pages is not a simple thing
  to do. At the moment, the only way I can see this work, besides
  Craig's suggestion with the electronic verification [of a PDF file à
  la Moodle], would be to develop a database in which each institution
  admin can store merit, sports etc. badges (would it be important to
  categorise them?). He would then have an area on the student account
  page where he can add the badges the student has earned over time. On
  the edit page screen, the student would have a new blocktype, e.g.
  under General, Badges, which s/he can pull into the content area.
  That would work not just for the profile page but for any personal
  page on MyPortfolio so that he could also include the badges on a CV
  page. If the bages are categorised, s/he can choose which badge
  categories to display (if that is necessary). The badges are all
  displayed as thumbnails or in a series to scroll through like in the
  image gallery.

  As the student cannot choose the badges individually, but displays
  them from the central institution database, they are as tamper-safe as
  can be because even when the student allows the copying of that page,
  the badge block would display the badges of the student who copies the
  page into her / his portfolio as the block would always display the
  current student's badges.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/722497/+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 803271] Re: Merge pending registration page to institution members page

2012-02-22 Thread François Marier
** Changed in: mahara
 Assignee: Stacey Walker (stacey) = (unassigned)

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

Title:
  Merge pending registration page to institution members page

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  This affects master (1.5dev).

  The Pending Registration page should be merged with the Institution
  Members page to allow for a smooth workflow of similar processes.

  The attached mockup shows what the new Institutions Members page will
  look like (there are 2 examples on the page). It combines the
  functionality from the current page and the display from the pending
  registration page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/803271/+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 898914] Re: Modification dates on shared pages not updating

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

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

Title:
  Modification dates on shared pages not updating

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When a shared page is modified the date and time listed by the shared
  page is not being updated. The comments date and time when created,
  updates but does not update when the comment is edited.

  The shared page states
  'This page lists the most recently modified or commented on pages that have 
been shared with you.'
  This is misleading. I was thinking the lecturers would be able to see all of 
the recent activity on their students pages, so they have a better way of 
providing feedback to the students.

  The date and time of last modification is correct when the page is
  first shared with another user, but it does not update when any
  modifications or edits to a comment are made.

  Mahara version 1.4.1
  PHP version 5.3.8
  psql (PostgreSQL) 8.4.1

  I have attached a screenshot of an example in a word document along
  with the time and date it was meant to update to assist.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/898914/+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 806764] Re: Ensure system requirements are checked before installation/upgrade starts

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

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

Title:
  Ensure system requirements are checked before installation/upgrade
  starts

Status in Mahara ePortfolio:
  In Progress

Bug description:
  If the install/upgrade is going to fail, it should ideally fail before
  it starts writing to the DB (especially on MySQL).

  We should therefore make sure that any system requirements checks are
  done prior to the install / upgrade.

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/806764/+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 661602] Re: Dates on external blog posts are not shown

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

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

Title:
  Dates on external blog posts are not shown

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Is it possible to show the dates when a blog post (for example) from
  an external blog was written? When I pull in an RSS feed, I get all
  the content, but not the posting date which makes it more difficult to
  see how old a post is.

  Mahara 1.3 (but I guess also 1.2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/661602/+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 929497] Re: Impossible to add / move blocks on page under Apple iOS 5

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

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

Title:
  Impossible to add / move blocks on page under Apple iOS 5

Status in Mahara ePortfolio:
  Triaged

Bug description:
  On iPhones and iPads with iOS 5 installed, editing a page  radio
  buttons and placeholders buttons replace the drag-and-drop interface
  to move or create new blocks on the page.

  Wherever it is possible to select a block from the block list and
  choose its destination, the page is refreshed with a message saying
  the the layout has been modified, without actually having been
  modified. There is no ways to enter information to configure the
  block.

  It seems to me that this feature was working on previous versions of
  the Apple iOS.

  Due to a growing number of opportunities to use tablets to foster
  students' use of ePortfolio (Mahara) intra and extra muros, it appears
  that Mahara should work properly on tablets as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/929497/+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 924976] Re: At the csv import, the first accented character in first names doesn't imported

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

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

Title:
  At the csv import, the first accented character in first names doesn't
  imported

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  At the csv import, the first accented characters in first name doesn't
  imported. The other accented characters, and the not accented first
  letter remain unaffected.

  My test import file has been attached.

  mahara 1.4.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/924976/+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 918274] Re: Exporting portfolio problem - Tried to add non-existent file

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

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

Title:
  Exporting portfolio problem - Tried to add non-existent file

Status in Mahara ePortfolio:
  Triaged

Bug description:
  I'm trying to export a users portfolio using http://mahara/export/

  The export seems to go through but then errors at the end reporting
  the following error:

  Tried to add non-existent file: 'Example_Grid_Blog_Entry.pdf' 

  I've tried deleting the file mentioned from Mahara and running the
  export again. Unfortunately the error is flagged again.

  Server Info:

  Mahara version: 1.4.0 (2011061002)
  Apache Version: 2.2.19
  PHP version: 5.3.6
  Mysql version: 5.5.13
  Server: Windows Server 2008
  Browser: Firefox 6.0

  Extract from Apache error.log (full error runs to 8000 lines, this is
  just a sample as errors are repeated):

  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112] [WAR] 9e 
(C:\\Apache\\htdocs\\mahara-old\\artefact\\lib.php:177) strtotime() 
[function.strtotime]: It is not safe to rely on the system's timezone settings. 
You are *required* to use the date.timezone setting or the 
date_default_timezone_set() function. In case you used any of those methods and 
you are still getting this warning, you most likely misspelled the timezone 
identifier. We selected 'Europe/London' for '0.0/no DST' instead, referer: 
http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112] Call stack (most 
recent first):, referer: http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112]   * 
log_message(strtotime() [function.strtotime]: It is not safe t..., 8, true, 
true, C:\\Apache\\htdocs\\mahara-old\\artefact\\lib.php, 177) at 
C:\\Apache\\htdocs\\mahara-old\\lib\\errors.php:446, referer: 
http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112]   * error(2, 
strtotime() [a href='function.strtotime'function..., 
C:\\Apache\\htdocs\\mahara-old\\artefact\\lib.php, 177, array(size 5)) at 
Unknown:0, referer: http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112]   * 
strtotime(2011-10-26 13:39:08) at 
C:\\Apache\\htdocs\\mahara-old\\artefact\\lib.php:177, referer: 
http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112]   * 
ArtefactType-__construct(25, object(stdClass)) at 
C:\\Apache\\htdocs\\mahara-old\\artefact\\file\\lib.php:260, referer: 
http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112]   * 
ArtefactTypeFileBase-__construct(25, object(stdClass)) at 
C:\\Apache\\htdocs\\mahara-old\\artefact\\file\\lib.php:715, referer: 
http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112]   * 
ArtefactTypeFile-__construct(25, object(stdClass)) at 
C:\\Apache\\htdocs\\mahara-old\\artefact\\file\\lib.php:1542, referer: 
http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112]   * 
ArtefactTypeImage-__construct(25, object(stdClass)) at 
C:\\Apache\\htdocs\\mahara-old\\artefact\\lib.php:1367, referer: 
http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112]   * 
artefact_instance_from_id(25) at 
C:\\Apache\\htdocs\\mahara-old\\export\\lib.php:246, referer: 
http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112]   * 
PluginExport-__construct(object(User), -1, -3, 
export_iframe_progress_handler) at 
C:\\Apache\\htdocs\\mahara-old\\export\\leap\\lib.php:89, referer: 
http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112]   * 
PluginExportLeap-__construct(object(User), -1, -3, 
export_iframe_progress_handler) at 
C:\\Apache\\htdocs\\mahara-old\\export\\download.php:93, referer: 
http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112] , referer: 
http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112] [WAR] 9e 
(C:\\Apache\\htdocs\\mahara-old\\artefact\\lib.php:177) strtotime() 
[function.strtotime]: It is not safe to rely on the system's timezone settings. 
You are *required* to use the date.timezone setting or the 
date_default_timezone_set() function. In case you used any of those methods and 
you are still getting this warning, you most likely misspelled the timezone 
identifier. We selected 'Europe/London' for '0.0/no DST' instead, referer: 
http://mahara-dev.port.ac.uk/mahara-old/export/
  [Wed Jan 18 16:07:34 2012] [error] [client 148.197.215.112] Call stack (most 
recent 

[Mahara-contributors] [Bug 884929] Re: Add option to autocreate users in group member CSV upload

2012-02-22 Thread François Marier
** Changed in: mahara
   Status: In Progress = Triaged

** Changed in: mahara
Milestone: 1.5.0 = None

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

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

Title:
  Add option to autocreate users in group member CSV upload

Status in Mahara ePortfolio:
  Triaged

Bug description:
  This is a feature to add a new field to the group member csv upload
  (/admin/groups/uploadmemberscsv.php)

  The new field ('autocreate') specifies the name of the authentication 
authority name that will be used to autocreate users.
  This is useful for when users are part of ldap/saml/mnet authentication 
methods but haven't been logged in yet (hence not created yet). This allows the 
administrators to ensure that these users exist at group member update time 
instead of relying on the users logging in first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/884929/+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 897439] Re: Need identity plate when viewing Pages

2012-02-22 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/897439

Title:
  Need identity plate when viewing Pages

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  This is a feature request.

  When creating, editing, or more importantly, viewing other's Pages,
  there is no identity plate anywhere in the window verifying who you
  are logged in as. As far as I can tell, all other pages in Mahara show
  your profile block in the top-right corner of the window. However,
  when you are working on a specific Page, the profile block is not
  visible, and the only way to see who you are logged in as is by
  hovering over the small logo in the top-left of the screen. I believe
  the user's name should not be hidden.

  Reason: We have faculty who work regularly with students, reviewing
  and commenting on their completed Pages. One faculty in particular had
  been helping a student in her office earlier in the day, and had
  apparently logged in as the student, or allowed the student to log in
  on her computer. The next day, she re-opened her browser, and began
  reviewing other students Pages, leaving comments on their page. She
  later discovered that she was STILL logged in as the student (from the
  previous day), and was leaving comments as the student, not as
  herself!

  I suspect the faculty member didn't log the student off properly the
  day before, or there was a cache problem with her browser. If there
  was an indication in the window of who she was logged in as, this
  problem could have been avoided.

  (Our students and faculty often share links to their Mahara Pages from
  within our LMS (Moodle), so they may not be logging in directly to
  Mahara, adding to potential for confusion on this issue.)

  Thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/897439/+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 922360] Re: Use SafeIFrame feature of HTML Purifier

2012-02-21 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/922360

Title:
  Use SafeIFrame feature of HTML Purifier

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  We should look at replacing the iframe filters we have in
  htdocs/lib/htmlpurifiercustom/ with the new SafeIFrame feature that
  HTML Purifier 4.4.0 has:

http://htmlpurifier.org/live/configdoc/plain.html#HTML.SafeIframe
http://htmlpurifier.org/live/configdoc/plain.html#URI.SafeIframeRegexp

  (This of course depends on bug #921314.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/922360/+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 885066] Re: Supported iframes are not displayed in text box

2012-02-21 Thread François Marier
** Changed in: mahara
   Status: In Progress = Fix Committed

** Changed in: mahara
Milestone: 1.5.0 = None

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

** Changed in: mahara
 Assignee: Melissa Draper (melissa) = François Marier (fmarier)

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

Title:
  Supported iframes are not displayed in text box

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  affects Mahara 1.5

  I tested Vimeo and Glogster iframes in text boxes and they are both
  stripped out. When I put the iframe into the HTML editor and revert
  back to the visual one, the video / glog shows up alright. However, as
  soon as I save the box, nothing is displayed. Interestingly, when I go
  back into edit mode, the code is still there and the video / glog
  displays alright in the editor.

  It worked before as far as I can remember and Brett confirmed that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885066/+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 922360] Re: Use SafeIFrame feature of HTML Purifier

2012-02-20 Thread François Marier
** Changed in: mahara
   Status: Confirmed = In Progress

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

Title:
  Use SafeIFrame feature of HTML Purifier

Status in Mahara ePortfolio:
  In Progress

Bug description:
  We should look at replacing the iframe filters we have in
  htdocs/lib/htmlpurifiercustom/ with the new SafeIFrame feature that
  HTML Purifier 4.4.0 has:

http://htmlpurifier.org/live/configdoc/plain.html#HTML.SafeIframe
http://htmlpurifier.org/live/configdoc/plain.html#URI.SafeIframeRegexp

  (This of course depends on bug #921314.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/922360/+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 843568] Re: Stored passwords with a stronger hash algorithm

2012-02-20 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/843568

Title:
  Stored passwords with a stronger hash algorithm

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  MD5 is broken, we should switch to something better.

  Ideally, we should use PHP 5.3.2's crypt() function
  (http://nz.php.net/manual/en/function.crypt.php) with the
  CRYPT_BLOWFISH algorithm. Not sure what cost parameter we should use,
  but ideally a large number (we should do tests here).

  Note that bulk creation of users will be slowed down by using a slow
  hash. So perhaps in that case, we should use SHA256. Which means that
  Mahara needs to recognize 3 hash formats at least:

  - the existing MD5-hashed passwords
  - the new Blowfish ones
  - the new SHA256 ones

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/843568/+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 884438] Re: Youtube embed links with dashes or underscores do not work

2012-02-20 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/884438

Title:
  Youtube embed links with dashes or underscores do not work

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The YouTube custom html filter will not parse YouTube embed tags with
  dashes in them.

  For example this embed code will not be parsed: iframe width=1280
  height=720 src=http://www.youtube.com/embed/3ciFi-1YYdM;
  frameborder=0 allowfullscreen/iframe

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/884438/+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 918262] Re: Clicking links to uploaded files in Page view using Internet Explorer

2012-02-19 Thread François Marier
https://reviews.mahara.org/#change,1059

** Changed in: mahara
Milestone: 1.4.2 = 1.5.0

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

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

Title:
  Clicking links to uploaded files in Page view using Internet Explorer

Status in Mahara ePortfolio:
  In Progress

Bug description:
  - Mahara 1.4.1
  - WinXP and Win7
  - MySQL
  - IE7
  - IE9
  - haven't tested IE8

  Links to uploaded content in Portfolio Page view can only be clicked
  by positioning the tip of the cursor to the baseline of the text, or
  where the underline would appear.  This makes selecting evidence to
  view very difficult.  I have also confirmed this to be replicable in
  the Mahara Demo website.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/918262/+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 918262] Re: Clicking links to uploaded files in Page view using Internet Explorer

2012-02-19 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/918262

Title:
  Clicking links to uploaded files in Page view using Internet Explorer

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  - Mahara 1.4.1
  - WinXP and Win7
  - MySQL
  - IE7
  - IE9
  - haven't tested IE8

  Links to uploaded content in Portfolio Page view can only be clicked
  by positioning the tip of the cursor to the baseline of the text, or
  where the underline would appear.  This makes selecting evidence to
  view very difficult.  I have also confirmed this to be replicable in
  the Mahara Demo website.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/918262/+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 933653] Re: Updated Page notifications?

2012-02-16 Thread François Marier
*** This bug is a duplicate of bug 794460 ***
https://bugs.launchpad.net/bugs/794460

** This bug has been marked a duplicate of bug 794460
   There should be a page where you can access all pages on your watchlist 
quickly

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

Title:
  Updated Page notifications?

Status in Mahara ePortfolio:
  New

Bug description:
  Our students regularly share a series of Pages with their faculty
  coaches, who review their Pages and provide feedback throughout the
  term. Those faculty coaches are often reviewing Pages for a number of
  different students, and it can quickly become difficult for them to
  know which Pages have been updated (needing another review), and which
  have not.

  I propose an option on the Page editing or Edit Access page that
  allows the Page author to automatically send an updated Page
  notification to the users who have already been granted access rights
  to that Page. The notification would work the same as new Page
  notifications do, only with indication that it's an update to
  existing shared page. Perhaps this could be a simple check-box
  somewhere?

  I believe this option should be off by default.

  Please let me know if this makes sense, or if you have questions!

  - using Mahara 1.4.1
  - Mac OS X and Windows 7
  - Firefox (latest version)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/933653/+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 913506] Re: Disable email not clear on /admin/users/edit.php

2012-02-16 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/913506

Title:
  Disable email not clear on /admin/users/edit.php

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  In Mahara 1.3 the disable email address setting on
  /admin/users/edit.php was clear. In 1.4+ it just says Email and the
  help text is not clear. It would be better if the label read Disable
  email.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/913506/+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 897141] Re: Cant hit reply in forum open on Android

2012-02-16 Thread François Marier
Also: it's not possible to focus the tinymce field in Mahara 1.4.1 (on
demo.mahara.org)

That's using the Android Browser version 2.2.1

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

Title:
  Cant hit reply in forum open on Android

Status in Mahara ePortfolio:
  Triaged

Bug description:
  While I can read forum comments it seems that it cannot hit reply
  without opening in an other window and when I get there, it is not
  possible to compose as the keyboard does not pop up

  I can send messages to other users though, I ve tried: the keyboard
  pops up, so wondering if a possible bug in the forum editor may be the
  cause...

  myportfolio (mahara 1.5) Android gingerbread-

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/897141/+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 898914] Re: Modification dates on shared pages not updating

2012-02-16 Thread François Marier
https://reviews.mahara.org/#change,950

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

** Changed in: mahara
 Assignee: (unassigned) = Melissa Draper (melissa)

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

Title:
  Modification dates on shared pages not updating

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When a shared page is modified the date and time listed by the shared
  page is not being updated. The comments date and time when created,
  updates but does not update when the comment is edited.

  The shared page states
  'This page lists the most recently modified or commented on pages that have 
been shared with you.'
  This is misleading. I was thinking the lecturers would be able to see all of 
the recent activity on their students pages, so they have a better way of 
providing feedback to the students.

  The date and time of last modification is correct when the page is
  first shared with another user, but it does not update when any
  modifications or edits to a comment are made.

  Mahara version 1.4.1
  PHP version 5.3.8
  psql (PostgreSQL) 8.4.1

  I have attached a screenshot of an example in a word document along
  with the time and date it was meant to update to assist.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/898914/+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 933937] Re: Conflicting method names in auth plugin and instance configuration

2012-02-16 Thread François Marier
https://reviews.mahara.org/#change,1056

** Tags added: auth

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

Title:
  Conflicting method names in auth plugin and instance configuration

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The methods called for validation and submission during auth plugin
  configuration and auth instance configuration have the same names, but
  these methods deal with completely different fields, and are passed
  arguments in a different order.

  In core, this is only a problem for the saml plugin (the only auth
  plugin to have global configuration), but we should give these methods
  different names so that the saml plugin doesn't have to swap arguments
  around, and to avoid confusion for other plugin developers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/933937/+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 932909] Re: auth/saml default remoteuser

2012-02-15 Thread François Marier
BTW Piers, we use fix committed only when the fix has been merged onto
the final branch. While it's in review, we use in progress.

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

** Changed in: mahara
   Importance: Undecided = Critical

** Changed in: mahara
Milestone: None = 1.3.8

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

** Changed in: mahara/1.4
Milestone: None = 1.4.2

** This bug has been flagged as a security vulnerability

** Changed in: mahara/1.4
   Status: New = Confirmed

** Changed in: mahara/1.4
   Importance: Undecided = High

** Changed in: mahara
   Importance: Critical = High

** Tags added: saml

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

Title:
  auth/saml default remoteuser

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 1.4 series:
  Confirmed

Bug description:
  The auth/saml plugin should have the option Match username attribute
  to Remote username defaulted to true, as this presents a risk in
  multi-tenanted Mahara instances (different institutions may clash on
  usernames so the default behaviour should be to match on the external
  one).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/932909/+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 932887] Re: Two Back buttons on the Preview page

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

** Tags added: bite-sized

** Changed in: mahara
   Importance: Undecided = Low

** Tags added: usability

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

Title:
  Two Back buttons on the Preview page

Status in Mahara ePortfolio:
  Triaged

Bug description:
  There are two Back buttons when a creating page is in Preview mode.

  Mahara 1.4 (latest build)

  When a page is created and the user click on the Preview page button,
  two Back buttons appear on the top right corner, instead of one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/932887/+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 931399] Re: Hard coded strings in BrowserID auth plugin

2012-02-14 Thread François Marier
https://reviews.mahara.org/#change,1049

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

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

Title:
  Hard coded strings in BrowserID auth plugin

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Some strings that may be useful for the end user are hard coded in the
  lib.php file. For example I get the following error

  --- begin paste -
  Mahara: Authentication problem
  The automatic creation of your user account failed.
  Details if any, follow:

  Another user account has already claimed the email address
  'myn...@domain.com'.

   end paste ---

  These information should be useful for the end users and should be
  translated to offer a better experience.

  I also noticed there are also such strings in lib/errors.php but most
  of them are about technical issues and (maybe) don't need localization
  .

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/931399/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 819102] Re: Edit and Select buttons not working for some embed types in some browsers

2012-02-14 Thread François Marier
https://reviews.mahara.org/#change,1050

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

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

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

Status in Mahara ePortfolio:
  Fix Committed

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/819102/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 932494] [NEW] Mahara needs to be tested on PHP 5.4

2012-02-14 Thread François Marier
Public bug reported:

Since PHP 5.4 will be released before we release Mahara 1.5, we need to
make sure it works on there.

It's scheduled to be in Debian wheezy
(http://wiki.debian.org/PHP/54Transition) and Ubuntu Precise
(https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-php54).

** Affects: mahara
 Importance: High
 Status: Confirmed

** Description changed:

  Since PHP 5.4 will be released before we release Mahara 1.5, we need to
  make sure it works on there.
  
- It's scheduled to be in Debian wheezy.
+ It's scheduled to be in Debian wheezy
+ (http://wiki.debian.org/PHP/54Transition) and Ubuntu Precise
+ (https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-php54).

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

Title:
  Mahara needs to be tested on PHP 5.4

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Since PHP 5.4 will be released before we release Mahara 1.5, we need
  to make sure it works on there.

  It's scheduled to be in Debian wheezy
  (http://wiki.debian.org/PHP/54Transition) and Ubuntu Precise
  (https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-php54).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/932494/+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 932494] Re: Mahara needs to be tested on PHP 5.4

2012-02-14 Thread François Marier
Instructions on getting 5.4 on Debian:

To test your package with PHP 5.4 from experimental you need to add

  deb http://ftp.cz.debian.org/debian experimental main

to your /etc/apt/sources.lists and add

  Package: php5*
  Pin: release n=experimental
  Pin-Priority: 500

  Package: libapache2-mod-php5*
  Pin: release n=experimental
  Pin-Priority: 500

  Package: php-pear
  Pin: release n=experimental
  Pin-Priority: 500

to your /etc/apt/preferences file.

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

Title:
  Mahara needs to be tested on PHP 5.4

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Since PHP 5.4 will be released before we release Mahara 1.5, we need
  to make sure it works on there.

  It's scheduled to be in Debian wheezy
  (http://wiki.debian.org/PHP/54Transition) and Ubuntu Precise
  (https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-php54).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/932494/+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 931399] Re: Hard coded strings in BrowserID auth plugin

2012-02-14 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/931399

Title:
  Hard coded strings in BrowserID auth plugin

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Some strings that may be useful for the end user are hard coded in the
  lib.php file. For example I get the following error

  --- begin paste -
  Mahara: Authentication problem
  The automatic creation of your user account failed.
  Details if any, follow:

  Another user account has already claimed the email address
  'myn...@domain.com'.

   end paste ---

  These information should be useful for the end users and should be
  translated to offer a better experience.

  I also noticed there are also such strings in lib/errors.php but most
  of them are about technical issues and (maybe) don't need localization
  .

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/931399/+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 812030] Re: Spell check in Text editor not showing in IE

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

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

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

Title:
  Spell check in Text editor not showing in IE

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  In the demo.mahara.org when using the text box block the spell check
  button doesn't appear in Internet Explorer - tried in IE 8 and 9 with
  Windows Vista. (See attachment)

  I tried with Firefox 5 in Windows Vista and the spell checker showed
  but it didn't highlight mispelt words - I have tried with Firefox 5
  with diffeernt OS and it works.

  Is there something that needs to be setup in the browser for the spell
  checker to work?

  
  cheers
  Craig

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/812030/+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 931399] Re: Hard coded strings in BrowserID auth plugin

2012-02-13 Thread François Marier
** Changed in: mahara
 Assignee: (unassigned) = François Marier (fmarier)

** Changed in: mahara
   Importance: Undecided = High

** Changed in: mahara
Milestone: None = 1.5.0

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

Title:
  Hard coded strings in BrowserID auth plugin

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Some strings that may be useful for the end user are hard coded in the
  lib.php file. For example I get the following error

  --- begin paste -
  Mahara: Authentication problem
  The automatic creation of your user account failed.
  Details if any, follow:

  Another user account has already claimed the email address
  'myn...@domain.com'.

   end paste ---

  These information should be useful for the end users and should be
  translated to offer a better experience.

  I also noticed there are also such strings in lib/errors.php but most
  of them are about technical issues and (maybe) don't need localization
  .

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/931399/+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 931332] Re: feature request for Scratch embed filter

2012-02-13 Thread François Marier
** Tags removed: feature new

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

Title:
  feature request for Scratch embed filter

Status in Mahara ePortfolio:
  Triaged

Bug description:
  It would be useful to have a Scratch embed filter similar to the one
  in Moodle http://moodle.org/plugins/view.php?plugin=filter_scratch so
  that students can showcase their Scratch games via a Mahara page

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/931332/+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 900932] Re: Releasing views from Moodle fails to release locked artefacts

2012-02-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/900932

Title:
  Releasing views from Moodle fails to release locked artefacts

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  See http://mahara.org/interaction/forum/topic.php?id=4136#post18629

  When a view is released by calling the release_submitted_view function
  in htdocs/api/xmlrpc/lib.php from the Moodle plugin, the view itself
  is released, but the artefacts contained in it are not (in contrast to
  views released from Mahara groups, which *does* unlock the contained
  artefacts).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/900932/+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 917935] Re: Disabled 'emaillist' element should not allow new addresses to be added

2012-02-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/917935

Title:
  Disabled 'emaillist' element should not allow new addresses to be
  added

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The 'emaillist' pieform element doesn't appear greyed out or
  uneditable when it's disabled.  This means that when the email address
  field is locked in institution settings, users may still try to add
  new addresses without receiving a useful error message.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/917935/+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 929559] Re: Get reports for a user doesn't work

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

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

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

Title:
  Get reports for a user doesn't work

Status in Mahara ePortfolio:
  Invalid

Bug description:
  Mahara 1.5dev

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/929559/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 929499] Re: Request for a wider range of sources in the file picker

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

** Changed in: mahara
   Importance: Undecided = Wishlist

** Tags added: repositories

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

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

Status in Mahara ePortfolio:
  Triaged

Bug description:
  This is a feature request

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

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/929499/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


  1   2   3   4   5   6   7   8   9   10   >