summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10fix flashvideo plugin to work with new liberty attachments changesMax Kremmel1-3/+4
2007-10-10update {file} plugin to work with attachments schema change and remove primar...Max Kremmel1-2/+3
2007-10-10check pFile for meta data and name, not pParamHash['upload'] as it might have...Christian Fowler1-13/+13
2007-10-09swap liberty pkg icon with cool bitweaver logo butterfly iconwjames52-0/+0
2007-10-08Fix delete with ajax attachments on.Nick Palmer2-2/+5
2007-10-04do not specifiy orderTable of sort_mode already has a . in itbitweaver.org1-1/+4
2007-10-03add liberty_process_queue, twiddle with lib_att.content_id stuff, still has a...Christian Fowler1-30/+13
2007-10-03data_type in l_c_dataChristian Fowler1-1/+1
2007-10-03fix storeLinks call to use two parameters, update lcd.summary->dataChristian Fowler1-3/+3
2007-10-03load edit_storage_inc.php through the liberty edit service, update all instan...Max Kremmel3-14/+42
2007-10-03nicify and indent using tabsMax Kremmel1-25/+23
2007-10-03get rollback working again, remove trailing witespace, indent with tabs, clea...Max Kremmel1-44/+49
2007-10-02remove debugMax Kremmel1-4/+3
2007-09-30class for "View more" linklaetzer1-2/+2
2007-09-30Major revamp of calendar to push functionality from index.php into theNick Palmer1-7/+16
2007-09-30Fix wrong table name for content hitsJams H Thompson1-2/+2
2007-09-30Fixup ajax uploader and restore delete functionality.Nick Palmer5-55/+73
2007-09-29Fix schema_inc to match change log and code.Nick Palmer1-1/+1
2007-09-27fix addHit(). not sure what the liberty_content_data table was doing in there...Max Kremmel1-5/+8
2007-09-27update according to recent schema change where wiki_page.description was move...Max Kremmel1-2/+3
2007-09-27Another whack at getLibertySql to avoid joining to useless data.Nick Palmer1-15/+34
2007-09-27SCHEMA CHANGE: tweak liberty_content_history.description C(200) to .summary X...Christian Fowler3-20/+17
2007-09-27SCHEMA CHANGE: add new liberty_content_data table to hold normalized text dat...Christian Fowler3-25/+57
2007-09-27add capability to diff between any two versionsJams H Thompson1-4/+10
2007-09-26include \n in tab recognition regexMax Kremmel1-2/+2
2007-09-26add more checks in case wrong syntax is used or someone is trying to add tabs...Max Kremmel1-7/+10
2007-09-26add a simple way of having tabs in liberty content. plugin help describes syn...Max Kremmel1-0/+75
2007-09-26allow passing of {toc structure_id=123}Christian Fowler1-6/+13
2007-09-26allow passage of a structure_id in to module via module_paramsChristian Fowler1-5/+12
2007-09-26remove quotes around variableChristian Fowler1-1/+1
2007-09-26Fix parse to handle duplicate tags properly and bump required version to PHP ...Nick Palmer1-10/+10
2007-09-26ensure that we never try to insert a duplicate row into liberty_attachments. ...Max Kremmel1-2/+3
2007-09-26clean up storeHistory function and use associateInsertMax Kremmel1-17/+21
2007-09-26more code cleanup. including this file from the template causes problems when...Max Kremmel1-4/+6
2007-09-26seems to make more sense to show the primary attachment since we now always h...Max Kremmel1-5/+8
2007-09-26move around some whitespace and capitalise boolean values that code sticks to...Max Kremmel1-6/+6
2007-09-25oops. revert accidentally submitted debug.Max Kremmel1-3/+1
2007-09-25clean up image processing admin options, add preliminary support for php-imag...Max Kremmel4-83/+194
2007-09-25no table alias in delete queryMax Kremmel1-2/+2
2007-09-25SCHEMA CHANGE: add liberty_content_summary table, and support for it in store...Christian Fowler3-1/+45
2007-09-25add get_leadtitle and get_subtitle for pruning titles in .tpl'sChristian Fowler1-1/+16
2007-09-24Move "promotions" stuff to _bit_hype. You need to check out that package to g...Nick Palmer26-160/+2
2007-09-24Doh! Fix copy paste mistake.Nick Palmer1-1/+1
2007-09-24Add promotions with lots of nice bells and whistles. Need to test all the ser...Nick Palmer24-14/+159
2007-09-23Changes to get ajax attachments working again. You must turn on the new stora...Nick Palmer6-43/+134
2007-09-22add getThumbnailUri method supportChristian Fowler1-1/+7
2007-09-22Add ability to filter last comment module on a pigeonhole and display full co...Nick Palmer3-7/+24
2007-09-22Only output services div if there is content to live in the div.Nick Palmer1-8/+15
2007-09-21fix storing of attachment to include an update if attachment_id is provided, ...Christian Fowler1-3/+7
2007-09-20change check of _file_overrides to isset incase you want to pass in an empty ...Christian Fowler1-2/+2