aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
Commit message (Collapse)AuthorAgeFilesLines
* Moved all closing html and body tags into the footer. Updated README.Chad Little2003-09-201-3/+1
|
* Cleaned up event_status displaying.Chad Little2003-09-201-6/+7
|
* Forgot to commit change of references to all_calenders_combined971 toWesley Miaw2003-09-201-2/+2
| | | | $ALL_CALENDARS_COMBINED for these files.
* Feature Request [795115] Graphical Event StatusWesley Miaw2003-09-181-1/+6
| | | | | | | Events which have one of the RFC defined status values of confirmed, tentative, or cancelled will display a small icon in the upper-right corner of the event block shown on the calendar. Only applies to non-all-day events on the day and week views.
* Moved all html head/meta data/body/ect to 'header.inc.php' so people canChad Little2003-09-171-19/+2
| | | | more easily modify the top to fit their site.
* Finally fixed the jumpto's to not have space around them. Also cleaned upChad Little2003-09-161-4/+3
| | | | the HTML footprint to be slimmer.
* Removed many many tables from month view, switched to DIVS. Fixed openevent, ↵Chad Little2003-09-141-2/+4
| | | | added link class.
* Multiple Calendar support added.Chad Little2003-06-301-5/+13
|
* Fixed the problem of 'Go to Today' and similar links pointing to an ↵Greg Westin2003-06-261-1/+1
| | | | incorrect date. It seems initialization of $today_today should be moved to functions/init.inc.php, but I didn't move it because I don't understand why any of the variables at the top of month.php, week.php, etc. are initialized there rather than in init.inc.php.
* Fixed a tons of E_ALL errors for smoother installs.Chad Little2003-05-291-4/+4
|
* Started migration of javascript to function, added improved event.php for ↵Chad Little2003-05-281-46/+52
| | | | | | location, status, organizer, and attendees. Updated english language include.
* Added server offset in seconds.Chad Little2003-05-091-2/+2
|
* Support for displaying event STATUS in the java pop-up.Chad Little2003-03-101-5/+7
|
* Removed tr line heights, better validation.Chad Little2003-03-101-3/+3
|
* Change alt="" to alt=" ", since that renders better in w3m.fenner2002-11-301-10/+10
| | | | Add alt tags to navigation images like back, next week, etc.
* HTML errors corrected.Chad Little2002-11-301-0/+1
|
* Some HTML validator cleanups:fenner2002-11-271-1/+1
| | | | | | - Use &amp; instead of & in URLs - Use valign="middle" instead of valign="center" - Add type="text/javascript" to <script>
* RSS auto-discovery link now honors $enable_rss. In other words, if wepberry2002-11-271-1/+7
| | | | don't do RSS, don't both printing the link tag
* Moved all includes to their own folder. Modified pages accordingly. Fixed ↵Chad Little2002-11-241-4/+4
| | | | footer.
* Added patches for VTODO.Chad Little2002-11-241-0/+1
|
* RSS auto-discovery link added to day,week, and month view.pberry2002-11-241-0/+1
| | | | $default_path must be set correctly for this feature to work.
* Added BASE to javascripts.Chad Little2002-11-241-2/+2
|
* Patched.Chad Little2002-11-231-12/+10
|
* Added header.inc.phpChad Little2002-11-021-0/+1
|
* fixed all errors which error_reporting() was returningjwangen2002-11-021-5/+6
|
* Fixed bug where 0000 wasn't showing up and updated dutch translationjwangen2002-10-271-2/+3
|
* Fixed a couple bugs in day and week where events that start beforejwangen2002-10-271-11/+36
| | | | | $day_start wouldn't show and where $day_start that aren't on the hour would break the views
* printer view check in.Chad Little2002-10-271-3/+1
|
* Printer checkin.Chad Little2002-10-271-1/+3
|
* Footer tweeks, addition to config and lang files.Chad Little2002-10-241-0/+3
|
* pulled footer togetherChad Little2002-10-241-2/+4
|
* Add class="navback" to the center <td> in the top table row.fenner2002-10-231-1/+1
| | | | | This fixes a minor layout weirdness with Mozilla (small white bars at the top and bottom of the center element).
* Added BASE to files, started 0.8 READMEChad Little2002-10-231-2/+3
|
* added day jumps in day view (configable).Chad Little2002-10-231-2/+28
|
* Fixed bugs in description java pop-up, also set rtrim to ereg_replace for ↵Chad Little2002-10-221-2/+2
| | | | testing.
* Fixed addslashesChad Little2002-10-171-14/+9
|
* Added support for #'s and &'s in javascript.Chad Little2002-10-161-11/+1
|
* Added dates to html <title> for easy bookmarking.Chad Little2002-10-161-1/+1
|
* commented out in init where it required $getdate to come from HTTP_GET_VARSjwangen2002-10-091-4/+4
|
* Fixed: All day text in all views, all-popups.Chad Little2002-10-081-2/+0
|
* Tweaked the drawing of the gridlines to the right and inbetween overlapping ↵drei2002-10-071-9/+9
| | | | events.
* added minical_view support, updated time_bg for long events, added new ↵Chad Little2002-10-061-0/+1
| | | | shiznit to README
* A few language updates,jwangen2002-10-061-1/+3
|
* initial red check in.Chad Little2002-10-061-1/+1
|
* *** empty log message ***Chad Little2002-10-051-4/+4
|
* More style sheet tweeks, i think everything is in.Chad Little2002-10-051-18/+5
|
* Fixed almost all the warning we were getting before. Basically just addedjwangen2002-10-041-1/+4
| | | | | 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-041-1/+1
| | | | calendars
* style tweekChad Little2002-10-041-1/+1
|
* Added day, week, month navigation to all pages.Chad Little2002-10-041-4/+20
|

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