summaryrefslogtreecommitdiff
path: root/BitBoardTopic.php
AgeCommit message (Collapse)AuthorFilesLines
2021-02-01move classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constantsmodela bitweaver1-778/+0
2021-02-01PHP7 clean up dual static + object methodsmodela bitweaver1-5/+11
2020-11-11force BitBoard constructor ID's to intspiderr1-1/+1
2016-06-23Named constructors being deprecated in PHP7.xlsces1-1/+1
2016-06-22change-all-StartTrans-calls-to-BitBase-methodspider@app11-2/+2
2016-06-21change-class-var-to-publicspider@app11-2/+2
2013-10-16clean up move topic; if only one boards, show topics on default pagespiderr1-21/+17
2013-07-11Tidy up commenting for phpdoc manuallsces1-20/+15
2013-04-19major clean up for bootstrapChristian Fowler1-28/+28
2012-06-05empty check on topic_idspiderr1-1/+1
2012-05-06Match parameter types to parent and additional static functionLester Caine ext:(%22)1-1/+1
2012-05-06replace all PHP4 style calls to LibertyMime base constructors with ↵spiderr1-1/+1
parent::__construct()
2012-05-02replace self:: with static::spiderr1-1/+1
2012-04-30Tidy up white space extra spaces and tabsLester Caine ext:(%22)1-10/+10
2012-04-19lots of getDisplayUrl cleanupspiderr1-7/+8
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-5/+5
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
2009-08-26reactivate board notificationsTyler Bello1-6/+7
2009-06-25safe search of stringsTyler Bello1-4/+5
2009-05-29fix incorrect storage and reference of boards_topic as comment_idTekimaki1-22/+29
2009-05-06clean up of var names to match coding standard and multi-line query strings ↵bitweaver.org1-45/+38
- spiderr
2009-05-01remove random references to pageExists that shouldnt be therewjames51-4/+3
2009-02-04fix param checkTekimaki1-4/+4
2009-02-02call getServicesSql with a varaible array since pParamHash is now passed by ↵Christian Fowler1-4/+5
reference
2008-11-18substr() is BitAdoDb's method.Tomasz Kalkosinski1-4/+4
2008-11-18Use AdoDb's substr property for getting SUBSTRING function for appropiate ↵Tomasz Kalkosinski1-7/+8
database. Fixes 2021327.
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-9/+9
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-09-15add missing ?Christian Fowler1-4/+4
2008-09-15use query bindingChristian Fowler1-5/+7
2008-08-23order topics by most recent comment. uses a subselect - no idea how slow it ↵bitweaver.org1-4/+12
really is
2008-08-21make sure passed in 'b' or 'content_id' verify as idChristian Fowler1-4/+5
2008-08-01fix up various problems with moving topicswjames51-5/+14
2008-08-01remove bunch of perm checks in methods - dirty dirty - perm checks are in ↵wjames51-6/+3
process files
2008-08-01make root_id available to us where we expect itwjames51-3/+5
2008-07-31translate stringswjames51-11/+11
2008-07-29Add correct SQL for oracle when using SUBSTRLester Caine1-3/+5
This should use the ADOdb $substr variable - but even that is not totally correct as Firebird requires SQL2003 format (x FROM s FOR l) so this should probably be a function in ADOdb to return the correct layout.
2008-06-05goodby Attachable hello Mime, even tho boards makes no use of attachments at ↵wjames51-8/+8
this point
2008-04-29make topics mimic comments for root reference, also set board as gContent in ↵wjames51-3/+14
post view to make the comment to root model make sense
2008-04-28remove vd - sorrywjames51-4/+3
2008-04-28handle special comments case in load_sql service also to properly join for ↵wjames51-4/+5
status check
2008-04-21gets status idwjames51-3/+4
2008-04-17clean up indenting to try and help readabilitywjames51-109/+113
2008-03-24get a list of topics by either parent board_id or content_idwjames51-5/+10
2008-03-07pass the param hash into the get list sql service so we can act on itwjames51-4/+5
2007-12-13Fix boards flip icons and pack CSS into BitThemes stuff.Nick Palmer1-13/+13
2007-11-01BUG: 1824020: missing DB prefixesMax Kremmel1-11/+11
2007-09-11add missing global gBitSystem in getDisplayUrl, add missing initial ↵Christian Fowler1-5/+12
parameter, clean up to handle passed in parameter
2007-09-10try to standardise getDisplayUrl accross content types a bit and add some ↵Max Kremmel1-4/+9
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.