Commit Graph

974 Commits

Author SHA1 Message Date
Klaus Leithoff
1163804989 feature to have a bit more possibilities to set your own calendar listview, by offering title,description,owner,location and recure as single column,
and offer to display start and enddate as date with either dow,weekday or both prefixed before the date
2008-02-05 15:50:54 +00:00
Christian Binder
5b699573e4 enabled class autoloading for notifications, let admins enable or disable notification backends, security fixes for email and egwpopup backend, unified link arrays used for notifications 2008-01-30 18:58:00 +00:00
Klaus Leithoff
50ff47def7 fixing a possible Problem in save_edit_user. This should be it now 2008-01-24 10:13:00 +00:00
Klaus Leithoff
fc6216fd78 problems with the egw_cal update in save, causes a lot of trouble. 2008-01-23 10:58:16 +00:00
Klaus Leithoff
d204144ea3 old dates could not be updated, so we fixed that. 2008-01-23 07:40:09 +00:00
Klaus Leithoff
043930cfb9 listview, small bugfix for the weekview dayrange. 2008-01-21 13:22:47 +00:00
Klaus Leithoff
3f5045485a rework, for the handling of new events, and events that get deleted while opened by another user 2008-01-17 15:39:22 +00:00
Ralf Becker
b274e9ce22 new calendar config to not display birthdays, or to remove the year 2008-01-17 05:58:10 +00:00
Klaus Leithoff
1812979a6b missing language entrys and setting the referer to the uical->view_menuaction value. this way after save/apply/cancel you get back to the choosen
view
2008-01-16 14:49:02 +00:00
Klaus Leithoff
086783e462 small bugfix for the referer for the reload link, if the edited entry was changed before the commiting of the changes 2008-01-16 12:25:35 +00:00
Klaus Leithoff
573f7f2470 Feature to control the concurrent opening of calendar events.
If an entry which is opened by another user, gets saved by another user before the former commits its changes, the former user is notified at the
time saving the event and asked to reload the event and reedit. A link to reedit is provided.
Additionally there is a feature to inform a user that a given entry is opened by another user within a configurable timespan.
This feature was developed by Stefan Becker
2008-01-15 08:21:25 +00:00
Ralf Becker
c44e546285 "Fixed problem created by viewing calendars in the far future.
The calendar horizont, responsible for how far in the future unlimited repeating events get rendered, 
would previously be moved to that date, even if it was far in the future like 2030.
Now all requests for more then 1000 days in the future get simply ignored."
2007-12-20 19:53:06 +00:00
Ralf Becker
483aa9a343 "fix for postgres problem reported by Hertell <nabble.com-at-hertell.com>, sql error when you filter by a category with sub-cats" 2007-12-13 16:04:34 +00:00
Patrick Bihan-Faou
d97f1eed5e Extend the patch to get_categories in infolog submitted by matthias to the other classes as well.
Added a hack that allows one to search for the categories' names prefixed by X-
Sony Ericsson phones (and possibly others) systematically prepend a X- to the 
category names, so with this patch we match X-CatName just like CatName

This is only done for SyncML obviously.
2007-12-11 09:29:50 +00:00
Ralf Becker
810aa25ebd "fixed for bug #1011: Mail all participants -dosen't fill in members of groups" 2007-12-11 07:13:08 +00:00
Ralf Becker
4baff7907b "Fixed problem reported by Eval Plantec on the developers list: no conflict of a group invitation with events of its members" 2007-12-03 17:06:42 +00:00
Christian Binder
895dfe26c6 make calendar aware of possibly missing notification app. if notification app is missing, print an error to php log. 2007-11-29 18:31:24 +00:00
Christian Binder
e72ec7185e Extended notification-app and egwpopup. Added winpopup-backend and email-backend. PHP5.1+ is now mandatory in trunk. For more infos look at the egw-developers list. 2007-11-22 08:29:16 +00:00
Ralf Becker
c9432e9b81 "Patch from Nigel to support participants on Windows Mobile/PocketPC Synthesis clients" 2007-11-11 10:37:52 +00:00
Ralf Becker
257aa829a3 "fixed typo reported by Thomas Hoth on the developer list, causing calendar sync in trunk to fail if the clients wants categories" 2007-10-20 06:05:24 +00:00
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