aboutsummaryrefslogtreecommitdiffstats
path: root/functions
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug where if the times weren't on the half-hour mark, it wouldn't ↵davef2005-09-152-16/+15
| | | | pop-up correctly - now it passes the time used in the array as part of the openevent call.
* Search box can be unconfigured.Chad Little2005-09-141-0/+4
|
* Multiple calendar selection patch. Needs formatting.Chad Little2005-09-142-13/+58
|
* Changed the "render" window for ical_parser to be the full year when on the ↵davef2005-09-141-1/+1
| | | | year view - prior to this, you'd only get events for 3 months, which three months depending on what getdate was set to. So, basically year.php never displayed all the year events, unless you had the cache turned on.
* Fixed SF Bug# 1288281 in the new WEEKLY code, so the 1.189 fix is back as ↵davef2005-09-141-14/+13
| | | | well. Also cleaned up some unused code I missed the last time, and a minor spelling fix in a comment.
* Updated README, reverted ical_parser's WEEKLY parsing to 2.0b, added charset ↵Chad Little2005-09-131-11/+9
| | | | to event popup, and added two small patches.
* adjust date_functions.php, event.js, header.tpl to allow event popups to ↵Jim Hu2005-09-072-3/+5
| | | | work with cpath multiple calendar directories
* Fix [ 1283135 ] Link on Results partly broken by adding line to ↵Jim Hu2005-09-071-0/+1
| | | | template.php; add cpath to other files
* Successfully Updated 1277846.Chad Little2005-09-011-0/+6
|
* Removed from project, functions seem to be in admin_functions.php.Chad Little2005-07-051-0/+0
|
* Big openevent cleanup - changed the openevent api, which significantly ↵davef2005-05-164-137/+92
| | | | simplifies the code.
* "turned off" bleed_time by default, to fix a rendering problem where the ↵davef2005-05-162-3/+3
| | | | default expectations weren't to have things get cut off.
* SF Bug# 1017270davef2005-05-163-158/+267
| | | | This started out as a "simple" bug, and ended up being a complete rewrite of overlapping_events. The changes to template.php are to fix a minor rendering bug that was part of the overlap issue, and the changes to ical_parser are because the api to checkOverlap changed.
* SF Bug #1023229davef2005-05-091-6/+11
| | | | Relatively simple fix to a complex, that changes the weekly code to render to the window of $next_date_range -> $next_date_range + $interval weeks. Took me a while to wrap my head around this one - I knew what the solution was, but wasn't sure if it handles everything. Still not 100% sure about the edge cases, though.
* 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
|

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