Commit Graph

15480 Commits

Author SHA1 Message Date
Ralf Becker
748dde06b1 "- fixed not exported custom fields, if field is valid for more then one type
- fixed not exported regular fields: info_datemodified, info_modifier, info_id"
2010-04-23 12:11:23 +00:00
Jörg Lehrke
e712cfe9ce Fix iCal export of incomplete events again .-( 2010-04-23 11:03:55 +00:00
Ralf Becker
f172a99890 "fixed not working $type=='owngroups' for ldap, eg. used in calendar pref 'Preselected group for entering the planner'" 2010-04-23 10:57:11 +00:00
Jörg Lehrke
7cd4036b34 Fix iCal export of incomplete events 2010-04-23 10:41:44 +00:00
Klaus Leithoff
55f9a03d22 backport of ralfs fix for "customfields with links break certian actions in listviews" 2010-04-23 09:56:09 +00:00
Klaus Leithoff
3377fbf6c6 use purify to clean potential malicious content out of msg/message 2010-04-23 09:38:12 +00:00
Klaus Leithoff
4bde0157f8 allow h4-6 in all definitions, allow style for divs 2010-04-22 12:14:15 +00:00
Jörg Lehrke
96862c4447 Add CardDAV support for Apple's latest Addressbook.app 2010-04-21 18:00:07 +00:00
Jörg Lehrke
ff3e461823 Fix addressbook_bo::find_contact() 2010-04-21 17:56:04 +00:00
Ralf Becker
8a7f0d35f4 fixed not working rename of account_lid with admin/admin-cli.php, corrupted sqlfs (overwrite /home) 2010-04-21 12:29:19 +00:00
Ralf Becker
4b0c94099f nicer styling for edit series popup, moved stylites to app.css file 2010-04-21 09:27:46 +00:00
Klaus Leithoff
3e12e0c2bd fix to show all files in backup_dir, not only entrys with different ctime (ctime was used as key for list); provided by christian fueller 2010-04-20 14:08:44 +00:00
Ralf Becker
bb1ff6dfcb "fixed warning (wrong parameter in array_unshift), if account_id not set" 2010-04-20 12:53:22 +00:00
Ralf Becker
ce4176ef9a "missing order account_fullname for sql" 2010-04-20 12:17:32 +00:00
Ralf Becker
6f493cbde8 "some more fixes:
- fixed not grayed out checkbox for grants to user set via group-acl
- fixed wrong soriting off accounts by account_lid instead of full name, which is displayed"
2010-04-20 11:36:01 +00:00
Ralf Becker
37d8e449b3 "fixed not working limited result and sorting for type 'both', caused by an (now disabled) optimisation, which only works for type 'accounts'" 2010-04-20 11:24:27 +00:00
Ralf Becker
54ab90088e "silently remove user himself (NOT decrementing total or number of shown entries): looks much better ;-)" 2010-04-20 08:42:26 +00:00
Ralf Becker
2c26d5a9b9 fixed handling of group acl: addressbook eg. is NOT using it at all 2010-04-20 07:00:30 +00:00
Jörg Lehrke
0949389d57 Enable ../groupdav.php/calendar/ again 2010-04-16 21:53:01 +00:00
Jörg Lehrke
66656bf9c5 Fix hierarchical properties issue 2010-04-16 19:41:41 +00:00
Jörg Lehrke
5e27de334a Fix empty Sync Anchor issue (eg. with Samsung devices) 2010-04-16 15:25:54 +00:00
Klaus Leithoff
a30ed13116 fixing warning regarding template->show 2010-04-16 14:30:37 +00:00
Klaus Leithoff
7998447573 fix for absolute position of new edit-series-dialog; provided by andreas stoeckel 2010-04-16 14:23:47 +00:00
Klaus Leithoff
7fc5ccdb17 fix another tooltip problem (tooltips at the edge of the screen get misplaced) provided by andreas stoeckel 2010-04-16 13:48:07 +00:00
Ralf Becker
dec7c47d64 "support for Mandriva mailaccount schema for group email addresses " 2010-04-16 13:31:58 +00:00
Klaus Leithoff
1c2d3dabb0 enable create of recurreence for weekdays only for recur_type weekly (conditional enabling/disabling weekday selection area) 2010-04-16 13:19:46 +00:00
Klaus Leithoff
a13069d033 fix flickering of calendar tooltips, fix oversized space reservation for small tooltips: provided by andreas stoeckel 2010-04-16 12:39:45 +00:00
Klaus Leithoff
cfb6b4e9d8 add h4,h5,h6 for purify whitelist 2010-04-16 12:33:05 +00:00
Klaus Leithoff
a095ab6a50 add h4,h5,h6 for purify whitelist 2010-04-16 12:11:12 +00:00
Ralf Becker
6eff1b97e2 fixed not working delete of participants specified as email address containing quotes 2010-04-16 10:41:25 +00:00
Jörg Lehrke
4c3cfa2144 SyncML and GroupDAV Backport 2010-04-16 09:24:55 +00:00
Klaus Leithoff
f28751da2e fixing problem in listview, using the new UNION functionality 2010-04-16 07:56:30 +00:00
Ralf Becker
e9fb72f596 better understandable dialog for editing recuring events (plus missing translations) 2010-04-15 18:29:14 +00:00
Ralf Becker
83884ab2c2 better understandable dialog for editing recuring events (plus missing translations) 2010-04-15 18:23:02 +00:00
Nathan Gray
2aed9e476f Fix copy/paste error to get address merging working 2010-04-15 14:56:37 +00:00
Klaus Leithoff
0efd1057ea use UNIONs instead of OR for calendar filter "owner too" 2010-04-15 14:50:54 +00:00
Ralf Becker
5d6a7ede84 "show only groups with calendar rights, as we do in the calendar selection" 2010-04-15 14:11:04 +00:00
Ralf Becker
db6c6cd462 "show only groups with calendar rights, as we do in the calendar selection" 2010-04-15 14:10:01 +00:00
Klaus Leithoff
06fed70281 all user_types supported while building the UNION 2010-04-15 13:41:57 +00:00
Klaus Leithoff
d41940fc1f work in progress, forgot that ressources are user_types too 2010-04-15 13:23:16 +00:00
Klaus Leithoff
b1987c62fa use UNIONs instead of OR for calendar filter "owner too" 2010-04-15 12:52:35 +00:00
Klaus Leithoff
d785ed1d45 improved commented out debug message 2010-04-15 07:01:29 +00:00
Klaus Leithoff
939875aade translations provided by mkk 2010-04-15 06:54:30 +00:00
Jörg Lehrke
c130fee383 Reduce SyncML MaxMsgSize to 10000 2010-04-14 17:29:03 +00:00
Jörg Lehrke
2b9198e8f7 Fix SyncML preferences 2010-04-14 16:40:54 +00:00
Jörg Lehrke
ae0bd0a0b7 Clarify iCal file export TZ option 2010-04-14 15:08:57 +00:00
Jörg Lehrke
d3ad7cae78 Fix undefined status issue 2010-04-14 14:44:21 +00:00
Jörg Lehrke
f802fdd315 Allow more WS in line folding of new formats 2010-04-14 14:41:10 +00:00
Ralf Becker
3123d9c2e2 two more indexes to speed up sync 2010-04-14 12:23:47 +00:00
Ralf Becker
a1332b56cc two more indexes to speed up sync 2010-04-14 12:19:02 +00:00