aboutsummaryrefslogtreecommitdiffstats
path: root/functions
Commit message (Collapse)AuthorAgeFilesLines
* Made a tweek to allow calendar folders outside phpicalendar installation.Chad Little2002-11-111-2/+5
|
* More work on Preferences.Chad Little2002-11-101-1/+1
|
* Initial preferences check in. doesn't work. Changes to RSS index.Chad Little2002-11-092-56/+19
|
* Fixed some bugs from SF.Chad Little2002-11-081-2/+2
|
* Initial checkin of Language selection.Chad Little2002-11-081-0/+40
|
* Minor modifications to parser, took out more regex where it wasn't neededjwangen2002-11-071-5/+5
|
* fixed all errors which error_reporting() was returningjwangen2002-11-024-17/+28
|
* cutting down on some of the repeating regexp in effort to speed parserjwangen2002-11-022-176/+203
|
* Fixed bug in month where next month and previous month wasn't working forjwangen2002-11-011-2/+2
| | | | certain days of certain months.
* updated Japanese, fixed bug with Zulu time calendarsjwangen2002-11-011-1/+10
|
* changed name of my calendarjwangen2002-10-301-0/+6
|
* Went a bit looser for checking valid calendar filesChad Little2002-10-301-1/+1
|
* updated search to support localization, added localization vars tojwangen2002-10-301-1/+1
| | | | english and japanese, updated rss files to find their own $default_path
* Added checking for \\r to <br>Chad Little2002-10-301-4/+2
|
* took out custom search range, not neededjwangen2002-10-281-16/+1
|
* spruced up search, fixed a few bugs in sidebar and month_bottom, and ajwangen2002-10-282-17/+33
| | | | few various changes in the parser and date_functions
* Search furthur implimentedjwangen2002-10-271-19/+34
|
* added configurable tmp dirjwangen2002-10-271-1/+1
|
* Added support for changes to single events in a recurring setjwangen2002-10-251-6/+82
|
* pulled footer togetherChad Little2002-10-241-34/+34
|
* fixed bugjwangen2002-10-232-2/+5
|
* Added BASE to files, started 0.8 READMEChad Little2002-10-232-8/+11
|
* Update UNTIL handling. iCal exports an UNTIL that is sometimesfenner2002-10-231-2/+15
| | | | | | | | | | | | | on the day after the event. My guess is that it stores the UNTIL internally as 23:59:59 on the last day of the event, and timezone conversion sometimes changes this to the next day. Luckily, it's possible to recognize this, because iCal uses an illegal UNTIL format for these anyway -- RFC 2445 says that an UNTIL with a time MUST be in UTC, and these are not. Therefore, if an event has an UNTIL with a time that's not in UTC, and the time is before noon, subtract a day. Events with UNTIL= values that comply to the RFC are not modified by this heuristic.
* Set a default calendar name, based on the filename of the calendar.fenner2002-10-221-0/+4
| | | | This is overridden by X-WR-CALNAME, if present.
* Fixed bugs in description java pop-up, also set rtrim to ereg_replace for ↵Chad Little2002-10-221-2/+2
| | | | testing.
* Changed rtrim to @rtrim lines 72 and 76Chad Little2002-10-221-2/+2
|
* Added search.php. Not done but close. Minor tweaks to the parser.jwangen2002-10-221-86/+78
|
* fixed bug with UNTILjwangen2002-10-201-3/+2
|
* 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
|

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