aboutsummaryrefslogtreecommitdiffstats
path: root/functions
Commit message (Collapse)AuthorAgeFilesLines
* Can now choose timezone option from configjwangen2002-10-193-55/+13
|
* Timezone support added, fixed Oct 27 bugjwangen2002-10-194-1099/+600
|
* Fix Alarm DESCRIPTION parsing, from bug #622188.fenner2002-10-191-6/+8
| | | | | Also use ereg() instead of explode(), to not truncate fields if the value happens to have colons.
* Restore a line that was accidentally deleted in rev 1.36fenner2002-10-181-2/+2
|
* Fixed a bug if yearly recur didnt have a bymonth setChad Little2002-10-181-3/+11
|
* Commented one line.Chad Little2002-10-181-1/+1
|
* EXDATE now handles multiple in same line.Chad Little2002-10-181-9/+15
|
* Tightened up preg_match expressions.Chad Little2002-10-181-12/+13
|
* Broken calendarChad Little2002-10-181-2/+0
|
* End times past midnight end at midnight now.Chad Little2002-10-171-3/+5
|
* Added neverending Muell calendar for testing, updated readme, parser handles ↵Chad Little2002-10-171-1/+6
| | | | Mozilla allday events (basic).
* Still working to slim down the parser, found a bug where all-dayjwangen2002-10-171-18/+15
| | | | recurring events were broken, fixed for now
* DTSTART, DTEND fixes. added flexability.Chad Little2002-10-171-49/+29
|
* Fixed \n to <br> in summary and description.Chad Little2002-10-171-0/+2
|
* Minor bug fixjwangen2002-10-171-10/+12
|
* implimented speed patch to parserjwangen2002-10-171-6/+27
|
* Slimmed down recurring events a lot, code is a lot easier to decipherjwangen2002-10-171-122/+73
|
* No longer reduces max_execution_time to 60, only increases to 60.jwangen2002-10-161-1/+3
|
* Added support for #'s and &'s in javascript.Chad Little2002-10-161-1/+2
|
* Cleared out valarm_description on new event.Chad Little2002-10-161-2/+2
|
* Added valarm detection and valarm_description.Chad Little2002-10-161-2/+8
|
* More parser cleaning.Chad Little2002-10-161-27/+6
|
* Cleaned up the parser a bit, removed a lot of lines of codejwangen2002-10-161-449/+314
|
* Changed function checkOverlap to take date, start and end time as parameters ↵drei2002-10-161-44/+44
| | | | instead of using the globals.
* Changed the call to function checkOverlap to pass date, start and end time ↵drei2002-10-161-6/+6
| | | | as parameters.
* Modified daninsh translationjwangen2002-10-161-1/+1
|
* Changed sscanf to explode for line splitting.Chad Little2002-10-161-4/+8
|
* Initial list_years.php inclusion.Chad Little2002-10-151-0/+31
|
* added unset to destroy used variables.Chad Little2002-10-141-0/+2
|
* Added timezones.php. So far, it just lists a bunch of timezones and theirjwangen2002-10-104-6/+1087
| | | | GMT offsets for both DLST and non-DLST
* Minor changes, tighted up week.phpChad Little2002-10-101-0/+3
|
* fixed sidebar link to todays date, put extract HTTP back for users of stock ↵Chad Little2002-10-101-3/+3
| | | | 4.2.x php (like me).
* commented out in init where it required $getdate to come from HTTP_GET_VARSjwangen2002-10-092-2/+3
|
* Ironed out another bug that wouldn't count the overlaps correctly.drei2002-10-091-4/+3
|
* Fixed yearly recurrence bugjwangen2002-10-071-1/+4
|
* Rewrote the logic, things are based now on blocks of events rather than just ↵drei2002-10-071-30/+125
| | | | overlaps of events.
* updated french localization, added valid-cal check back to parserjwangen2002-10-061-4/+4
|
* Month tweeks, added multiple line support (again) to parser. Broke the error ↵Chad Little2002-10-062-20/+9
| | | | stuff.
* A few language updates,jwangen2002-10-062-3/+3
|
* Fixed spelling mistakejwangen2002-10-051-1/+1
|
* Test again to see if october bug is fixed.jwangen2002-10-051-4/+10
|
* modified parser to fix october bugjwangen2002-10-054-14/+26
|
* Added saving parsed cals to a file for quicker processing.jwangen2002-10-053-9/+50
| | | | Prepared language files for translation.
* Minor changes, implemented use configable number of lines for line wrappingsjwangen2002-10-052-1/+24
|
* Fixed almost all the warning we were getting before. Basically just addedjwangen2002-10-042-6/+8
| | | | | 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.
* added blacklisting of local calendars and the ability to view remotejwangen2002-10-042-29/+60
| | | | calendars
* parser and init both using single quotes rather than double where possiblejwangen2002-10-042-220/+220
|
* Added error.phpjwangen2002-10-041-0/+59
|
* Modified event and init so HTTP_GET_VARS is explicitly called instead ofjwangen2002-10-042-21/+35
| | | | | assuming vars are globally set. Modified language files so there are no more double quotes.
* duration minute fix.Chad Little2002-10-031-4/+4
|

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