summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-19fix menu_*_admin to be multi-purpose as dropdown or visual list like normal ↵spiderr1-3/+1
user menus
2013-04-18tweak menu to display title link only when passed varspiderr4-10/+5
2013-04-11update modules for smarty 3 template centric variables, and assign modules ↵spiderr2-3/+3
to the _template
2013-04-06major clean up for Smarty 3.0 and another pass at cleaning the top menusspiderr2-12/+7
2013-04-05rename header_inc.tpl to html_head_inc.tpl for naming consistency and ↵spiderr1-0/+0
avoiding abiguiuty with new html5 header tag
2013-04-04cleanup more booticonizationspiderr1-1/+1
2013-04-04cleanup edit formsspiderr2-2/+2
2013-04-03update all admin menus for bootstrap dropdowns with proper sub-menusspiderr1-3/+3
2013-04-03update all admin menus for bootstrap dropdownsspiderr1-1/+1
2013-04-02convert lots of biticon to booticonspiderr2-4/+4
2013-04-02convert lots of biticon to booticonspiderr1-1/+1
2013-04-02bootstrap updates convert class=row to class=control-groupspiderr2-8/+8
2012-09-28Missed static function - e_strict compliancePRE_BOOTSTRAPlsces1-2/+2
2012-05-25replace PHP_SELF with SCRIPT_NAMEspiderr1-5/+5
2012-05-06replace all PHP4 style calls to LibertyContent base constructors with ↵spiderr1-1/+1
parent::__construct()
2010-06-09Strip down CVS keywords.pre-lf-storage-path-to-file-namecvs2git8-9/+9
2010-04-19Correct spelling of $gLibertySystemCVS_HEADLester Caine1-2/+2
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.