summaryrefslogtreecommitdiff
path: root/BitBoard.php
AgeCommit message (Expand)AuthorFilesLines
2018-07-31reorg util package to put library code in includes/ and used new UTIL_PKG_INC...spiderr1-2/+2
2016-06-23Named constructors being deprecated in PHP7.xlsces1-1/+1
2016-06-22change-all-StartTrans-calls-to-BitBase-methodspider@app11-4/+4
2016-06-21change-class-var-to-publicspider@app11-1/+1
2012-11-24public static ::prepGetListspiderr1-1/+1
2012-11-24prepGetList should be staticlester@host81-138-11-136.in-addr.btopenworld.com1-2/+2
2012-10-06static call function - e_strict compliancelsces1-1/+1
2012-09-28Missed static function - e_strict compliancelsces1-1/+1
2012-06-06pass by reference fixedspiderr1-1/+2
2012-05-06Match parameter types to parent and additional static functionLester Caine ext:(%22)1-2/+2
2012-05-06replace all PHP4 style calls to LibertyMime base constructors with parent::__...spiderr1-1/+1
2012-04-30Tidy up white space extra spaces and tabsLester Caine ext:(%22)1-8/+8
2012-04-19lots of getDisplayUrl cleanupspiderr1-21/+14
2012-04-18major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHashChristian Fowler1-4/+4
2012-04-15Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-10/+14
2010-06-09Strip down CVS keywords.cvs2git1-3/+3
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to content...CVS_HEADwjames51-7/+7
2009-10-05add liberty icon services to board view, and hide linkedboard link from board...wjames51-4/+4
2009-08-26reactivate board notificationsTyler Bello1-4/+4
2009-08-26use is_a( $pObject , 'LibertyComment' ) instead of isContentType( BITCOMMENT_...Tyler Bello1-11/+6
2009-05-01remove random references to pageExists that shouldnt be therewjames51-4/+3
2009-03-26need global refTekimaki1-3/+4
2009-03-26move comment service to comment service func, add exception if thread_forward...wjames51-10/+17
2009-03-17upgrade Comments to LiberytMime to support attaching files to comments. big m...wjames51-3/+33
2009-02-19valid check needs to check both ids or it can be spoofedTekimaki1-4/+4
2009-02-04fix comments getDisplayUrl - gets url based on root_id - related fix boards t...Tekimaki1-3/+16
2008-12-05improve mailman config - still not perfect but getting thereTekimaki1-4/+4
2008-11-29Fixup transaction handling.Tekimaki1-6/+15
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming conv...Christian Fowler1-6/+6
2008-10-03CORE CHANGE: cleave Create permission from Edit permission so that they are d...wjames51-3/+4
2008-10-02Declare admin permission properly.Nick Palmer1-3/+4
2008-08-04add topic_count and post_count to board listingChristian Fowler1-4/+12
2008-08-01fix up various problems with moving topicswjames51-13/+38
2008-07-31tidy up with a preview methodwjames51-3/+33
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