summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Collapse)AuthorFilesLines
2008-06-18Include package in config entryLester Caine1-2/+2
2008-06-13Trim constraint name below 31 charactersLester Caine1-1/+1
Think 31 is limit for Oracle and Firebird prefers to have 31 max.
2008-06-08many updates. use meta data to store original video information. use ↵Max Kremmel1-0/+4
preferences to store custom aspect that we can easily revert to original aspect ration found in meta
2008-05-23add generic audio plugin. this will convert audio to mp3 and make it ↵Max Kremmel1-0/+84
available as a stream from the website
2008-05-23add some indexes and rename constraintsMax Kremmel1-6/+6
2008-05-23rename liberty_meta_data to liberty_attachment_meta_data for clarity, add ↵Max Kremmel2-25/+21
indexes, update upgrade script to create correct tables
2008-05-23tentative schema commitMax Kremmel1-20/+41
2008-05-20split status enforcement from display of a status menu during editingwjames51-2/+6
2008-05-18lots of updates including an option to encode video using h264 codec instead ↵Max Kremmel1-0/+14
of flv - even added 2 pass option which only really makes sense using cron - not ported yet
2008-05-11added new table to upgrade script and to ↵Max Kremmel1-0/+6
http://www.bitweaver.org/wiki/SchemaChangelog
2008-05-10SCHEMA CHANGE: added liberty_attachment_prefs to store attachment preferencesMax Kremmel2-0/+97
introducing a new layer on top LibertyAttachments to deal with file uploads supporting mimetype based plugins - ported from treasury
2008-04-26new admin feature to limit editing of comments by n minutes, default 60 -- ↵wjames51-1/+1
also IMPORTANT: standardize liberty_comments table ref name as lcom, lcm cases changed to lcom so tthat we don't drive services crazy
2008-04-17move moderate comments out of liberty to its own pkgwjames51-26/+1
2008-04-17introduce options for moderating comments, e.g. screening them before they ↵wjames51-1/+26
are made public. features require moderation package and are hidden unless installed. outstanding issues remain, use of status id is effective but not fully respected in boards, all custom permissions are not fully and properly checked - a reference to root obj is needed in LibertyComments. there may be others. current sites should be completely uneffected unless they opt in and enable.
2008-03-20add content_alias permChristian Fowler1-0/+1
2008-02-18Add ability to force rel=nofollow on anchor tags. Die link spammers!Nick Palmer1-0/+5
2007-12-29fix error in upgrade scriptJams H Thompson1-3/+1
2007-12-06Clean out some legacy, liberty_content_connection_map table no longer in schemaMW1-16/+8
2007-11-11fix the new optional liberty pdf thumbnail option and add it to liberty as ↵Max Kremmel1-0/+5
an option with tonnes of warnings
2007-10-31clean up XL datatypebitweaver.org1-1/+1
2007-10-17add PRIMARY to liberty_content_data.data_type to avoid problems in the futureMax Kremmel2-2/+2
2007-10-15change X to XL to get LONGTEXT for mysqlJams H Thompson1-7/+7
2007-10-15fixes for typos in upgrade script, change X to XL to get LONGTEXT for mysqlJams H Thompson1-11/+11
2007-10-03add liberty_process_queue, twiddle with lib_att.content_id stuff, still has ↵Christian Fowler1-30/+13
a lot to be cleaned up. code in here is more for R2 beta upgrading - code for columns and tables that were never in R1
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-09-29Fix schema_inc to match change log and code.Nick Palmer1-1/+1
2007-09-27SCHEMA CHANGE: tweak liberty_content_history.description C(200) to .summary ↵Christian Fowler2-7/+6
X, and add code to store current summary in history table, also remove Affected_Rows calls since behavior is inconsistent to non-existent across DB's, update upgrade to migrate history descritpion to new summary column.
2007-09-27SCHEMA CHANGE: add new liberty_content_data table to hold normalized text ↵Christian Fowler2-6/+11
data of liberty content. currently only used for a universal 'summary' description, however could be expanded to hold lc.data itself
2007-09-25clean up image processing admin options, add preliminary support for ↵Max Kremmel1-0/+25
php-imagick > 2.0 with the new API. this pecl extension is still in beta and still seems to be missing some error methods. please keep an eye on this processor as new versions of php-imagick are released
2007-09-25SCHEMA CHANGE: add liberty_content_summary table, and support for it in ↵Christian Fowler2-0/+11
store and expunge
2007-09-24Move "promotions" stuff to _bit_hype. You need to check out that package to ↵Nick Palmer1-57/+1
get these features now.
2007-09-24Add promotions with lots of nice bells and whistles. Need to test all the ↵Nick Palmer1-1/+58
service links still but they should work.
2007-09-23Changes to get ajax attachments working again. You must turn on the new ↵Nick Palmer2-2/+2
storage.existing plugin to get them to work.
2007-09-19fix datadictMax Kremmel1-1/+1
2007-09-17add is_revoked columnMax Kremmel1-2/+3
2007-09-15fix parenthesisMax Kremmel1-2/+0
2007-09-15update to correct column names - controlling_ prefix was droppedMax Kremmel1-6/+9
2007-09-15change is_primary from I4 to C(1)Max Kremmel1-1/+1
2007-09-15SCHEMA CHANGE: Major overhaul to liberty attachable by removing ↵Christian Fowler1-22/+7
attachment_map and only allow attachments to be wired to a single piece of content. removed attachment_map, single and multiple attachments are working, ajax code was removed, and should be put in a separate library/class to handle what to do with 'floating' files waiting for a store
2007-09-15schema clean up to avoid chicken-n-egg constraint violationsChristian Fowler1-1/+3
2007-09-14more comments and upgrade steps addedMax Kremmel1-0/+12
2007-09-14add some initial notes on what we have to do during the attachment fix processMax Kremmel1-1/+34
2007-08-05fixes for R1toR2 upgradesJams H Thompson1-2/+2
2007-07-11SCHEMA CHANGE: (minor) rename is_excluded to a more intuitive is_revoked for ↵Christian Fowler2-2/+2
liberty_content_perms, also major update to hasUserPermission to get all permissions for the current user joined with perms for the current content. This should handle cases where non-default permissions is assigned, default permission is removed, and duplicate default permissions where one group's perm is revoked, but another is still permitted.
2007-07-10reove commented liberty link cache options. these will be moved to a filter ↵Max Kremmel1-14/+0
at some point.
2007-07-09change order of upgrade stuff to allow for constraint creationMax Kremmel1-24/+22
2007-07-07remove unused features, use more spreadout timespans for liberty cache ↵Max Kremmel1-10/+11
setting and detabify UI a bit
2007-07-07replace header with bit_redirect and remove unnecessary multiple page ↵Max Kremmel1-9/+1
reloads after plugin reset
2007-07-06SCHEMA CHANGE: slip in is_exlcuded column to handle eventual exlcusion of a ↵Christian Fowler2-1/+3
permission