summaryrefslogtreecommitdiff
path: root/LibertySystem.php
AgeCommit message (Expand)AuthorFilesLines
2013-01-08add getContentClassName and getContentTypespiderr1-0/+32
2012-10-02Bit difficult to restore a plugin if you hide it after switching it off ...lsces1-2/+2
2012-09-05fiddle with registerPlugins and do not store plugins that have status = 'n' -...spiderr1-3/+7
2012-05-26E_Strict fix"Lester Caine ext:(%22)1-24/+24
2012-05-06replace all PHP4 style constructors with __construct; replace calls to base c...spiderr1-2/+2
2011-06-28removed commented debugChristian Fowler1-2/+0
2010-08-27Tidy sub repo linksLester Caine1-0/+3
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-05-29remove deprecated commented codewjames51-8/+1
2010-04-28make sure mContentTypes[] is in all uses of getContentTypeName, clean up form...Christian Fowler1-3/+4
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to content...wjames51-6/+20
2010-04-17step one of contenttype name plural - new methods to fetch name in libertycon...wjames51-1/+20
2010-02-12flatten services hash and introduce new param for adding some meta data about...wjames51-4/+16
2010-02-11move service def into pkgPRE_LIBERTYSYS_SERVICE_UPDATEwjames51-3/+1
2009-10-20Fixes for Deprecated features in PHP 5.3.x (ereg and split)John Turner1-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-07-03add LIBERTY_SERVICE_UPLOAD service defineChristian Fowler1-1/+2
2008-12-22split getPluginFunction into 2 functions to allow us to return either a strin...Max Kremmel1-8/+20
2008-12-02don't sort empty arraybitweaver.org1-2/+4
2008-09-14minor cleanup of logicChristian Fowler1-5/+5
2008-07-18initial test to see if we can have plugins that can install tables when they ...Max Kremmel1-5/+105
2008-07-15when we don't give a plugin guid we return functions of a given type from all...Max Kremmel1-9/+9
2008-07-12make sure that the default mime handler is included firstMax Kremmel1-3/+19
2008-07-05massive update to LibertySystem plugin handling: it's now possible to keep li...Max Kremmel1-66/+80
2008-06-30tentative commit to try and get the _URL vs. _URI issue sorted. we now have a...Max Kremmel1-3/+1
2008-06-29clean up LibertySystem loading: don't create gLibertySystem in class file - w...Max Kremmel1-4/+1
2008-06-27move LibertyMime::getPluginFunction into LibertySystem where it belongsMax Kremmel1-4/+11
2008-06-26rename setConfigMatch() to storeConfigMatch() for consistency and clean up co...Max Kremmel1-2/+2
2008-06-25fix getAllMimeTemplates to return array of templatesMax Kremmel1-2/+2
2008-06-24fix logic that falling back to default template works when we have disabled a...Max Kremmel1-11/+9
2008-06-23fix active plugin check and only scan through mime plugins when looking for a...Max Kremmel1-4/+5
2008-06-20Not sure octet-stream is required - pdf's are reporting octetstreamLester Caine1-2/+2
2008-06-17bitfile is used in two places and they have different requirements.Lester Caine1-2/+2
2008-06-14Code format fixLester Caine1-2/+3
2008-06-14Skip verifyMimeType in lookupMimeHandler when procesing windows .tmp filesLester Caine1-2/+5
2008-06-14typo in docsMax Kremmel1-2/+2
2008-06-14move getMimeTemplate to new home in LibertySystem and add new method to fetch...Max Kremmel1-1/+38
2008-06-10respect active plugin is_active settingMax Kremmel1-1/+2
2008-06-03return an absolute path to the mime type icon instead of a relative one to ma...wjames51-1/+3
2008-05-10SCHEMA CHANGE: added liberty_attachment_prefs to store attachment preferencesMax Kremmel1-18/+54
2008-04-17new service for moderating commentswjames51-1/+2
2008-02-13continue abuse of liberty services this time define for libertysecurewjames51-2/+3
2008-02-11set another service registration to the tortured libety services rollwjames51-1/+2
2007-10-10migrate core ajax services off prototype to mochikitwjames51-1/+2
2007-07-27upper case NULL for consistencywjames51-2/+2
2007-07-16add themes serviceChristian Fowler1-1/+2
2007-07-10move functions not part of a class to liberty_lib.phpMax Kremmel1-279/+1
2007-07-07move liberty_cache feature check to expunge functionMax Kremmel1-4/+2
2007-07-07remove liberty cache when plugin settings have been modifiedMax Kremmel1-4/+9