summaryrefslogtreecommitdiff
path: root/BitArticleTopic.php
AgeCommit message (Expand)AuthorFilesLines
2021-02-01move classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constantsmodela bitweaver1-485/+0
2014-05-31Strict function formatinglsces1-63/+83
2014-05-23fix articles for smarty3modela bitweaver1-14/+11
2012-05-06replace all PHP4 style constructors with __construct; replace calls to base c...spiderr1-1/+1
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
2012-04-29Strip extra white spaceLester Caine ext:(%22)1-4/+4
2012-04-17Switch from dest_path to dest_branchLester Caine ext:(%22)1-1/+1
2012-04-16Modify to use file_name/source_file shanges in attachmentsLester 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
2010-01-25Revert article topic id sequence table fix, the name used in schema_in.php mo...Daniel Sutcliffe1-2/+2
2010-01-25Fix Article Topic id sequence table name mismatch so creating new topics actu...Daniel 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
2009-03-19remove double slashesbitweaver.org1-2/+2
2008-06-23replace individual function parameters with an array of options when using li...Max Kremmel1-2/+5
2008-06-19Correct documentation package name to articlesLester Caine1-3/+3
2008-05-31migrate articles to LibertyMimeMax Kremmel1-2/+2
2007-09-19oops. wrong class name.Max Kremmel1-5/+5
2007-09-19SCHEMA CHANGE: move image_attachment_id information to liberty_attachments dr...Max Kremmel1-3/+96
2007-07-13massive update of the way topic images are created and stored. now it's also ...Max Kremmel1-77/+125
2007-06-29default format is jpgMax Kremmel1-2/+2
2007-06-26Get correct thumbnail format for imagesLester Caine1-3/+4
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-09Declare global to avoid error on preview.Nick Palmer1-1/+2
2007-01-28fix [ 1645434 ] Firebird Keyword used in SQL statementHash91-9/+9
2007-01-01use liberty_get_function() to determine image processing functionMax Kremmel1-2/+2
2006-12-19call method using correct classbitweaver.org1-2/+2
2006-12-16finally seperated URL from PATH stuff for article and topic imagesMax Kremmel1-18/+63
2006-11-29Fixed bug in verify which was preventing edit of topic.Nick Palmer1-3/+6
2006-08-19can not add 2 topics with the same nameSylvie Greverend1-4/+15
2006-07-12tighten up topic image creation to not copy to temp/ and resize uploaded file...Christian Fowler1-18/+14
2006-04-24make sure we have a topic_id to work withMax Kremmel1-6/+9
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-3/+3
2006-02-19Fix reserved word field namesLester Caine1-9/+9
2006-02-08major change of BitDbBase::associateUpdate method - it now takes a simpler ar...Christian Fowler1-2/+2
2006-02-02detikify sequence namesMax Kremmel1-2/+2
2006-02-01detikify libertyMax Kremmel1-5/+5
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh pack...bitweaver.org1-12/+12
2006-01-25Upgrade to work with Firebird - mainly missing backticks and reserved word ch...Lester Caine1-2/+2
2006-01-25fix ->fields callsChristian Fowler1-4/+2
2006-01-10merge recent changes into HEADMax Kremmel1-1/+2
2005-12-26merge recent changes into HEADMax Kremmel1-7/+7
2005-12-07clean up image attachments for articles, allow custom size for resizes, use s...Max Kremmel1-2/+2
2005-10-30Add PHPDoc headings to packageLester Caine1-0/+11
2005-10-11get topic image upload workingChristian Fowler1-1/+1
2005-09-27only display active topics when writing article and hide topics if none are setMax Kremmel1-4/+9
2005-09-14use constants instead of hardcoded package names and ensure that image stays ...Max Kremmel1-29/+26