summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler17-61/+61
conflict with new content preferences
2006-02-28check for empty serviceChristian Fowler1-3/+3
2006-02-27fix action_log table nameChristian Fowler1-3/+3
2006-02-27Fix for change from empty to_content_id being zero to being NULLJams H Thompson1-2/+2
2006-02-24remove 'user' reserved word AS alias since it causes hell with no quotes.Christian Fowler3-11/+8
2006-02-24Removed column "to_content_id" from covered Primary Key for ↵Sean Lee1-3/+5
liberty_content_links. Added regular index on to_content_id. This is to allow NULLs in to_content_id in the case of links that lead nowhere.
2006-02-24have thumbnail listing be a selectable option of thumbnails sizesChristian Fowler4-11/+18
2006-02-24show files directly attached to the contentChristian Fowler2-1/+4
2006-02-23use span instead of div for edit link in sectionsMax Kremmel1-2/+2
2006-02-23make sure an array is never passed on to $dataMax Kremmel1-3/+7
2006-02-23merge recent changes into headMax Kremmel2-95/+214
2006-02-22clean up getDisplayUrl, clean expungeComments for generalized Db layersChristian Fowler1-10/+11
2006-02-22add getContentTypeDescription methods - particularly useful in .tpl filesChristian Fowler2-2/+18
2006-02-22rename $browserInfo to $gBrowserInfo in keeping with the rest of bw.Max Kremmel1-0/+1
2006-02-22replace only once if we re-use the same smiley more than onceMax Kremmel1-12/+16
2006-02-22get smileys to use biticon as wellMax Kremmel1-6/+16
2006-02-21Add title to liberty_content_links, fixes backlinks on newly created pages, ↵Jams H Thompson1-2/+3
and improves performance
2006-02-21Add title to liberty_content_links, fixes backlinks on newly created pages, ↵Jams H Thompson2-30/+101
and improves performance
2006-02-20fix get content type for empty objectsChristian Fowler1-1/+4
2006-02-20set correct file formatMax Kremmel1-4/+4
2006-02-20don't display services when translating - we need an easy method of how ↵Max Kremmel1-6/+8
services can apply the same serivice settings to all translations
2006-02-20store the lang_code found in $_REQUEST by defaultMax Kremmel1-2/+9
2006-02-20Correct bracketsLester Caine1-4/+5
2006-02-20Merge recent changes to HEADSean Lee1-1/+25
2006-02-19only add settings to string when set - also fix some css errorsbitweaver.org2-51/+58
2006-02-19ensure that $data is set to $pMixed if all else failsbitweaver.org1-2/+2
2006-02-19translation updateMax Kremmel1-3/+3
2006-02-19only display the language selection when it's availableMax Kremmel1-13/+15
2006-02-19before adding the link to liberty_content_links, check if it's already present.Max Kremmel1-2/+4
2006-02-19Fix reserved word field namesLester Caine1-3/+3
PAGE_SIZE, CACHE - Firebird Reserved
2006-02-18remove blank line in commentsChristian Fowler1-1/+0
2006-02-18add comments 'level' to hash simply by counting '.' in mat pathChristian Fowler1-2/+3
2006-02-18fix formatGuid with pFromatGuid *is* passed in (like in Preview)bitweaver.org1-5/+7
2006-02-18check empty history_commentbitweaver.org1-3/+3
2006-02-18left outer join on root so updater worksbitweaver.org1-3/+3
2006-02-18insert missing spacebitweaver.org1-2/+2
2006-02-18move {img} to seperate pluginMax Kremmel2-71/+117
2006-02-18Fix reserved word field names - follow on from schemaLester Caine1-8/+8
2006-02-18Fix reserved word field namesLester Caine1-3/+3
YEAR, VALUE - SQL Reserved ACTION - Firebird Reserved
2006-02-17registerPackage now takes a hash instead of multiple parameters - keeps # of ↵Max Kremmel1-2/+6
parameters under control
2006-02-17rename column size to file_size, remove redundant indices that cause errors ↵Christian Fowler2-4/+3
on install
2006-02-17rename and move wiki_action_log to generalized liberty_action_log in ↵Christian Fowler2-6/+6
liberty, rename columns with the universally poorly named title of 'comment' and 'level', get liberty_content_history working properly. seems good for any content now.
2006-02-17rename and move wiki_action_log to generalized content_action_log in ↵Christian Fowler2-4/+14
liberty, rename columns with the universally poorly named title of 'comment'
2006-02-16update aliases, join to root content_id to get root_title when getting list ↵Christian Fowler1-39/+43
of comments. fix comments listing by root content_type_guid
2006-02-16return unparsed data as defaultMax Kremmel1-3/+3
2006-02-16fix typo - use or wrong variable nameMax Kremmel1-5/+5
2006-02-16new API for parseData(); please view ApiChangeLog for detailsMax Kremmel7-47/+77
2006-02-16replace tp alias with either atp (article_topic) or wp (wiki_page)Max Kremmel3-25/+25
2006-02-16Constant for meta package.Louis-Philippe Huberdeau1-1/+2
2006-02-15add backticks for reserved column names in schema_inc'sChristian Fowler1-13/+13