Hadi Nategh
8e455d873b
Do not allow to resize sidebox more than screen width
2016-01-07 09:16:59 +00:00
Nathan Gray
82f147f4fe
Avoid error if title_queue is not defined yet
2016-01-07 00:49:59 +00:00
Nathan Gray
ec8c22c93b
Avoid error if title_queue is not defined yet
2016-01-06 20:33:38 +00:00
Hadi Nategh
e5996336e6
* Mail: Fix compose dialog goes under window's taskbar and attahcments are not visible
2015-12-18 13:14:09 +00:00
Hadi Nategh
c37554a3c9
Make sure d-n-d does not get triggered via double click action
2015-12-16 15:40:17 +00:00
Nathan Gray
7d97e70893
Remove visible  
2015-12-15 20:17:08 +00:00
Ralf Becker
688cc2a76d
fix XSS tests to not fail something starting like a forbidden html tag, eg. "<mathias@stylite.de>"
2015-12-14 09:29:52 +00:00
Nathan Gray
d9b43423a7
Fix some incorrect responses for account list:
...
- owngroups included members
- groupmembers was empty
2015-12-09 18:55:57 +00:00
Hadi Nategh
3be2bbd786
W.I.P. of a general method for calling loading prompt
...
- Define an id for each loading prompt
- Implement new style for loading prompt
2015-12-07 09:08:09 +00:00
Nathan Gray
ebb669dccf
When deleting acl for an account, remove grants to the account as well
2015-12-04 20:30:09 +00:00
Hadi Nategh
161f37858d
W.I.P. of a general method for calling loading prompt
2015-12-03 17:12:08 +00:00
Hadi Nategh
10e2554100
* All applications/ Tutorials: Fix discarding tutorials prompt not working if the configuration is set to sidebox
2015-12-03 13:04:33 +00:00
Hadi Nategh
51a4da3204
Escape html entities for mailto URI otherwise server wont let them pass through as it may get mistaken for html tag
...
- Fix addressbook email action does not work for some emails, eg. Mathias <Mathias@example.com>
2015-12-03 11:07:03 +00:00
Nathan Gray
e56ff68a61
- Make sure we always use index's nextmatch
...
- Add some documentation about the this.et2 variable
2015-12-02 18:42:55 +00:00
Nathan Gray
5343a4eae3
Fix admin so it will reload the page it was opened with instead of changing to user list, or doing nothing.
2015-12-02 18:05:25 +00:00
Nathan Gray
e02202982f
Re-implement get_message_id() to check cache too.
...
Fixes(?) troubles with using default import definitions with languages other than english.
2015-11-30 22:59:26 +00:00
Hadi Nategh
2c5b1de5b5
Do not notify tabs on framework initialization
...
- Fix reloading framework closes opened tabs
2015-11-19 16:33:39 +00:00
Nathan Gray
fbb6f817b1
Fix file comments and link comments were disconnected.
2015-11-17 22:17:00 +00:00
Nathan Gray
296d39a83a
Fix missing username in AJAX retrieval of account name
2015-11-17 18:25:58 +00:00
Hadi Nategh
676a576dbc
Fix ckeditor shows spellchecker button even if the config is set to "only browser spellchecker -- more safe".
2015-11-17 17:15:07 +00:00
Nathan Gray
48d779a337
When getting account data via AJAX, make sure account name is in user's preferred format.
2015-11-16 17:32:37 +00:00
Hadi Nategh
7c944b5aeb
Mobile theme W.I.P.:
...
- Sidebar acts based on device size
- Remove portrait top header (sidebar toggle menu will be positioned next to nm header)
- Remove collapsed sidebar application navigator, only for devices
2015-11-16 15:45:04 +00:00
Ralf Becker
ae72f4d481
* Calendar/CalDAV: allow to download whole calendar as one big iCal file using " https://$user:$passwd@domain.com/egroupware/groupdav.php/$user/calendar/?download "
2015-11-13 15:23:36 +00:00
Ralf Becker
67df38ddbf
set our default "utf-8" charset when opening db-connection, as some setup code, does not use egw-object and fail if php defaults to a different one
2015-11-13 12:47:17 +00:00
Ralf Becker
20fe326cd5
allow to disable use of RFC3676 flowed lines in plain text mails, as some clients have trouble to detect correct charset
2015-11-11 15:00:36 +00:00
Ralf Becker
6a7c98a2e1
need to set Transfer-Encoding used by base-part, it always seems to be "quoted-printable"
2015-11-11 14:25:19 +00:00
Ralf Becker
6969120d8b
z-push requires text-parts to be in utf-8, not eg. iso-8859-1
2015-11-11 12:25:43 +00:00
Ralf Becker
5e347fb85b
Change egw_sqlfs_props.prop_value back to utf-8/varchar, as it can contain user content eg. our comments, replace non-ascii chars in contact_pubkey, before converting to ascii
2015-11-10 11:17:21 +00:00
Ralf Becker
80265b28ef
stop permanent error_log
2015-11-09 23:52:47 +00:00
Ralf Becker
51c4c6d4e6
allow setting a prefix
2015-11-07 17:30:21 +00:00
Ralf Becker
5edb09cef6
new memcached caching provider using newer memcached PHP extension allowing shorter timeouts then 1sec
2015-11-07 15:59:20 +00:00
Nathan Gray
7e97da50d2
Fix tab error / sidebox stays when closing the active first tab right after login.
2015-11-06 18:08:43 +00:00
Ralf Becker
b0de2d57a6
cache version number parsed from changelog for 5min on tree level
2015-11-05 14:18:17 +00:00
Ralf Becker
b94e7be8df
only return CKEditor skins existing in filesystem
2015-11-05 12:07:10 +00:00
Hadi Nategh
e0cfd00582
Ugly hack to get group selection in calendar 14.2 working
2015-11-04 14:11:42 +00:00
Hadi Nategh
3dc87c4574
* All apps/Tutorials:
...
- Add two more options in admin's site configuration to be able to switch tutorials in sidebox and/or "ask show introduction dialog" on/off
- Add some translation
2015-11-03 16:15:56 +00:00
Hadi Nategh
c8c4980d3e
Fix copy action does not work in IE, if the element is not clicked before triggering copy action from context menu
2015-11-03 12:19:10 +00:00
Ralf Becker
3d6da043fa
changing php-versions for Trunk/next release: required: 5.4, recommended: 5.6
2015-11-02 17:13:27 +00:00
Ralf Becker
e0920467ea
fix (caught) TypeError: egw is not a function when initialising egw object
2015-11-02 17:04:40 +00:00
Ralf Becker
061d571fd2
fix not working sharing url, caused by new categories.php script requiring "preferences" run-rights (changed to home, as for all other simmilar callbacks
2015-11-02 17:03:46 +00:00
Ralf Becker
41a8710862
remove some time not used zeroclipboard stuff
2015-11-02 08:26:17 +00:00
Ralf Becker
d7f6e78719
remove copy of ckeditor in favor of svn:external to our Github clone
2015-10-30 18:44:17 +00:00
Hadi Nategh
7b6996495c
Update CKEditor to stable version 4.5.4
2015-10-30 12:32:43 +00:00
Ralf Becker
81de77e02b
* Calendar: fix not working storing of events
...
initalize video tutorial sidebox NOT for popups , as calendar edit app.js has this.et2 set to tutorial et2 object
2015-10-30 09:17:09 +00:00
Ralf Becker
8e91f82743
fix tutorial sidebox initialisation timing by using _init_sidebox of favorites
2015-10-29 15:55:43 +00:00
Hadi Nategh
93fe78b8ba
Some fixes for tutorials:
...
- Fix tutorials not shown in idots
- Make sure def_tutorials css is loaded for all templates
- Invalidate the tutorials.xet for cache buster
2015-10-28 14:03:25 +00:00
Hadi Nategh
5761c2c4cc
Fix padding in tutorials popup
2015-10-28 12:20:09 +00:00
Hadi Nategh
d16f9c88f6
Fix single video in video tutorials sidebox shows extra spaces at top and bottom
2015-10-28 11:43:03 +00:00
Ralf Becker
a0196e0321
adding ES6 Promise shim for IE 10/11 and other old browsers
2015-10-28 09:56:25 +00:00
Ralf Becker
ed4a20634f
adding ES6 Promise shim for IE 10/11 and other old browsers
2015-10-28 09:55:29 +00:00