[Mahara-contributors] [Bug 1201055] Re: Change lang string for updated comments when moderation is turned on

2013-10-23 Thread Aaron Wells
** Changed in: mahara
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1201055

Title:
  Change lang string for updated comments when moderation is turned on

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The Updated on ... phrase next to a comment when it has only been
  made public due to comment moderation is a bit confusing I think. When
  there is an update I expect it to be a textual update like in the
  forums.

  If it is important to have an indication when the comment was made
  public, I think it would be better to state Date, made public: Date.

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

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


[Mahara-contributors] [Bug 1201055] Re: Change lang string for updated comments when moderation is turned on

2013-09-30 Thread Aaron Wells
** Changed in: mahara
Milestone: 1.8rc1 = 1.8.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1201055

Title:
  Change lang string for updated comments when moderation is turned on

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The Updated on ... phrase next to a comment when it has only been
  made public due to comment moderation is a bit confusing I think. When
  there is an update I expect it to be a textual update like in the
  forums.

  If it is important to have an indication when the comment was made
  public, I think it would be better to state Date, made public: Date.

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

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


[Mahara-contributors] [Bug 1201055] Re: Change lang string for updated comments when moderation is turned on

2013-07-24 Thread Robert Lyon
https://reviews.mahara.org/#/c/2370/

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

** Changed in: mahara
 Assignee: (unassigned) = Aaron Wells (u-aaronw)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1201055

Title:
  Change lang string for updated comments when moderation is turned on

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The Updated on ... phrase next to a comment when it has only been
  made public due to comment moderation is a bit confusing I think. When
  there is an update I expect it to be a textual update like in the
  forums.

  If it is important to have an indication when the comment was made
  public, I think it would be better to state Date, made public: Date.

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

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


[Mahara-contributors] [Bug 1201055] Re: Change lang string for updated comments when moderation is turned on

2013-07-23 Thread Aaron Wells
Hm, the problem here is that artefact::commit updates the mtime when you
go in to update the permissions columns on the comment. And it's that
mtime which gets displayed in the last edited thing.

Should be soluble without too much difficulty, though, because the
private/public and moderated/unmoderaed flags are in
artefact_comment_comment, rather than in the artefact_table itself.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1201055

Title:
  Change lang string for updated comments when moderation is turned on

Status in Mahara ePortfolio:
  Triaged

Bug description:
  The Updated on ... phrase next to a comment when it has only been
  made public due to comment moderation is a bit confusing I think. When
  there is an update I expect it to be a textual update like in the
  forums.

  If it is important to have an indication when the comment was made
  public, I think it would be better to state Date, made public: Date.

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

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


[Mahara-contributors] [Bug 1201055] Re: Change lang string for updated comments when moderation is turned on

2013-07-23 Thread Aaron Wells
Submitted a patch: https://reviews.mahara.org/2370

It adds a new column, artefact_comment_comment.lastcontentupdate, which
keeps track of the last time the comment title or description was
updated.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1201055

Title:
  Change lang string for updated comments when moderation is turned on

Status in Mahara ePortfolio:
  Triaged

Bug description:
  The Updated on ... phrase next to a comment when it has only been
  made public due to comment moderation is a bit confusing I think. When
  there is an update I expect it to be a textual update like in the
  forums.

  If it is important to have an indication when the comment was made
  public, I think it would be better to state Date, made public: Date.

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

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