summaryrefslogtreecommitdiff
path: root/BitArticleType.php
AgeCommit message (Collapse)AuthorFilesLines
2021-02-01move classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constantsmodela bitweaver1-157/+0
2014-05-31Strict function formatinglsces1-9/+16
2012-05-06replace all PHP4 style constructors with __construct; replace calls to base ↵spiderr1-1/+1
class constructors with parent::__construct()
2012-05-05replace all calls to ::BitBase() with parent::__construct()spiderr1-1/+1
2012-04-29Get lists called staticallyLester Caine ext:(%22)1-1/+1
2010-06-09Strip down CVS keywords.pre-lf-storage-path-to-file-namecvs2git1-1/+1
2010-01-25Fixes to the naming of Articles sequence tablesDaniel Sutcliffe1-2/+2
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2008-06-19Correct documentation package name to articlesLester Caine1-3/+3
Could have worked around error, but lets get these things consistent
2007-08-23make it possible to edit the title of the article type as wellMax Kremmel1-18/+15
2007-08-23remove trailing whitespaceMax Kremmel1-27/+27
2007-06-22Remove subpackage tag from class - phpdoc 1.3.2 handles correctly nowLester Caine1-2/+1
2007-06-22Tidy phpdoc tags for classes, and heading blockLester Caine1-1/+6
2007-06-13use correct sequence to generate new id - BUG: 1460336Max Kremmel1-2/+2
2006-02-08major change of BitDbBase::associateUpdate method - it now takes a simpler ↵Christian Fowler1-2/+2
array( 'column1' => 'value1', columnN' => 'valueN' ) as the third parameter. This allows much simpler updating based on multiple columns in the WHERE clause
2006-02-02detikify sequence namesMax Kremmel1-2/+2
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh ↵bitweaver.org1-9/+9
package_ name. have changed everything except liberty except kernel
2006-01-26merge recent changes into HEADMax Kremmel1-2/+2
2006-01-25Upgrade to work with Firebird - mainly missing backticks and reserved word ↵Lester Caine1-2/+2
changes Sequence generator names have changed to a shorter length
2006-01-25fix ->fields callsChristian Fowler1-5/+2
2005-12-26merge recent changes into HEADMax Kremmel1-3/+3
2005-10-30Add PHPDoc headings to packageLester Caine1-0/+11
2005-09-03mainly article filter options related changesMax Kremmel1-1/+1
2005-09-03rename a couple of functions for consistencyMax Kremmel1-1/+1
2005-08-13fix article previewMax Kremmel1-2/+2
2005-08-07Make ->genDb()-> work with php4 change back to ->mDb->Lester Caine1-6/+6
2005-08-07Update BitDb functions to be accessed via getDb() in BitBaseLester Caine1-6/+6
2005-06-30IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+141