| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-05-20 | try to use the <span> wrapper and apply styling to mimic a div layout | Max Kremmel | 1 | -13/+11 | |
| 2007-05-20 | display:block for each attachment wrapper | laetzer | 1 | -1/+8 | |
| 2007-05-18 | Add support for passing youtube video through HTMLPurifier. | Nick Palmer | 1 | -1/+10 | |
| 2007-05-18 | Move caching out of tikiwiki format and into LibertyContent so all formats | Nick Palmer | 1 | -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-17 | first crack at stencils. They work! woot! tidy up still needed. | Christian Fowler | 1 | -2/+7 | |
| 2007-05-17 | Integrate HTMLPurifier into liberty. | Nick Palmer | 1 | -1/+142 | |
| 2007-04-07 | add last_modified header to content list table | wjames5 | 1 | -1/+2 | |
| 2007-03-31 | allow numbers in plugin tags | Max Kremmel | 1 | -2/+2 | |
| 2007-03-31 | lots of content permissions work. tentatively added updateUserPermissions() ↵ | Max Kremmel | 1 | -2/+23 | |
| to service load function. | |||||
| 2007-03-21 | add tags service ref | wjames5 | 1 | -1/+2 | |
| 2007-03-10 | Added support for changing status and owners of content. Reordered some ↵ | Nick Palmer | 1 | -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-05 | adds new blog service - auto gen user blogs on new user registration - off ↵ | wjames5 | 1 | -1/+2 | |
| by default | |||||
| 2007-02-26 | add option to limit scanned plugins based on prefix | Max Kremmel | 1 | -5/+9 | |
| 2007-02-23 | fix LibertySystem to be extendable again, update nexus and treasury to work ↵ | Max Kremmel | 1 | -5/+13 | |
| with new LibertySystem | |||||
| 2007-02-17 | do not store absolute filenames because that will screw multiple source to ↵ | Christian Fowler | 1 | -2/+2 | |
| same DB (sanbox, staging, etc.) moving site to a new location, or appserver sites with different paths | |||||
| 2007-02-17 | do not store absolute filenames because that will screw multiple source to ↵ | bitweaver.org | 1 | -4/+4 | |
| same DB (sanbox, staging, etc.) moving site to a new location, or appserver sites with different paths | |||||
| 2007-01-30 | autoalign text with images when floated right | Max Kremmel | 1 | -1/+6 | |
| 2007-01-11 | remove debug | Max Kremmel | 1 | -2/+1 | |
| 2007-01-11 | split setActivePlugin into 2 funcitons that it's possible to set an ↵ | Max Kremmel | 1 | -17/+29 | |
| individual plugin as active | |||||
| 2007-01-08 | make sure getConfig( "{$this->mSystem}_plugin_file_$pluginGuid" ) actually ↵ | Christian Fowler | 1 | -11/+12 | |
| returns something before we process it | |||||
| 2006-12-31 | translate content_description when it's loaded that we don't have to worry ↵ | Max Kremmel | 1 | -1/+3 | |
| about it later | |||||
| 2006-12-31 | add width and hight to the mix | Max Kremmel | 1 | -3/+12 | |
| 2006-12-26 | handle plugins that have an invalid path in the DB, but can be found in the ↵ | Christian Fowler | 1 | -6/+13 | |
| default liberty/plugins dir | |||||
| 2006-12-23 | add option to reset all plugin settings. need this since i've had to mess ↵ | Max Kremmel | 1 | -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-15 | lots of cleanup and fixed description parameter for img and attachment plugin | Max Kremmel | 1 | -6/+11 | |
| 2006-12-13 | move div styling options to a common function for easy maintenance and ↵ | Max Kremmel | 1 | -1/+56 | |
| modification | |||||
| 2006-10-11 | fix mSystem var call | Max Kremmel | 1 | -2/+2 | |
| 2006-10-11 | only call tikiwiki plugin guid if scanAllPlugins when LibertySystem hasn't ↵ | Max Kremmel | 1 | -18/+22 | |
| been extended by an external package | |||||
| 2006-09-20 | first pass at http://www.bitweaver.org/wiki/Liberty+Content+Status - basics ↵ | Christian Fowler | 1 | -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-11 | make sure icon checks are always lower case | Max Kremmel | 1 | -3/+3 | |
| 2006-09-08 | revert gLibertySystem object creation back to Class file for now | Max Kremmel | 1 | -1/+3 | |
| 2006-09-08 | move gLibertySystem object creation to bit_setup_inc.php for safety | Christian Fowler | 1 | -4/+1 | |
| 2006-09-03 | change all biticon links to point to the new icons provided in ↵ | Max Kremmel | 1 | -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-31 | add FORUM service to bitboards so content comments now appear in linked ↵ | Christian Fowler | 1 | -6/+7 | |
| board. it looks very, very cool. way to go Hash9. | |||||
| 2006-08-26 | Make more information available to plugins | Jams H Thompson | 1 | -3/+3 | |
| 2006-08-20 | add invokeServiceFunctionR call until a generalisation can be desided | Hash9 | 1 | -1/+23 | |
| 2006-08-18 | adds MAPS service constant | wjames5 | 1 | -1/+2 | |
| 2006-08-08 | add geo service definition | Max Kremmel | 1 | -1/+3 | |
| 2006-08-05 | make sure mPlugins is an array() when not set | Max Kremmel | 1 | -2/+2 | |
| 2006-08-01 | fix undefined constant definition error during installation | Max Kremmel | 1 | -6/+7 | |
| 2006-07-31 | rename mPackage to mSystem to avoid variable nameing conflicts | Max Kremmel | 1 | -14/+14 | |
| 2006-07-31 | make LibertySystem extendable | Max Kremmel | 1 | -34/+34 | |
| 2006-07-30 | load only active liberty plugins and eliminate liberty_plugins table | Jams H Thompson | 1 | -49/+95 | |
| 2006-07-23 | improve package management and performance, eliminate some package related ↵ | Jams H Thompson | 1 | -3/+10 | |
| install errors | |||||
| 2006-07-11 | organise functions by content and add more documentation | Max Kremmel | 1 | -74/+107 | |
| 2006-07-03 | modify LibertySystem to make it easier to extend and take advantage of the ↵ | Max Kremmel | 1 | -14/+21 | |
| plugin system for other packages | |||||
| 2006-07-02 | add some docs | Max Kremmel | 1 | -1/+80 | |
| 2006-04-26 | remove accidental schema commit | Christian Fowler | 1 | -1/+2 | |
| 2006-04-15 | convert allow_html feature to permission p_liberty_enter_html | Christian Fowler | 1 | -1/+2 | |
| 2006-04-13 | Removed the Library Data/Methods | Lee L Bell | 1 | -23/+1 | |
