summaryrefslogtreecommitdiff
path: root/LibertySystem.php
AgeCommit message (Expand)AuthorFilesLines
2007-05-20try to use the <span> wrapper and apply styling to mimic a div layoutMax Kremmel1-13/+11
2007-05-20display:block for each attachment wrapperlaetzer1-1/+8
2007-05-18Add support for passing youtube video through HTMLPurifier.Nick Palmer1-1/+10
2007-05-18Move caching out of tikiwiki format and into LibertyContent so all formatsNick Palmer1-8/+14
2007-05-17first crack at stencils. They work! woot! tidy up still needed.Christian Fowler1-2/+7
2007-05-17Integrate HTMLPurifier into liberty.Nick Palmer1-1/+142
2007-04-07add last_modified header to content list tablewjames51-1/+2
2007-03-31allow numbers in plugin tagsMax Kremmel1-2/+2
2007-03-31lots of content permissions work. tentatively added updateUserPermissions() t...Max Kremmel1-2/+23
2007-03-21add tags service refwjames51-1/+2
2007-03-10Added support for changing status and owners of content. Reordered some statu...Nick Palmer1-15/+33
2007-03-05adds new blog service - auto gen user blogs on new user registration - off by...wjames51-1/+2
2007-02-26add option to limit scanned plugins based on prefixMax Kremmel1-5/+9
2007-02-23fix LibertySystem to be extendable again, update nexus and treasury to work w...Max Kremmel1-5/+13
2007-02-17do not store absolute filenames because that will screw multiple source to sa...Christian Fowler1-2/+2
2007-02-17do not store absolute filenames because that will screw multiple source to sa...bitweaver.org1-4/+4
2007-01-30autoalign text with images when floated rightMax Kremmel1-1/+6
2007-01-11remove debugMax Kremmel1-2/+1
2007-01-11split setActivePlugin into 2 funcitons that it's possible to set an individua...Max Kremmel1-17/+29
2007-01-08make sure getConfig( "{$this->mSystem}_plugin_file_$pluginGuid" ) actually re...Christian Fowler1-11/+12
2006-12-31translate content_description when it's loaded that we don't have to worry ab...Max Kremmel1-1/+3
2006-12-31add width and hight to the mixMax Kremmel1-3/+12
2006-12-26handle plugins that have an invalid path in the DB, but can be found in the d...Christian Fowler1-6/+13
2006-12-23add option to reset all plugin settings. need this since i've had to mess wit...Max Kremmel1-9/+66
2006-12-15lots of cleanup and fixed description parameter for img and attachment pluginMax Kremmel1-6/+11
2006-12-13move div styling options to a common function for easy maintenance and modifi...Max Kremmel1-1/+56
2006-10-11fix mSystem var callMax Kremmel1-2/+2
2006-10-11only call tikiwiki plugin guid if scanAllPlugins when LibertySystem hasn't be...Max Kremmel1-18/+22
2006-09-20first pass at http://www.bitweaver.org/wiki/Liberty+Content+Status - basics a...Christian Fowler1-1/+8
2006-09-11make sure icon checks are always lower caseMax Kremmel1-3/+3
2006-09-08revert gLibertySystem object creation back to Class file for nowMax Kremmel1-1/+3
2006-09-08move gLibertySystem object creation to bit_setup_inc.php for safetyChristian Fowler1-4/+1
2006-09-03change all biticon links to point to the new icons provided in themes/icon_st...Max Kremmel1-1/+2
2006-08-31add FORUM service to bitboards so content comments now appear in linked board...Christian Fowler1-6/+7
2006-08-26Make more information available to pluginsJams H Thompson1-3/+3
2006-08-20add invokeServiceFunctionR call until a generalisation can be desidedHash91-1/+23
2006-08-18adds MAPS service constantwjames51-1/+2
2006-08-08add geo service definitionMax Kremmel1-1/+3
2006-08-05make sure mPlugins is an array() when not setMax Kremmel1-2/+2
2006-08-01fix undefined constant definition error during installationMax Kremmel1-6/+7
2006-07-31rename mPackage to mSystem to avoid variable nameing conflictsMax Kremmel1-14/+14
2006-07-31make LibertySystem extendableMax Kremmel1-34/+34
2006-07-30load only active liberty plugins and eliminate liberty_plugins tableJams H Thompson1-49/+95
2006-07-23improve package management and performance, eliminate some package related in...Jams H Thompson1-3/+10
2006-07-11organise functions by content and add more documentationMax Kremmel1-74/+107
2006-07-03modify LibertySystem to make it easier to extend and take advantage of the pl...Max Kremmel1-14/+21
2006-07-02add some docsMax Kremmel1-1/+80
2006-04-26remove accidental schema commitChristian Fowler1-1/+2
2006-04-15convert allow_html feature to permission p_liberty_enter_htmlChristian Fowler1-1/+2
2006-04-13Removed the Library Data/MethodsLee L Bell1-23/+1