| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 1 | -865/+0 | |
| 2021-02-01 | privatize and clean up requireHandlerFile; use public getContentClassName ↵ | modela bitweaver | 1 | -7/+10 | |
| when need to load a class | |||||
| 2020-01-06 | don't pass gBitSmarty into smarty_function_biticon | spiderr | 1 | -3/+3 | |
| 2017-09-17 | check file_exists on handler_file in case package is now gone | spider@app2 | 1 | -2/+5 | |
| 2017-01-17 | move Start/CompleteTrans in ::registerContentType around insert/update so it ↵ | spider@dev | 1 | -2/+4 | |
| does not purge the object from cache on every load | |||||
| 2016-07-07 | init mDataTags; add __sleep | spider@app1 | 1 | -10/+8 | |
| 2016-06-22 | change-all-StartTrans-calls-to-BitBase-method | spider@app1 | 1 | -2/+2 | |
| 2016-06-21 | change-class-var-to-public | spider@app1 | 1 | -7/+7 | |
| 2016-02-17 | pass FALSE instead of NULL into ADODB function bindVars param | turon | 1 | -1/+1 | |
| 2014-04-21 | LibertySystem extends BitSingleton | turon | 1 | -1/+2 | |
| 2013-04-07 | more clean up for Smarty 3.0 and another pass at cleaning the top menus | Christian Fowler | 1 | -1/+1 | |
| 2013-01-08 | add getContentClassName and getContentType | spiderr | 1 | -0/+32 | |
| 2012-10-02 | Bit difficult to restore a plugin if you hide it after switching it off ... | lsces | 1 | -2/+2 | |
| This needs something to manage the display of the plugins if using the admin packages. | |||||
| 2012-09-05 | fiddle with registerPlugins and do not store plugins that have status = 'n' ↵ | spiderr | 1 | -3/+7 | |
| - see FisheyeImage inclusion of mime.image.php plugin | |||||
| 2012-05-26 | E_Strict fix | "Lester Caine ext:(%22) | 1 | -24/+24 | |
| 2012-05-06 | replace all PHP4 style constructors with __construct; replace calls to base ↵ | spiderr | 1 | -2/+2 | |
| class constructors with parent::__construct() | |||||
| 2011-06-28 | removed commented debug | Christian Fowler | 1 | -2/+0 | |
| 2010-08-27 | Tidy sub repo links | Lester Caine | 1 | -0/+3 | |
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -1/+1 | |
| 2010-05-29 | remove deprecated commented code | wjames5 | 1 | -8/+1 | |
| 2010-04-28 | make sure mContentTypes[] is in all uses of getContentTypeName, clean up ↵ | Christian Fowler | 1 | -3/+4 | |
| formatting | |||||
| 2010-04-17 | SCHEMA CHANGE - liberty_content_types - change content_description to ↵ | wjames5 | 1 | -6/+20 | |
| content_name, add column content_name_plural - update all class files and hashes where appropriate | |||||
| 2010-04-17 | step one of contenttype name plural - new methods to fetch name in ↵ | wjames5 | 1 | -1/+20 | |
| libertycontent and libertysystem, deprecate old and redundant methods - sill utilize content_description param in new methods until schema change | |||||
| 2010-02-12 | flatten services hash and introduce new param for adding some meta data ↵ | wjames5 | 1 | -4/+16 | |
| about services to easy site configuration, see lcconfig | |||||
| 2010-02-11 | move service def into pkgPRE_LIBERTYSYS_SERVICE_UPDATE | wjames5 | 1 | -3/+1 | |
| 2009-10-20 | Fixes for Deprecated features in PHP 5.3.x (ereg and split) | John Turner | 1 | -2/+2 | |
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 1 | -2/+2 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 1 | -2/+2 | |
| 2009-07-03 | add LIBERTY_SERVICE_UPLOAD service define | Christian Fowler | 1 | -1/+2 | |
| 2008-12-22 | split getPluginFunction into 2 functions to allow us to return either a ↵ | Max Kremmel | 1 | -8/+20 | |
| string or array depending on the requirements | |||||
| 2008-12-02 | don't sort empty array | bitweaver.org | 1 | -2/+4 | |
| 2008-09-14 | minor cleanup of logic | Christian Fowler | 1 | -5/+5 | |
| 2008-07-18 | initial test to see if we can have plugins that can install tables when they ↵ | Max Kremmel | 1 | -5/+105 | |
| are activated. some work remains to be done like return errors. | |||||
| 2008-07-15 | when we don't give a plugin guid we return functions of a given type from ↵ | Max Kremmel | 1 | -9/+9 | |
| all active plugins | |||||
| 2008-07-12 | make sure that the default mime handler is included first | Max Kremmel | 1 | -3/+19 | |
| 2008-07-05 | massive update to LibertySystem plugin handling: it's now possible to keep ↵ | Max Kremmel | 1 | -66/+80 | |
| liberty plugins in <pkg>/liberty_plugins/. several optimisations were made and code was generally cleaned up. | |||||
| 2008-06-30 | tentative commit to try and get the _URL vs. _URI issue sorted. we now have ↵ | Max Kremmel | 1 | -3/+1 | |
| an option in Admin > Kernel > Server > Miscellaneous to set a custom storage host server. | |||||
| 2008-06-29 | clean up LibertySystem loading: don't create gLibertySystem in class file - ↵ | Max Kremmel | 1 | -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-27 | move LibertyMime::getPluginFunction into LibertySystem where it belongs | Max Kremmel | 1 | -4/+11 | |
| 2008-06-26 | rename setConfigMatch() to storeConfigMatch() for consistency and clean up ↵ | Max Kremmel | 1 | -2/+2 | |
| code to adhere better to coding standards | |||||
| 2008-06-25 | fix getAllMimeTemplates to return array of templates | Max Kremmel | 1 | -2/+2 | |
| 2008-06-24 | fix logic that falling back to default template works when we have disabled ↵ | Max Kremmel | 1 | -11/+9 | |
| a given mime handler | |||||
| 2008-06-23 | fix active plugin check and only scan through mime plugins when looking for ↵ | Max Kremmel | 1 | -4/+5 | |
| a mime handler | |||||
| 2008-06-20 | Not sure octet-stream is required - pdf's are reporting octetstream | Lester Caine | 1 | -2/+2 | |
| Application files are loading properly now | |||||
| 2008-06-17 | bitfile is used in two places and they have different requirements. | Lester Caine | 1 | -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-14 | Code format fix | Lester Caine | 1 | -2/+3 | |
| 2008-06-14 | Skip verifyMimeType in lookupMimeHandler when procesing windows .tmp files | Lester Caine | 1 | -2/+5 | |
| Ideally need to identify mime type some other way? | |||||
| 2008-06-14 | typo in docs | Max Kremmel | 1 | -2/+2 | |
| 2008-06-14 | move getMimeTemplate to new home in LibertySystem and add new method to ↵ | Max Kremmel | 1 | -1/+38 | |
| fetch all templates of a given type | |||||
| 2008-06-10 | respect active plugin is_active setting | Max Kremmel | 1 | -1/+2 | |
