summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Expand)AuthorFilesLines
2025-08-29Add namespace and tidy PHP8.4 style ruleslsces1-6/+5
2021-02-03move kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2010-06-09Strip down CVS keywords.pre-lf-storage-path-to-file-namecvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-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
2007-09-30Major revamp of calendar to push functionality from index.php into theNick Palmer1-117/+9
2007-07-10move loadAjax() to BitThemesMax Kremmel1-2/+2
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead o...Max Kremmel1-2/+3
2007-07-03Keep contentTypes in alphabetical orderLester Caine1-1/+2
2007-04-09Removed Eventsjetskijoe1-5/+1
2007-04-09Fixed where Events were required if used.jetskijoe1-1/+2
2007-04-06Remove event specific code now that we have previews.Nick Palmer1-11/+3
2007-04-06Add ability to set default content types to show.Nick Palmer1-3/+7
2007-04-05Add support for new ajax popups in the calendar.Nick Palmer1-14/+13
2007-04-05Added better integration with events at the expense of queries. Will ajaxify ...Nick Palmer1-3/+21
2007-02-27Strip all reliance on server side time offset so that calendar is fixed UTC d...Lester Caine1-6/+5
2006-06-16Fix possible conflict with mod_package_searchHash91-2/+2
2006-06-16Fix calendar so it works again, (smarty doesn't seem to assign by ref in brac...Hash91-3/+7
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-2/+2
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-2/+2
2006-02-08another accidental package parameter for liberty_content_prefsMax Kremmel1-2/+2
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is open...Max Kremmel1-2/+2
2006-02-02add the (default) option to sort by event dateHash91-2/+2
2006-01-10merge recent changes into HEADMax Kremmel1-2/+7
2005-12-06merge recent changes into HEADMax Kremmel1-2/+2
2005-09-06This should finish tidying calendar time shiftLester Caine1-3/+3
2005-09-05Missed key element of making time shift workLester Caine1-3/+3
2005-09-05Ensure that focus date is UTC based, and build display offset from thatLester Caine1-5/+4
2005-08-29Further work getting Week Numbers satble with all combinations of week start.Lester Caine1-3/+3
2005-08-28Fix time offseting for time zone/daylight saving when using UTC/Local switchLester Caine1-3/+2
2005-08-26Switch Calendar to work from BitDate object with UTC based dataLester Caine1-8/+8
2005-08-25apply offset only to focus date. this way everything should shift correctlyMax Kremmel1-7/+2
2005-08-25clean up offsets and get this thing workingMax Kremmel1-4/+7
2005-08-24add calendar admin page and admin menuMax Kremmel1-8/+5
2005-08-22Expand calendar to cover AD100-01-01 to some large number of yearsLester Caine1-6/+7
2005-08-21move day building section to Calendar class, move navigation to a hash, intro...Max Kremmel1-100/+25
2005-08-21fix view_start and view_end calculationsMax Kremmel1-9/+8
2005-08-21ensure focus_date is clean everywhereMax Kremmel1-9/+8
2005-08-21clean up todate in $_REQUESTMax Kremmel1-2/+3
2005-08-21further preparation for week_offset settingMax Kremmel1-5/+6
2005-08-21forgot to restrict dayTime array to day viewMax Kremmel1-2/+2
2005-08-21oops, wrong commit earlierMax Kremmel1-2/+2
2005-08-21prepare for custom day offset in week / month view and fix undefined varMax Kremmel1-4/+11
2005-08-20tonnes of changesMax Kremmel1-30/+79
2005-08-19a lot of bugfixes and further code cleanup - sort_mode still a bit dodgy, oct...Max Kremmel1-41/+11
2005-08-19add links to skip by yearMax Kremmel1-1/+3
2005-08-19further cleanup of code and insert code for sorting calendarMax Kremmel1-169/+110
2005-08-18add calendar module that works quite well with the existing calendarMax Kremmel1-3/+3
2005-08-18Correct days->hours array populationLester Caine1-3/+3