aboutsummaryrefslogtreecommitdiffstats
path: root/functions
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Corrected mistaken duration handling.Chad Little2003-11-141-9/+7
|
* Moved duration figuring out to the beginning of END:VEVENT.Chad Little2003-11-141-0/+3
|
* Added a condition to WEEKLY RRULE to set dates that do not have a BYDAY.Chad Little2003-11-141-1/+5
|
* Fix for [ 831524 ] ghost events displayed, changed config to not saveChad Little2003-11-142-12/+26
| | | | parsed cals, and took the double getdate out of list_icals.
* Moved select to list icals, changed ical_parser back to previous.Chad Little2003-11-132-1/+4
|
* Fix for [ 829861 ] Yearly Recurrence Showing two events.Chad Little2003-11-051-1/+1
|
* https support for webcals.Chad Little2003-11-051-2/+4
|
* Applied 2 patches.Chad Little2003-11-051-2/+10
|
* Do not include subscribe and download links for calendars referencedWesley Miaw2003-10-161-3/+5
| | | | by an absolute path or with a relative path going up (i.e. ../).
* Fixed errors.Chad Little2003-09-261-1/+1
|
* Fix for oopsie.Chad Little2003-09-241-11/+13
|
* Added a fix for when peeps write calendar start times before 1970 (whenChad Little2003-09-211-1/+11
| | | | unix started).
* Somewhat better BYMONTH support. Still seems flakey in year view for someChad Little2003-09-211-3/+10
| | | | reason. :(
* *** empty log message ***Chad Little2003-09-211-3/+3
|
* Completed (hopefully) the move to header/footer on all pages. Cleaned upChad Little2003-09-211-14/+10
| | | | header a bit.
* Fix for interval = 1Chad Little2003-09-201-0/+3
|
* Added BYYEARDAY support, added getdate to switching calendars.Chad Little2003-09-202-10/+27
|

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