summaryrefslogtreecommitdiff
path: root/LibertySystem.php
AgeCommit message (Expand)AuthorFilesLines
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
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