[Mahara-contributors] [Bug 576026] Re: leap2a import fails

2011-02-01 Thread Julian Charles
With Mahara 1.2.6 implemented in the following environments = PHP
5.3.2, this function bool property_exists() fails for private properties
in base classes. Returning false when true.

Changing the classes privately declared properties to public resolved
this issue.

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

Title:
  leap2a import fails

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When importing a leap2a archive the import fails with the message A
  nonrecoverable error occured. This probably means you have encountered
  a bug in the system.  In the top left of the screen is a second error
  message that appears to come from php directly (ie. not mahara code,
  not mahara style) which says Invalid address: You must provide at
  least one recipient email address..  If unzipped and examined, the
  archive *does* contain a valid email address.

  System exporting the leap2a archive:
  Ubuntu 9.04
  PHP 5.2.6 (Zend 2.2.0)
  Mahara 1.2.4 (2009111013)
  postgreSQL 8.3.10

  System importing the leap2a archive:
  Ubuntu 10.04
  PHP 5.3.2 (Zend 2.3.0)
  Mahara 1.2.4 (2009111013)
  MySQL 5.0.75



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


[Mahara-contributors] [Bug 703847] Re: No help for Draft option at Blog Post

2011-02-01 Thread Sean Brennan
** Changed in: mahara
   Status: Triaged = Confirmed

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

** Changed in: mahara
 Assignee: (unassigned) = Sean Brennan (the-ioniser)

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

Title:
  No help for Draft option at Blog Post

Status in Mahara ePortfolio:
  In Progress

Bug description:
  If you click the help icon next to Draf (Blog Post Edit @
  htdocs/artefact/blog/post.php) the help file isn't found. This is
  because of the naming of that help file.

  Instead of draftpost.thisisdraft.html it should be renamed to
  editpost.draft.html.



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


[Mahara-contributors] [Bug 703847] Re: No help for Draft option at Blog Post

2011-02-01 Thread Sean Brennan
** 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/703847

Title:
  No help for Draft option at Blog Post

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  If you click the help icon next to Draf (Blog Post Edit @
  htdocs/artefact/blog/post.php) the help file isn't found. This is
  because of the naming of that help file.

  Instead of draftpost.thisisdraft.html it should be renamed to
  editpost.draft.html.



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


[Mahara-contributors] [Bug 605705] Re: More information when deleting a view

2011-02-01 Thread Sean Brennan
Alan are you still working on this?  If not I will gladly continue with
it.

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

Title:
  More information when deleting a view

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Hello,

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

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

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

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



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


[Mahara-contributors] [Bug 688416] Re: Watermarks over images

2011-02-01 Thread Sean Brennan
I have made a large commit to the file plug in allowing for watermarking
of images. This could also be extended to allow for custom resizing,
cropping of images.

http://www.gitorious.org/~ioniser/mahara/ionisers-
mahara/commits/lp688416-watermarking

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

Title:
  Watermarks over images

Status in Mahara ePortfolio:
  In Progress

Bug description:
  blocking access to image details and download
  originally on mahara.org
  http://mahara.org/interaction/forum/topic.php?id=2600#post11433

  I think there should be an option to add a watermark to an image before it is 
displayed to someone. 
  Creative commons is all good, but the image can still be copied. 
  Maybe also have a link to request the owner to release the full 
un-watermarked image to a specific person.



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


[Mahara-contributors] [Bug 503598] Re: reply to messages from deleted users lead to access denied page

2011-02-01 Thread Sean Brennan
I think that if a user deletes their account they probably don't want any 
messages regardless. 
If an admin has deleted their account, there could be many reasons. but I still 
don't think the user deserves to receive messages through mahara. 

I think a simple rewording of the error message to justify this would be 
sufficient. 
Opinions?

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

Title:
  reply to messages from deleted users lead to access denied page

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Username: crimson

  I received this email from a spam message:

  You have been sent a notification from Mahara ePortfolio System. Message
  follows:
  

  Subject: New message from nancy wilson

  nancy wilson has sent you a message.  To view this message, visit

  http://mahara.org/user/sendmessage.php?id=6530replyto=879010

  ...

  The issue is that link doesn't work - it gives me access denied:

  Access Denied
  You do not have access to view this page

  You cannot send this user a message

  
  Also, navigating to http://mahara.org/account/activity/ then clicking on New 
message from nancy wilson then More...' (same link as above) gives the same 
issue.



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


[Mahara-contributors] [Bug 503598] Re: reply to messages from deleted users lead to access denied page

2011-02-01 Thread Kristina Hoeppner
Agreed as well. I think a special error message like below would be
good:

You cannot access this message because the user was either suspended or
the user account does not exist anymore.

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

Title:
  reply to messages from deleted users lead to access denied page

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Username: crimson

  I received this email from a spam message:

  You have been sent a notification from Mahara ePortfolio System. Message
  follows:
  

  Subject: New message from nancy wilson

  nancy wilson has sent you a message.  To view this message, visit

  http://mahara.org/user/sendmessage.php?id=6530replyto=879010

  ...

  The issue is that link doesn't work - it gives me access denied:

  Access Denied
  You do not have access to view this page

  You cannot send this user a message

  
  Also, navigating to http://mahara.org/account/activity/ then clicking on New 
message from nancy wilson then More...' (same link as above) gives the same 
issue.



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