- Added a better confirmation message when deleting content.
- Added a "commit" option as well as a listing of version tags per the rough edges discussions on IRC. - Added a "close" or "archive" option to replies.
This commit is contained in:
parent
58566a6ed6
commit
9aa86225be
9 changed files with 413 additions and 371 deletions
|
|
@ -122,6 +122,7 @@ sub addPost {
|
|||
}
|
||||
}
|
||||
$post->postProcess;
|
||||
$post->getThread->unarchive if ($post->getThread->get("status") eq "archived");
|
||||
$post->requestCommit;
|
||||
return $post;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue