aboutsummaryrefslogtreecommitdiffstats
path: root/functions/overlapping_events.php
Commit message (Collapse)AuthorAgeFilesLines
* Multiple Calendar support.Chad Little2003-06-301-4/+8
|
* More error_reporting cleanup.Chad Little2003-05-291-13/+15
|
* Fixed a bug with Irix and isset().Chad Little2003-02-151-2/+2
|
* - added function to remove overlaps for irregular recurring eventsdrei2002-12-021-6/+33
| | | | - added uid as parameter to 'checkOverlap'
* fixed all errors which error_reporting() was returningjwangen2002-11-021-1/+1
|
* Changed function checkOverlap to take date, start and end time as parameters ↵drei2002-10-161-44/+44
| | | | instead of using the globals.
* Ironed out another bug that wouldn't count the overlaps correctly.drei2002-10-091-4/+3
|
* Rewrote the logic, things are based now on blocks of events rather than just ↵drei2002-10-071-30/+125
| | | | overlaps of events.
* Fixed almost all the warning we were getting before. Basically just addedjwangen2002-10-041-4/+3
| | | | | isset() to all the conditions that were reporting errors. One line in ical_parser needs to be double checked, it's commented, towards the bottom.
* Inserted function to find the smallest multipe for two integers, this is ↵drei2002-09-271-106/+17
| | | | | | | used for the modified drawing of overlapping events. This function replaced the previous one which used a fixed number of columns to draw the events into. Therefore also some changes in the checkOverlap() function to make use of the new function.
* Changed all files to reflect <?php when opening tags.Chad Little2002-09-241-1/+1
|
* drei - overlapping event fucntions from ical_parser.phpChad Little2002-09-241-0/+153

© 2014-2024 Faster IT GmbH | imprint | privacy policy