Ralf Becker
632a91774d
allow dash ("-") in app name, eg. sitemgr-site
2011-07-26 13:49:53 +00:00
Ralf Becker
090e8bb00e
allow dash ("-") in app name, eg. sitemgr-site
2011-07-26 13:48:06 +00:00
Klaus Leithoff
e77fa3ff77
fix warning ->missing argument 1 for select_widget<- : make the parameter optional by assigning a default value
2011-07-26 07:49:21 +00:00
Klaus Leithoff
88c088eb86
fix warning ->missing argument 1 for select_widget<- : make the parameter optional by assigning a default value
2011-07-26 07:43:53 +00:00
Klaus Leithoff
b5d5a38b1d
patch to fix problem with ->not able to see mail<- egw_instant_load.html not found. provided by Vladimir Kolobkov;
2011-07-25 15:53:53 +00:00
Klaus Leithoff
45468c801a
patch to fix problem with ->not able to see mail<- egw_instant_load.html not found. provided by Vladimir Kolobkov; Thanks a lot
2011-07-25 15:52:22 +00:00
Klaus Leithoff
6683071fdd
support dparameters (structure part 8) for images while parsing the message body structure
2011-07-21 14:50:08 +00:00
Klaus Leithoff
b42eadf8c6
* eMail: fix for broken showHeader in Message Display window, code cleanup
2011-07-21 13:13:44 +00:00
Klaus Leithoff
c2e2e1a84a
make sure there is no whitespace leading or trailling the host string, when attempting to send
2011-07-21 12:11:28 +00:00
Klaus Leithoff
f297d65790
make sure there is no whitespace leading or trailling the host string, when attempting to send
2011-07-21 12:11:17 +00:00
Klaus Leithoff
7b35552e33
use the correct class for retrieving the message header of the saved draft mail (, on reopen)
2011-07-21 11:13:37 +00:00
Klaus Leithoff
3d97bb06f5
* eMail: carry the preference regarding the move or copy of mails over to drag and drop dialog
2011-07-21 11:01:55 +00:00
Klaus Leithoff
3251329d6e
if there is only a single event in the action, buffer it into/with a window.setTimeout function call, and wait for the trigger to execute and clean up as it does with multiple actions on a target
2011-07-21 11:01:03 +00:00
Klaus Leithoff
cae37dab26
if there is only a single event in the action, buffer it into/with a window.setTimeout function call, and wait for the trigger to execute and clean up as it does with multiple actions on a target
2011-07-21 10:50:33 +00:00
Klaus Leithoff
76b19d9692
add the xml export file for better tracking of changes
2011-07-20 15:24:29 +00:00
Klaus Leithoff
b685831cbe
add the xml export file for better changetracking
2011-07-20 15:23:36 +00:00
Klaus Leithoff
aad10adcc0
* timesheet: fix tabcontrol not working, fix for broken saving description in simple/short view mode
2011-07-20 11:00:08 +00:00
Klaus Leithoff
c0754a606e
* timesheet: fix tabcontrol not working, fix for broken saving description in simple/short view mode
2011-07-20 10:59:07 +00:00
Nathan Gray
a2be785731
Bring some HTML styles into merged documents (ODT & docx)
2011-07-19 23:32:01 +00:00
Klaus Leithoff
7d955cf2e7
make sure we are connected, before trying to reopen a drafted Message (while/after saving)
2011-07-19 12:56:45 +00:00
Klaus Leithoff
a981c31afd
quieten warning regarding foreach on POST->destination
2011-07-19 11:42:35 +00:00
Klaus Leithoff
97a91b82a5
fix bug ->could not parse MimeMessage<- on saving (and reopening) Templates
2011-07-19 11:39:56 +00:00
Klaus Leithoff
5529618ba1
fix broken category search, selected cat=1 always, when only one category wasselected, as (int) of an array does not give the required/expected result
2011-07-19 07:32:28 +00:00
Klaus Leithoff
39ccc98418
fix broken category search, selected cat=1 always, when only one category wasselected, as (int) of an array does not give the required/expected result
2011-07-19 07:30:39 +00:00
Klaus Leithoff
944a31e610
use new option to fetch the activeMailProfile by ProfileID
2011-07-18 13:41:13 +00:00
Klaus Leithoff
e9eb6154ff
use new option to fetch the activeMailProfile by ProfileID
2011-07-18 13:40:58 +00:00
Klaus Leithoff
fdc6f1f63f
allow to fetch identity by assigned serverID (fetches the first match found)
2011-07-18 12:22:51 +00:00
Klaus Leithoff
3be162cd2a
fix by Ralf for bug, that prevented the update of accounts, if your accountselection method is groupmembers
2011-07-18 10:09:47 +00:00
Klaus Leithoff
fe9e16d845
fix by Ralf for bug, that prevented the update of accounts, if your accountselection method is groupmembers
2011-07-18 09:46:32 +00:00
Klaus Leithoff
e084ade3b1
fix javaScript error for firstChild is null, on opening mails without subject, or with no accessible subject
2011-07-18 07:47:22 +00:00
Ralf Becker
ff7a0b3ffd
fix to avoid clearing browser cache after 11.1 update
2011-07-14 14:08:29 +00:00
Klaus Leithoff
4e22875dea
add missing default translation for lang key tls
2011-07-14 08:57:23 +00:00
Klaus Leithoff
6263753e80
add missing default translation for lang key tls
2011-07-14 08:54:30 +00:00
Nathan Gray
a24606739e
Fix category list action buttons
2011-07-13 16:39:36 +00:00
Ralf Becker
a64980d852
removed two css settings messing up existing eTemplate layouts:
...
- spans were different vertical aligned the prefixing text
- all nextmatch header were forced to left alignment
--> seems to have no negative effect, but fixes some ugly layout bugs
2011-07-13 12:52:28 +00:00
Ralf Becker
f294a9274c
removed two css settings messing up existing eTemplate layouts:
...
- spans were different vertical aligned the prefixing text
- all nextmatch header were forced to left alignment
--> seems to have no negative effect, but fixes some ugly layout bugs
2011-07-13 12:51:33 +00:00
Klaus Leithoff
81e0720ee5
notification/tracker: in special cases, the owner of an entry was notified twice; now control who is notified in the first (admin) notification run, and pass the already notified email-addresses to the general run; add missing static to get_details of notifications for tracker (backport r35727)
2011-07-13 07:36:27 +00:00
Klaus Leithoff
bed0c7a265
notification/tracker: in special cases, the owner of an entry was notified twice; now control who is notified in the first (admin) notification run, and pass the already notified email-addresses to the general run
2011-07-13 07:30:28 +00:00
Nathan Gray
21cc152386
Get action button & select all button working for email popup
2011-07-12 14:36:59 +00:00
Ralf Becker
e4da700ff4
using grid styleing also for nextmatch widgets without nextmatch header
2011-07-12 09:55:08 +00:00
Ralf Becker
43c4113d83
using grid styleing also for nextmatch widgets without nextmatch header
2011-07-12 09:53:39 +00:00
Nathan Gray
3049faf994
Remove action column from email select rows
2011-07-11 17:35:33 +00:00
Nathan Gray
69b0ceed0c
Consolidating & simplifying translation phrases
2011-07-11 17:01:55 +00:00
Klaus Leithoff
2daee47ef9
Changelog for 11.1.20110711
2011-07-11 11:26:18 +00:00
Klaus Leithoff
e93d0ca3ac
* eMail: bugfix for 'identities are set as active profile': status is now checked for active
2011-07-11 11:19:25 +00:00
Ralf Becker
546db61c51
style for disabled buttons
2011-07-10 18:24:18 +00:00
Ralf Becker
f8d62195a2
style for disabled buttons
2011-07-10 18:23:27 +00:00
Ralf Becker
ccf99917d0
fixing the last fix, code was still needed ;-) and automatically hiding the location bar for mobile browsers
2011-07-10 12:10:43 +00:00
Ralf Becker
25b07d3fc8
fixed not working default app for mobile browsers
2011-07-10 12:09:03 +00:00
Ralf Becker
b7d5f6564d
fixed not working default app for mobile browsers
2011-07-10 12:05:59 +00:00