summaryrefslogtreecommitdiff
path: root/post.php
AgeCommit message (Collapse)AuthorFilesLines
2008-07-31migrate board topic post to more common file name convention, this will be ↵wjames51-129/+0
slightly weird for some tpls temporarily - those will get cleaned up in follow up changes
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-1/+1
options hash
2008-04-29make topics mimic comments for root reference, also set board as gContent in ↵wjames51-3/+2
post view to make the comment to root model make sense
2008-04-21designate a gContent and make it available to smartywjames51-0/+3
2008-04-14Invoke content display.Nick Palmer1-0/+3
2008-04-12add boards_comments_inc for a centralized place to handle pre/post ↵Christian Fowler1-4/+4
liberty/comments_inc include
2008-04-01call content display services like the rest of the worldwjames51-0/+3
2008-03-05make boards and topics respect custom content permswjames51-0/+2
2007-12-30correct typo flats -> flatJams H Thompson1-1/+1
2007-11-06add 404 http statusChristian Fowler1-2/+5
2007-10-10migrate core ajax services off prototype to mochikitwjames51-1/+1
2007-07-10move loadAjax() to BitThemesMax Kremmel1-1/+1
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-1/+1
of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work
2007-04-20Update boards to use new {textarea}.Nick Palmer1-8/+0
2007-03-31rename bitboards to boardsMax Kremmel1-11/+11
2007-03-14take a swipe at getting delete of topics to work. still non-functional, but ↵Christian Fowler1-3/+11
closer than the current totally broken state.
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