Change lang string for updated comments when moderation is turned on

Bug #1201055 reported by Kristina Hoeppner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mahara
Fix Released
Low
Aaron Wells

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".

Revision history for this message
Aaron Wells (u-aaronw) wrote :

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.

Revision history for this message
Aaron Wells (u-aaronw) wrote :

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.

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/2370
Committed: http://gitorious.org/mahara/mahara/commit/d221f3624d791114d4f6fc217884ad9e230337af
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit d221f3624d791114d4f6fc217884ad9e230337af
Author: Aaron Wells <email address hidden>
Date: Wed Jul 24 11:28:33 2013 +1200

Only show "comment updated" message when the comment description or title is updated

Bug1201055

Change-Id: Id767f48df9cbb04060cb35361eaf943fb7430b2d

Revision history for this message
Robert Lyon (robertl-9) wrote :
Changed in mahara:
status: Triaged → Fix Committed
assignee: nobody → Aaron Wells (u-aaronw)
Changed in mahara:
milestone: none → 1.8.0rc1
Aaron Wells (u-aaronw)
Changed in mahara:
milestone: 1.8rc1 → 1.8.0
Aaron Wells (u-aaronw)
Changed in mahara:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.