summaryrefslogtreecommitdiff
path: root/LibertySystem.php
AgeCommit message (Collapse)AuthorFilesLines
2007-07-06remove updateUserPermissions function. this function was a bad idea since it ↵Max Kremmel1-9/+1
distorts user permissions for the entire site and LC::hasUserPermission has to be called manually to check for libery content permission settings. more lcp work to come shortly.
2007-06-22add method to require a specific handler file based on the hash in ↵Max Kremmel1-1/+17
LSys->mContentTypes
2007-06-16Ensure bitfile is loaded even if it's direct use is disabled. This allows it ↵Lester Caine1-1/+3
to be used in the background of other packages.
2007-06-12Move html purification stuff into filters. Still need to address style ↵Nick Palmer1-212/+1
purifier user issue and filter ordering.
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
now be selected in html-purifier settings tab and can also be overridden using the wrapper parameter.
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
get cached, fixed caching bugs, added readCache and writeCache functions. Add 'cleanup' option to parseData to remove trailing <br /> tags and run the result through HMTMLPurifier. Add parseSplit call to handle split for descriptions and ensure that the result is cached properly. Need to update all contents to use parseSplit to generate descriptions in lists and previews instead of just truncating.
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() ↵Max Kremmel1-2/+23
to service load function.
2007-03-21add tags service refwjames51-1/+2
2007-03-10Added support for changing status and owners of content. Reordered some ↵Nick Palmer1-15/+33
status ids. Check the schema changlog. You also should run step 4 of the installer to update permisions as there are some new permisions for these features.
2007-03-05adds new blog service - auto gen user blogs on new user registration - off ↵wjames51-1/+2
by default
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 ↵Max Kremmel1-5/+13
with new LibertySystem
2007-02-17do not store absolute filenames because that will screw multiple source to ↵Christian Fowler1-2/+2
same DB (sanbox, staging, etc.) moving site to a new location, or appserver sites with different paths
2007-02-17do not store absolute filenames because that will screw multiple source to ↵bitweaver.org1-4/+4
same DB (sanbox, staging, etc.) moving site to a new location, or appserver sites with different paths
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 ↵Max Kremmel1-17/+29
individual plugin as active
2007-01-08make sure getConfig( "{$this->mSystem}_plugin_file_$pluginGuid" ) actually ↵Christian Fowler1-11/+12
returns something before we process it
2006-12-31translate content_description when it's loaded that we don't have to worry ↵Max Kremmel1-1/+3
about it later
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 ↵Christian Fowler1-6/+13
default liberty/plugins dir
2006-12-23add option to reset all plugin settings. need this since i've had to mess ↵Max Kremmel1-9/+66
with these settings a few times when they get messed up. this stuff is insane and i'm not quite sure it takes so many reloads for the plugin settings to reset themselves again
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 ↵Max Kremmel1-1/+56
modification
2006-10-11fix mSystem var callMax Kremmel1-2/+2
2006-10-11only call tikiwiki plugin guid if scanAllPlugins when LibertySystem hasn't ↵Max Kremmel1-18/+22
been extended by an external package
2006-09-20first pass at http://www.bitweaver.org/wiki/Liberty+Content+Status - basics ↵Christian Fowler1-1/+8
are in place, and work. Need to get proper permissioning sorted out so only those permed can set the highest/lowest statuses
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 ↵Max Kremmel1-1/+2
themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
2006-08-31add FORUM service to bitboards so content comments now appear in linked ↵Christian Fowler1-6/+7
board. it looks very, very cool. way to go Hash9.
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