summaryrefslogtreecommitdiff
path: root/BitArticle.php
AgeCommit message (Expand)AuthorFilesLines
2006-08-31php4 compatiblity fixesHash91-5/+9
2006-08-30fix majorly busted ORDER BY changesChristian Fowler1-10/+5
2006-08-30fix articles listHash91-4/+4
2006-08-29add the factility to view the history of articles, and an auto approve featur...Hash91-16/+35
2006-08-01apply 'more' class to links pointing to moreMax Kremmel1-4/+4
2006-07-14check for article_image before passing in to storeChristian Fowler1-4/+6
2006-06-20allow caching to various files by allowing specification of cache file extens...Max Kremmel1-6/+9
2006-06-19remove maketoc from articles previewbitweaver.org1-3/+5
2006-06-15support BIT_CONTENT_MAX_TITLE_LEN for hand tinkering databases to have larger...Wakeworks1-5/+5
2006-05-05change the error message name to title to reuse the term used in the formSylvie Greverend1-5/+5
2006-04-29get html per article working as well and reduce load by only parsing content ...Max Kremmel1-11/+23
2006-04-14change article config setting names to <pkg>_settingMax Kremmel1-5/+5
2006-04-11more permissions housekeeping and tidyupMax Kremmel1-9/+5
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-7/+7
2006-04-10remove old spell checkingChristian Fowler1-12/+13
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-8/+8
2006-02-27oops, forgot one explicit column - status_id, add some backticksbitweaver.org1-4/+4
2006-02-27oops, forgot one explicit columnbitweaver.org1-4/+4
2006-02-27explicit column names to get around oracle pain ORA-00918bitweaver.org1-4/+5
2006-02-20Merge recent changes to HEADSean Lee1-10/+23
2006-02-19Fix reserved word field namesLester Caine1-5/+5
2006-02-16add content_id to parser and allow article_topic.active to be NULL in where c...Max Kremmel1-5/+5
2006-02-16add the content_id to the parseHashMax Kremmel1-3/+4
2006-02-16new API for parseData(); please view ApiChangeLog for detailsMax Kremmel1-18/+25
2006-02-16replace tp alias with either atp (article_topic) or wp (wiki_page)Max Kremmel1-13/+13
2006-02-15Removed the IS NULL from the where clause. It causes bogus listings.Sean Lee1-4/+5
2006-02-15Changed "top" alias to "tp" to prevent problems with TOP keyword in mssqlSean Lee1-14/+14
2006-02-14rename content_load_function to content_load_sql_functionMax Kremmel1-5/+5
2006-02-14use correct hash in query()Max Kremmel1-19/+18
2006-02-14concatenate whereSqlMax Kremmel1-19/+16
2006-02-13another batch of kernel_prefs name cleanup. this should be itMax Kremmel1-4/+4
2006-02-10Tidy array mergesLester Caine1-5/+5
2006-02-10Add ServicesSQL facilityLester Caine1-41/+44
2006-02-09Filter lists of content by group_id ( only enabled when gatekeeper is off )Lester Caine1-4/+9
2006-02-09remove getPref() and we continue using old method getPreference();Max Kremmel1-22/+4
2006-02-08major change of BitDbBase::associateUpdate method - it now takes a simpler ar...Christian Fowler1-5/+4
2006-02-05Change reserved word 'type' to 'atype' in sql aliasLester Caine1-5/+5
2006-02-01detikify libertyMax Kremmel1-25/+25
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh pack...bitweaver.org1-32/+32
2006-01-31fix various article submission related issuesMax Kremmel1-4/+5
2006-01-30merge recent changes into HEADMax Kremmel1-5/+5
2006-01-29Restore reserved word fix ;)Lester Caine1-5/+5
2006-01-26merge recent changes into HEADMax Kremmel1-30/+33
2006-01-26load article with correctly parsed dataMax Kremmel1-4/+4
2006-01-25Upgrade to work with Firebird - mainly missing backticks and reserved word ch...Lester Caine1-11/+11
2006-01-25fix ->fields callsChristian Fowler1-31/+28
2006-01-25Added uspport for multiple database backend support. This necessitates remova...Christian Fowler1-17/+18
2006-01-14merge recent changes into HEADMax Kremmel1-19/+4
2006-01-10merge recent changes into HEADMax Kremmel1-4/+19
2005-12-26merge recent changes into HEADMax Kremmel1-25/+45