Ralf Becker
|
b4a0a18de6
|
fixing wired IE11 errors ...
|
2014-02-25 17:16:42 +00:00 |
|
Ralf Becker
|
81818d2bbd
|
fixing wired IE errors: need to clone data in set_preferences, as it gets cleaned up in IE
|
2014-02-25 17:05:16 +00:00 |
|
Nathan Gray
|
4591fa6e21
|
Fix TypeError: Cannot call method 'css' of undefined
Fixes blank infolog popup, timesheet index
|
2014-02-25 16:31:06 +00:00 |
|
Ralf Becker
|
e5aa97e2a0
|
fix IDE warnings
|
2014-02-25 16:03:12 +00:00 |
|
Ralf Becker
|
8181772025
|
do NOT initialise imediatly, as DOM is not yet ready (at least in IE11)
|
2014-02-25 16:02:46 +00:00 |
|
Klaus Leithoff
|
a46398da52
|
move groupdav to_ascii to translation class; unify content_header and content_disposition_header to be used by all downloads; adapt vfs_webdav_server thereof; try to improve replaceTagsCompletley
|
2014-02-25 15:48:23 +00:00 |
|
Ralf Becker
|
58b6cb3bc6
|
fixed tons of IDE warnings
|
2014-02-25 15:03:13 +00:00 |
|
Ralf Becker
|
589a6e2e96
|
fixed not working hideOnDisabled when building popup menu for multiple drop actions, also fixed tons of IDE warnings
|
2014-02-25 15:02:49 +00:00 |
|
Klaus Leithoff
|
f63b47fb27
|
translations from our translation server
|
2014-02-25 10:42:23 +00:00 |
|
Ralf Becker
|
308dfdadc7
|
allow to already use egw.refresh() instead of egw_refresh() and added todo to move code
|
2014-02-25 09:46:05 +00:00 |
|
Ralf Becker
|
516713589f
|
* WebDAV/Filemanager: reject to save files by clients using chunked transfer-encoding on servers which does not support that (eg. OS X Finder with server using FastCGI PHP)
|
2014-02-24 12:40:10 +00:00 |
|
Ralf Becker
|
4ff1a4efd1
|
fixed after new shutdown handling broken autoloading of tree nodes: json.php is used to send arbitrary JSON data, instead using egw_json_response methods (egw_json_request::isJSONRequest(false) turns that off now)
|
2014-02-22 15:51:14 +00:00 |
|
Ralf Becker
|
2f3add4ce9
|
hook to allow apps to add addional domains to CSP frame-src, eg. used by sitemgr to allow access to its sites, also fixed not displayed sidebox menu of old apps
|
2014-02-21 17:06:11 +00:00 |
|
Ralf Becker
|
a786894c27
|
new egw::on_shutdown($callback, $args) method to register shutdonw handlers to run after output send back to user, thought only really working with fastCGI, Apache mod_php waits ...
|
2014-02-21 15:38:38 +00:00 |
|
Ralf Becker
|
796663c2a6
|
fixed modified translations were not automatic loaded after new login
|
2014-02-21 11:10:11 +00:00 |
|
Ralf Becker
|
a9b6c6e9b4
|
* CalDAV/CardDAV: fixed support for limited sync-collection report used eg. by Marten Gajdas Android apps
|
2014-02-20 17:46:15 +00:00 |
|
Nathan Gray
|
5949016faa
|
Move reading of favorites into a separate function from rendering list
|
2014-02-20 17:44:53 +00:00 |
|
Ralf Becker
|
3cbf1d24fb
|
* eTemplate/all apps: limit displayed history to 500 entries
|
2014-02-20 12:47:06 +00:00 |
|
Ralf Becker
|
a7f65672c8
|
* All apps: run link notifications after processing and returning control to user to speed up saving of entries with links to (big) projects
|
2014-02-20 11:29:51 +00:00 |
|
Ralf Becker
|
1297c32fb2
|
adding an extra icon for ical export in context menu, so templates can change it independent of mime icons
|
2014-02-20 11:07:12 +00:00 |
|
Ralf Becker
|
530ebec63f
|
fixed not translated time-labels in datetime picker
|
2014-02-19 16:40:56 +00:00 |
|
Ralf Becker
|
d3f2b0a1f9
|
make parsing of arguments more robust
|
2014-02-19 15:11:57 +00:00 |
|
Ralf Becker
|
b692346cce
|
several IE11 fixes avoiding or working around javascript errors
|
2014-02-19 15:10:39 +00:00 |
|
Ralf Becker
|
2f8b7064d8
|
allow to send a redirect from server-side via client-side egw.link_handler(url, app) allowing to specify which tab to use and a top-level (ajax=true) url
|
2014-02-19 15:08:51 +00:00 |
|
Ralf Becker
|
bd941f3601
|
allow to send a redirect from server-side via client-side egw.link_handler(url, app) allowing to specify which tab to use and a top-level (ajax=true) url
|
2014-02-19 15:08:38 +00:00 |
|
Ralf Becker
|
5734d2e143
|
fix some html markup IE complains about
|
2014-02-19 11:49:53 +00:00 |
|
Ralf Becker
|
e22df1b7e2
|
fixed user agent detection to report correct IE version to fix not longer used svg images after last fix, also fixed all IDE warnings
|
2014-02-18 19:21:34 +00:00 |
|
Ralf Becker
|
668bec020b
|
fix display and logging of javascript errors for IE
|
2014-02-18 17:05:26 +00:00 |
|
Ralf Becker
|
e6052f9704
|
automatic split bundles with more then 50 files into chunks, as IE11 does NOT cache them otherwise
|
2014-02-17 17:15:37 +00:00 |
|
Klaus Leithoff
|
0d458c8119
|
disable transaction for mysql for restore, as a failure during restore may lead to an empty database, as drop table is not transactional for mysql
|
2014-02-17 16:16:44 +00:00 |
|
Ralf Becker
|
186bdbcb55
|
running categories and acl in iframe again. If they run top-level their admin/js/app.js objects conflict with other top-level admin/js/app.js object and only one working categories or acl tab can be opened
|
2014-02-17 15:11:26 +00:00 |
|
Ralf Becker
|
d01d5119ca
|
calling app[appname].et2_ready(et2,name) with template name as second parameter
|
2014-02-17 14:58:20 +00:00 |
|
Klaus Leithoff
|
1c013e92f0
|
IE changed its USER_AGENT string; html:: report trident; change this to msie when detected, to match the use of msie throughout egroupware; use moonocolor as fallback skin, when ie anf ff are detected
|
2014-02-17 13:56:17 +00:00 |
|
Klaus Leithoff
|
597e8fdeac
|
we allow filtered style sections now throughout egroupware
|
2014-02-17 11:35:25 +00:00 |
|
Ralf Becker
|
3ba14a1291
|
always stop event propagation for click-handler executing on javascript urls in navigation
|
2014-02-17 11:18:59 +00:00 |
|
Klaus Leithoff
|
acd8b742e8
|
make sure that request parameters is array before binding/passing them to handle_request
|
2014-02-17 09:44:13 +00:00 |
|
Ralf Becker
|
64875876ed
|
fixed mail wizard required emailadmin run rights, caused by loading translations required run rights for that app
|
2014-02-17 08:53:55 +00:00 |
|
Ralf Becker
|
ca12321613
|
fixed sitemgr-links show no navbar icon in Stylite/Pixelegg template
|
2014-02-16 09:12:08 +00:00 |
|
Ralf Becker
|
5e0ac9b76f
|
moved favorites code to new class egw_favorites
|
2014-02-14 13:48:45 +00:00 |
|
Ralf Becker
|
be60a5036e
|
older group-favorites have just true as their group and are not deletable, if we dont find correct group
|
2014-02-14 13:26:32 +00:00 |
|
Ralf Becker
|
0fa215c9e8
|
fixed sometimes not deletable favorites
|
2014-02-14 12:46:49 +00:00 |
|
Nathan Gray
|
bad65780bc
|
Register a JSON handler to show error responses as error message instead of losing them.
|
2014-02-13 18:47:19 +00:00 |
|
Ralf Becker
|
af1e70ab32
|
fixed javascript error, if favorite has no href AND make sure all new favorites are created with an href, like they are created server-side
|
2014-02-13 16:50:49 +00:00 |
|
Ralf Becker
|
e4d65ae94d
|
do NOT check for run rights of preferences app, as we want to be able to store implicit preferences
|
2014-02-13 16:34:09 +00:00 |
|
Ralf Becker
|
3a5ece79a7
|
fixed creating or deleting favorites in calendar does not work: was caused by sidebox not initialised as not yet loaded, now calling _init_sidebox from framework, also need to add a click handler for favorites as initialising sidebox removes one installed from template
|
2014-02-13 15:37:49 +00:00 |
|
Ralf Becker
|
476f33af23
|
until home works again, we use default_app from prefs (if set and not home) or calendar, if allowed, or first app found
|
2014-02-13 13:18:48 +00:00 |
|
Ralf Becker
|
80d74f863e
|
fixed typo in adding classes causing image to be lost and cleaned up adding of classes
|
2014-02-13 11:00:29 +00:00 |
|
Nathan Gray
|
96e44c018f
|
Fix bug where loss of focus from clicking on a button did not trigger blur in time.
Fixes typing an email address & clicking send does not enter address into to field
|
2014-02-12 23:32:56 +00:00 |
|
Nathan Gray
|
614736e4e3
|
Handle lost bar position by reverting to 50%, same as too close to edge
|
2014-02-12 22:51:55 +00:00 |
|
Ralf Becker
|
f0d7751496
|
removed caret from group favorites, fixed prefered favorite was not show correct initialy nor updated
|
2014-02-12 21:51:25 +00:00 |
|