summaryrefslogtreecommitdiff
path: root/post.php
AgeCommit message (Collapse)AuthorFilesLines
2007-03-07handle migrate_board_id just to be thoroughChristian Fowler1-1/+1
2007-03-07handle look up by migrate_post_id, add rewrite rules for phpBBChristian Fowler1-2/+6
2007-03-07add handling of migrate_topic_id to keep old forum links intactChristian Fowler1-3/+12
2007-02-16Various bits of cleanup for displaying. Fixed bugs with displaying threaded ↵Nick Palmer1-1/+1
with and without threading. Hid icons for posting and topic creation for those that don't have permissions. Made titles display the thread or board name. Commented out home board from admin since home doesn't use it.
2007-02-15Add phpdoc comment blocks for documentationLester Caine1-0/+8
2006-12-23friggin smarty bug... when you set a var TRUE, it doesn't check to see what ↵Max Kremmel1-1/+1
it's value is, but just assumes it's always true. need to specify prototype lib explicitly
2006-11-22various fixes - XHMTL compliance - js cleanup...Max Kremmel1-3/+3
2006-09-23remove .tpl's to list_ to follow convention and be more readableChristian Fowler1-1/+1
2006-07-29total removal of the word from forums, so everything, including tables are ↵Christian Fowler1-1/+0
just boards -> topics -> posts
2006-07-29Remove previous layout code entirely, provide a categorised view of boards ↵Hash91-1/+5
as the default, tidy some of the header options, set flat view as the default for boards, and fix filter box for threads, code tidy up and changed UI to use Topic instead of thread
2006-07-27Fix unregistered post count column, Add column baised layout, and allow ↵Hash91-1/+9
posts to be replied to using the new reply with quote feature of comments, Improve moderation, move to board if rejecting a new topic, premit topic to be moderated from the topic list for the board
2006-07-26Add moderation of anon posts, and warnings for registered posts, also ↵Hash91-6/+21
improve style support, and show details about the number unregistered posts to admins
2006-07-21Add RSS feeds of boards, Topic reply display, Topic reply notification, ↵Hash91-2/+7
Locked threads (the threads are now actually locked)
2006-07-12allow content to be assigned to boards and get some extra data for the ↵Hash91-5/+2
queries, also get more templates for comments from liberty
2006-07-06fix depricated & in function call, fix package namesHash91-2/+2
2006-07-06fix boards so that they work and also add the option to display or not avatarsHash91-3/+3
2006-06-28importChristian Fowler1-0/+67