summaryrefslogtreecommitdiff
path: root/BitBoard.php
AgeCommit message (Collapse)AuthorFilesLines
2018-07-31reorg util package to put library code in includes/ and used new ↵spiderr1-2/+2
UTIL_PKG_INC constant
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 ↵spiderr1-1/+1
parent::__construct()
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
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version load parameters need to be identical across all classes
2010-06-09Strip down CVS keywords.cvs2git1-3/+3
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEADwjames51-7/+7
content_name, add column content_name_plural - update all class files and hashes where appropriate
2009-10-05add liberty icon services to board view, and hide linkedboard link from ↵wjames51-4/+4
board objects is circular
2009-08-26reactivate board notificationsTyler Bello1-4/+4
2009-08-26use is_a( $pObject , 'LibertyComment' ) instead of isContentType( ↵Tyler Bello1-11/+6
BITCOMMENT_CONTENT_TYPE_GUID ) as isContentType checks isValid, and this service method will not properly handle new object stores
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 ↵wjames51-10/+17
thread_forward_seq is not set, check correct setting 'notification'
2009-03-17upgrade Comments to LiberytMime to support attaching files to comments. big ↵wjames51-3/+33
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
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 ↵Tekimaki1-3/+16
topics urls which are derived from comments - note the tpl tweak in boards
2008-12-05improve mailman config - still not perfect but getting thereTekimaki1-4/+4
2008-11-29Fixup transaction handling.Tekimaki1-6/+15
Make sure owner is subscribed to list on create. Make sure group email is subscribed as a moderator on create.
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-6/+6
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-10-03CORE CHANGE: cleave Create permission from Edit permission so that they are ↵wjames51-3/+4
distinct. See mailing list for more details
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
this point
2008-05-18make sure mail list server exists and mailing list name has been set - avoid ↵wjames51-4/+4
error of returning just @
2008-05-18replaced "~~~ None ~~~" with dashes, avoids singular/plural issue in other ↵laetzer1-4/+4
languages
2008-04-26 IMPORTANT: standardize liberty_comments table ref name as lcom, lcm cases ↵wjames51-5/+5
changed to lcom so tthat we don't drive services crazy
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 ↵Christian Fowler1-5/+42
getter methods for configuration values of board mailing list
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 ↵Christian Fowler1-3/+4
parameter, clean up to handle passed in parameter
2007-09-10try to standardise getDisplayUrl accross content types a bit and add some ↵Max Kremmel1-11/+22
pretty urls to boards. this is far from complete or perfect, but it's better than it was.
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update ↵Max Kremmel1-10/+15
LibertyContent::has(Admin|Edit|View)Permission to work with new values. To make use of these new permission checks simply use $gContent->hasEditPermission(). Please check to see if i inserted the correct permissions in all classes. new admin permission added to treasury.
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
This is wrapped in a transaction, so it will be rolled back if the content creation fails