summaryrefslogtreecommitdiff
path: root/LibertySystem.php
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-06remove updateUserPermissions function. this function was a bad idea since it ...Max Kremmel1-9/+1
2007-06-22add method to require a specific handler file based on the hash in LSys->mCon...Max Kremmel1-1/+17
2007-06-16Ensure bitfile is loaded even if it's direct use is disabled. This allows it ...Lester Caine1-1/+3
2007-06-12Move html purification stuff into filters. Still need to address style purifi...Nick Palmer1-212/+1
2007-06-09add method to get plugins of a given typeMax Kremmel1-6/+26
2007-06-08remove odd unused functionMax Kremmel1-23/+1
2007-06-08Add some pre HTMLPurifier cleanup to handle output from WYSIWYG editors better.Nick Palmer1-1/+48
2007-06-06allow overflowMax Kremmel1-1/+2
2007-06-01revert to divs around attachment and other plugins for now. wrapper type can ...Max Kremmel1-9/+22
2007-05-31add option to override automatic block displayMax Kremmel1-3/+3
2007-05-22Doh! Somehow added a return at the top of the file. My bad.Nick Palmer1-2/+1
2007-05-22Turn off ability to force HTMLPurifier for the moment.Nick Palmer1-3/+6
2007-05-20allow background or background-colorMax Kremmel1-2/+2