summaryrefslogtreecommitdiff
path: root/LibertySystem.php
AgeCommit message (Collapse)AuthorFilesLines
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-865/+0
2021-02-01privatize and clean up requireHandlerFile; use public getContentClassName ↵modela bitweaver1-7/+10
when need to load a class
2020-01-06don't pass gBitSmarty into smarty_function_biticonspiderr1-3/+3
2017-09-17check file_exists on handler_file in case package is now gonespider@app21-2/+5
2017-01-17move Start/CompleteTrans in ::registerContentType around insert/update so it ↵spider@dev1-2/+4
does not purge the object from cache on every load
2016-07-07init mDataTags; add __sleepspider@app11-10/+8
2016-06-22change-all-StartTrans-calls-to-BitBase-methodspider@app11-2/+2
2016-06-21change-class-var-to-publicspider@app11-7/+7
2016-02-17pass FALSE instead of NULL into ADODB function bindVars paramturon1-1/+1
2014-04-21LibertySystem extends BitSingletonturon1-1/+2
2013-04-07more clean up for Smarty 3.0 and another pass at cleaning the top menusChristian Fowler1-1/+1
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
This needs something to manage the display of the plugins if using the admin packages.
2012-09-05fiddle with registerPlugins and do not store plugins that have status = 'n' ↵spiderr1-3/+7
- see FisheyeImage inclusion of mime.image.php plugin
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 ↵spiderr1-2/+2
class constructors with parent::__construct()
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 ↵Christian Fowler1-3/+4
formatting
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵wjames51-6/+20
content_name, add column content_name_plural - update all class files and hashes where appropriate
2010-04-17step one of contenttype name plural - new methods to fetch name in ↵wjames51-1/+20
libertycontent and libertysystem, deprecate old and redundant methods - sill utilize content_description param in new methods until schema change
2010-02-12flatten services hash and introduce new param for adding some meta data ↵wjames51-4/+16
about services to easy site configuration, see lcconfig
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 ↵Max Kremmel1-8/+20
string or array depending on the requirements
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
are activated. some work remains to be done like return errors.
2008-07-15when we don't give a plugin guid we return functions of a given type from ↵Max Kremmel1-9/+9
all active plugins
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 ↵Max Kremmel1-66/+80
liberty plugins in <pkg>/liberty_plugins/. several optimisations were made and code was generally cleaned up.
2008-06-30tentative commit to try and get the _URL vs. _URI issue sorted. we now have ↵Max Kremmel1-3/+1
an option in Admin > Kernel > Server > Miscellaneous to set a custom storage host server.
2008-06-29clean up LibertySystem loading: don't create gLibertySystem in class file - ↵Max Kremmel1-4/+1
we create it where it's first called: bit_setup_inc. LibertyAttachable doesn't need load LibertySystem. this is done in bit_setup_inc.php
2008-06-27move LibertyMime::getPluginFunction into LibertySystem where it belongsMax Kremmel1-4/+11
2008-06-26rename setConfigMatch() to storeConfigMatch() for consistency and clean up ↵Max Kremmel1-2/+2
code to adhere better to coding standards
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 ↵Max Kremmel1-11/+9
a given mime handler
2008-06-23fix active plugin check and only scan through mime plugins when looking for ↵Max Kremmel1-4/+5
a mime handler
2008-06-20Not sure octet-stream is required - pdf's are reporting octetstreamLester Caine1-2/+2
Application files are loading properly now
2008-06-17bitfile is used in two places and they have different requirements.Lester Caine1-2/+2
Using bitfile for 'unattached uploads' can be disbaled via liberty/plugins but the plugin STILL has to be loaded and uasable for attached uploads and things like user avatars. So bitfile is always loaded but may not be 'active' as that switches on the other use.
2008-06-14Code format fixLester Caine1-2/+3
2008-06-14Skip verifyMimeType in lookupMimeHandler when procesing windows .tmp filesLester Caine1-2/+5
Ideally need to identify mime type some other way?
2008-06-14typo in docsMax Kremmel1-2/+2
2008-06-14move getMimeTemplate to new home in LibertySystem and add new method to ↵Max Kremmel1-1/+38
fetch all templates of a given type
2008-06-10respect active plugin is_active settingMax Kremmel1-1/+2