| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-01 | move classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constants | modela bitweaver | 1 | -778/+0 | |
| 2021-02-01 | PHP7 clean up dual static + object methods | modela bitweaver | 1 | -5/+11 | |
| 2020-11-11 | force BitBoard constructor ID's to int | spiderr | 1 | -1/+1 | |
| 2016-06-23 | Named constructors being deprecated in PHP7.x | lsces | 1 | -1/+1 | |
| 2016-06-22 | change-all-StartTrans-calls-to-BitBase-method | spider@app1 | 1 | -2/+2 | |
| 2016-06-21 | change-class-var-to-public | spider@app1 | 1 | -2/+2 | |
| 2013-10-16 | clean up move topic; if only one boards, show topics on default page | spiderr | 1 | -21/+17 | |
| 2013-07-11 | Tidy up commenting for phpdoc manual | lsces | 1 | -20/+15 | |
| 2013-04-19 | major clean up for bootstrap | Christian Fowler | 1 | -28/+28 | |
| 2012-06-05 | empty check on topic_id | spiderr | 1 | -1/+1 | |
| 2012-05-06 | Match parameter types to parent and additional static function | Lester Caine ext:(%22) | 1 | -1/+1 | |
| 2012-05-06 | replace all PHP4 style calls to LibertyMime base constructors with ↵ | spiderr | 1 | -1/+1 | |
| parent::__construct() | |||||
| 2012-05-02 | replace self:: with static:: | spiderr | 1 | -1/+1 | |
| 2012-04-30 | Tidy up white space extra spaces and tabs | Lester Caine ext:(%22) | 1 | -10/+10 | |
| 2012-04-19 | lots of getDisplayUrl cleanup | spiderr | 1 | -7/+8 | |
| 2012-04-18 | major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHash | Christian Fowler | 1 | -4/+4 | |
| 2012-04-15 | Tidy up to remove 'STRICT' warnings | Lester 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-09 | Strip down CVS keywords. | cvs2git | 1 | -3/+3 | |
| 2009-08-26 | reactivate board notifications | Tyler Bello | 1 | -6/+7 | |
| 2009-06-25 | safe search of strings | Tyler Bello | 1 | -4/+5 | |
| 2009-05-29 | fix incorrect storage and reference of boards_topic as comment_id | Tekimaki | 1 | -22/+29 | |
| 2009-05-06 | clean up of var names to match coding standard and multi-line query strings ↵ | bitweaver.org | 1 | -45/+38 | |
| - spiderr | |||||
| 2009-05-01 | remove random references to pageExists that shouldnt be there | wjames5 | 1 | -4/+3 | |
| 2009-02-04 | fix param check | Tekimaki | 1 | -4/+4 | |
| 2009-02-02 | call getServicesSql with a varaible array since pParamHash is now passed by ↵ | Christian Fowler | 1 | -4/+5 | |
| reference | |||||
| 2008-11-18 | substr() is BitAdoDb's method. | Tomasz Kalkosinski | 1 | -4/+4 | |
| 2008-11-18 | Use AdoDb's substr property for getting SUBSTRING function for appropiate ↵ | Tomasz Kalkosinski | 1 | -7/+8 | |
| database. Fixes 2021327. | |||||
| 2008-10-20 | BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵ | Christian Fowler | 1 | -9/+9 | |
| convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission | |||||
| 2008-09-15 | add missing ? | Christian Fowler | 1 | -4/+4 | |
| 2008-09-15 | use query binding | Christian Fowler | 1 | -5/+7 | |
| 2008-08-23 | order topics by most recent comment. uses a subselect - no idea how slow it ↵ | bitweaver.org | 1 | -4/+12 | |
| really is | |||||
| 2008-08-21 | make sure passed in 'b' or 'content_id' verify as id | Christian Fowler | 1 | -4/+5 | |
| 2008-08-01 | fix up various problems with moving topics | wjames5 | 1 | -5/+14 | |
| 2008-08-01 | remove bunch of perm checks in methods - dirty dirty - perm checks are in ↵ | wjames5 | 1 | -6/+3 | |
| process files | |||||
| 2008-08-01 | make root_id available to us where we expect it | wjames5 | 1 | -3/+5 | |
| 2008-07-31 | translate strings | wjames5 | 1 | -11/+11 | |
| 2008-07-29 | Add correct SQL for oracle when using SUBSTR | Lester Caine | 1 | -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-05 | goodby Attachable hello Mime, even tho boards makes no use of attachments at ↵ | wjames5 | 1 | -8/+8 | |
| this point | |||||
| 2008-04-29 | make topics mimic comments for root reference, also set board as gContent in ↵ | wjames5 | 1 | -3/+14 | |
| post view to make the comment to root model make sense | |||||
| 2008-04-28 | remove vd - sorry | wjames5 | 1 | -4/+3 | |
| 2008-04-28 | handle special comments case in load_sql service also to properly join for ↵ | wjames5 | 1 | -4/+5 | |
| status check | |||||
| 2008-04-21 | gets status id | wjames5 | 1 | -3/+4 | |
| 2008-04-17 | clean up indenting to try and help readability | wjames5 | 1 | -109/+113 | |
| 2008-03-24 | get a list of topics by either parent board_id or content_id | wjames5 | 1 | -5/+10 | |
| 2008-03-07 | pass the param hash into the get list sql service so we can act on it | wjames5 | 1 | -4/+5 | |
| 2007-12-13 | Fix boards flip icons and pack CSS into BitThemes stuff. | Nick Palmer | 1 | -13/+13 | |
| 2007-11-01 | BUG: 1824020: missing DB prefixes | Max Kremmel | 1 | -11/+11 | |
| 2007-09-11 | add missing global gBitSystem in getDisplayUrl, add missing initial ↵ | Christian Fowler | 1 | -5/+12 | |
| parameter, clean up to handle passed in parameter | |||||
| 2007-09-10 | try to standardise getDisplayUrl accross content types a bit and add some ↵ | Max Kremmel | 1 | -4/+9 | |
| pretty urls to boards. this is far from complete or perfect, but it's better than it was. | |||||
| 2007-07-16 | Add m(Admin|Edit|View)ContentPermission to various classes. update ↵ | Max Kremmel | 1 | -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. | |||||
