Commit Graph

954 Commits

Author SHA1 Message Date
Ralf Becker
5c4ae9329c "reverted patch from Patrick, as setting an exception is not longer working" 2007-10-12 17:41:40 +00:00
Ralf Becker
1d7cb251f2 patch #1035 from Ulrich Spoerlein: Wrong single icon even if there are (external) participants 2007-10-12 06:42:55 +00:00
Ralf Becker
628f9e1e0b removed daylight saving fix, as it caused what it is suppost to fix: exported events with a different daylight saving are wrong by one hour 2007-10-10 15:10:34 +00:00
Christian Binder
ebcb1ba793 convert old eGW whole day events enddate to correct ical value 2007-10-10 07:03:58 +00:00
Ralf Becker
f0a2cd141e removed files used by the removed idots2 template set 2007-10-09 08:50:06 +00:00
Ralf Becker
49ed423e86 fixed wrong total in search, if there are not to show rejected events 2007-10-09 08:00:42 +00:00
Ralf Becker
c89a55fb10 "fix for bug #1245: Export ical dont work: Call to undefined function is_nummeric()" 2007-10-02 12:01:35 +00:00
Ralf Becker
7b6a1013fc SyncML patches from patrick.bihan-faou-AT-mindstep.com (without
logout+mbstring stuff), small modification to use the already exiting
methodes to generate full name and fileas)
The code is commited to trunk only at the moment to allow testing of it.
If everything goes well, we intend to commit it to 1.4 branch too.
Here's the original description of the patch by Patrick:
- handles the default config for current versions of funambol (i.e. the
scard/stask/snote/scal locations)
- tries to be a bit smarter on how the data content should be encoded
based on what the client specified (sif+base64/vcard, / fragmented or
not, etc.)
- workaround a bug in some versions of funambol, where funambol does not
specify the proper sif type for the type of requested data
- imported patch #117 from egw's tracker
- make sure that the logs generated by the horde code go to stderr so
they can be view in the webserver's logs
- as much as possible reduce code duplication. For example, the
categories are handled in the parent classes for both the SIF avn VCAL
formats for each type of data (addressbook,infolog,calendar).
- make sure the code can handle more than one categories in each
  direction
- treat the 'sony ericsson' vendor string just like 'sonyericsson', the
newer phones apparently have a space in the vendor string... (this
touches some files in the icalsrv as well)
- handle notes: these should now work with everything (funambol or
  other)
