Commit Graph

1528 Commits

Author SHA1 Message Date
Ralf Becker
ae0ba0aebc an other fix for bug #21: Reject entry as part of group, entry still shown (should not):
- socal::search() returns rejected group-invitations, as only the user not also the group is rejected
- as we cant remove them efficiantly in SQL, we kick them out here, but only if just one user is displayed
2006-12-29 08:47:28 +00:00
Ralf Becker
b2d586add6 fix for bug #15: Ressource time slots not checked in freetime search 2006-12-27 15:04:37 +00:00
Ralf Becker
0196ccb8df fixed previous commit as it used a method not availible in 1.2 2006-12-27 14:38:15 +00:00
Ralf Becker
13fa4189b2 fix for bug #102: Inviting a group of person => Private status in calendar 2006-12-27 12:52:04 +00:00
Ralf Becker
91ebb2a443 fix for bug #21: Reject entry as part of group, entry still shown (should not)
That's fixed now for the planner, cant reproduce that wrong behavior for the other views
2006-12-25 12:58:03 +00:00
Lars Kneschke
12c26c3bb9 categories are not converted to UTF-8 in getSIF
At getSIF in calendar/inc/class.sifcalendar.inc.php, categories are not converted to UTF-8.
Therefore, when we try to sync our PDA & eGW via SyncML, 
categories not stored in UTF-8 become unreadable on the synced device.

patch contributed by Heiga Zen
2006-11-13 09:22:26 +00:00
Lars Kneschke
e1d3cec73e http://www.egroupware.org/patches?tr_id=82
Added syncevolution full compatibility in class.boical.inc.php

This patch adds an entry in the setSupportedFields funtion and be able to syncronize participants, owner and categories from an event into Evolution using Syncevolution.

patch contributed by Antoni Matamalas
2006-11-13 08:34:39 +00:00
Ralf Becker
3fa50afa7f fix for participant status display for multibyte charsets (Japanese) 2006-11-07 06:15:38 +00:00
Christian Binder
a7d25f71df give bocalupdate alarms a tolerance of 10seconds to make alarms possible that happen directly on the event start time 2006-11-04 18:37:05 +00:00
Ralf Becker
3aefcc40c9 daylight saving fix for today from Christian 2006-10-29 12:52:52 +00:00
Ralf Becker
7c70498b4c typo fix from Christian 2006-10-29 12:51:06 +00:00
Ralf Becker
15ca67e8b8 removed not used / needed var parameter, which gave an error if using Japan as country, as suggested by Heiga Zen <heigazen-at-gmail.com> 2006-10-23 05:02:00 +00:00
Ralf Becker
d15dba7cee fixed "notification link is not working" bug, as pointed out by Bacoverro <Antoni.Matamalas-AT-upcnet.es> 2006-10-02 05:37:51 +00:00
Ralf Becker
d6aea1ffb9 fixed not working "whole day" checkbox 2006-09-28 04:38:29 +00:00
Ralf Becker
938adaa786 some sanatizing ;-) 2006-09-03 05:14:03 +00:00
Ralf Becker
8e425b7a84 removed a left over diagnostics 2006-08-29 06:42:01 +00:00
Ralf Becker
3fe2371b0c - fixed tooltip for planner (allways showed 0:00, 0h in header)
- fixed not working planner-start-with-group "None" option, which caused a permanet writing of the calendar default prefs on every login
2006-08-25 08:23:27 +00:00
Lars Kneschke
7251eee8b8 patch from christian binder
class.boical.inc.php
285: handle exceptions field on export (delimiter changed to ";")
295: handle TRANSP value (0 or 1) on export
554: handle exceptions field on import
568: handle TRANSP value (0 or 1) on import
774-777: set supported fields for recur_exceptions and non_blocking

