summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
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-03Tidy layoutLester Caine1-0/+4
2007-07-01standardise all menus by using new ilocation=menu and add missing iconsMax Kremmel1-1/+4
2007-06-24BUG 1740924: assign view_user to package user_preferences tpls to make ↵Max Kremmel1-0/+1
view_user selection sticky
2007-06-22Add icon to calendar menu.Nick Palmer1-1/+1
2007-06-11Add liberty plugin for a mini calendar. Handy for people using events.Nick Palmer1-0/+42
2007-04-06Remove event specific code now that we have previews.Nick Palmer1-7/+2
2007-04-06Add ability to set default content types to show.Nick Palmer3-4/+15
Make ajax popups sticky with a nice close icon.
2007-04-05Add support for new ajax popups in the calendar.Nick Palmer3-9/+23
2007-04-05Added better integration with events at the expense of queries. Will ajaxify ↵Nick Palmer3-6/+18
sometime soon to reduce the cost. Added p_calendar_view_changes which needs to be on for users to use the calendar the old way.
2007-03-01adjust to userPrefs changeMax Kremmel1-1/+3
2007-02-26Switch active display of current date between UTC and Local. This will need ↵Lester Caine1-1/+1
further work to generate a valid UTC date under all conditions. This mode gets the module and main dates switching correctly.
2007-02-26Mistake in next day selectionLester Caine1-1/+1
2007-01-12rename feature_jscalendar to site_use jscalendarMax Kremmel1-1/+1
2006-09-03change all biticon links to point to the new icons provided in ↵Max Kremmel1-4/+4
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-07-07typosMax Kremmel1-1/+1
2006-07-07keep php in php dir, rename files with appended _inc, keep jstab in template ↵Max Kremmel1-0/+5
for custom title if required, add some whitespace to code to make it readable
2006-06-16Fix possible conflict with mod_package_searchHash91-1/+1
2006-05-29Couple of mised $smarty.const. updatesLester Caine1-17/+17
2006-04-19more kernel_config renamesMax Kremmel1-2/+2
2006-03-25escape htmlspecialchars on output instead of during store processMax Kremmel2-5/+5
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-1/+1
conflict with new content preferences
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-1/+1
conflict with new content preferences
2006-02-21enclose CDATA in /* */ that we can use {strip} accross entire pageMax Kremmel1-2/+4
2006-02-21use jscalendar functionMax Kremmel1-15/+5
2006-02-06further paermission renaming and cleanupMax Kremmel1-2/+2
2006-02-03merge recent changes into HEADMax Kremmel1-2/+2
2006-02-02add the (default) option to sort by event dateHash91-2/+4
2006-02-01make sure {cycle} has values to cycle throughMax Kremmel1-4/+4
2006-01-28merge recent changes into HEADMax Kremmel1-6/+4
2006-01-10merge recent changes into HEADMax Kremmel1-2/+2
2005-12-26merge recent changes into HEADMax Kremmel1-7/+17
2005-12-18merge recent changes into HEADMax Kremmel1-17/+7
2005-12-18prepend calendar preferences with calendar_Lester Caine1-8/+8
Ideally this would be handled via the packages column in tiki_preferences in future versions
2005-12-18Add user_prefs setting that disables the user options for calendar in the ↵Lester Caine1-0/+10
user preferences.
2005-12-06merge recent changes into HEADMax Kremmel3-24/+28
2005-10-07UI improvementsMax Kremmel2-8/+19
2005-10-07display calendar popup only when hovering over [+]Max Kremmel1-4/+4
2005-09-26conditionally include calendar css fileMax Kremmel1-1/+3
2005-09-05Tidy display offset focus highlightLester Caine1-3/+3
2005-09-01minor layout updateMax Kremmel1-14/+7
2005-08-31clean up template and iconsMax Kremmel3-122/+120
2005-08-31Add week vertical list as a navigation optionLester Caine1-4/+4
2005-08-31Add week vertical list as a navigation optionLester Caine1-0/+2
Icon may need a tidy up, just rotated week 90deg
2005-08-31revert back to all hours display in day viewMax Kremmel1-3/+1
2005-08-31various calendar UI changes - basically making page look cleaner and ↵Max Kremmel1-19/+54
reducing amount of information on page
2005-08-31Focus date is now UTC locked so other calculations workLester Caine1-2/+2
2005-08-28Fix time offseting for time zone/daylight saving when using UTC/Local switchLester Caine3-10/+10
This SHOULD now work with and TZ offset we want to apply, but is only set up for the user options at present