Oscar Manuel Gómez Senovilla
a70df0ddbb
Pending language updates
2009-11-24 05:51:49 +00:00
Christian Binder
ddb0f86257
check if array is present before iterating it
2009-11-23 13:11:18 +00:00
Christian Binder
8ae3b5f833
fixed empty RECURRENCE-ID on ical export
2009-11-23 13:03:35 +00:00
Jörg Lehrke
ed5799b519
Fix SIFE issues
2009-11-22 17:48:51 +00:00
Ralf Becker
71ef04effc
added multiple week view to icons
2009-11-22 14:01:48 +00:00
Ralf Becker
4e48fab8b3
fixed typo pointed out by ^DaKu
2009-11-22 09:07:07 +00:00
Ralf Becker
55fc673dc5
- new configurable invitation ACL: Require an ACL grant to invite other
...
users and groups:
* No: Every user can invite other users and groups (default and old
behavior)
* Groups: other users can allways be invited, only groups require an invite_grant
* Users + groups: inviting both allways requires an invite grant
One need to keep in mind, that setting an invitation ACL via a group,
gives each groupmember the right to invite the group / create a group
event. So the last option propable only works, if users manage
invitations grants on their own, or admin only sets it in small working
groups, where every member is allowed to invite the whole group.
--> calendar backend code removes participants a user is not allowed
to invite
- new "only groupevents" filter, showing only real groupenvents not
events of groupmembers (added tooltips to explain filters)
2009-11-19 18:56:04 +00:00
Christian Binder
e76d659cac
applied category preserve on import also to SIF classes
2009-11-19 15:30:53 +00:00
Jörg Lehrke
cb9ea723c6
Set VTIMEZONE DTSTART entries properly
2009-11-19 13:30:30 +00:00
Jörg Lehrke
1b20783041
Fix Yearly RRULE Issue with Funambol Outlook Sync Client
2009-11-19 11:52:41 +00:00
Jörg Lehrke
4088b81c5c
Impoved support for recurrences if device timezone differs from event timezone
2009-11-19 10:13:17 +00:00
Jörg Lehrke
9e6d97f106
Fix VTZIMEZONE DTSTART Issue
2009-11-19 07:52:42 +00:00
Oscar Manuel Gómez Senovilla
af395af542
tracker #2304
2009-11-18 19:44:00 +00:00
Oscar Manuel Gómez Senovilla
31bc2ff512
tracker #2349
2009-11-18 19:40:17 +00:00
Christian Binder
16538f4f9d
use check_perms() on ical export and merge categories on import
2009-11-18 14:46:25 +00:00
Ralf Becker
91e694e79d
Calendar UI improvments:
...
- show status of participants in border style of event
+ solid: all participants accepted
+ dotted: all participants answered, but not all accepted
+ dashed: not all participants answered
- mark invitations (of current user, not calendar selected)
+ white background color (not category based color)
+ show blue questionmark icon in event header
2009-11-18 13:58:01 +00:00
Jörg Lehrke
86d648a995
Set event['tzid'] for clients using UTC timestamps
2009-11-16 17:28:34 +00:00
Ralf Becker
003420713b
"fixed typo"
2009-11-14 09:13:37 +00:00
Ralf Becker
5d1fd4aedb
"timezone of events in iCal class depend on $date_format parameter (depending on device type)"
2009-11-13 07:52:06 +00:00
Ralf Becker
d1f233d141
"human readable string representation of rrule:
...
- added timezone (if different from user timezone)
- moved monthly rule to first argument in brackets"
2009-11-12 19:39:46 +00:00
Ralf Becker
b7c5dd63dc
"recalculate recurences, if timezone of a recuring event changes
...
(it would be nice, if there's a simple method to find out if two different timezones switch at identical times, eg. Europe/Berlin and Europe/Paris do so, so we can avoid the recalculation)"
2009-11-12 19:11:27 +00:00
Jörg Lehrke
db25947a38
Use new rrule iterator class for RRULE generation
2009-11-12 19:08:23 +00:00
Ralf Becker
b307d2a5cf
"using new rrule iterator to calculate recurrences
...
--> still need to implement new monthly last day/week rules in iCal class"
2009-11-12 10:11:23 +00:00
Ralf Becker
e7a6f37af8
"- changed $interval parameter to default to 1, if < 1
...
- fixed wrong name for recur_enddate"
2009-11-12 09:31:42 +00:00
Jörg Lehrke
014119f075
Add device specific timezone settings
2009-11-11 21:31:33 +00:00
Ralf Becker
a4176448f0
"New recurance rule iterator:
...
- Implemented two new monthly rrules: last day of month and last weekday (eg. workday) of month
- The constructor accepts times only as DateTime (or decendents like egw_date) to work timezone-correct.
- The timezone of the event is determined by timezone of the startime, other times get converted to that timezone.
- There's a static factory method calendar_rrule::event2rrule(array $event,$usertime=true), which converts an event read by calendar_bo::read() or calendar_bo::search() to a rrule iterator.
- The rrule iterator object can be casted to string, to get a human readable describtion of the rrule.
- There's an interactive test-form, if the class get's called directly: http://localhost/egroupware/calendar/inc/class.calendar_rrule.inc.php
--> next step will be to use the rrule iterator in calendar_bo::insert_all_repetions() to calculate the recurences"
2009-11-11 20:38:16 +00:00
Ralf Becker
5e24cc0c9b
"UTC is treated specially: it's implicitly mapped to tz_id=-1 (to be able to store it for events), but calendar_ical creates NO VTIMEZONE component for it."
2009-11-10 20:38:00 +00:00
Ralf Becker
aa90d987c1
"fix: csv export is not always exporting custom fields"
2009-11-10 20:18:35 +00:00
Ralf Becker
9df8b0bdbf
new static calendar_timezones::DateTimeZone($tzid) method returning a
...
DateTimeZone object resolving by PHP not supported Windows timezones
with their standard alias
2009-11-10 20:07:33 +00:00
Ralf Becker
4865854281
Added aliases for Windows timezone to standard TZID's
2009-11-10 19:37:27 +00:00
Ralf Becker
85bf743434
"Using VTIMEZONE component from new calendar_timezones class (imported sqlite DB from Lighting) for exports and importing TZID from iCals.
...
Horde Code already uses VTIMEZONE component to return times in servertime, no need to change anything there."
2009-11-10 15:08:35 +00:00
Ralf Becker
ddfcdfff06
allow EGroupware users to select only timezones, for which we have a VTIMEZONE component (I think the others are only unofficial aliases, not included in our database)
2009-11-09 09:00:53 +00:00
Ralf Becker
3de5e87288
"properly restoring user enviroment, after notifications send: spezially timezone"
2009-11-07 12:09:12 +00:00
Jörg Lehrke
7198ed861f
make code more comprehensible
2009-11-06 15:44:04 +00:00
Christian Binder
1fac8112a9
fixed a very small typo :-)
2009-11-04 21:16:08 +00:00
Ralf Becker
4e9120ecf0
New tz_id column in egw_cal storing id into egw_cal_timezones
...
Please note: timestamps in egw_cal* tables are in server-time,
tz_id / timezone is only used to (re-)calculate recurrences and to
export in iCals (NOT yet implemented)
2009-11-04 15:00:08 +00:00
Christian Binder
f3a21aec7b
make alarm content array really empty if all alarms have been stripped out due to ACL issues - otherwise one empty row will be displayed in form
2009-11-04 09:41:19 +00:00
Ralf Becker
01ecab32bc
"fixed typo, thanks to jaytraxx"
2009-11-04 08:06:45 +00:00
Ralf Becker
28518afcbf
"quietening diagnostics in search"
2009-11-04 07:57:55 +00:00
Ralf Becker
e9e7ad77b6
"setting tzid from user prefs for new entries"
2009-11-04 07:56:00 +00:00
Jörg Lehrke
bacca46078
Fix Alarm Inport Issues
2009-11-03 16:31:07 +00:00
Ralf Becker
54f32ae08a
"fixed sql error after switching on custom fields column"
2009-11-03 16:13:45 +00:00
Ralf Becker
867636861e
Added calendar table for timezones:
...
- timezone data is imported from SQLite DB from Thunderbird Lighting 1.0pre
- contains iCal VTIMEZONE component
- also contains not yet used latitude and longitude for timezone
- methods to convert between TZID string, nummeric tz_id and VTIMEZONE
iCal component
--> preparation to store timezone information for each events
(using tz_id as foreing key into egw_cal_timezones table)
2009-10-31 14:47:16 +00:00
Jörg Lehrke
85a9a06a96
Only one VTIMEZONE per VCALENDAR; Export Alarms again
2009-10-30 21:39:19 +00:00
Jörg Lehrke
a87fc26aa7
Fix RRULE issue for vCal 1.0; Fix timestamps with TZ issue
2009-10-29 19:42:32 +00:00
Christian Binder
b2a3bf96a0
improved privacy on conflicting events - only check ACLs for invited participants and not all participant ACLs from conflicting event
2009-10-29 09:25:54 +00:00
Jörg Lehrke
6d3bf02d1c
Pseudo recurrence exception handling hacks; vCal 1.0 extensions
2009-10-25 18:22:01 +00:00
Jörg Lehrke
60a7f69b57
Enable pseudo recurrence exception handling hacks
2009-10-25 18:20:58 +00:00
Jörg Lehrke
2eed0b9ddc
Fix comment
2009-10-25 18:20:00 +00:00
Christian Binder
e3074ac9dc
re-implemented implicit EGW_ACL_PRIVATE grant for group invitations - removed unneeded error logging
2009-10-23 07:51:07 +00:00
Ralf Becker
9850e07dd2
"weekday starts pref contained only monday"
2009-10-22 16:55:09 +00:00
Ralf Becker
7d89d8866d
"fixed calendar csv-export:
...
- was only exporting 15 events (num_rows not forwarded to bo)
- participants contained html for status icon"
2009-10-22 13:41:44 +00:00
Jörg Lehrke
d0028ffc31
Improve readability
2009-10-19 20:50:17 +00:00
Jörg Lehrke
a11565ec9c
Fix VTIMEZONE RRULE issue and be more compliant with standard
2009-10-19 20:46:23 +00:00
Ralf Becker
20e655c466
Default and forced preferences for nearly all apps
2009-10-19 17:04:11 +00:00
Ralf Becker
1fa1b92a56
docu update
2009-10-18 12:59:12 +00:00
Ralf Becker
5408924afb
All EGroupware apps can now set default and forced preferences on
...
installation time --> nice user experience and cleaner look (by hiding
exotic prefs by focing them to a usual value):
- settings returned from settings hook can contain values for keys
'default' or 'forced'
- if settings hook require part of api or application, which are not
available during installation time: use a method hook (instead of
an old $app/inc/hook_settings.inc.php file), and check if
$hook_param['setup'] is true
- default prefs created so far in setup/admin_account.php got removed
- common prefs in preferences_hooks::settings() got reworked to set
default and forced prefs
- calendar prefs in calendar_hooks::settings() got reworked to set
default and forced prefs
--> I will rework prefs of all our (default) applications according to a
best practice list of Stylite consultants
2009-10-18 12:57:30 +00:00
Ralf Becker
fe6c8fd226
also add extended (textual) information, if ical is selected for notifications
2009-10-18 12:46:18 +00:00
Ralf Becker
4f69a5d1b0
using references to loop of items in profind and some cleanups
2009-10-16 08:36:28 +00:00
Ralf Becker
ff91aa6223
- fixed setting of roles
...
- automatically adding owner as chair
2009-10-13 09:00:01 +00:00
Ralf Becker
867f5d650d
default params for calendar_so::combine_status(,=1,='REQ-PARTICIPANT')
2009-10-13 08:58:54 +00:00
Ralf Becker
d6cf835680
missing translation of role
2009-10-13 08:58:06 +00:00
Ralf Becker
9d50eb121d
disabled debug-message and halfway fixed rules
2009-10-12 21:26:11 +00:00
Ralf Becker
0548cf5770
- added roles to UI
...
- enabling again resource booking without direct booking permission
(status is then unknown, not accepted)
2009-10-12 19:16:42 +00:00
Ralf Becker
a3c57c48b3
"fixed typo reported in bug #2302 - Error while imported iCal file (PHP Error)"
2009-10-12 15:44:52 +00:00
Ralf Becker
e3c468361d
"stop calendar to update prefs on each request (do it only on change)"
2009-10-12 09:34:56 +00:00
Ralf Becker
4e21b766b9
- reworked old browser class to use have only static methods
...
--> recogniced it's so old and dusty, it does not make sense any more
--> moved content_header() method to html class
- fixed calls of browser->content_header to use html::content_header
instead
2009-10-11 11:37:46 +00:00
Jörg Lehrke
6f780041fa
Fix VTIMEZONE handling
2009-10-09 18:20:13 +00:00
Ralf Becker
ab9c9d21b6
New egw_time class used to implement correct timezone handling for
...
calendar, plus a first calendar implemenation.
This implementation just replaces following calendar_bo methods:
- date2ts($date,$user2server=False)
- date2array($date,$server2user=False)
- date2string($date,$server2user=False,$format='Ymd')
- format_date($date,$format='')
which static methods from egw_time.
If your server is in same timezone as the user, you should experience no
difference. As a small test, you can switch to an other timezone (eg.
UTC) to recognice on a weekly repeating event (which still repeats on
equal server time!) that it moves by one hour when daylight saving
changes. This switching to a TZ with different daylight saving rules,
was not working before.
Happy testing :-)
2009-10-07 13:29:06 +00:00
Jörg Lehrke
6312a087e3
Fix participants() deleted attendee issue, again
2009-10-07 04:23:42 +00:00
Jörg Lehrke
7f07102630
Fix participants() deleted attendee issue
2009-10-06 23:30:05 +00:00
Christian Binder
49de506d6f
also export servertime if event has no recur_enddate - it could be a weekly or monthly recurring event
2009-10-06 14:29:46 +00:00
Christian Binder
68dc2e4f47
also set date_format if servertime gets set - just for the case that it is used later
2009-10-06 13:20:41 +00:00
Christian Binder
14d4f08b36
added missing param date_format
2009-10-06 12:41:08 +00:00
Jörg Lehrke
1353ae511a
Adds TZID/VTIMEZONE support for server timezone entries
2009-10-05 21:00:08 +00:00
Ralf Becker
04d48a677a
Implemented display of custom fields in list-view
...
ToDo: implement search, sort and filtering by them
2009-10-03 07:32:05 +00:00
Ralf Becker
cc91687826
"fixed print without edit rights"
2009-10-01 19:21:37 +00:00
Ralf Becker
d77f7998af
"added missing check if recur-endtime is before start, thanks to Hans-Juergen"
2009-10-01 19:16:38 +00:00
Christian Binder
9621d17f28
make ical class ready to propagate a status only exception to a real exception. this is just successful if the user has ACL edit rights on the event - otherwise the propagation attempt gets ignored. additionaly added some logical fixes
2009-10-01 13:30:18 +00:00
Ralf Becker
c38acb88d5
New filter for calendar based on participant status:
...
- Not rejected
- Accepted
- Invitations
- Tentative
- Rejected
- Owner too: display also events you own, not only ones you participate
- All incl. rejected
- Hide private infos: as usual
--> filter is stored in the user prefs (survives logouts)
--> old "show events you rejected" preference got removed
Also added a hook allowing applications supplying resources to modify
calendar search with SQL.
2009-09-29 19:58:51 +00:00
Ralf Becker
f855b57683
"make storing of cf's aware of arrays
...
Thanks to Hans-Jürgen Tappe"
2009-09-27 07:59:01 +00:00
Jörg Lehrke
327bd79662
Improved find_event() for propper pseudo recurrence exception handling during Slow Syncs
2009-09-24 22:29:22 +00:00
Christian Binder
bbe301095e
fixed alarm handling: dont touch / ignore alarms being set for all users or alarms of other users since most clients do not know specific owners for alarms
2009-09-23 08:08:37 +00:00
Christian Binder
5602cac698
complete rework of the ical import part: removed unclear 1:N relations, introduced get_event_info method which completely classifies incoming events first, removed code duplicates, re-organized importVCal() to have a more linear code structure and to make debugging easier in future. -- please forgive me if i may have introduced some bugs with that but its a huge change --"
2009-09-22 13:43:55 +00:00
Ralf Becker
a8942ec499
updated holiday files submitted to egroupware.org
2009-09-21 08:11:46 +00:00
Ralf Becker
b0a29726f1
"- disabling accept_holiday.php by default, as it's only used on www.egroupware.org
...
- only allow 2-char locale's"
2009-09-21 07:56:45 +00:00
Ralf Becker
ff0f2dcbbe
run wrong values in error message through htmlspecialchars()
2009-09-21 06:51:05 +00:00
Oscar Manuel Gómez Senovilla
2386a28cc5
Update Czech translation for trunk. Tracker #1956
2009-09-09 22:12:43 +00:00
Christian Binder
b3f5fc282b
removed init of unused var minimum_uid_lenght in importVCal()
2009-08-26 12:14:41 +00:00
Jörg Lehrke
c902314499
Fixes user status update issue
2009-08-24 17:22:05 +00:00
Jörg Lehrke
babe8f056c
* Adapted to new database schema with reference/recurrence
...
* Group invitation handling
* Fixes for pseudo recurrences
2009-08-23 19:26:14 +00:00
Christian Binder
faa51609ae
user messages adjusted again. another attempt to make it clear for the user whats happening with event series and single occurrences of the event - if someone finds a better solution please edit
2009-08-17 21:15:40 +00:00
Christian Binder
1d5b6b6828
prevent privileged user from pressing "save" or "apply" if just a status of a single recurrence was changed - otherwise a real exception will be created
2009-08-17 20:05:46 +00:00
Stefan Becker
cead53394e
Added select all on top of the listview
2009-08-17 19:18:26 +00:00
Christian Binder
2db8bd6c9c
complete rework of participants() method. The only purpose of this method is now to add or delete participants - NOT to overwrite stati. Added a new param "add_only" to have the possibility to check for the existence of a single participant in the egw_cal_user db and add this participant if needed. This is used for e.g. group invitations where a default set of stati does no primary exist for the user.
2009-08-17 14:45:42 +00:00
Christian Binder
1793a546e3
give a response to the user on how many occurrences have been changed. Display the correct participant status depending if a single occurrence or a whole event series is displayed.
2009-08-17 14:38:18 +00:00
Christian Binder
45dfa1ab0d
fix: new supported field "recurrence" was named "reference"
2009-08-17 10:34:22 +00:00
Christian Binder
77de24e563
manually insert or truncate the recurrences when changing enddate. recurrences rebuild (and stati reset) is now minimized to the following cases: move startdate/enddate, change recur_type, change recur_interval
2009-08-10 09:24:39 +00:00
Ralf Becker
da981bb02f
"fixed problem reported in bug #2202 and on the devel list: Database Error when modifying the time of a calendar event
...
wrong SQL (UPDATE with ORDER BY) was introduce in SyncML-1.2 patch, no idea what the idea behind was ..."
2009-08-09 07:51:27 +00:00
Ralf Becker
0a1a7f4637
some more role related fixes: updating participants, if quantity or role changes
2009-08-07 10:20:58 +00:00
Christian Binder
a41aceaaae
fixing wrong recurrence value: value should always be set to the effective date of the recurrence
2009-08-07 09:26:11 +00:00
Ralf Becker
bb5511cc9f
- methods to combine and split status, quantity and role
...
- $ignore_acl parameter for calendar_boupdate::delete()
- removed setting owner always as participant: owner is allowed to
remove himself as participant from an event
(owner only get's set, if there are no other participants in BO)
2009-08-06 11:29:05 +00:00
Klaus Leithoff
95e36754ce
handle offset and control the number of results retrieved regardingly (note: no offset means you get no so/bo->total)
2009-08-06 10:43:46 +00:00
Klaus Leithoff
57542f5f74
set offset to false if no num_rows is passed via argument, as 0 triggers the use of num rows, which defaults to the default max_rows
2009-08-05 11:47:29 +00:00
Klaus Leithoff
f5284a6324
allow to determine, if the listview is to use the start of the week for displaying events
2009-08-05 07:49:00 +00:00
Ralf Becker
7742b606f8
"- storing and setting ROLE
...
- storing and setting resource quantity as X-EGROUPWARE-QUANTITY"
2009-08-04 17:37:49 +00:00
Ralf Becker
c29ab01e8d
- added ability to store participant roles to calendar backend,
...
currently not settable via GUI, but GUI leaves them untouched
- showing quantity for resources in brackets behind resource name
- docu and formatting updates all over the place
2009-08-04 17:14:16 +00:00
Klaus Leithoff
e757e53819
remove listview from calendar_list title, as it offers no additional information. Use get_weekday_start in calendar_list as used in calendar_month; Use numEntries for calendar_month, as passing no number of entries to fetch, will result in applying the default number of entries, or the number of entries to fetch for the anonymous user
2009-08-04 14:26:11 +00:00
Klaus Leithoff
5283f3098f
fix from H.J.Tappe regarding the calculation of the enddate for the events to show
2009-08-04 10:23:48 +00:00
Klaus Leithoff
4a7c8737bb
calendar integration from H.J.Tappe Listview/Multiple Weekview, to show Calendar events in sitemanager sites. Simple Demo http://213.183.76.121/TrunkWebSeite/?category_id=45 ; Some documentation of abilities and howto available with egroupware.org Tracker Patches Sitemgr #1991 , 1993 and 1994
2009-08-03 09:51:35 +00:00
Jörg Lehrke
79b1279028
Fixes Export of Yearly Recurring Events and eGW Coding Standards
2009-07-30 20:52:13 +00:00
Ralf Becker
5aa62b71b9
"- first step of using new recurrence field
...
- fixed some wrong idention"
2009-07-28 08:58:39 +00:00
Ralf Becker
062f02987b
holiday files / modifications uploaded to egroupware.org
2009-07-28 05:48:11 +00:00
Ralf Becker
4cfc990ea1
Hongkong and Thai holidays, thanks to Louis Li <96477092(at)alumni.cityu.edu.hk>
2009-07-28 05:44:48 +00:00
Nigel Vickers
7d2308bedf
add switch based logging to default file /tmp/log-vcal or if set ['server']['temp_dir']./log-vcal
2009-07-24 14:18:57 +00:00
Ralf Becker
841aef5769
"fixed typo (in commented code) phpgwpai"
2009-07-24 10:34:20 +00:00
Ralf Becker
560f18bacd
- added new colums cal_creator, cal_created for easier deleting of
...
doublicates from failed sync
- added cal_recurrences timestamp for exceptions (ts of original
recurrence), for existing exceptions update script uses
the closest recur_exception date/time for it
- using uid of original series for new recurrence exceptions,
update script does NOT update the uid's of existing exceptions
- displaying (maybe temporary) these data in the recurrence tab
2009-07-23 16:14:22 +00:00
Christian Binder
5b263e23eb
removed the "all future" field from participants states. Instead added uniform behaviour with existing event handling when editing a single recurrence or all recurrences. The message being displayed when editing a single recurrence read only is just meant as a proposal. Stylite usability PROs, please adjust this to whatever you want to.
2009-07-22 15:38:58 +00:00
Jörg Lehrke
7b6da8320a
Fix SIF Parser again
2009-07-20 19:38:12 +00:00
Jörg Lehrke
71dfd3b2bb
Fix SIF Parser
2009-07-18 22:36:44 +00:00
Jörg Lehrke
3fdb693e35
Fix whole day events
2009-07-18 12:40:58 +00:00
Christian Binder
3d1cb839ce
so class STEP2: re-insert recurrences for deleted exceptions manually to avoid the forced rebuild of all recurrences and states
2009-07-17 17:16:34 +00:00
Christian Binder
e77ed49566
so class STEP1: reverted wrong recurrence rebuild with $max. fixed not working move() method for egw_cal_user. fixed participant status orphans
2009-07-17 14:49:19 +00:00
Ralf Becker
86db825cbf
"more RECURRENCE-ID stuff:
...
- disabling it on import, as we cant overwrite a cal_id with a timestamp
- fixing it on export, finding the closest exception to return it
- using array_merge to merge virtual and real exceptions, as + overwrites numeric keys"
2009-07-17 12:08:45 +00:00
Ralf Becker
81a4097818
removed depricated assignment by reference
2009-07-17 11:29:45 +00:00
Ralf Becker
d3e2130c25
removed depricated assignment by reference
2009-07-17 11:29:15 +00:00
Ralf Becker
0e3f456fe1
"RECURRENCE-ID: $event['reference'] is a calendar_id, not a timestamp"
2009-07-17 10:15:22 +00:00
Jörg Lehrke
9f377914c9
fix recurrence exception issue
2009-07-16 19:42:50 +00:00
Ralf Becker
cb0fc5db82
- merged SyncML-1.2 branch with trunk:
...
svn merge -r 26935:HEAD ^/branches/SyncML-1.2/calendar .
- with the exception of class.calendar_uiforms.inc.php,
as it was not updated with the latest changes from trunk
and I'm not sure about the changes
--> needs further discussion, sorry :-(
svn revert inc/class.calendar_uiforms.inc.php
2009-07-15 20:35:56 +00:00
Ralf Becker
8dc163f04f
some modifications to get iPhone working with EGroupware
2009-07-14 19:51:03 +00:00
Klaus Leithoff
1ac7c459c3
fix for lost owner selection in manage_states
2009-07-09 09:50:47 +00:00
Klaus Leithoff
00c55151e3
fix for "Column 'account_id' in field list is ambiguous" ERROR while importing events 2nd.go
2009-07-09 08:32:18 +00:00
Klaus Leithoff
7edb16d35a
fix for "Column 'account_id' in field list is ambiguous" ERROR while importing events
2009-07-09 08:10:29 +00:00
Ralf Becker
8f4960f9b4
"fixed messed up indention"
2009-07-08 10:29:06 +00:00
Ralf Becker
1e58b525d1
"fixed messed up indention"
2009-07-08 10:22:11 +00:00
Klaus Leithoff
234bd6dba6
fixing calender empty resource problem (add event, edit participants)
2009-07-02 11:26:52 +00:00
Ralf Becker
53e7c66f51
"fixed group invitations got changed to regular invitations, after inviting a second group"
2009-06-18 13:21:05 +00:00
Stefan Becker
ca6164f5ce
fixed with klaus the Group initation behavior, Readaccess you can also invite participants, but you can only change the status, if you have edit rights
2009-06-18 12:08:37 +00:00
Stefan Becker
78ce775f17
freebussy ACL added into calender. Now if you only give that right, you will see, that the time is blocked without a read right of user or group. But will see everything as private
2009-06-09 12:16:15 +00:00
Ralf Becker
232252475f
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
...
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
Stefan Becker
b0d5906f04
added some German translation for calendar
2009-05-20 15:20:20 +00:00
Ralf Becker
8e44862370
"Austrian holidays 'til 2019, thanks to wolfgang.knabl(at)hhc-partner.com"
2009-05-17 20:46:12 +00:00
Ralf Becker
697b2b613c
"fixed not saving option to show only the date (not year) of birthdays from contacts "
2009-05-14 11:09:55 +00:00
Ralf Becker
7209eac430
calling translation class static and remove (unnecessary) extra utf-8 charset
2009-05-11 08:11:08 +00:00
Ralf Becker
772c9e57e8
"docu update"
2009-05-06 09:11:37 +00:00
Ralf Becker
272817b1c7
"added cols and append parameter from calendar_so::search to calendar_bo::search too"
2009-05-04 22:52:48 +00:00
Ralf Becker
2845873bae
- docu update
...
- 2 new (optional) parameters for calendar_so::search()
2009-05-04 22:39:27 +00:00
Ralf Becker
0275b183dd
"small fix of last commit for new (not already saved) events"
2009-04-29 14:31:58 +00:00
Ralf Becker
a3adbcecd6
fixed freetimesearch, which failed to work with new default etemplate requests stored directly in the form, using the new ajax_submit() function of etemplate
2009-04-29 14:17:46 +00:00
Ralf Becker
b31aa4ae62
need to include API's common_functions to use check_load_extension
2009-04-28 12:48:27 +00:00
Nathan Gray
e2b6cdc800
Clearer translation for the prompt "do you want to edit serialevent als exception?"
2009-04-24 21:33:47 +00:00
Ralf Becker
9e3c1df37a
"bugfixes for sidebox menu under prefs or admin:
...
- do NOT process the $_REQUEST vars
- if user changes selectboxes, go to default calendar view"
2009-04-20 15:44:24 +00:00
Ralf Becker
aca05a32e3
using new check_load_extension function
2009-04-20 12:43:44 +00:00
Ralf Becker
b0521b0b14
"- newer DK holidays thanks to Marius Madsen
...
- converted to utf-8 and sorted by year"
2009-04-09 07:35:06 +00:00
Ralf Becker
b39f985d04
new holiday files from egroupware.org
2009-04-09 07:22:44 +00:00
Ralf Becker
bbcb856b77
"fixed not correctly translated holidays downloaded from egroupware.org
...
(charset was not recogniced because of HTTP headers before charset line)"
2009-04-09 07:13:01 +00:00
Ralf Becker
646931dc8a
fix for bug #1838 : problem with utf-8 data in all csv imports
...
- fgetcsv only works correct, if setlocal is called with an existing and
correct local
- improved projectmanager method guess_local and moved it to
common::setlocal, which takes now the charset, lang and country of the
user into account
- csv-import also displays now the conversation done and reads usernames
in brackets
- added some missing fields
2009-04-03 12:26:32 +00:00
Klaus Leithoff
085961d7e1
njv: calendar/groupdav work to improve groupdav compatibility and various sync proplems connected
2009-04-02 12:35:26 +00:00
Ralf Becker
2e4577ae83
skipping unnecessary redirect by directly displaying index-method link in navbar
2009-03-30 08:48:59 +00:00
Ralf Becker
1baaa6cd01
"converted to utf-8"
2009-03-26 15:49:43 +00:00
Ralf Becker
2375e7e26a
"removed trailing tabs"
2009-03-26 15:42:15 +00:00
Ralf Becker
9d55dfa69e
"fixed not working status change of participants of type email ('e')"
2009-03-24 08:06:05 +00:00
Ralf Becker
18372ab45e
"fixed not working multiget report (caused by .ics extension of calendar ressources)"
2009-03-20 08:57:17 +00:00
Ralf Becker
b587bab7d1
"other docu update and removed an unnecessary (doublicate) condition"
2009-03-20 08:17:54 +00:00
Ralf Becker
f5015cf6e8
"fixed wrong class-name for $this->so"
2009-03-20 07:55:22 +00:00
Klaus Leithoff
38bf424a25
speeding up search, by using a view to retrieve the participants
2009-03-16 13:50:03 +00:00
Klaus Leithoff
29a622e641
handling mailing events: dont add groupmembers if they already rejected the event, or are the current user
2009-03-05 15:52:57 +00:00
Klaus Leithoff
6e0d963eb7
handling double-mailing to participants by checking the mailadress list before adding
2009-03-05 15:18:40 +00:00
Klaus Leithoff
7f49b31963
fixing a misplaced . that prevented the creating of new events
2009-02-25 12:25:10 +00:00
Klaus Leithoff
8b4932dd11
handling/improving bookability of resources and their availability
2009-02-25 10:55:38 +00:00
Ralf Becker
7fcc5b75e5
"holiday file for Slovakia, thanks to Ladislav.Mate@refoma.sk"
2009-02-16 08:09:56 +00:00
Stefan Becker
5ed6981210
added Links to print template
2009-01-14 08:40:08 +00:00
Stefan Becker
e7f82e886c
Add a print template to print a single calender event
2008-12-18 14:47:21 +00:00
Klaus Leithoff
632003f9fe
buffer and provide debug on missing participants to an event
2008-12-11 13:44:47 +00:00
Klaus Leithoff
96491ed272
more debug for calendar notification
2008-12-09 14:02:10 +00:00
Oscar Manuel Gómez Senovilla
0ed6cda053
Update nl lang files
2008-11-23 08:30:49 +00:00
Oscar Manuel Gómez Senovilla
388c515883
preparing to sync current lang files before branching for 1.6. One more commit
...
expected meanwhile!
2008-11-22 11:05:43 +00:00
Ralf Becker
bc59bd9fb8
fixed missing .ics extension in Location header after PUT
2008-11-18 06:11:12 +00:00
Ralf Becker
bf8bae23e7
patch #1455 : alarms for recuring events originating in past
2008-11-17 19:06:27 +00:00
Ralf Becker
fbf5586ce3
"fixed bug reported by Peter Goerzen: UID was not exported (which caused some automatic uid-generation in horde to kick in and messes up CalDAV/GroupDAV)"
2008-11-17 16:31:59 +00:00
Ralf Becker
1baa158195
Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>:
...
- change the processing of slowsync, to use the content_map instead of
trying to build a new one. This caused duplication issues on the
client if multiple similar records where stored, because only the first
one found in the server-db was matched, These duplicate entries at client
side had no entry at serverside, so deleting the wrong one
on the client (the content with a valid map entry) could cause
unwanted data loss at server side, because it is impossible for the
user to see what is a duplicate, and what is not.
see also:
http://www.nabble.com/again---syncml-duplication-issue-to20333619s3741.html
- reenabled UID from syncml clients, because it was partly used this caused
issues during SlowSync if the content was changed.
- infolog, calendar if a uid is found in the provided data, allway try to
find the corresponding content first using only the UID, instead of
using the content-id taken from content_map.
also fixed:
- a few fixes in ./notes
- creating an entry on the client that can not be imported,
(Example, Nokia E Series Appointment without a Title)
will no longer create an invalid content-map entry
However, at client side this is still counted in the Protocol as
Server-Add
2008-11-16 10:42:29 +00:00
Ralf Becker
6498abb3e3
"adding importing user to an event newly imported via iCal: without that an iCal which did not contain the eGroupware mail address of the user will be inaccessible"
2008-11-14 07:39:36 +00:00
Ralf Becker
8991124ced
"fixed sql error reported by Hans-Juergen Tappe on the developers list"
2008-11-14 07:25:09 +00:00
Ralf Becker
77d28f30e8
"fix for bug #1304 : to big tooltips show only lower right corner"
2008-11-12 18:42:02 +00:00
Ralf Becker
19342d9119
"enclosing ATTENDEE CN parameter in double quotes, as it seems to be required by Outlook to correctly use non-ascii chars in attendee CN"
2008-11-12 15:21:21 +00:00
Ralf Becker
bc1b45f873
"fixed missing CHARSET for CN in ATTENDEE, reported by Hans-Juergen Tappe <tappe(at)hek.uni-karlsruhe.de> on the German list"
2008-11-12 13:52:38 +00:00
Ralf Becker
dd5c9728d7
"- fix inspired by Moe's patch on the German list: dont add users selected in calendar, if booking a ressource
...
- fixed not added ressources, if booking is done in the calendar of a ressource"
2008-11-12 09:22:45 +00:00
Ralf Becker
46943b0200
"fixed not working import of multiple iCals in one file"
2008-11-07 13:57:32 +00:00
Ralf Becker
43f860ba8f
Reworked GroupDAV and iCal/vCard handler to set 'GroupDAV' as product
...
manufacturer and the recogniced GroupDAV client as product name.
This way we are able to handle different GroupDAV clients, as we
allready do with different SyncML clients.
Also removed the no longer needed code enabling the use of the real UID,
as SyncML does no longer misuse the UID for it's GUID.
2008-11-03 09:36:20 +00:00
Ralf Becker
71edd1c938
Big patch from Philip Herbert (Knauber) modifying the SyncML code to no
...
longer use GUIDs containing eGW's install_id, as the information is
irrellevant for SyncML and cause doublications of entries if the
install_id changes.
I plan to have a new rc4 Wednesday or Thursday containing these changes.
2008-11-03 07:44:02 +00:00
Oscar Manuel Gómez Senovilla
7c3ab3ab8c
tracker #1774 , added estonian translation
2008-11-02 14:23:56 +00:00
Oscar Manuel Gómez Senovilla
3edee675a7
tracker #1812
2008-11-02 13:38:18 +00:00
Ralf Becker
3f760048c6
"fixed SQL error \"unknown column 'id'\" in CalDAV reported by Christoph Kaulich on the German list"
2008-11-01 10:37:53 +00:00
Ralf Becker
7e74bf28f0
"fixed problem reported by Moe on the German list: if a ressource category is displayed, all displayed ressources are add to the event (eg. all meeting rooms)"
2008-10-25 06:43:15 +00:00
Ralf Becker
d76143310e
"improved import of iCal, specially participants"
2008-10-22 09:32:14 +00:00
Ralf Becker
6777a093bf
"removed postfix from etag, was there only for some testing, but was forgotten"
2008-10-20 17:36:03 +00:00
Ralf Becker
086ce5694f
"fix for bug #1780 : Freebusy error when using complete (user@domain.org) username"
2008-10-18 08:22:28 +00:00
Oscar Manuel Gómez Senovilla
504b096e06
latest update of egw translators pending work
2008-10-15 21:11:30 +00:00
Ralf Becker
9ddda0071d
missing phrase conflict
2008-10-10 12:58:56 +00:00
Ralf Becker
6ae2813e65
patch #1624 from Regis Leroy: check resource availablity on search and config to deny resource reservation on private events, plus German translation
2008-10-10 10:24:31 +00:00