summaryrefslogtreecommitdiff
path: root/Calendar.php
AgeCommit message (Expand)AuthorFilesLines
2010-04-19Correct spelling of $gLibertySystemCVS_HEADLester Caine1-2/+2
2010-04-17step three of contenttype name plural - replace all instances where name is a...wjames51-2/+2
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2008-10-21Don't call get_display_offset from a static context.Nick Palmer1-2/+2
2008-07-29Use results from getContentList directlyLester Caine1-2/+2
2008-07-21No need to call prepGetList twice - handled in getContentListLester Caine1-15/+13
2008-06-25change display call to use a hash for display options, add display_mode to op...Christian Fowler1-2/+2
2008-03-15Make sure focus_date and view_mode get sent through with buildCalendar.Nick Palmer1-9/+10
2008-02-26Fixes to the cleandar.Nick Palmer1-2/+2
2008-02-10Make it possible for packages (like events) to keep control of calendar urls.Nick Palmer1-3/+11
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-10-20Make it possible to setup a calendar seperate from display.Nick Palmer1-4/+9
2007-09-30Make it possible to always skip calendar options.Nick Palmer1-4/+6
2007-09-30Major revamp of calendar to push functionality from index.php into theNick Palmer1-14/+181
2007-06-29Remove incorrect offset calculation.Nick Palmer1-2/+2
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 Caine1-1/+6
2007-04-05Added better integration with events at the expense of queries. Will ajaxify ...Nick Palmer1-1/+3
2007-02-27Strip all reliance on server side time offset so that calendar is fixed UTC d...Lester Caine1-39/+37
2007-02-26Switch active display of current date between UTC and Local. This will need f...Lester Caine1-2/+10
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-5/+5
2006-02-02add the (default) option to sort by event dateHash91-1/+2
2006-01-14merge recent changes into HEADMax Kremmel1-5/+3
2005-12-26merge recent changes into HEADMax Kremmel1-5/+5
2005-12-18merge recent changes into HEADMax Kremmel1-5/+5
2005-12-18prepend calendar preferences with calendar_Lester Caine1-5/+5
2005-12-06merge recent changes into HEADMax Kremmel1-1/+3
2005-10-07fix day viewMax Kremmel1-2/+2
2005-09-06This should finish tidying calendar time shiftLester Caine1-12/+20
2005-09-05Ensure that focus date is UTC based, and build display offset from thatLester Caine1-66/+54
2005-08-31Add week vertical list as a navigation optionLester Caine1-3/+3
2005-08-29Further work getting Week Numbers satble with all combinations of week start.Lester Caine1-14/+18
2005-08-28Fix time offseting for time zone/daylight saving when using UTC/Local switchLester Caine1-12/+10
2005-08-26Switch Calendar to work from BitDate object with UTC based dataLester Caine1-50/+51
2005-08-25apply offset only to focus date. this way everything should shift correctlyMax Kremmel1-3/+4
2005-08-25clean up offsets and get this thing workingMax Kremmel1-18/+18
2005-08-25navigation needs to be offset as wellMax Kremmel1-14/+13
2005-08-24add calendar admin page and admin menuMax Kremmel1-16/+17
2005-08-24fix week_offset - now you can truly pick any day of the week as the first day...Max Kremmel1-10/+14
2005-08-22Tidy week of year processing ( fix January niggle )Lester Caine1-8/+10
2005-08-22Expand calendar to cover AD100-01-01 to some large number of yearsLester Caine1-59/+57
2005-08-21fix 'orientation' of time offset shift - needs to be added rather than subtra...Max Kremmel1-3/+3
2005-08-21move day building section to Calendar class, move navigation to a hash, intro...Max Kremmel1-6/+73
2005-08-21fix view_start and view_end calculationsMax Kremmel1-49/+33
2005-08-21further preparation for week_offset settingMax Kremmel1-13/+7
2005-08-20tonnes of changesMax Kremmel1-119/+34
2005-08-19a lot of bugfixes and further code cleanup - sort_mode still a bit dodgy, oct...Max Kremmel1-38/+71
2005-08-19further cleanup of code and insert code for sorting calendarMax Kremmel1-45/+231