Klaus Leithoff
83716092fb
translations from our translation server
2014-04-07 06:50:08 +00:00
Ralf Becker
b5818b931f
patched PHPMailer to allow to use STARTTLS and TLS version>=1, enhanced wizard to autodetect hosted 1-and-1 domains by using Mozilla ISPDB on MX or domain-part of MX, fixed folder detection to not require folders below INBOX
2014-04-04 08:31:28 +00:00
Ralf Becker
554789e9ff
2 new message types "help" and "info" and displaying now all message types but "success" until next message or user explicitly closes them
2014-04-02 19:02:49 +00:00
Nathan Gray
d3c0314b4d
Switch AJAX upload library to Resumable for chunked uploads.
2014-04-01 20:48:40 +00:00
Ralf Becker
6fdf8c98d1
open preferences and ACL in a popup (ACL still needs a little more work: use et2_dialog to add/edit instead of an other popup)
2014-04-01 15:49:08 +00:00
Ralf Becker
d28583a3a4
fix Array has no method match, if egw_framework::message() is called in GET request
2014-04-01 14:16:11 +00:00
Ralf Becker
97dc98453c
Horde_iCalendar::newComponent(): include relative from current dir, as we no longer set (old) Horde dir in include path
2014-04-01 13:41:45 +00:00
Ralf Becker
71b97568e5
restore include_path after include of (old) Horde lib/core.php to not conflict wth new Horde code installed in include-path
2014-04-01 12:33:14 +00:00
Ralf Becker
28a819926c
fixed fatal error class Horde_String not found when trying to save a new compose with attached vCard as draft
...
caused be previous include include of phpgwapi/inc/horde/Horde/String.php via use of vCard and old Horde code uses just String instead of Horde_String as class-name
2014-04-01 10:37:36 +00:00
Nathan Gray
5be831d9dc
Fix broken cache update when deleting a preference.
...
Before, it would only store the preference for the updated app instead of all.
2014-03-31 16:59:01 +00:00
Klaus Leithoff
8d5b0e83a3
translations from our translation server
2014-03-31 12:50:09 +00:00
Ralf Becker
13ad291696
need to init apps too
2014-03-28 13:15:11 +00:00
Ralf Becker
1a1e0fcffc
move "nothing to save." to common
2014-03-28 13:05:56 +00:00
Klaus Leithoff
f495345550
add some more examples for imap_rfc822_parse_adrlist
2014-03-28 09:48:09 +00:00
Ralf Becker
115aabf21a
fixed error because using (by loading order sometimes) uninitialised class-variable instead of documented and initialies private var
2014-03-28 08:06:30 +00:00
Ralf Becker
ca3f43838c
fixed IDE warnings
2014-03-28 07:49:49 +00:00
Klaus Leithoff
5547753502
first step for a workaround when there is no imap extension available; ToDo: implement imap_rfc822_parse_adrlist (used quite often)
2014-03-27 14:03:06 +00:00
Nathan Gray
e7fd500006
Store the jQuery jqXHR request object in the json_request, and return it from sendRequest() so caller can access it, if needed.
2014-03-26 17:53:09 +00:00
Ralf Becker
a4b27d286d
* FireFox/all apps: fixed in recent FF version popups opened always in a single popup (overwritting previous opened one)
2014-03-26 10:32:17 +00:00
Ralf Becker
7d7436e54b
fixed javascript errors happening if config was not loaded
2014-03-25 12:23:06 +00:00
Ralf Becker
9a10af6fe5
missed to commit parameter to parse CN from url
2014-03-25 12:22:00 +00:00
Ralf Becker
659ad40b50
display old html::form_1button like a button inline-block
2014-03-25 12:17:46 +00:00
Ralf Becker
1007f2ec7e
fixed idots not always loaded client-side configuration: now using egw_info[flags][nonavbar] === "popup" to let framework definitly know we dont want a navbar (need to know before navbar is called and can not use true, which is allways set by index.php)
2014-03-25 12:12:00 +00:00
Ralf Becker
fd7a180412
fixed IDE warnings
2014-03-23 08:51:28 +00:00
Ralf Becker
1f0dd46118
as we use now etemplate_new for eTemplate2 and etemplate for old eTemplate class, there is no need to switch etemplate class between new and old
2014-03-23 08:41:31 +00:00
Ralf Becker
fcc1737036
fixed error when filename included non-ascii chars (eg. German umlauts) and added a header with information about author and Github url
2014-03-21 17:11:18 +00:00
Hadi Nategh
9423598d14
Correct css class name used for footer toolbar in dialogs
2014-03-21 10:34:41 +00:00
Ralf Becker
ac18b6cc8d
changed et2_core_inheritance.js to implement ClassWithAttributes extending Class from egw_inheritance and changed et2 objects to use ClassWithAttributes when required (also fixed lots of IDE warnings / added docu)
2014-03-20 09:40:37 +00:00
Ralf Becker
a8e9a97212
some formatting of dialogHeader for idots, removing of width:98% from popupMainDiv, as it seems unneeded and forces to give all popups a width (to get ride of scrollbars) and overflow: hidden for sidebox
2014-03-19 13:24:23 +00:00
Nathan Gray
aa3c0ca7c0
Pass along last modification time to callback
2014-03-18 22:28:50 +00:00
Nathan Gray
764d7f99a5
Update CSS order so apps can customize theme:
...
Libs < etemplate2 < framework/theme < app < print
2014-03-18 15:29:03 +00:00
Nathan Gray
53f0873583
Avoid initial request to server on creation
2014-03-18 14:51:33 +00:00
Ralf Becker
77579f364f
fixe funny "Group, Name" label, should not contain a comma
2014-03-18 13:34:59 +00:00
Ralf Becker
f47e38f320
wrong window was used when compiling list of already included scripts or css files, fixes missing css styles for context menu in popups (list of links)
2014-03-13 15:28:42 +00:00
Ralf Becker
804df769d5
fixed IDE warnings
2014-03-12 17:15:48 +00:00
Ralf Becker
2a34b88111
fixed not working referesh of ACL list
2014-03-12 13:14:23 +00:00
Ralf Becker
8d1633f58b
deals with situation that no extra application menu is necessary
2014-03-12 12:18:35 +00:00
Nathan Gray
26eaf7e1fe
Add a isDefault flag to allow changing default execution function
2014-03-11 16:25:18 +00:00
Ralf Becker
086195c0aa
stop event propagation after calling setState, fixes "double sidebox" in CRM view, if called via a favorite (caused 2 identical requests to server, which both added their sidebox)
2014-03-11 08:16:52 +00:00
Hadi Nategh
68cf208ada
Fix width in idot template for popup windows
2014-03-10 16:20:10 +00:00
Hadi Nategh
96a6a7ee1a
Adjust width for resized popup windows, since we are trying to use fix width for edit popups
2014-03-10 16:04:01 +00:00
Ralf Becker
f87e456be2
do not send/set extra data twice for multiple etemplate (eg. CRM view)
2014-03-10 15:20:27 +00:00
Hadi Nategh
d62bec8088
Fix toolbar menu for addressbook covered under sidebox menu
2014-03-10 15:16:04 +00:00
Ralf Becker
79e1b5c9b8
fixed CSP error for multiple eTemplate2s (CRM view), by allways sending etemplate data via et2_container tag (instead etemplate script tag) and create an et2 object for all of them in egw.js
2014-03-10 11:58:49 +00:00
Ralf Becker
bea1863d14
resize only last et2 containter, to deal with multiple ones like in addressbook CRM view
2014-03-10 11:55:33 +00:00
Ralf Becker
ea04a556ca
added a couple more default icons similar to et2_button, and fixed actions with just a caption string where not working with toolbar
2014-03-06 18:33:27 +00:00
Ralf Becker
e44537a46d
new square logo
2014-03-05 18:33:57 +00:00
Stefan Reinhardt
4da2182c14
delete: font-family + font-size
2014-03-05 17:03:46 +00:00
Ralf Becker
a7251c13ed
using new css class "drop-hover" for hovering over egw_action dropables and no longer any activeClass showing possible drop targets
2014-03-05 12:31:32 +00:00
Ralf Becker
97a5a41867
fix typo
2014-03-04 12:20:26 +00:00