aboutsummaryrefslogtreecommitdiffstats
path: root/functions
Commit message (Collapse)AuthorAgeFilesLines
* More template work on event.phpChad Little2004-01-261-0/+9
|
* Template for event checkin.Chad Little2004-01-261-2/+1
|
* Template class checking, first round trying to get event templated.Chad Little2004-01-262-1/+36
|
* Fix for recurrence keeping location, url, etc. Fix for eating newlines inChad Little2004-01-251-0/+7
| | | | location.
* Fix for multiplye byday and count.Chad Little2004-01-241-0/+7
|
* Fixed error that would exclude single-character calendarWesley Miaw2004-01-221-1/+1
| | | | files. e.g. a.ics or 0.ics.
* Small fix for dtend before 1970.Chad Little2004-01-201-2/+2
|
* Fix for DTEND incorrectly remembering Timezones across events.Chad Little2004-01-081-1/+1
|
* Revert.Chad Little2003-12-181-11/+0
|
* Init'd more variables.Chad Little2003-12-181-0/+9
|
* *** empty log message ***Chad Little2003-12-181-2/+1
|
* Added a fix for dates before 1969 and initd some variables for E_ALL.Chad Little2003-12-182-1/+9
|
* Fixed a bug where HTTP was being used, even if turned off in config.Chad Little2003-12-181-1/+1
|
* Corrected calname in parser to display correct calname from the file, notChad Little2003-12-021-4/+2
| | | | the filename. Not a big issue.
* Added return false to javascript popupsChad Little2003-11-301-1/+1
|
* Added a condition to DTSTART that will check to see if an hour/minute isChad Little2003-11-301-1/+1
| | | | | set, and if not defaults to VALUE=DATE param. Mostly for sloppy vevent writers.
* Changed ical_parser to write events that start and span past mArray's endChad Little2003-11-271-2/+3
| | | | point, but writes them only up to the end point, and not past.
* Fix to use older predefined variables for compatibility with PHP <Wesley Miaw2003-11-261-2/+4
| | | | 4.1.0. Corrected logic for detecting an invalid login.
* Commented out for 1.0 RC-2Chad Little2003-11-261-1/+1
|
* Fleshed out invalid login error response. Only checks for invalidWesley Miaw2003-11-252-10/+24
| | | | | | | | logins for non-HTTP authentication (even if there is no calendar map for an HTTP authenticated user). Switched some include() directives to include_once() to prevent possible future redeclaration errors.
* Added translations to loginChad Little2003-11-251-1/+1
|
* BlahChad Little2003-11-251-2/+2
|
* added bleed_time to default to day_startChad Little2003-11-241-0/+2
|
* Added HTTP authentication support. Modifications to non-HTTPWesley Miaw2003-11-243-56/+124
| | | | | | | | | | | | authentication login so that the two are mutually exclusive. Moved calendar <option> listing into calendar_functions.php so it can be shared by the navigation (via list_icals.php) and also by the preferences.php file. Fixed typo of $show_login to $allow_login. Added E_ERROR to the debug error level, so fatal errors are logged.
* Fixed grep typo. Should be checking for literal periods instead of anyWesley Miaw2003-11-241-1/+1
| | | | character. ('\.' versus '.' in regexp.)
* Made some changed to user:pass system to be more auto configuring, andChad Little2003-11-241-7/+8
| | | | now cookies work as well, as well as fixing subscribe and download links.
* Fixed some other bleed_time issues, now any bleeding event displays theChad Little2003-11-231-3/+4
| | | | real end time no matter if its split or not.
* Tightened up login.php with less html, removed unneeded things fromChad Little2003-11-231-27/+1
| | | | config and list_icals.
* Fixed a problem with bleed time not being able to figure out days at theChad Little2003-11-231-7/+14
| | | | | end of the month. Also corrected end times on those dates and added a proper until_check before writing split events.
* Fixed problems with the list_icals logic. Previous cvs update mergedWesley Miaw2003-11-231-32/+41
| | | | files incorrectly.
* Unset $tz_dstart when finished calculating DTSTART.Chad Little2003-11-231-2/+2
|
* Added username/password login to access locked calendars. MovedWesley Miaw2003-11-224-78/+152
| | | | | | | | | | calendar availability logic (with support for login) to a calendar_functions.php file. RSS feeds support the login feature when determining which calendars to return. Styles updated for the login box.
* Finished todo.php re-work. Updated event.php to match.Chad Little2003-11-221-1/+1
|
* Fix for Ximains lame problems. [ 846644 ] The Recurrence Bug.Chad Little2003-11-211-0/+1
|
* Updated event to be half the size of previous release. More CSS, lessChad Little2003-11-211-26/+9
| | | | crappy HTML.
* Added URL support to popup, re-wrote event.php for less code.Chad Little2003-11-202-3/+9
|
* URL Support added to the parser. Added test calendar.Chad Little2003-11-202-13/+10
|
* For new popup system.Chad Little2003-11-191-0/+37
|
* Checked in a new popup system. Also added calname to calendar for popup ↵Chad Little2003-11-193-48/+55
| | | | reference.
* Fix for weekly events in 2004. odd bug.Chad Little2003-11-181-11/+9
|
* Added some unset vars.Chad Little2003-11-161-1/+1
|
* Corrected a mistake with overlaps and newly installed bleed time.Chad Little2003-11-161-2/+2
|
* Initial bleed time checkinChad Little2003-11-161-15/+31
|
* Fix for [ phpicalendar-Bugs-822211 ] repeating calendar eventChad Little2003-11-151-10/+10
| | | | displays wrong
* Settings placed back to default for 0.9.5 release.Chad Little2003-11-142-3/+1
|
* *** empty log message ***Chad Little2003-11-141-0/+2
|
* Added a check for abs_until, setting it if not set.Chad Little2003-11-141-2/+3
|
* Declared bymonth and bymonthdayChad Little2003-11-141-1/+3
|
* *** empty log message ***Chad Little2003-11-141-2/+2
|
* Interesting change to the parser. I check the until date to the secondChad Little2003-11-141-22/+10
| | | | | just before I write to the array. This prevents any event from getting written that is beyond the until date+time.

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