summaryrefslogtreecommitdiff
path: root/LibertySystem.php
AgeCommit message (Collapse)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
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
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 ↵Jams H Thompson1-3/+10
install errors
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 ↵Max Kremmel1-14/+21
plugin system for other packages
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