Ralf Becker
de4d246726
* Calendar: speed improvments for huge calendar databases
...
by using time-range views instead of whole calendar and dates table
Also got old, much simpler non-union code working again, but union is still slightly quicker for huge databases (not at all for small ones!)
2015-01-19 19:32:26 +00:00
Ralf Becker
628070da5e
fixed today button in navigation-calendar to stay in current-view und just change to todays date
2014-02-03 11:53:19 +00:00
Ralf Becker
ca29a87092
fix clicking on monthname in navigation calendar always gave week-view
2014-01-24 12:28:40 +00:00
Ralf Becker
fc18f4d1ab
fix framework lost on search in Stylite/Pixelegg template
2014-01-24 11:24:14 +00:00
Hadi Nategh
8d4fc1001f
Remove inline-script of flat() in calendar and move it to navigation.js, CSP concern
2014-01-10 17:31:24 +00:00
Ralf Becker
5b6172c354
fixed app.css loading to work with minifying of css
2013-12-19 03:46:38 +00:00
Ralf Becker
042db5996a
use egw_link_handler to stop calendar reload whole framework when switching away from listview
2013-12-13 00:09:40 +00:00
Ralf Becker
c004872068
Load template specific app.css file in top window too as sidebox needs it
2013-12-12 21:59:36 +00:00
Hadi Nategh
7783ec44e0
Calendar app runs by et2
2013-10-31 14:51:19 +00:00
Ralf Becker
43e1bfcc12
switching on Content-Security-Policy: script-src 'self' 'unsafe-eval' for all templates, old non-et2 apps can call egw_framework::csp_script_src_attrs('unsafe-inline') to enable inline scripts in their scope, et2 does it for CK editor which does not support CSP currently and old etemplate does it for all apps using it
2013-10-05 13:33:28 +00:00