- remove more code duplication: the syncml "api" for the various data
types (calendar, contacts, infolog) is now common for both the vcard and
sif data formats (cf the files that need to be removed)
- handle the "privat" filter in infolog like the "private" filter (some
part of the code use the name without the trailing e)
- imported patch # 267 from egw's tracker
2007-09-29 10:29:48 +00:00
Ralf Becker
82f2b4e91f global bytes() function returning the number of bytes of a string, independent of mbstring available and mbstring.func_overload set 2007-09-29 09:17:42 +00:00
Ralf Becker
ba1a1c3e69 changed case to uppercase of the method part of the mime-type of calendar invitations, as lightning ignores lowercase methods 2007-08-27 17:17:36 +00:00
Cornelius Weiß
22449ee1a4 fix sif syncml from ob@dansound.dk on devel list 2007-08-24 15:16:45 +00:00
Ralf Becker
aa15c34580 "fixed bug: copy of event does not copy participants" 2007-06-25 19:50:35 +00:00
Ralf Becker
cbc565c0ce new acl to view the calendar of a contact, thought every event is private, if you are not a participant 2007-06-19 17:04:58 +00:00
Ralf Becker
cc3116c847 revert default for use_time_grid to 1.2 behavior, as many users reported problems and whole day events go not work on ie6 as expected 2007-06-15 19:46:01 +00:00
Ralf Becker
fc57480a6a "fix for bug #894: Reccurring events with setting interval drop participants
fix for problem reported in patch #906: problem when you edit a recurrent event"
2007-06-11 17:13:43 +00:00
Ralf Becker
337fd31119 "fixed wrong position of holidays after scrolling arrows in dayview " 2007-05-19 07:49:57 +00:00
Ralf Becker
400e180754 "sending multiple to email as array when calling fmail's compose, to have them on separate lines" 2007-05-16 07:30:58 +00:00
Ralf Becker
5609909f00 Upps: now we can also enter contacts+resources again 2007-05-08 07:54:42 +00:00
Ralf Becker
8ac09e8dba fix for bug #674: no more simple multiple participant selection 2007-05-07 18:59:05 +00:00
Ralf Becker
99fe436512 "fix for bug #89: Can't add alarms to existing calendar event series" 2007-05-07 11:26:31 +00:00
Ralf Becker
1f463e21a1 "fix for bug #176: Access denied when trying to add alarm as participant" 2007-05-07 09:35:05 +00:00
Ralf Becker
6dbca2c1c5 "fix for bug #583: SQL error when deleting account and transfering ownership" 2007-05-07 08:27:50 +00:00
Ralf Becker
81605b793e "patch #594: country select combo not initialized in calendar.uiholiday.edit_holiday" 2007-05-03 14:05:39 +00:00
Ralf Becker
09f556d5d4 worked around stupid php5.2 empty haystack warnings 2007-04-29 14:33:17 +00:00
Ralf Becker
0ce343d842 "fix for bug #334: 2-weekly repeating event over daylight saving is wrong" 2007-04-27 10:04:33 +00:00
Ralf Becker
7aa859949b bugfix: calendar's default prefs where always in english, because quick_add selectbox is now part of the header and the header runs before the language gets read --> moved the call of bocal::check_set_default_prefs to the constructor of uical 2007-04-26 15:29:15 +00:00
Ralf Becker
2b0154e116 fixed not working caching of gradients 2007-04-25 14:35:50 +00:00
Ralf Becker
f1a475221d fix for bug #528: Calendar recurrence form throws devision by zero error 2007-04-11 09:52:06 +00:00
Ralf Becker
3e69390c48 "month-list-view was not working" 2007-04-04 14:25:23 +00:00
Ralf Becker
976c3dca34 "including the eTemplate css file" 2007-03-13 13:42:08 +00:00
Ralf Becker
c973715bc4 phpDoc compatible headers 2007-03-09 11:39:47 +00:00
Ralf Becker
6382f1127e listview: some new columns (week, project, category), plus the ability to display fixed timeranges: week & month via the navigation calendar and free start- and enddates 2007-03-09 11:30:59 +00:00
Ralf Becker
7a06fca30e new pref to display emtpy lines in the planner 2007-03-09 11:26:22 +00:00
Lars Kneschke
23e964e6dd week navigation temporarly disabled, because it collides with the title for the website 2007-03-05 08:12:43 +00:00
Lars Kneschke
ed24e233f6 patch from Adi Kriegisch :: calendar navigation for weekview 2007-03-04 06:48:01 +00:00
Christian Binder
f6e5fcb84f fix for calendar recurring events bug: state of first occurence gets displayed wrong. Ralf maybe wants to review that. 2007-03-02 13:14:17 +00:00
Lars Kneschke
2a37b9a147 syncml categories fixes 2007-03-01 20:19:23 +00:00
Christian Binder
4c8a62e731 added possibility for recurring events in calendar to change the state of all future events or just one (the clicked) event. Some (previous also existing) bugs still pending: save button changes state of all users and recurrences, first recurrence state is wrong. Also added a delete icon for deleting a participant 2007-02-26 22:09:17 +00:00
Christian Binder
e0ed67a715 calendar: fix for bug #129 'Search ignores privacy' - like discussed with Lars on the forum - I think I checked all dependencies and hope that this will not break other searches in calendar - maybe Ralf wants to review this 2007-02-21 22:00:48 +00:00
Christian Binder
d391c01c42 fix for bug #351 "Mail notification contains invalid link (to non-existant view)" and additionally added "date" to the link to pick the correct state for particpants in recurring events 2007-02-10 18:49:55 +00:00
Christian Binder
15280f17a0 fix for bug #304: Notification for participants sends wrong date for recurring events 2007-02-07 13:51:07 +00:00
Christian Binder
f78132d150 fix for bug #292 Settings for fixed time intervals are partly ignored 2007-01-25 12:10:02 +00:00
Lars Kneschke
b45b84fe55 SyncML fixes 2007-01-23 17:34:50 +00:00
Christian Binder
afd1f27221 give values to process_exec in non_interactive mode 2007-01-22 18:47:59 +00:00
Ralf Becker
e1c2f9e639 "fixed bug add rights were not enough to create new events" 2007-01-20 07:11:06 +00:00
Christian Binder
7f6516d3e3 fix: localhost in URL call is not a good idea (worked for me, but no the rest of the world :o). Sorry! 2007-01-19 12:31:11 +00:00
Christian Binder
2dce0de48b dragdrop in calendar now uses the edit method in uiforms to display conflicts - built a non_interactive mode for uiforms::edit for this purpose to call process_edit without user interaction 2007-01-15 22:58:32 +00:00
Ralf Becker
de0ddd43ba fix for bug #261: PHP error on Planner by category and Planner by user 2007-01-03 08:13:10 +00:00
Ralf Becker
3c6bc0fd53 only show view icon, if no edit rights (both opening the edit dialog now) 2007-01-02 14:55:24 +00:00
Pim Snel
1925d9669d remove idots workaround because we now use default wider sidebox and users can resize the sidebox to their own needs 2007-01-02 14:09:36 +00:00