summaryrefslogtreecommitdiff
path: root/BitBoardPost.php
AgeCommit message (Collapse)AuthorFilesLines
2016-06-23Named constructors being deprecated in PHP7.xlsces1-1/+1
2016-06-22change-all-StartTrans-calls-to-BitBase-methodspider@app11-2/+2
2013-07-11Tidy up commenting for phpdoc manuallsces1-8/+26
2012-11-24prepGetList should be staticlester@host81-138-11-136.in-addr.btopenworld.com1-1/+1
2012-09-28Missed static function - e_strict compliancelsces1-1/+1
2012-05-06replace all PHP4 style calls to LibertyComment base constructors with ↵spiderr1-1/+1
parent::__construct()
2012-05-06Match parameter types to parent and additional static functionLester Caine ext:(%22)1-2/+2
2012-05-02replace self:: with static::spiderr1-3/+3
2012-04-30Tidy up white space extra spaces and tabsLester Caine ext:(%22)1-4/+4
2012-04-19lots of getDisplayUrl cleanupspiderr1-13/+20
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-3/+3
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version load parameters need to be identical across all classes
2011-06-28add avatar_mime_type to selects, empty check on avatar_file_namespiderr1-7/+13
2011-06-26convert liberty_files.storage_path to liberty_files.file_name to remove all ↵Christian Fowler1-7/+11
hardcoded pathing information. legacy path is supported via basename
2010-06-09Strip down CVS keywords.cvs2git1-3/+3
2010-03-16white spacepre_ctype_desc_name_schmeachangePRE_CONTENTTYPE_NAME_PLURALChristian Fowler1-5/+5
2009-05-01remove random references to pageExists that shouldnt be therewjames51-4/+3
2009-03-17upgrade Comments to LiberytMime to support attaching files to comments. big ↵wjames51-4/+25
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-02call getServicesSql with a varaible array since pParamHash is now passed by ↵Christian Fowler1-4/+5
reference
2008-11-19comment sort mode should always be by created date to preserve conversation ↵wjames51-5/+5
order
2008-11-18add userCanUpdate, and remove root object stuff in userCanEdit since it was ↵Christian Fowler1-5/+5
so query and CPU intensive to completely load root objects on every row in getList call. change 'editable' hash_key to 'is_editable'
2008-11-02Fixes fatal error on submitting warn. Fixes bug 1948067.Tomasz Kalkosinski1-4/+4
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-7/+7
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-09-15force request board_id to intChristian Fowler1-4/+4
2008-07-01fix liberty_fetch_thumbnail_urlChristian Fowler1-4/+4
2008-06-23replace individual function parameters with an array of options when using ↵Max Kremmel1-4/+7
liberty thumbnail fetching functions
2008-06-05goodby Attachable hello Mime, even tho boards makes no use of attachments at ↵wjames51-5/+5
this point
2008-04-30fix display url of comment so it outputs the correct css id tag for the commentR202wjames51-4/+4
2008-04-21set flags in comment list requests so services know if we're asking for a ↵wjames51-5/+5
raw list or if we are asking for a list in context of a content object.
2008-03-10oops sorry bad place for definitionswjames51-4/+3
2008-03-10fix ambiguious col ref in querywjames51-5/+7
2007-12-30add sort option to post displayJams H Thompson1-3/+17
2007-09-10add missing global gBitSystem in getDisplayUrlChristian Fowler1-3/+4
2007-09-10try to standardise getDisplayUrl accross content types a bit and add some ↵Max Kremmel1-4/+10
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-3/+8
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-24update forums code to use new liberty comments hashed on content_id, and ↵Christian Fowler1-4/+4
with children
2007-06-24remove old user_avatar_url assignment which was causing NOTICE'sChristian Fowler1-4/+3
2007-06-23automagically select best image type that's best for the particular upladed ↵Max Kremmel1-4/+8
file, allow override of file types and use liberty thumbnail fetcher where possible
2007-06-15liberty_fetch_thumbnail_url to get attachment thumbnailsLester Caine1-5/+4
2007-06-15Allow attachments to use .png thumbnailsLester Caine1-5/+7
2007-03-31rename bitboards to boardsMax Kremmel1-9/+9
2007-03-14take a swipe at getting delete of topics to work. still non-functional, but ↵Christian Fowler1-11/+13
closer than the current totally broken state.
2007-03-09add auto-tracking of mod_recent_posts to include currently viewed board, add ↵Christian Fowler1-5/+16
user_id and board_id to BitBoardPost::getList
2007-03-08add getList to BitBoardPost to work like other class conventions. Use this ↵Christian Fowler1-7/+86
method for new recent posts module
2007-02-15Add phpdoc comment blocks for documentationLester Caine1-12/+15
2007-02-02A few minor bug fixes.Nick Palmer1-5/+5
2007-01-08phpbb migration is roughly working now. stilllots of cleanup like deleting ↵Christian Fowler1-12/+18
posts, etc.
2007-01-08rename tables and columns to be consistent with standard bitweaver packagesChristian Fowler1-15/+59
2006-12-20adjust to updates in messagesMax Kremmel1-5/+11
2006-11-22various fixes - XHMTL compliance - js cleanup...Max Kremmel1-6/+6