summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Collapse)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
calendar so that other packages can more easily use the calendar. Made the time limit functions in LibertyContent::getContentList more generic.
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-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
Make ajax popups sticky with a nice close icon.
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
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-02-27Strip all reliance on server side time offset so that calendar is fixed UTC ↵Lester Caine1-6/+5
display, and content can be aligned as required from the display offset.
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 ↵Hash91-3/+7
brackets properly)
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 ↵Christian Fowler1-2/+2
conflict with new content preferences
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 ↵Max Kremmel1-2/+2
open for discussion tpl: $gBitPref.package.pref applied package name to all saves - should make database more organised and should allow more reliable uninstalls in the future
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
calendar is fixed UTC layout, and data is moved by local offset to match it The PROBLEM with this is that we do not have any means of handling daylight saving for the DISPLAY offset! Shift is simply the CURRENT display offset :(
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
This is also rolling week changes correctly for any day selection for start of week. Only problem is a niggle with the 1st Jan when stepping by day in week mode
2005-08-29Further work getting Week Numbers satble with all combinations of week start.Lester Caine1-3/+3
The ACTUAL week number is incorrect, and the PEAR code needs replacing something that provides Either ISO week number or consistent simple week numbers.
2005-08-28Fix time offseting for time zone/daylight saving when using UTC/Local switchLester Caine1-3/+2
This SHOULD now work with and TZ offset we want to apply, but is only set up for the user options at present
2005-08-26Switch Calendar to work from BitDate object with UTC based dataLester Caine1-8/+8
Working fine when selecting UTC display mode, but day needs to be sorted once offset
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
calendar time shift hopefully working now week_offset defined as constant now user preferences override defaults set by admin
2005-08-22Expand calendar to cover AD100-01-01 to some large number of yearsLester Caine1-6/+7
Calendar can also be accessed using an ISO date is the todate if required ( jscalendar will use this )
2005-08-21move day building section to Calendar class, move navigation to a hash, ↵Max Kremmel1-100/+25
introduce time offset depending on user location
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
move calendar building stuff to Calendar class and use a different method - kills daylight savings bug prepare for custom time interval setting prepare for custom day range settings
2005-08-19a lot of bugfixes and further code cleanup - sort_mode still a bit dodgy, ↵Max Kremmel1-41/+11
october 30th bug still needs fixing
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