Commit Graph

27024 Commits

Author SHA1 Message Date
5ec55f9c16 stoping requesting more and more rows causing browser to stall, if browser does not give us height for rows (probably because it defered rendering) 2015-04-28 16:01:22 +00:00
5efd6c7787 Remove some left over error_logs and clear the code from IDE warnings 2015-04-28 15:45:10 +00:00
25b4075359 Add translation for mail sieve 2015-04-28 14:01:20 +00:00
f7ac6a47c1 Correct forward message in mail sieve, and add translation 2015-04-28 13:34:58 +00:00
2425f16da8 Make sure there is jquery object on ckeditor container 2015-04-28 10:31:45 +00:00
7166e09491 Give columns some width in order to cope better with category-tree 2015-04-27 15:21:34 +00:00
f94610e6df Fix a typo 2015-04-27 13:42:45 +00:00
a3f2dc1488 Fix htmlarea editor always wrap border around editing text in IE 2015-04-27 13:39:27 +00:00
353e5e0a9e Fix resizing htmlarea widget 2015-04-27 09:10:47 +00:00
5e40c8748d fix IDE warnings 2015-04-27 08:31:49 +00:00
e3f6fe6104 only use tree-wide load_via array, but do some sanity checks before using it (need to contain all stock keys), to fix not loaded (common) translations, cleaning up some IDE warnings 2015-04-26 11:00:01 +00:00
02161a851e * PostgreSQL: fix SQL error viewing history of an entry containing attachments 2015-04-25 10:08:12 +00:00
a3453dbcd6 fix typo causing PHP Fatal error if "writable share" is selected in community version 2015-04-25 07:21:26 +00:00
62f541cce6 fix contacts show organisation actions too 2015-04-24 15:13:45 +00:00
464b933e38 Make sure there is fields object 2015-04-24 14:37:03 +00:00
4b4c5e8a84 * 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:33 +00:00
9059132c34 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:01:22 +00:00
0b1da4118e * 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:24:12 +00:00
43b8e49231 an other little fix 2015-04-23 21:28:04 +00:00
6d3dd5889a fix sharing CSS for Stylite template 2015-04-23 21:16:20 +00:00
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
d399bb72f2 Consider AB accounts as pariticipants when do mail integration to calendar 2015-04-23 13:47:12 +00:00
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
c9ef30367e Only egw-data with no download_url should not get the click handler 2015-04-22 14:58:20 +00:00
86bd575a74 fix PHP Warning array_value expects first parameter to be array 2015-04-22 14:27:49 +00:00
9cd7906852 removed not working cast of Horde_Mail_Rfc822_List to array 2015-04-22 14:26:20 +00:00
0397a901b9 Fix some missing translation in mail folder acl and edit account 2015-04-22 10:35:52 +00:00
faf599d90c copy 14.2 changelog to trunk to satisfy update checker 2015-04-22 09:18:41 +00:00
db0e368f86 Do not warn about translating nulls, just return empty string 2015-04-21 19:47:23 +00:00
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
79332f31a5 Simple et2 implementation of ajax_search widget 2015-04-21 16:47:33 +00:00
7c2b6a44f8 Customfields:
- fix saving of @filename style options got automatically converted to label=@value style
2015-04-21 16:13:10 +00:00
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
abd6800a89 dont try to send if there is no smtpAccount 2015-04-21 14:23:59 +00:00
52a0c998ee Fix styling of header in mail display for mobile theme 2015-04-21 13:01:40 +00:00
35248d8ffb Add missing commit from previous one 2015-04-21 13:00:11 +00:00
2b4c1f4fb3 Do not give fix width of et2_label, as it squeezes labels with long text 2015-04-21 12:58:08 +00:00
3a3fea946b replacement for broken (and now deprecated) send->msg; 2015-04-21 12:50:41 +00:00
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
a238407182 * Mail/Sieve: require a vacation notice text on vacationnotice edit and save. 2015-04-21 11:17:49 +00:00
a627dea3d6 Customfields:
- fix options/attributes not saved under some cirumstances
- fix subsequent changes not saved if you click Apply the first time
2015-04-20 22:54:58 +00:00
25a9811121 Customfields:
- add missing delete button confirm
- fix some js bugs when changing type
- add accidentally removed check for overwriting an existing field
- make cf_name read-only after it is set
2015-04-20 21:49:05 +00:00
53363be626 Implement mail integration to an existing ticket 2015-04-20 14:31:21 +00:00
495d6d3599 prefer igbinary serialzation, if available of PHP serialization 2015-04-19 08:09:17 +00:00
40c9fb0adb fixed after r52504 empty PROPFIND in CardDAV 2015-04-18 13:20:56 +00:00
ded2c74681 only clean up temp-files, if we dont need them for mail_integration::integrate 2015-04-17 14:40:43 +00:00
d1cecdfd74 allow to specify domain, user and password via url again 2015-04-17 14:07:49 +00:00
be83f1c195 fix changed class names causing versioning not to show up after change to new api directory and namespaced classes 2015-04-17 13:44:35 +00:00
aa7edce3b4 Some fixes on mail integration:
- Fix save as raw eml file and send it as attachment
- Fix mail_import in infolog,tracker and calendar does not include raw mail eml attachment as link
- Some IDE clean up for mail and tracker
2015-04-17 09:39:22 +00:00
7d54d5b21c fix meeting invitations to not set "Content-Disposition: attachment" for ical alternative 2015-04-17 09:19:42 +00:00