Nathan Gray
e88c042901
Add custom fields to available fields and default export definition
2011-11-14 17:03:11 +00:00
Nathan Gray
fe7dddcc0d
* Add ability for user to change import/export delimiter when importing / exporting
2011-11-14 16:27:34 +00:00
Ralf Becker
33d12fce79
disabled NOT working addressbook-findshared report, which is only used in 10.6, but currently creates and error with 10.6 addressbook
2011-11-14 11:55:54 +00:00
Ralf Becker
9b7f8ddc65
* Addressbook: filter by country or sort by post code of home address
2011-11-11 16:57:23 +00:00
Ralf Becker
e8f1143d6d
fixed fatal error: Cannot pass parameter 6 (of calendar_boupdate::update) by reference
2011-11-11 12:55:30 +00:00
Ralf Becker
92a1cf4354
fixed alarm on series got lost, if creating an exception
2011-11-11 12:47:04 +00:00
Ralf Becker
30bb12b0ea
removed alternative approach, as it is not suffient for iOS 4.3+ iCal
2011-11-11 08:51:34 +00:00
Klaus Leithoff
860fbaf99e
try to work around the php5.3.7+8 is_a bug/feature, different approach with instanceof only
2011-11-11 08:33:39 +00:00
Ralf Becker
66f6ce60f3
Changelog for 11.1.20111111
2011-11-11 08:10:21 +00:00
Ralf Becker
a25873da97
* Calendar: modified column position for overlapping events, allways leave some space on the left for drag-n-drop or clicking
2011-11-11 07:28:54 +00:00
Ralf Becker
e8fc68f0ce
fixed modifying an existing event with timezone different from default timezone of user to a whole-day event (no timezone allowed according to iCal rfc)
2011-11-10 18:48:26 +00:00
Ralf Becker
996d1e4ed7
* Calendar: fixed many issues when moving or modifiny (parts of a) recurring event (alarms, recurrance type, time)
2011-11-10 18:39:36 +00:00
Klaus Leithoff
2b3211b13d
try to work around the php5.3.7+8 is_a bug/feature
2011-11-10 17:07:01 +00:00
Klaus Leithoff
145dcc6d02
handle utf-16 plain text attachments - now using translation::convert
2011-11-10 15:18:10 +00:00
Klaus Leithoff
135a4f6501
handle utf-16 plain text attachments
2011-11-10 15:07:38 +00:00
Klaus Leithoff
047f07a8da
fix bug regarding the default of info_status
2011-11-10 14:15:01 +00:00
Klaus Leithoff
5fae37c880
fix bug regarding the saving of excluded field (once selected, you could not deselect fields)
2011-11-10 14:05:27 +00:00
Klaus Leithoff
d07defdfe2
* infolog: allow to exclude fields while copying an infolog entry; done via infolog->configuration
2011-11-10 13:48:59 +00:00
Ralf Becker
52fbfcff9b
in case no charset is set, default to utf-8, as otherwise setting charset in sqlfs_stream_wrapper can stall install
2011-11-10 10:25:20 +00:00
Ralf Becker
6440415f81
fixed exception stalling new installs
2011-11-10 10:10:10 +00:00
Klaus Leithoff
22dccd62e9
add/clarify status message when editing is not allowed via status; use check_statusForEditRights in controlling the edit state in edit mode as well
2011-11-10 08:46:42 +00:00
Ralf Becker
296aefe51d
skip "unknown xml" warning in addressbook-multiget report
2011-11-10 06:58:30 +00:00
Ralf Becker
f36655555f
always return an array, if an array is given as argument
2011-11-10 06:43:52 +00:00
Ralf Becker
67b243c377
max_user_modified for recurring events has to include all recurrences, otherwise we get a "412 Precondition Failed" in CalDAV, as it is part of the ETag
2011-11-09 17:54:20 +00:00
Nathan Gray
b12e7b6517
When exporting from list view, default selection options to listview settings
2011-11-09 15:52:16 +00:00
Ralf Becker
ab2cee5848
fixed not working select all in filemanager
2011-11-09 15:20:43 +00:00
Klaus Leithoff
4a4de8dc0c
* timesheet: fix reported bug #2488 (stylite tracker), status and cat change still allowed via context menu, even if the entry in question should be ->edit by admins only<- (via status admin flag)
2011-11-09 15:03:18 +00:00
Ralf Becker
fe22901d54
* Filemanager/eTemplate: fix for MyStylite bug #2495 : deleting files containing [ as first char deletes whole directory
...
added encoding of square brackets in eTemplate and improved etemplate_bo::(get|set|isset|unset)_array() to split indexes at ][ and not just [
2011-11-09 14:32:50 +00:00
Ralf Becker
f303028f2f
* eSync: fix for not updated calender, contact, task on device if only description or note was changed or deleted
2011-11-09 13:37:37 +00:00
Ralf Becker
b7a2bb01d5
removed calendar-preference "color for Apple iCal", as it set a single color for all calendars you have access too, storing and returning color set by iCal (untested)
2011-11-09 13:25:19 +00:00
Klaus Leithoff
c954004ea6
* eMail/eSync: make sure expected folders are reported on getFolderList (so we force our Autofolders (Sent, Trash, Draft, Template, Outbox and Spam) - if set - to be returned, even if they are not subscribed)
2011-11-09 11:33:13 +00:00
Ralf Becker
fa7a8c5bf1
* Calendar: fixed MyStylite bug #2434 : context menu could be used to invite yourself to any event you can read
2011-11-09 09:45:14 +00:00
Klaus Leithoff
4b725d21c8
* addressbook: current contact type is now used on creating new addressbook entrys (except a explizit type is requested via GET)
2011-11-09 09:07:45 +00:00
Ralf Becker
460f6e57bd
- fixed calendar_ical::importVCal() to (again) return 0 on etag mis-match, as documented and return 412 Precondition Failed in that case
...
- Disabling Schedule-Tag handling completly, as current implementation seems to create too much trouble with iCal under OS X or iOS, which send If-Schedule-Tag-Match condition event for major updates, not just changing own status or alarms
2011-11-08 21:11:36 +00:00
Ralf Becker
1aca51010a
fixed not working update of events, as etag2value still expected EGw- -wGE around ETag and adding Apple iCal 5.0.1 under OS X 10.7.2 user-agent
2011-11-08 21:10:37 +00:00
Nathan Gray
afe5a510db
Fix disappearing conditions
2011-11-08 15:55:11 +00:00
Klaus Leithoff
af39f5a4e0
handle failed connection on fetch messages
2011-11-08 11:33:38 +00:00
Klaus Leithoff
389f385701
* notification: do not notify expired or inactive users
2011-11-08 08:18:36 +00:00
Ralf Becker
f9e8d7312d
fixing r37108 calendar_timezone::DateTimeZone() returns a DateTimeZone not an egw_time object
2011-11-07 17:12:37 +00:00
Klaus Leithoff
bc1145533c
* email/sieve: improved vacation script handling: be more talkative to the user on rule validation errors while saving
2011-11-07 09:48:08 +00:00
Ralf Becker
bd616f8a34
merged some fixes from Trunk to quieten warnings in CalDAV:
...
- r36515: query_list(). initialize return value to array(), to allways return an array
- r36542: skip the empty (NULL) row
2011-11-06 09:49:53 +00:00
Ralf Becker
80510b5412
* CalDAV/CardDAV: major rework fixing lots of bugs/incompatibilites and adding new features: eg. autocompletion of accounts and resources under iCal, searchable addressbook gateway for all addressbooks available
...
merged changes from Trunk up to r37094 from addressbook, calendar, infolog, phpgwapi, egw-pear and resources (only CalDAV/CardDAV related stuff of cause)
2011-11-06 09:40:33 +00:00
Klaus Leithoff
a43ec990cd
further improvements regarding the quoting of preg special chars in signature used as pattern
2011-11-04 13:57:23 +00:00
Klaus Leithoff
d4088e79bb
attempt to improve switching signatures, when displayed at compose time
2011-11-04 12:54:07 +00:00
Klaus Leithoff
582be7b147
harden folder-prefs of user defined accounts, against losing folder-pref settings accidentaly by misconfiguration of the imap account given
2011-11-04 09:20:18 +00:00
Klaus Leithoff
6b4611bde4
fix typo causing all categories to be global
2011-11-03 15:31:08 +00:00
Klaus Leithoff
893bdb1524
avoid maximum allowed path length warning - triggered by autoload caused by php.5.3.7 is_a behavior
2011-11-03 15:25:41 +00:00
Nathan Gray
f6a28b7550
Remove ID, if already in title (eg Infolog)
2011-11-03 14:31:01 +00:00
Klaus Leithoff
c7664f5850
* calendar/esync: handle error regarding not getting an egw_time object but no exception is thrown; may be php 5.2.x related. occurs when a NokiaE72 tries to open Outlook invitations
2011-11-03 14:22:54 +00:00
Nathan Gray
9e2e0e878c
Fix error when selecting multiple users/groups for definition sharing
2011-11-03 14:20:13 +00:00