5aa6c90625
removed unnecessary instancations and using static methods of html and egw_link class
2008-03-25 15:38:52 +00:00
ae735c80af
removed unnecessary instancations and using static methods of html and egw_link class
2008-03-25 15:33:10 +00:00
8a6d33744a
"fixed typo: datatime --> datetime"
2008-03-22 09:23:14 +00:00
30ede51997
using static html methods and autoloaded $egw->objects
2008-03-21 20:30:19 +00:00
066578711f
"fixed recuring events (only one event was displayed)"
2008-03-20 12:49:34 +00:00
0544890713
Multiple week view and fix for daylight saving time change problem reported by Manfred on the german list
2008-03-20 08:54:18 +00:00
97c5b06441
"fixed problem of last commit (creating new dates dont work), reported by Uwe Redecker on the German list"
2008-03-17 09:06:08 +00:00
65541b4a33
using the global db object
2008-03-15 14:10:20 +00:00
6c6c2e21b8
CA holiday file from dion-AT-privatelabelcc.com
2008-03-01 05:18:48 +00:00
ce1afa2ce8
attempt to fix a sync problem regarding recurring events: append T and the (End)time, since the RRULE seems not to be understood by the client
...
without the THHMMSS tail (Where HHMMSS is something like 211465, a time with hour minute seconds appended)
2008-02-28 11:11:34 +00:00
5fc31705b2
fixed a bug/typo reported by stefan becker
2008-02-11 07:53:54 +00:00
54ef56c27a
lang updates
2008-02-09 22:01:42 +00:00
1666c3f100
added and corrected some AT holydays
2008-02-08 08:04:27 +00:00
fb1608b8b0
and corrected som spelling problems
2008-02-07 14:48:26 +00:00
f994b17b3e
Added the needed languagefiles and translated some more lines
2008-02-07 14:31:14 +00:00
d57e906f65
feature regarding recuring events. ask user to edit either an exeption or the series. this was sponsored (together with the listview features) by
...
Verwaltung UNI-MAINZ, and developed by S.Becker.
2008-02-07 13:59:34 +00:00
e7a3f37f06
fix for bug reported by audiohazard-at-gmx.de on the devel list
2008-02-07 04:35:12 +00:00
0a716b3342
_GET parameter to directly create an exception (for Stefan to add Outlook like questions "Do you want to edit the serie or just this event?"), parameter is exception=1 and works only for recuring events
2008-02-07 02:38:55 +00:00
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
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
50ff47def7
fixing a possible Problem in save_edit_user. This should be it now
2008-01-24 10:13:00 +00:00
fc6216fd78
problems with the egw_cal update in save, causes a lot of trouble.
2008-01-23 10:58:16 +00:00
d204144ea3
old dates could not be updated, so we fixed that.
2008-01-23 07:40:09 +00:00
043930cfb9
listview, small bugfix for the weekview dayrange.
2008-01-21 13:22:47 +00:00
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
b274e9ce22
new calendar config to not display birthdays, or to remove the year
2008-01-17 05:58:10 +00:00
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
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
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
f3cd85add5
periodical lang updates from translators
2007-12-22 21:39:38 +00:00
71fbe90a15
tracer #1370 for farsi
2007-12-22 10:28:44 +00:00
de78049d62
"russian holiday file from Евгений Божатов <infis-at-etc.amursk.ru>"
2007-12-21 16:29:52 +00:00
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
25bcc36a02
tracker #1364
2007-12-15 23:15:05 +00:00
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
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
810aa25ebd
"fixed for bug #1011 : Mail all participants -dosen't fill in members of groups"
2007-12-11 07:13:08 +00:00
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
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
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
c9432e9b81
"Patch from Nigel to support participants on Windows Mobile/PocketPC Synthesis clients"
2007-11-11 10:37:52 +00:00
6c0db1110b
catalan updates for trunk
2007-11-10 23:22:17 +00:00
54066896e8
big commit: all lang files not in utf-8 converted to utf-8, including charset phrase
2007-11-10 22:46:02 +00:00
895ba44b47
Updated czech translation files, using provided utf-8 files
2007-11-09 16:46:15 +00:00
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
af2407a160
italian holidays from Vanja Cvelbar <cvelbar-AT-tasc.infm.it>
2007-10-18 12:38:32 +00:00
0441f0b760
Hopefully, rest of language files
2007-10-14 16:19:43 +00:00
5c4ae9329c
"reverted patch from Patrick, as setting an exception is not longer working"
2007-10-12 17:41:40 +00:00
1d7cb251f2
patch #1035 from Ulrich Spoerlein: Wrong single icon even if there are (external) participants
2007-10-12 06:42:55 +00:00
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