r212: Fixed a problem where the last post would be off if we did not have permission...
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 30 May 2005 05:03:29 +0000 (05:03 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 30 May 2005 05:03:29 +0000 (05:03 +0000)
commit1c2969e9a5e902541b1778f582c9bd5d7c988e59
treea86eef086ddf72784e9626dada8ca7c0fb793714
parenteb329d02277d02fc41ba2346d14dd822e1c0a7bf
r212: Fixed a problem where the last post would be off if we did not have permission to see the comment. Quite a big fix. What was done is a `bug.hiddenlastposttime` and a `bug.hiddenlastpostby` were created and these track the last unhidden comment. The originals still track all of them, though. Therefore whenever a comment is modified or added, this record is updated to the most recent unhidden comment.
docs/schema_changes.sql
docs/update_bug_table_cache.php
editcomment.php
index.php
newcomment.php
newreport.php