summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
AgeCommit message (Collapse)AuthorFilesLines
2009-06-18fix perm name typowjames51-1/+1
2009-05-29do not load any board code without p_boards_read permPRE_SECTIONSChristian Fowler1-1/+1
2009-03-26move comment service to comment service func, add exception if ↵wjames51-0/+1
thread_forward_seq is not set, check correct setting 'notification'
2009-03-17upgrade Comments to LiberytMime to support attaching files to comments. big ↵wjames51-0/+1
move also of comment storage hash verification into LComm::verifyComment, everything else is support. new liberty admin option to enabled attachments on comments. boards and tickters verification bits move into verification services
2008-11-30If moderation exists, check if it's active. Otherwise it's null and it's ↵Tomasz Kalkosinski1-42/+45
fatal error.
2008-11-29Fix race condition in board syncing and a few other issues with moderation.Tekimaki1-1/+7
2008-11-27Fixup two way sync so that mailman and bw are in sync as far as moderation.Nick Palmer1-0/+50
2008-01-26Oops. Other part of boards link by pigeonholes functionality.Nick Palmer1-1/+2
2007-12-13Fix boards flip icons and pack CSS into BitThemes stuff.Nick Palmer1-1/+3
2007-06-20Retain Linked Board list when using preview.Lester Caine1-1/+1
This needs further work to retain the selected board in this case. Need to produce a preview service module.
2007-06-20Invert logic on Linked Boards service controlLester Caine1-1/+1
2007-06-20Add option to hide Linked Board serviceLester Caine1-3/+8
2007-03-31rename bitboards to boardsMax Kremmel1-17/+17
2007-03-08add getList to BitBoardPost to work like other class conventions. Use this ↵Christian Fowler1-0/+4
method for new recent posts module
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵Max Kremmel1-1/+6
appMenu to templates but use $gBitSystem->mAppMenu directly
2006-09-10move homeable setting to registerPackage() settingsMax Kremmel1-0/+1
2006-09-01move reltime to smarty modifierMax Kremmel1-65/+0
2006-09-01include BitBoardTopic for servicesMax Kremmel1-2/+3
2006-08-31add FORUM service to bitboards so content comments now appear in linked ↵Christian Fowler1-0/+16
board. it looks very, very cool. way to go Hash9.
2006-07-27Fix unregistered post count column, Add column baised layout, and allow ↵Hash91-3/+18
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-11/+0
improve style support, and show details about the number unregistered posts to admins
2006-07-22add signitures that can be written in any format and stored in a comment ↵Hash91-1/+1
which can have any content type
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/+72