summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
AgeCommit message (Collapse)AuthorFilesLines
2008-07-17sort out chicken and egg issue with loading libertyMime plugins in other ↵Max Kremmel1-1/+12
packages
2008-07-15assign gLibertySystem to tpls where the class is initiatedMax Kremmel1-1/+2
2008-07-15since plugins can now be in any package things like pkg constants need to be ↵Max Kremmel1-11/+1
defined when the plugins are called: move plugin scan call to setup_inc.php
2008-06-29clean up LibertySystem loading: don't create gLibertySystem in class file - ↵Max Kremmel1-1/+4
we create it where it's first called: bit_setup_inc. LibertyAttachable doesn't need load LibertySystem. this is done in bit_setup_inc.php
2008-05-09make thumbnail sizes available to smartyR202wjames51-1/+5
2007-12-30display content status when appropriate and gave 'getContentStatus' a better ↵Max Kremmel1-1/+2
name - please update as needed.
2007-09-24Move "promotions" stuff to _bit_hype. You need to check out that package to ↵Nick Palmer1-3/+1
get these features now.
2007-09-24Add promotions with lots of nice bells and whistles. Need to test all the ↵Nick Palmer1-1/+3
service links still but they should work.
2007-08-06Patch to allow 'refresh_liberty_cache' to work.Lester Caine1-1/+2
2007-07-14edit help is now taken care of by services. this means that there is no need ↵Max Kremmel1-2/+2
for inclusion of edit help anywhere as long as services are called on edit pages and service tabs are included in edit tpl. help is included when {textarea} is in use. if you need to disable it set: display_help_tab=0 when calling the service tabs. edit help has also undergone a facelift.
2007-07-06remove updateUserPermissions function. this function was a bad idea since it ↵Max Kremmel1-2/+2
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-03-31lots of content permissions work. tentatively added updateUserPermissions() ↵Max Kremmel1-1/+5
to service load function.
2007-03-21add liberty cache refresh link, clean up some caching issues, add method to ↵Max Kremmel1-11/+13
check if content is cached
2007-03-16add liberty content edit tab, with support for permissionsChristian Fowler1-1/+2
2007-03-10Added support for changing status and owners of content. Reordered some ↵Nick Palmer1-1/+11
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.
2006-12-23clean out a lot of the old structure stuff. comment unused functions and ↵Max Kremmel1-3/+1
move to the end of file. rename used functions to adhere to bitweaver standards - please update your custom package code accordingly
2006-09-08revert gLibertySystem object creation back to Class file for nowMax Kremmel1-5/+2
2006-09-08move gLibertySystem object creation to bit_setup_inc.php for safetyChristian Fowler1-12/+13
2006-09-06move LibertySystem stuff to liberty's bit_setup_inc where it belongsChristian Fowler1-2/+17
2006-07-26remove big 5 globals that are put in namespace just prior to includeWakeworks1-3/+1
2006-07-23improve package management and performance, eliminate some package related ↵Jams H Thompson1-1/+2
install errors
2006-02-17registerPackage now takes a hash instead of multiple parameters - keeps # of ↵Max Kremmel1-2/+6
parameters under control
2005-08-07merge recent changes from R1 to HEADMax Kremmel1-2/+2
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-2/+2
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-0/+9
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+7