Commit Graph

24357 Commits

Author SHA1 Message Date
1c37e1ccb0 Make sure only integrated infolog events get drag tags not other inegrated events from other apps 2014-08-21 14:33:55 +00:00
f381b9630a * Calendar/infolog events: Implement drag,drop and resize for integrated infolog events in all calendar views. 2014-08-21 14:28:02 +00:00
258d3c8ee5 fixed sometimes (specially day-view) not working drag-n-drop, caused by DOM not ready 2014-08-21 14:12:44 +00:00
894e757f18 adding autocomplete attribute to et2_textbox and et2_passwd and use it in email wizzard/account to stop browser from accidently filling out empty fields 2014-08-21 13:06:42 +00:00
5a53a36ff1 added et2_appicon class to app-icons in old eTemplates 2014-08-21 10:12:55 +00:00
92131c0619 adding et2_appicon class 2014-08-21 09:47:50 +00:00
7ca4255e25 fix error happening in browsers not supporting console object 2014-08-21 08:13:01 +00:00
72219d3a04 do not cache, if we dont find selectedFolder in query_context, as looking it up in tree causes mails to be cached for wrong folder 2014-08-21 08:01:09 +00:00
d324e943b3 remove semi-transparent background of locked folder-tree 2014-08-21 07:59:23 +00:00
1711a3a918 do NOT connect to previous imap server, if user triggers a change of server 2014-08-21 07:59:04 +00:00
cecb348919 Fix mail compose to/cc fields are not getting scrollbar if amount of mails are bigger than 3 rows 2014-08-21 07:31:47 +00:00
a16a7190f2 remove unnecessary .useElipsis:after 2014-08-20 08:24:47 +00:00
10a0235855 Introduce video widget.
- Add ability to play video media/stream
2014-08-20 08:22:16 +00:00
b8ba550e47 * All Applications: Fix problem with resizing listviews' columns in FireFox (FF) and Internet Explorer (IE).
- Fix column being resized by clicking on selectbox (dropdown triangle handle) in IE and FF
- Fix resizing column attempt to select texts instead of resizing column in FF
2014-08-20 08:18:40 +00:00
828274fea9 exclude login failures from session list 2014-08-19 17:16:19 +00:00
0a6b4e98b5 * Addressbook: no longer offering to move contacts to accounts addressbook, as we do not support that 2014-08-19 14:13:21 +00:00
13c0396d4a fix problem with wrong encoded header information; we rely on UTF8, if data are not provided accordingly, our json calls fail 2014-08-19 12:51:56 +00:00
427956518e * Etemplate/widget: Introduce video widget.
- Add ability to play video media/stream
2014-08-19 10:10:09 +00:00
c664ae5b65 add pure php connect/login times to profile 2014-08-19 08:45:41 +00:00
de3ff0c2ff Fix css class name typo in mail 2014-08-19 07:33:10 +00:00
ed861b33f3 - Change zoom auto level to better suit projects a day or two long
- Reset start/end dates when changing data
2014-08-18 23:09:18 +00:00
175d6b7201 - Change zoom auto level to better suit projects a day or two long
- Reset start/end dates when changing data
2014-08-18 22:55:54 +00:00
b2544e1b2d When moving mail, remove any cache for target directory 2014-08-18 20:53:23 +00:00
b89c654d37 Fix double encoded & in merge functions 2014-08-18 20:33:40 +00:00
64fbc7810f Create & use a flag 'no_actions' to disable actions for sum rows 2014-08-18 20:22:11 +00:00
9bc4c4a38f Fix no longer working 'None' category option 2014-08-18 20:02:49 +00:00
0eb8854eb3 Add 'None' category option back for addressbook 2014-08-18 19:55:54 +00:00
976c7e55ac - Adjust default columns to exclude resolution, completion, timesheets, votes and bounties. They can still be turned on manually, just hidden by default.
- Set some more default column widths
2014-08-18 19:44:37 +00:00
6a8e85c3e1 Add drag&drop for email and link lists 2014-08-18 18:00:00 +00:00
1e5ea67595 Fix unable to have checkboxes with an unselected value that evaluates to false. 2014-08-18 17:33:43 +00:00
5b91e871de Deal with languages helpfully adding timezones into timestamps
Fixes random (12, 6, 7) hours sometimes added to dates
2014-08-18 16:47:27 +00:00
161734f941 Handle validation_error if widget is children of a tabbox.
-Fix widget with validation error does not activate its related tab.
2014-08-18 12:05:04 +00:00
09f1d55a72 show mail account on connection error and tell user he can call wizard or delete account, instead calling wizard right away with no possebility to delete account 2014-08-18 11:59:37 +00:00
a0354ab8eb fixed PHP Fatal error " Call to undefined method emailadmin_imapbase::subscribe" since r48090 2014-08-18 10:34:36 +00:00
947f6b1551 fixed PHP Fatal error " Call to undefined method emailadmin_imapbase::subscribe" since r48090 2014-08-18 10:33:22 +00:00
6a6aaa7b6a * EMailAdmin/Admin/Cyrus: deleting of users did not delete mailbox on managed Cyrus server 2014-08-16 10:26:02 +00:00
d8bd6e7b2d * EMailAdmin/Admin/Cyrus: fixed mailbox creation for new users incl. Sent,Trash,Drafts,Templates,Spam subfolders, if defined in account 2014-08-15 18:19:02 +00:00
453544d6cf Override padding and border for remove class in fileupload progress, seems it gets padding from et2_link:firstChild class which is not meant to be set for remove div.
-Fix wierd yellow box next to fileupload progress.
2014-08-15 11:25:14 +00:00
c1275309ab * Mail: fixed sometimes not working (un)subscribe of mailboxes, added better diagnostic and automatic (de)select children 2014-08-15 11:25:04 +00:00
e47db95be7 * Mail: fixed sometimes not working (un)subscribe of mailboxes, added better diagnostic and automatic (de)select children 2014-08-15 11:22:43 +00:00
4a850f63d9 fix typo 2014-08-15 09:39:26 +00:00
49f9086420 fix typo 2014-08-15 09:38:37 +00:00
a03a69bd8e Override padding and border for remove class in fileupload progress, seems it gets padding from et2_link:firstChild class which is not meant to be set for remove div.
-Fix wierd yellow box next to fileupload progress.
2014-08-15 08:55:11 +00:00
fff55a9eeb allow to switch caching in Horde_Imap_Client off globally via unset(emailadmin_imap::$default_params["cache"]); and do that by default for profiling 2014-08-14 16:37:28 +00:00
0f498492b4 implement some >mark all messages in folder as read< action 2014-08-14 15:39:05 +00:00
1f3bb33fd8 implement some >mark all messages in folder as read< action 2014-08-14 15:38:32 +00:00
67c939d0e1 * MAIL/Compose: Make to/cc/bcc fields draggable and droppable.
- Ctrl+ dragging copy the email to target, otherwise it moves to target.
2014-08-14 14:44:16 +00:00
d84b700517 * Mail: fix problem on not applied but possibly set status filter on all message actions for flagging 2014-08-14 13:51:57 +00:00
2df89703ca * Mail: fix problem on not applied but possibly set status filter on all message actions for flagging 2014-08-14 13:49:14 +00:00
176c1247dc Refresh Trash folder folder-status when empty Trash action is triggered not from the Trash folder 2014-08-14 11:28:55 +00:00