aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Converted all double quotes to single quotes in PHP code where possiblejwangen2002-10-041-101/+101
| | | | in config and day
* Moved init.inc.php and ical_parser into the functions directoryjwangen2002-10-031-1/+1
|
* Localization update, every file changed, basically.jwangen2002-10-031-5/+5
|
* HTML tweeks for displaying in Win XP.Chad Little2002-10-031-3/+8
|
* Initial Themes check-in for 0.6Chad Little2002-10-031-5/+5
|
* Modified the javascript so it doesn't use escape anymore. This wasjwangen2002-10-021-3/+5
| | | | | | messing up the output of non-English characters because they were encoded but not decoded by Javascript. The fix was to urlencode after addslashes and then do the reverse in event.php.
* Modified init and day to use $HTTP_GET_VARS instead of $_GET to fix a bug ↵jwangen2002-10-021-2/+2
| | | | with phpicalendar not working with older versions of PHP properly.
* Day didn't fit in an 800 px window so I shaved 20 px off the content tablejwangen2002-10-011-4/+4
|
* modified it so it doesn't failjwangen2002-09-301-1/+8
|
* added a jump to custom fieldjwangen2002-09-301-1/+3
|
* redid day.php lines.Chad Little2002-09-301-2/+2
|
* final day.php for 0.5, final style sheet.Chad Little2002-09-291-1/+0
|
* More tweeks to day layout.Chad Little2002-09-291-2/+25
|
* Inegrated drei's code with new look of day.phpChad Little2002-09-291-1/+11
|
* Stage one of redesign.Chad Little2002-09-291-79/+46
|
* day.php:drei2002-09-271-15/+27
| | | | | | | | | modified logic to draw overlapping events changed logic to allow for dynamic grid height (set by ägridLength) ical_parser.php: include draw_functions.inc.php fill day-_array dynamically
* Added language support for This Week, Month, corrected navigation.Chad Little2002-09-261-7/+5
|
* Revised next, prev day nagivation, did in 1/3 the code.Chad Little2002-09-261-17/+4
|
* Calendar moves with "This Month, This Week"Chad Little2002-09-261-2/+2
|
* initial session checkin. most are commented out.Chad Little2002-09-261-0/+7
|
* Descriptions / Notes add-in, now supports this in event.php and master_arrayChad Little2002-09-251-11/+14
|
* Bug fixes for javascript, displaying webcal://Chad Little2002-09-251-2/+4
|
* Changed all files to reflect <?php when opening tags.Chad Little2002-09-241-21/+11
|
* Language adds more text, localization of date and time.Chad Little2002-09-241-14/+2
|
* Overlapping event supportChad Little2002-09-241-130/+115
|
* Better style sheet supportChad Little2002-09-231-1/+1
|
* Popup additions.Chad Little2002-09-231-3/+7
|
* * Add JavaScript for popping up event info.Chad Little2002-09-221-3/+3
|
* 24 hour time format inclusion.Chad Little2002-09-221-3/+21
|
* Added footer support.Chad Little2002-09-221-1/+2
|
* ical_parser.php was modified heavily.jwangen2002-09-211-2/+3
| | | | | | Recurring weekly events works pretty well and efficiently Modified the config to *only* have user customizable values and our initializations went into init.inc.php
* Finished language installations.Chad Little2002-09-211-7/+7
|
* Fixed more HTML errors.Chad Little2002-09-201-38/+23
|
* *** empty log message ***Chad Little2002-09-191-1/+1
|
* init now keeps track of $cal and makes sure it always has the correct valuejwangen2002-09-181-2/+0
| | | | | day and week lost their $cal = lines parser hasn't changed

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