added support for handling non blocking events for vcal(1.0) and ical(2.0)
2006-08-24 09:46:46 +00:00
Ralf Becker
325b1f09ee Patch from christian.binder-AT-freilassing.de: multiple exceptions not working 2006-08-21 10:48:40 +00:00
Oscar Manuel Gómez Senovilla
ce5231fec7 patch 1533138 2006-08-19 15:05:28 +00:00
Ralf Becker
5f126e992d BE holidays for the next years from stijn.dumon-at-farmaka.be 2006-08-03 19:33:57 +00:00
Ralf Becker
cf67efdc58 fixed 2 errors with the notifications mentioned on the lists:
- the old boicalendar class was tried to call to create ical attachments for meating requests
- the generated link in "extended" notifications was sometimes wrong
2006-07-28 16:32:00 +00:00
Lars Kneschke
64762096b7 removed some unneeded , 2006-07-23 05:34:23 +00:00
Lars Kneschke
d40ea5c6eb removed some unneeded , 2006-07-22 13:23:35 +00:00
Lars Kneschke
f4003a2e55 syncml fixes 2006-07-20 13:30:38 +00:00
Lars Kneschke
760fe6d459 move navigation button some layers up 2006-07-20 08:00:36 +00:00
Ralf Becker
85889b2063 re-added freebusy support to the calendar 2006-07-14 23:27:41 +00:00
Lars Kneschke
617d44e0a7 reenabled participants 2006-06-29 05:24:17 +00:00
Ralf Becker
86b41049ad backported calendar fixes to 1.2 2006-06-24 17:34:38 +00:00
Ralf Becker
74e122ee3b some minor stuff 2006-06-24 17:11:35 +00:00
Ralf Becker
d1a85e1054 link_title method returns now null to indicate an entry does not exist (and all links can be deleted) or false if there are insufficent rights to view the title 2006-06-24 16:04:06 +00:00
Ralf Becker
45b93c09ce check_install reads now further checks from the setup.inc.php file of the apps 2006-06-20 23:02:03 +00:00
Ralf Becker
28e9219017 improved support for the american date/time formats 2006-06-20 19:55:06 +00:00
Ralf Becker
037520353f capitalize view names 2006-06-20 18:21:22 +00:00
Ralf Becker
1961bf2170 fixed IE problem with the improved calendar code in trunk 2006-06-19 20:46:25 +00:00
Lars Kneschke
cf4f018cc0 fix for participants and nexthaus client 2006-06-18 07:11:16 +00:00
Lars Kneschke
884fb63a94 fix for participants and nexthaus client 2006-06-18 07:10:53 +00:00
Lars Kneschke
942d3928bc removed some debug messages 2006-06-13 03:02:54 +00:00
Lars Kneschke
cef4e0bf97 removed some debug messages 2006-06-13 03:01:09 +00:00
Oscar Manuel Gómez Senovilla
c942df179d portuguese updates 2006-06-11 09:38:04 +00:00
Oscar Manuel Gómez Senovilla
3b5e20f4c8 bug 1495268, japanese calendar file 2006-06-09 20:02:09 +00:00
Oscar Manuel Gómez Senovilla
c3bbdcbe57 langs update, trying to fix the phpgwapi/phpgw_fr.lang problem 2006-06-09 05:09:06 +00:00
Lars Kneschke
e953f28306 fix for slowsync and ical import 2006-06-09 02:57:38 +00:00
Lars Kneschke
42b0097681 fix for slowsync and ical import 2006-06-09 02:56:41 +00:00
Ralf Becker
3f855b8df3 fixed validation error, if a duration and not an enddate was used in the calendar.edit, thanks to Bastian Schern from the german list 2006-06-08 21:24:57 +00:00
Lars Kneschke
05fdfe28e5 removed the alarm fields when searching events 2006-06-08 03:33:16 +00:00
Lars Kneschke
9dea981ec9 removed the alarm fields when searching events 2006-06-08 03:32:48 +00:00
Oscar Manuel Gómez Senovilla
6d7f643690 calendar lang update 2006-06-03 17:33:31 +00:00
Ralf Becker
7c55d3bdb3 - fixed for IE not working switch "use end date" in freetimesearch
- using duration selectbox now in edit too (incl. "use end date" to give longer/other durations)
2006-06-02 23:36:43 +00:00
Ralf Becker
366f164183 - reworked display of events:
+ no more redundant information in header and body
 + header shows left start-time plus duration and right the icons
 + short events show title
 + in mozilla events are displayed with nice rounded corners
--> IE display is broken at the moment :-(
- added (next) Four day view
- re-added "classic" 1.0 view with no fixed time intervals (4-day, week &  month), configurable via prefs
- restructured prefs to show notification stuff at the end
2006-06-02 19:38:08 +00:00