Ralf Becker
6cf72321ce
* PostgreSQL: fix SQL error viewing history of an entry containing attachments
2015-04-25 10:08:41 +00:00
Ralf Becker
dfc9957176
fix typo causing PHP Fatal error if "writable share" is selected in community version
2015-04-25 07:19:18 +00:00
Hadi Nategh
2787b57ee3
Fix size of users icon in edit account dialog
2015-04-24 15:31:23 +00:00
Ralf Becker
d403046205
fix contacts show organisation actions too
2015-04-24 15:15:04 +00:00
Hadi Nategh
707eb127fb
Make sure there is fields object
2015-04-24 14:37:55 +00:00
Ralf Becker
2ec5fc5633
* PostgreSQL/Addressbook: fixed not working creating of new distribution lists
...
caused by egw_db::insert() using 0 or NULL in value of $where of primary key when trying to create the list, MySQL ignories these
2015-04-24 13:50:54 +00:00
Ralf Becker
db93440d8e
ignore accounts with smtp_auth_session for login as in cron
2015-04-24 10:48:31 +00:00
Ralf Becker
eea811d46f
fixed default SMTP account was not returned during setup and deprecated old send class in favor of using egw_mailer direct
2015-04-24 10:02:49 +00:00
Ralf Becker
540b6e9e28
* Notifications: skip email notification if we have no valid SMTP profile (eg. because there are only personal accounts and we run via cron)
2015-04-24 08:23:35 +00:00
Ralf Becker
3dd9eb593b
an other little fix
2015-04-23 21:28:23 +00:00
Ralf Becker
da6a910aae
fix sharing CSS for Stylite template
2015-04-23 21:17:03 +00:00
Ralf Becker
6d3dd5889a
fix sharing CSS for Stylite template
2015-04-23 21:16:20 +00:00
Ralf Becker
1f992866d9
fix not working download url for share on a subdirectory of a mounted filesystem with given download url
2015-04-23 19:47:37 +00:00
Ralf Becker
c823f64c4b
fix not working download url for share on a subdirectory of a mounted filesystem with given download url
2015-04-23 19:40:55 +00:00
Klaus Leithoff
1244c6c7de
try to cope with broken emailaddresses in our parseAddressList when using Horde_Mail_Rfc822->parseAddressList (returning empty object when fed with a broken address)
2015-04-23 14:31:33 +00:00
Hadi Nategh
d399bb72f2
Consider AB accounts as pariticipants when do mail integration to calendar
2015-04-23 13:47:12 +00:00
Ralf Becker
e0fa44f401
display encrypted messages, not just show an empty window
2015-04-23 13:14:05 +00:00
Ralf Becker
39bbea2e0d
* API: caching uses by default APC(u) if available AND apc.shm_size * apc.shm_segments >= 64M, it no longer complains in cron/cli if APC is not enabled (as it should and is by default)
2015-04-23 09:20:43 +00:00
Ralf Becker
c57bd20379
* API: caching uses by default APC(u) if available AND apc.shm_size * apc.shm_segments >= 64M, it no longer complains in cron/cli if APC is not enabled (as it should and is by default)
2015-04-23 09:20:17 +00:00
Klaus Leithoff
a88c169974
create the default script, if there is none; fix problem on trying to save/create vacation when there is NO rule or vacation existing beforehand
2015-04-23 08:38:47 +00:00
Hadi Nategh
0c91565dfb
Only egw-data with no download_url should not get the click handler
2015-04-22 14:58:53 +00:00
Hadi Nategh
c9ef30367e
Only egw-data with no download_url should not get the click handler
2015-04-22 14:58:20 +00:00
Ralf Becker
aed984148d
fix PHP Warning array_value expects first parameter to be array
2015-04-22 14:28:15 +00:00
Ralf Becker
86bd575a74
fix PHP Warning array_value expects first parameter to be array
2015-04-22 14:27:49 +00:00
Ralf Becker
93b8d489c2
removed not working cast of Horde_Mail_Rfc822_List to array
2015-04-22 14:26:52 +00:00
Ralf Becker
9cd7906852
removed not working cast of Horde_Mail_Rfc822_List to array
2015-04-22 14:26:20 +00:00
Hadi Nategh
e6f63cb8cf
Fix some missing translation in mail folder acl and edit account
2015-04-22 10:37:16 +00:00
Hadi Nategh
0397a901b9
Fix some missing translation in mail folder acl and edit account
2015-04-22 10:35:52 +00:00
Ralf Becker
faf599d90c
copy 14.2 changelog to trunk to satisfy update checker
2015-04-22 09:18:41 +00:00
Nathan Gray
db0e368f86
Do not warn about translating nulls, just return empty string
2015-04-21 19:47:23 +00:00
Nathan Gray
27e2f787a1
Date widget:
...
- Add year_range attributes to set the options in the year dropdown
- Experimental min and max attributes
Custom fields:
- Allow to set attributes in options field for some widget types (not ones that lists of options)
2015-04-21 19:46:33 +00:00
Nathan Gray
79332f31a5
Simple et2 implementation of ajax_search widget
2015-04-21 16:47:33 +00:00
Nathan Gray
7c2b6a44f8
Customfields:
...
- fix saving of @filename style options got automatically converted to label=@value style
2015-04-21 16:13:10 +00:00
Hadi Nategh
0c6f050ae5
Do not add taglist emails one by one, add them all in one, as the rendering process in magicsuggest would be very resource consuming
2015-04-21 15:50:24 +00:00
Hadi Nategh
4ea0638267
Do not add taglist emails one by one, add them all in one, as the rendering process in magicsuggest would be very resource consuming
2015-04-21 15:40:02 +00:00
Nathan Gray
b558a82cac
Do not remove rows that just have not changed.
...
Fixes linking two rows caused them to disappear.
2015-04-21 14:34:12 +00:00
Klaus Leithoff
9954438afc
dont try to send if there is no smtpAccount
2015-04-21 14:25:02 +00:00
Klaus Leithoff
abd6800a89
dont try to send if there is no smtpAccount
2015-04-21 14:23:59 +00:00
Ralf Becker
43f9e501a6
Changelog for 14.2.20150421
2015-04-21 13:17:54 +00:00
Hadi Nategh
bcf5f4bf2b
Do not give fix width of et2_label, as it squeezes labels with long text
2015-04-21 13:02:56 +00:00
Hadi Nategh
52a0c998ee
Fix styling of header in mail display for mobile theme
2015-04-21 13:01:40 +00:00
Hadi Nategh
35248d8ffb
Add missing commit from previous one
2015-04-21 13:00:11 +00:00
Hadi Nategh
2b4c1f4fb3
Do not give fix width of et2_label, as it squeezes labels with long text
2015-04-21 12:58:08 +00:00
Klaus Leithoff
a040d036bb
replacement for broken (and now deprecated) send->msg;
2015-04-21 12:52:25 +00:00
Klaus Leithoff
3a3fea946b
replacement for broken (and now deprecated) send->msg;
2015-04-21 12:50:41 +00:00
Hadi Nategh
acd5971c96
Do not bind click handler on media mime type to be opened in expose view if there is no download_url(e.g. attachments of mail integration have no download_url befre they get saved)
2015-04-21 12:20:53 +00:00
Hadi Nategh
9b9313026f
Do not bind click handler on media mime type to be opened in expose view if there is no download_url(e.g. attachments of mail integration have no download_url befre they get saved)
2015-04-21 12:20:12 +00:00
Klaus Leithoff
49dbf5a7f8
* Mail/Sieve: require a vacation notice text on vacationnotice edit and save.
2015-04-21 11:19:09 +00:00
Klaus Leithoff
a238407182
* Mail/Sieve: require a vacation notice text on vacationnotice edit and save.
2015-04-21 11:17:49 +00:00
Hadi Nategh
2205536343
Always convert html to plain text if browsing with mobile device, because of CKEditor complatibility
2015-04-21 10:15:01 +00:00