summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵wjames52-8/+6
content_name, add column content_name_plural - update all class files and hashes where appropriate
2010-04-17step three of contenttype name plural - replace all instances where name is ↵wjames54-5/+7
accessed though type hash with get name method call, still no schema change required
2010-04-17step three of contenttype name plural - replace all instances where name is ↵wjames51-3/+3
accessed though systme hash with get name method call, still no schema change required
2010-02-09use js namespace for switchCheckboxeswjames51-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames52-4/+4
2009-10-01remove ref to non-existant copyright.txt filewjames55-11/+11
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames55-11/+11
2008-11-09remove unused and confusing registerPlugin parameters: security and pathMax Kremmel1-3/+2
2008-10-21Don't call get_display_offset from a static context.Nick Palmer1-2/+2
2008-09-09one help file for each module (that takes parameters), html code change from ↵laetzer1-0/+1
<table> to <dl>
2008-07-29Use results from getContentList directlyLester Caine1-2/+2
2008-07-23point to new location of pluginwjames51-3/+3
2008-07-21No need to call prepGetList twice - handled in getContentListLester Caine1-15/+13
Range filter only needs '=' for the start time.
2008-07-08move some plugins to their new homesMax Kremmel1-0/+144
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-2/+2
options hash
2008-03-15Make sure focus_date and view_mode get sent through with buildCalendar.Nick Palmer1-9/+10
Fix calculations for focus_date. The prior usage of getdate was wrong which is why we had to adjust by a day.
2008-02-26Doh! That was supposed to go to subversion not CVS.Nick Palmer1-2/+2
2008-02-26Fixes to the cleandar.Nick Palmer2-2/+4
2008-02-10Make it possible for packages (like events) to keep control of calendar urls.Nick Palmer5-28/+36
2008-01-13Load the correct lib and only if needed for the popups.Nick Palmer1-2/+4
2008-01-12Get display offset from the standard place and remove double semicolons.Nick Palmer1-11/+6
2007-11-18Add missing phpdoc commentsLester Caine1-0/+9
2007-11-08Set a flag to indicate the minical has been rendered and only include ↵Nick Palmer1-1/+3
minical css if it has.
2007-11-08Fix linking of minical css since it can be used from a {minical} tag or in a ↵Nick Palmer4-9/+10
module and <link> has to be in <head>. Need to figure out how to tell if the minical has been rendered at all or will be by a module to not require the css all the time.
2007-11-08Fix ampersand in url so it validates.Nick Palmer1-1/+1
2007-10-20Make it possible to setup a calendar seperate from display.Nick Palmer1-4/+9
2007-10-01Fix mincal so it works even when data.calendar plugin is off.Nick Palmer1-1/+3
2007-10-01Fixes to work with recent calendar changes.Nick Palmer1-19/+3
2007-09-30Fix indentation.Nick Palmer1-3/+3
2007-09-30Make it possible to always skip calendar options.Nick Palmer2-6/+8
2007-09-30Major revamp of calendar to push functionality from index.php into theNick Palmer2-131/+190
calendar so that other packages can more easily use the calendar. Made the time limit functions in LibertyContent::getContentList more generic.
2007-09-27Add minical module. Very handy for events calendar.Nick Palmer3-2/+12
2007-07-26Allow calendar users to select what they want to view.Lester Caine1-2/+2
The permissions for calendar need tidying up and we probably need to limit some things in the ajax viewer.
2007-07-26Hide content details if not setLester Caine1-1/+1
( user needs to access bituser details to populate fields )
2007-07-16activate the spinner every time prototype is loaded and remove individual ↵Max Kremmel1-2/+1
spinner loading from various templates. this avoids duplicate spinners which causes spinner to stall
2007-07-11patch bad group name editorswjames51-1/+1
2007-07-10move loadAjax() to BitThemesMax Kremmel1-2/+2
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-2/+3
of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work
2007-07-03Tidy layoutLester Caine1-0/+4
2007-07-03Keep contentTypes in alphabetical orderLester Caine2-1/+3
2007-07-01standardise all menus by using new ilocation=menu and add missing iconsMax Kremmel1-1/+4
2007-06-29Remove incorrect offset calculation.Nick Palmer1-2/+2
2007-06-24BUG 1740924: assign view_user to package user_preferences tpls to make ↵Max Kremmel1-0/+1
view_user selection sticky
2007-06-23provide gif alternatives for all png icons. this will allow us to remove the ↵Max Kremmel1-0/+0
msie png fix and add an option to enable it
2007-06-22Add icon to calendar menu.Nick Palmer1-1/+1
2007-06-22Remove subpackage tag from class - phpdoc 1.3.2 handles correctly nowLester Caine1-2/+1
2007-06-22Tidy phpdoc tags for classes, and heading blockLester Caine3-7/+24
2007-06-11Add liberty plugin for a mini calendar. Handy for people using events.Nick Palmer2-0/+50
2007-04-13Code cleanup moved 2 if statements into 1jetskijoe1-3/+2
2007-04-09Removed Eventsjetskijoe1-5/+1