| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-08-29 | Add namespace and tidy PHP8.4 style rules | lsces | 1 | -6/+5 | |
| 2021-02-03 | move kernel/includes/setup_inc.php | modela bitweaver | 1 | -1/+1 | |
| 2010-06-09 | Strip down CVS keywords.pre-lf-storage-path-to-file-name | cvs2git | 1 | -1/+1 | |
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.php | wjames5 | 1 | -2/+2 | |
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 1 | -2/+2 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 1 | -2/+2 | |
| 2007-09-30 | Major revamp of calendar to push functionality from index.php into the | Nick Palmer | 1 | -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-10 | move loadAjax() to BitThemes | Max Kremmel | 1 | -2/+2 | |
| 2007-07-09 | clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵ | Max Kremmel | 1 | -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-03 | Keep contentTypes in alphabetical order | Lester Caine | 1 | -1/+2 | |
| 2007-04-09 | Removed Events | jetskijoe | 1 | -5/+1 | |
| 2007-04-09 | Fixed where Events were required if used. | jetskijoe | 1 | -1/+2 | |
| 2007-04-06 | Remove event specific code now that we have previews. | Nick Palmer | 1 | -11/+3 | |
| 2007-04-06 | Add ability to set default content types to show. | Nick Palmer | 1 | -3/+7 | |
| Make ajax popups sticky with a nice close icon. | |||||
| 2007-04-05 | Add support for new ajax popups in the calendar. | Nick Palmer | 1 | -14/+13 | |
| 2007-04-05 | Added better integration with events at the expense of queries. Will ajaxify ↵ | Nick Palmer | 1 | -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-27 | Strip all reliance on server side time offset so that calendar is fixed UTC ↵ | Lester Caine | 1 | -6/+5 | |
| display, and content can be aligned as required from the display offset. | |||||
| 2006-06-16 | Fix possible conflict with mod_package_search | Hash9 | 1 | -2/+2 | |
| 2006-06-16 | Fix calendar so it works again, (smarty doesn't seem to assign by ref in ↵ | Hash9 | 1 | -3/+7 | |
| brackets properly) | |||||
| 2006-04-11 | rename permissions to new standard using: p_<package>_<verb>_[<noun>] | Max Kremmel | 1 | -2/+2 | |
| 2006-03-01 | move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵ | Christian Fowler | 1 | -2/+2 | |
| conflict with new content preferences | |||||
| 2006-02-08 | another accidental package parameter for liberty_content_prefs | Max Kremmel | 1 | -2/+2 | |
| 2006-02-08 | php: introduce new method: getPref( $package, $pref, $defaut ) (order is ↵ | Max Kremmel | 1 | -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-02 | add the (default) option to sort by event date | Hash9 | 1 | -2/+2 | |
| 2006-01-10 | merge recent changes into HEAD | Max Kremmel | 1 | -2/+7 | |
| 2005-12-06 | merge recent changes into HEAD | Max Kremmel | 1 | -2/+2 | |
| 2005-09-06 | This should finish tidying calendar time shift | Lester Caine | 1 | -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-05 | Missed key element of making time shift work | Lester Caine | 1 | -3/+3 | |
| 2005-09-05 | Ensure that focus date is UTC based, and build display offset from that | Lester Caine | 1 | -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-29 | Further work getting Week Numbers satble with all combinations of week start. | Lester Caine | 1 | -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-28 | Fix time offseting for time zone/daylight saving when using UTC/Local switch | Lester Caine | 1 | -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-26 | Switch Calendar to work from BitDate object with UTC based data | Lester Caine | 1 | -8/+8 | |
| Working fine when selecting UTC display mode, but day needs to be sorted once offset | |||||
| 2005-08-25 | apply offset only to focus date. this way everything should shift correctly | Max Kremmel | 1 | -7/+2 | |
| 2005-08-25 | clean up offsets and get this thing working | Max Kremmel | 1 | -4/+7 | |
| 2005-08-24 | add calendar admin page and admin menu | Max Kremmel | 1 | -8/+5 | |
| calendar time shift hopefully working now week_offset defined as constant now user preferences override defaults set by admin | |||||
| 2005-08-22 | Expand calendar to cover AD100-01-01 to some large number of years | Lester Caine | 1 | -6/+7 | |
| Calendar can also be accessed using an ISO date is the todate if required ( jscalendar will use this ) | |||||
| 2005-08-21 | move day building section to Calendar class, move navigation to a hash, ↵ | Max Kremmel | 1 | -100/+25 | |
| introduce time offset depending on user location | |||||
| 2005-08-21 | fix view_start and view_end calculations | Max Kremmel | 1 | -9/+8 | |
| 2005-08-21 | ensure focus_date is clean everywhere | Max Kremmel | 1 | -9/+8 | |
| 2005-08-21 | clean up todate in $_REQUEST | Max Kremmel | 1 | -2/+3 | |
| 2005-08-21 | further preparation for week_offset setting | Max Kremmel | 1 | -5/+6 | |
| 2005-08-21 | forgot to restrict dayTime array to day view | Max Kremmel | 1 | -2/+2 | |
| 2005-08-21 | oops, wrong commit earlier | Max Kremmel | 1 | -2/+2 | |
| 2005-08-21 | prepare for custom day offset in week / month view and fix undefined var | Max Kremmel | 1 | -4/+11 | |
| 2005-08-20 | tonnes of changes | Max Kremmel | 1 | -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-19 | a lot of bugfixes and further code cleanup - sort_mode still a bit dodgy, ↵ | Max Kremmel | 1 | -41/+11 | |
| october 30th bug still needs fixing | |||||
| 2005-08-19 | add links to skip by year | Max Kremmel | 1 | -1/+3 | |
| 2005-08-19 | further cleanup of code and insert code for sorting calendar | Max Kremmel | 1 | -169/+110 | |
| 2005-08-18 | add calendar module that works quite well with the existing calendar | Max Kremmel | 1 | -3/+3 | |
| 2005-08-18 | Correct days->hours array population | Lester Caine | 1 | -3/+3 | |
