aboutsummaryrefslogtreecommitdiffstats
path: root/functions
Commit message (Collapse)AuthorAgeFilesLines
* SF Patch #1043823 - a modified version of the patch was applied so there ↵davef2005-05-071-5/+5
| | | | wasn't a need for a new function, and it also simplified the code. Update the config text to make more sense, but we should note things in the README when we release 2.0.
* SF Patch #1047465, for SF Bug #1046864. "Clears" the summary/description for ↵davef2005-05-061-0/+12
| | | | PRIVATE/CONFIDENTIAL events.
* SF Patch #1059866 - fixed support for PHP5 w/ the admin interface. Also ↵davef2005-05-061-1/+1
| | | | fixed a comment that referenced the old name.
* SF Patch #1177367davef2005-05-061-2/+2
| | | | Trivial option to support non-standard FTP ports.
* Minor feature addition that makes the minical titles links to the month/year ↵davef2005-05-061-3/+9
| | | | calendar as appropriate.
* Fixed SF Bug #1064410davef2005-05-061-4/+7
| | | | The bug was when generating $recur_array, the code assumes for each pass, you're filling in $recur_array from $next_range_time to $next_range_time + $interval $freq_type, in this case $next_range_time to $next_range_time + 1 year. However, the previous code used the fixed year of $next_range time, making the range filled into $recur_event per pass (jan 01, year of $next_range_time) to (dec 31st, year of $next_range_time). There was a hack that tried to fix this by saying "assume next year if it's jan/feb", trying to compensate, but it just semi-papered over the issue since the ranges still didn't match up. The fix was to make sure the ranges actually did match up, by adjusting the year used each month. This also meant that a bunch of events outside of start/end_range are no longer rendered. Since the window now matches on a monthly basis, it will still generate events slightly outside of start/end_range, but it should now render correctly in all cases (the extra events are just slightly wasted space, but less wasted space than before). Note that this fixes a bunch of problems w/ rendering yearly events in dec/jan/feb (the year border), beyond the SF bug.
* Dave Fallon's fix to display problemJim Hu2005-05-051-13/+16
|
* Bug fixes for previous patch of draw_week and draw_day.Jim Hu2005-05-051-5/+5
|
* Bug fixes for draw_search (exceptions), draw_week and draw_day(fix display ↵Jim Hu2005-05-041-15/+38
| | | | order for events starting before day start)
* enable exceptions. bug fixesJim Hu2005-04-161-4/+23
|
* added function draw_search to work with search.php 1.35Jim Hu2005-04-081-0/+76
|
* changes to template.php to work with cpath variable (alternate calendar ↵Jim Hu2005-02-131-2/+5
| | | | directories selected by REQUEST).
* Modifications init.inc.php to enable multiple calendar paths chosen via REQUEST.Jim Hu2005-02-131-5/+11
|
* Removing slashes from todo descriptions so that things like semicolons displayGreg Westin2004-11-291-1/+1
| | | | correctly.
* *** empty log message ***Chad Little2004-11-091-0/+1
|
* An update.Chad Little2004-10-301-1/+1
|
* Week start day works properly.Chad Little2004-10-261-2/+3
|
* Added titlesChad Little2004-10-261-2/+7
|
* Fixed display month bottom.Chad Little2004-10-251-0/+4
|
* [ 1046871 ] Quick fix to make $show_todos workChad Little2004-10-251-2/+2
|
* Errors now seem to all work!Chad Little2004-10-253-62/+6
|
* [ 1050974 ] warning: "Invalid argument supplied for foreach()"Chad Little2004-10-211-5/+7
| | | | Fixed.
* Fixed windows date error, cleaned up webcal display in monthview.Chad Little2004-10-081-4/+2
|
* Moved calendarpath back in init.Chad Little2004-10-051-2/+1
|
* Admin adds.Chad Little2004-10-021-1/+1
|
* Added new languages, fixed minor bugs.Chad Little2004-10-021-1/+1
|
* [ 992744 ] October-November 2004 TransitionChad Little2004-10-011-1/+3
|
* [ 1032648 ] traditional_chinese has some extra \n that thwart headerChad Little2004-10-011-12/+11
|
* *** empty log message ***Chad Little2004-09-121-1/+1
|
* Fix for [ 1004808 ] Event title/descriptions and "$##".Chad Little2004-09-041-1/+3
|
* Updated.Chad Little2004-09-031-7/+6
|
* Fix for [ 1012303 ] Show completed to-do items.Chad Little2004-09-031-1/+1
|
* Fix for [ 1010935 ] Empty calendars mess up legendChad Little2004-09-031-4/+5
|
* Fix for [ 1014753 ] Incorrect character display.Chad Little2004-09-031-0/+1
|
* Fix for [ 1009061 ] some repeating dates don't displayChad Little2004-09-031-2/+2
|
* Fixes.Chad Little2004-09-022-4/+3
|
* Updated README and fixed PHP5 error on print.Chad Little2004-09-021-4/+5
|
* Updated to $_SERVERChad Little2004-09-021-4/+4
|
* Updated to $_GETChad Little2004-09-022-11/+11
|
* Updated to $_POSTChad Little2004-09-022-6/+6
|
* Updated to $_COOKIEChad Little2004-09-022-5/+5
|
* PHP5 alterations.Chad Little2004-09-011-1/+1
|
* check for webcal line 51.Chad Little2004-08-241-1/+1
|
* Revert.Chad Little2004-08-181-0/+15
|
* Modified for speed and stat errors.Chad Little2004-08-181-6/+8
|
* Odd workaround.Chad Little2004-08-161-0/+1
|
* Corrected AUS timezones.Chad Little2004-08-131-6/+6
|
* Fix for [ 999141 ] 2.0a year.php month parse errorChad Little2004-08-131-1/+3
|
* Refixed todo popup.Chad Little2004-08-122-14/+9
|
* Added todo.js and charset. Needs testing.Chad Little2004-08-121-5/+0
|

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