Commit Graph

24588 Commits

Author SHA1 Message Date
Ralf Becker
44ae13a32e changing default columns for new installs to a postiv list of "type, name/organisation, bussiness address, phone and email", so adding further columns dont make them automatic enabled 2014-09-24 08:26:42 +00:00
Ralf Becker
341e96fceb * Admin/PostgreSQL: adding new accounts failed
because they were added with account_id=0, which is stored literaly in postgres but created a new auto-id in mysql, unsetting it works of cause for both
2014-09-24 06:56:03 +00:00
Hadi Nategh
aaeb66f44e * Calendar: Fix not being able to add calenadr alarm for user with limited access
-Fix javascript error while switching to custom alarm date
2014-09-23 13:50:11 +00:00
Ralf Becker
19d2b7effb need to set context even for no proxy, if we need optional authentication 2014-09-23 13:45:03 +00:00
Hadi Nategh
1289d23df9 Make sure the opener window is still there before asking about its widgets.
-Fix mail compose save as draft throws an error if the mail tab is closed while saving.
2014-09-23 12:31:03 +00:00
Ralf Becker
db8ed755f9 Changelog for 14.1.20140923 2014-09-23 09:29:27 +00:00
Hadi Nategh
9f8f35ac57 - Fix bug loading new data into gantt
- Setup for Stylite gantt features
2014-09-23 09:27:59 +00:00
Hadi Nategh
4963e7c968 Change redirect after save/cancel custom fields, fixes unwanted iframe after save 2014-09-23 09:02:18 +00:00
Hadi Nategh
5e6687c751 Fix diff widget to better handle empty values (cleared fields) 2014-09-23 08:59:52 +00:00
Hadi Nategh
278a0ccdd6 Use link search value to get email addresses as participants working again. 2014-09-23 08:59:18 +00:00
Hadi Nategh
89a02f201d Add home-accounts translation 2014-09-23 08:58:41 +00:00
Hadi Nategh
22f8e05d5f Get not loaded UIDs if select all is used. 2014-09-23 08:57:54 +00:00
Ralf Becker
d83d3db364 single from address was shown twice in mail display 2014-09-23 08:45:10 +00:00
Klaus Leithoff
712b9acd94 * Mail: resolve distributionlists upon saving as draft, infolog, tracker and storing sent message in designated send-folder 2014-09-23 08:24:24 +00:00
Ralf Becker
9421749af2 backport r48680 from Nathan: fix Header lines to skip could not be set to 0 2014-09-23 08:19:39 +00:00
Ralf Becker
7a94452b7f * Login: disabling cookie-enabled-check again, as it causes a redirect look under certain conditions and browsers 2014-09-23 08:05:09 +00:00
Nathan Gray
abaf99a827 Fix sub-grid column indent 2014-09-22 22:29:09 +00:00
Ralf Becker
6081076741 * Admin: using proxy configuration from setup for update-check and retrieving EPL license from my.stylite.de 2014-09-22 19:44:03 +00:00
Nathan Gray
06dd8b2adb Fix a few more redirects resulting in unwanted iframes. 2014-09-22 16:23:02 +00:00
Hadi Nategh
ddc26c361c Avoid to refresh mail list if the active folder is not the Draft folder while saving compose mail as draft 2014-09-22 12:55:40 +00:00
Hadi Nategh
055c9f8966 Fix save as draft confirmation message does not disappear after a while 2014-09-22 12:55:04 +00:00
Hadi Nategh
62cacc922d Implement draft autosaving for mail compose.
- Auto saving interval is every 2 minutes.
2014-09-22 12:54:25 +00:00
Hadi Nategh
6cd5e61979 Restructure compose save as draft functionality and implement it as an ajax function 2014-09-22 12:53:27 +00:00
Ralf Becker
b02c771f4a pending updates from our translation server 2014-09-22 11:59:05 +00:00
Ralf Becker
f130294bbf * API/MySQL: automatic try to reconnect once, if server closed connection "MySQL server has gone away" 2014-09-22 10:25:03 +00:00
Nathan Gray
fcfc326b4c Include custom fields in search 2014-09-19 18:36:06 +00:00
Nathan Gray
2cc0e8d434 Also accept file names to remove. 2014-09-19 18:32:20 +00:00
Nathan Gray
b0907096bf UI improvements to Access dialog for non-admin users 2014-09-19 16:40:18 +00:00
Klaus Leithoff
72c2b67eb5 pushing an array onto the end of an array is not what was intended; we wanted the elements of the latter appended to the first 2014-09-19 14:04:24 +00:00
Klaus Leithoff
53a579bab8 fix problem in own _cmdAuthenticate; provide own getBestAuthMethod; intend to use LOGIN as AuthMethod 2014-09-19 11:42:00 +00:00
Klaus Leithoff
0ea2d1ac7f pending translations from our translation server: thanks to all contributors 2014-09-19 08:31:38 +00:00
Nathan Gray
066f0b5c85 Accept string without suffix as fixedWidth.
Fixes infolog defaults missing when changing details/no details
2014-09-18 15:16:00 +00:00
Nathan Gray
896ce29c1d Don't unregister selected rows from the selection manager, even if they're destroyed.
Fixes selection loses first rows when user scrolls down.
2014-09-18 15:13:29 +00:00
Ralf Becker
e7048d93db * Preferences: non-admin user was able to give himself run-rights to any app incl. admin 2014-09-18 13:54:09 +00:00
Klaus Leithoff
a2d2a9e527 disable non functional readall action on mail display popup actionmenu 2014-09-18 12:34:10 +00:00
Ralf Becker
17249fc30e * CardDAV/Addressbook/Preferences: accounts, primary group, all, ... were not selectable in personal preferences 2014-09-18 09:05:37 +00:00
Nathan Gray
f74bd300f4 Avoid extra reload of infolog, just hide the details 2014-09-17 15:07:03 +00:00
Klaus Leithoff
dc965c15f9 ensure Message-Id is the same for outgoing mail AND message saved in send-folder 2014-09-11 14:10:51 +00:00
Klaus Leithoff
2172fc769d * Mail: support the propagation of Thread-Topic, Thread-Index and List-Id on reply too 2014-09-11 11:52:58 +00:00
Ralf Becker
dcbf30d674 using egw_json_response::json_encode() for GET requests too, to work agains empty windows caused eg. by wrong encoding 2014-09-10 19:19:31 +00:00
Ralf Becker
6617d2a1fe only log ajax requests which represent former GET requests or submits, to cut down updates to egw_access_log table 2014-09-10 18:39:07 +00:00
Ralf Becker
14b11281ec remove create_function in favor of a global function as it is causing - at least on some systems - permanently changing cache-ids / minified sources not to be cached 2014-09-10 16:15:53 +00:00
Ralf Becker
02df7c8fdf Changelog for 14.1.20140910 2014-09-10 12:35:00 +00:00
Ralf Becker
33b0fc473b reverting r48575 "Fix sub-grid column indent" as it makes filenames in hierarchies more cluttered 2014-09-10 12:18:26 +00:00
Hadi Nategh
ab805f90e4 * Mail: Colorize mail contents according to their hierarchy in body 2014-09-10 11:59:40 +00:00
Ralf Becker
cf97364abf partial backport of r48568: Fix bug loading new data into gantt
ommitting projectmanager/inc/class.projectmanager_gantt.inc.php
2014-09-10 11:28:42 +00:00
Ralf Becker
084fb28864 Change minimum characters to 4 to avoid long queries on large installs. 2014-09-10 11:24:45 +00:00
Ralf Becker
6fa2cab7e2 Limit link search to 1000 results 2014-09-10 11:24:10 +00:00
Ralf Becker
4c9a44258c Set appropriate no details CSS on initial load 2014-09-10 11:23:21 +00:00
Ralf Becker
12bfd30cbd When user changes the width of a relative width column, make sure that column stays at the set size and adjust all other relative columns to fit. Fixes relative width columns changing width again after being resized. 2014-09-10 11:22:38 +00:00