Hans-Jürgen Tappe
e146861e00
Fix for occasional
...
PHP Fatal error: Call to a member function set_root() on a non-object
in /usr/share/egroupware/calendar/inc/class.calendar_uiviews.inc.php on
line 1502
by backporting the approach implemented in trunk/.
2011-08-22 19:16:39 +00:00
Klaus Leithoff
94a6c6b98b
* calendar/holidays: fix charset for japanese holidays
2011-08-22 14:32:34 +00:00
Ralf Becker
5d64ea37ee
* Calendar: not using freebusy rights for searching calendar, as it would allow to probe for event contents
...
- optimised private event filter for searching to not query private grants (again) from database
2011-08-16 10:22:48 +00:00
Ralf Becker
d69e95e8c0
fixed Warning: DateTime::modify(): Failed to parse time string (1234.5 second) at position 7 (s): The timezone could not be found in the database, caused by second fraction
2011-08-11 08:42:33 +00:00
Ralf Becker
e655bc2e9a
* Loatian language translation Dr. from Vimontha KHIEOVONGPHACHANH <kvimontha-AT-yahoo.com>
2011-08-09 07:32:50 +00:00
Ralf Becker
17a41103d5
Loa language translation from vimontha <kvimontha@yahoo.com>
2011-08-09 06:12:25 +00:00
Ralf Becker
3819816248
* Calendar: fixed various issues with history in calendar: id display, unecessary stuff loged, ...
2011-08-04 14:00:15 +00:00
Ralf Becker
17f6dad7eb
* CalDAV: fixed and enabled iterator again, to minimize resource usage, fix for mystylite bug #1942
...
it was disabled because sql query was broken, because we did not use MIN(cal_end) multiple events per cal_id were returned
2011-08-03 16:13:56 +00:00
Ralf Becker
5f415cafc2
- clearify wording "display holidays or birthdays as events *in dayview*", as it currently only works in dayview and might take to much space for other views
...
- fixed holidays as events to show no participants and not as private
2011-08-03 15:12:07 +00:00
Ralf Becker
c6ad248708
* Calendar: fixed typo in merge, denying implicit participants rights eg. required to accept a meeting
2011-08-03 13:23:34 +00:00
Ralf Becker
52ef0c039d
* Calendar: show status set for the whole series at recurrences too, unless they have an individual status
...
removed previous participants call now completly, as the above changes archive the same thing, without enumerating all recurrences to the database
2011-08-03 13:08:01 +00:00
Ralf Becker
9b8921116b
* Calendar: show status set for the whole series at recurrences too, unless they have an individual status
...
removed previous participants call now completly, as the above changes archive the same thing, without enumerating all recurrences to the database
2011-08-03 12:35:42 +00:00
Ralf Becker
74ddade8a0
fixed PHP fatal error: can not pass parameter 6 by reference
2011-08-02 15:55:20 +00:00
Ralf Becker
7d773f6f48
fixing r35871: status was not explicitly set to false (only to true) and therefore not editable
2011-08-01 16:39:26 +00:00
Ralf Becker
26f08e7149
fixing r35871: status was not explicitly set to false (only to true) and therefore not editable
2011-08-01 16:36:54 +00:00
Ralf Becker
66219afde9
* Calendar: fixed in readonly events custom fields were still editable
2011-08-01 16:01:10 +00:00
Ralf Becker
b11767f450
* Calendar: fixed in readonly events custom fields were still editable
2011-08-01 15:57:23 +00:00
Klaus Leithoff
5529618ba1
fix broken category search, selected cat=1 always, when only one category wasselected, as (int) of an array does not give the required/expected result
2011-07-19 07:32:28 +00:00
Ralf Becker
816cae2dfa
* CalDAV/GroupDAV: disabling not working iterator, causing not all events to be returned to client
2011-07-08 08:01:33 +00:00
Nathan Gray
c5de5fd8e2
Use edit popup for text link as well as icons
2011-07-06 16:04:18 +00:00
Nathan Gray
624839d0db
Translations for placeholder labels
2011-07-05 22:21:49 +00:00
Nathan Gray
d69661ab55
Don't use start or end for range labels if they're missing / 0
2011-07-04 21:22:57 +00:00
Nathan Gray
e1fce75a74
Cleanup translations - common importexport stuff
2011-07-04 20:06:30 +00:00
Nathan Gray
31d1e20bdc
Fix typo: definitition -> definition
2011-07-04 20:00:26 +00:00
Nathan Gray
109f2d0f90
Cleanup translations - move common stuff into preferences
2011-07-04 19:01:54 +00:00
Nathan Gray
341bf0e8c4
Enable import CSV plugin, but remove default definition. Admin can create it if needed
2011-07-04 14:34:44 +00:00
Ralf Becker
c13c463143
Using cal_modified as deleted-timestamp, as querying it from SyncML tables creates too many problems (refresh table stops before copying all rows!)
2011-07-01 08:30:51 +00:00
Ralf Becker
09bf4690e1
* Calendar: fixed not working accept/reject of invitations, if participant is in a group with only a freebusy grant
...
- previouse prevented that, thought we dont know why it was implemented that way
2011-06-26 15:49:04 +00:00
Ralf Becker
d79a1740be
* Calendar: fixed not working accept/reject of invitations, if participant is in a group with only a freebusy grant
...
- previouse prevented that, thought we dont know why it was implemented that way
2011-06-26 15:46:30 +00:00
Ralf Becker
be76b42634
file_access_user implementation for calendar
2011-06-26 15:41:21 +00:00
Jörg Lehrke
e6d7728385
* Fix RRULE parser (UTC fix) - Bug#2991@egroupware.org
2011-06-25 17:48:52 +00:00
Jörg Lehrke
ef6393e8af
* Fix RRULE parser (UTC fix) - Bug#2991@egroupware.org
2011-06-25 17:48:27 +00:00
Jörg Lehrke
9e63a721f1
* Fix RRULE parser (2nd part) - Bug#2991@egroupware.org
2011-06-25 14:15:26 +00:00
Jörg Lehrke
6b084b40f9
* Fix RRULE parser (2nd part) - Bug#2991@egroupware.org
2011-06-25 14:15:16 +00:00
Jörg Lehrke
682202437f
* Fix RRULE parser - Bug#2991@egroupware.org
2011-06-25 12:14:04 +00:00
Jörg Lehrke
5e8e806651
* Fix RRULE parser - Bug#2991@egroupware.org
2011-06-25 12:13:36 +00:00
Oscar Manuel Gómez Senovilla
164871ec02
Update Czech translation for trunk. Tracker #2886
2011-06-23 13:53:19 +00:00
Oscar Manuel Gómez Senovilla
45a463830e
Update Czech translation for 1.8. Tracker #2886
2011-06-23 13:41:31 +00:00
Nathan Gray
52e8ccef0d
Fix wrong category link
2011-06-22 18:51:19 +00:00
Nathan Gray
4b81bb8e75
Make merging from list view work closer to merging from other views. Date range will be pulled from selected entries.
2011-06-22 17:23:04 +00:00
Ralf Becker
2bf55a7c87
some fixes for English and Suomi translation, from our Suomi resident here as Stylite
2011-06-22 15:53:36 +00:00
Nathan Gray
cadc2ff6e3
Display errors from merge sub-system
2011-06-22 15:34:00 +00:00
Nathan Gray
275a1d3f27
Change category list links
2011-06-21 21:14:51 +00:00
Ralf Becker
0f2983a504
delete in the past wrongly created entries for a singel recurrence, which mess up the update, beside being wrong anyway
2011-06-21 07:48:16 +00:00
Ralf Becker
7ad6211b18
fix exception: calendar_bo::resource_info(NULL) parameter must be scalar, when deleting and afterwards adding a participant
2011-06-21 06:51:25 +00:00
Ralf Becker
0d310bcddd
fix exception: calendar_bo::resource_info(NULL) parameter must be scalar, when deleting and afterwards adding a participant
2011-06-21 06:46:51 +00:00
Nathan Gray
36a2be6dd3
Fix merge from list view
2011-06-20 18:21:29 +00:00
Ralf Becker
c4a01cd4fc
* CalDAV: handle deleted events, as not existing (404 Not Found)
2011-06-19 08:54:06 +00:00
Ralf Becker
65a8e4e8d3
fixed some printing stuff in calendar, printing in listview is disabled, because it is NOT working atm.
2011-06-17 15:16:40 +00:00
Ralf Becker
dbac6bf8f0
fixed fatal error using "Insert in document" dropdown in calendar sidebox
2011-06-17 13:27:45 +00:00