summaryrefslogtreecommitdiff
path: root/BitBoard.php
AgeCommit message (Expand)AuthorFilesLines
2008-06-05goodby Attachable hello Mime, even tho boards makes no use of attachments at ...wjames51-9/+9
2008-05-18make sure mail list server exists and mailing list name has been set - avoid ...wjames51-4/+4
2008-05-18replaced "~~~ None ~~~" with dashes, avoids singular/plural issue in other la...laetzer1-4/+4
2008-04-26 IMPORTANT: standardize liberty_comments table ref name as lcom, lcm cases ch...wjames51-5/+5
2008-04-22auto rmlist attached mailing list on expunge if attachedChristian Fowler1-3/+10
2008-04-22remove debugChristian Fowler1-4/+3
2008-04-22add auto-create of mailing list on store if everything is in place, move to g...Christian Fowler1-5/+42
2008-04-14add boards_content_expunge service methodChristian Fowler1-3/+10
2008-01-26Fix boards linking into pigeonholes warning.Nick Palmer1-7/+37
2007-11-06typo - db prefix on column, not tableChristian Fowler1-4/+4
2007-11-01BUG: 1824020: missing DB prefixesMax Kremmel1-4/+4
2007-09-11add missing global gBitSystem in getDisplayUrl, add missing initial parameter...Christian Fowler1-3/+4
2007-09-10try to standardise getDisplayUrl accross content types a bit and add some pre...Max Kremmel1-11/+22
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update LibertyCon...Max Kremmel1-10/+15
2007-06-20Correct display of selected linked board on previewing unsaved content itemLester Caine1-5/+10
2007-06-20Allow board link to be set prior to the target content having been completed.Lester Caine1-3/+7
2007-05-24Changed 'approved' column refference to 'is_approved' to match schema shange.Walter Wojcik1-4/+4
2007-03-31rename bitboards to boardsMax Kremmel1-13/+13
2007-03-14take a swipe at getting delete of topics to work. still non-functional, but c...Christian Fowler1-3/+16
2007-03-08check is_approved IS NULL as a true case in getLastTopicChristian Fowler1-5/+5
2007-03-07handle migrate_board_id just to be thoroughChristian Fowler1-3/+12
2007-03-07add migrate_board_id just to be thoroughChristian Fowler1-4/+8
2007-03-05clean up getList call to count NULL is_approved messages (ie exclude those ==...Christian Fowler1-29/+27
2007-02-16Tidied up board list boxAndy Stanford1-4/+4
2007-02-15Add phpdoc comment blocks for documentationLester Caine1-12/+15
2007-02-14generalize concat SQL, fix missing GROUP BYbitweaver.org1-5/+5
2007-02-08some final clean up of php migration - forums are now migrating via code, pos...Christian Fowler1-5/+5
2007-02-08some final clean up of php migration - forums are now migrating via code, pos...Christian Fowler1-5/+5
2007-02-07Corrected concatenation of stringsAndy Stanford1-5/+5
2007-01-08rename tables and columns to be consistent with standard bitweaver packagesChristian Fowler1-11/+11
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes bac...Max Kremmel1-4/+4
2006-12-02Removed references to boards_thread tableNick Palmer1-5/+4
2006-09-12Selectable SUBSTRING add databases that use SQL Standard to 'if' listLester Caine1-5/+12
2006-09-08Further Firebird port fixesLester Caine1-5/+5
2006-09-08First cut at Firebird portLester Caine1-13/+13
2006-09-01massive UI update to assign pageMax Kremmel1-12/+19
2006-09-01use correct methodMax Kremmel1-4/+4
2006-08-31missing .tplChristian Fowler1-5/+7
2006-08-31add FORUM service to bitboards so content comments now appear in linked board...Christian Fowler1-13/+64
2006-07-29total removal of the word from forums, so everything, including tables are ju...Christian Fowler1-47/+96
2006-07-29Remove previous layout code entirely, provide a categorised view of boards as...Hash91-4/+19
2006-07-27Fix unregistered post count column, Add column baised layout, and allow posts...Hash91-7/+35
2006-07-26Add moderation of anon posts, and warnings for registered posts, also improve...Hash91-4/+20
2006-07-21Add RSS feeds of boards, Topic reply display, Topic reply notification, Locke...Hash91-3/+29
2006-07-18fix quoting for MySQLHash91-4/+4
2006-07-12allow content to be assigned to boards and get some extra data for the querie...Hash91-83/+341
2006-06-28importChristian Fowler1-0/+158