Nathan Gray
1cc4a219ac
Do not try to translate object properties
2016-03-17 20:29:17 +00:00
Ralf Becker
d49f8bc45f
fix situation where multiple app.js objects are used, eg. InfoLog and CRM view in Addressbook:
...
- etemplate2 creates a private app object instead of using window.app with just prototypes, if template is not from current app
- fixed all cases where window.app was used to use just app, to use evtl. private object
- app_base no longer assigns itself to window.app (window.app[this.appname] = this), as that breaks private app objects
- et2_compileLegacyJS replaces app.appname with widget.getInstanceManager().app_obj.appname
- etemplate2 stores either private or global app object in app_obj attribute
2016-03-17 18:12:36 +00:00
Hadi Nategh
0cdcc975cb
Mobile theme:
...
- Remove another position fixed
2016-03-14 15:57:17 +00:00
Hadi Nategh
3ec1847b34
Mobile theme:
...
- Add popupMainDiv a class to be able to use the same styling for semi-popups
- Fix color for edit icon
- Try to use .popupMainDiv class instead of ID
2016-03-14 08:38:30 +00:00
Hadi Nategh
784aa2c82f
Mobile theme W.I.P:
...
- Fix view mode loads with wrong context
- Fix mail view actions
2016-03-03 14:10:08 +00:00
Ralf Becker
b0f061ac5e
fix not working minified css, caused by it not being recogniced as loaded and loaded again out of order
2016-03-03 09:23:45 +00:00
Ralf Becker
f25070a9c2
- switching minifying of javascript to use Grunt and Uglify (instead of doing it on the fly with php on every host)
...
- generating now a couple of bundles: api, et2, mail, calendar, jdots, pixelegg and mobile
- developers need to update minified files whenever a javascript file changes: grunt uglify[:(api|et2|mail|calendar|jdots|pixelegg|mobile)]
- minified files also contains a map file allowing to debug with them
2016-03-01 20:45:31 +00:00
Ralf Becker
033c1f4a9f
fixing scope of "use strict", so we do not need to remove it when concatinating our scripts like we do now with minjs
2016-02-29 15:50:24 +00:00
Ralf Becker
68374ff0a3
use svg image itself as thumbnail
2016-02-29 13:05:48 +00:00
Hadi Nategh
5467b3bdf4
Mobile theme W.I.P.:
...
- Activate SVGs in framework
2016-02-24 16:47:32 +00:00
Hadi Nategh
848c7d71d2
Mobile theme W.I.P.:
...
- Fix error 500 happens when opening view template
- Implement better approach for specifying currentapp
2016-02-22 13:03:57 +00:00
Nathan Gray
ae79287e18
Get relative dates working again in export
2016-02-17 23:45:30 +00:00
Nathan Gray
62eb8e00f2
Add support for global json handlers, and register a global handler for storing data entries
2016-02-04 19:26:37 +00:00
Hadi Nategh
d2a416baae
Mobile theme W.I.P.:
...
- Load edit.xet if there's no view template available
- Remove email,phone, link icons from AB edit
2016-02-04 17:25:52 +00:00
Hadi Nategh
cb61fa7d4e
Mobile theme W.I.P.:
...
- Fix couple of issues regarding iOS and Safari
- Fix not fullscreen view mode
2016-02-04 16:31:34 +00:00
Hadi Nategh
76a7b3ce48
Mobile theme W.I.P.:
...
- Do not destroy the view on open edit
2016-02-04 08:42:05 +00:00
Hadi Nategh
0380239cad
Mobile theme W.I.P.:
...
- Fix view mode header
- Style AB view dialog
2016-02-02 10:26:13 +00:00
Hadi Nategh
0c11eaf2f1
Mobile theme W.I.P.:
...
- Implement view template
- Implement view template loader
- Add infolog edit
- Fix couple of bug in AB edit and index
2016-02-01 18:09:15 +00:00
Nathan Gray
b6b2094643
Make sure x & y are still defined.
...
Avoids FF issue of tooltip in top left corner if source widget disappears before the timeout fires.
2016-01-25 20:04:16 +00:00
Nathan Gray
915e0ab268
Cache responses when resolving a single group also
2016-01-15 16:57:42 +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
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
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
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
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
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
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
Ralf Becker
b18d373624
fixing wired IE security errors "Permission denied", seems reload of opener caused references to egw and template cache in opener.top.etemplate2.prototype.templates becomming inaccessible, catching this errors and falling back to a window-local object
2015-10-26 21:13:34 +00:00
Ralf Becker
ac6dbad373
fixing wired IE security errors "Permission denied", seems reload of opener caused references to egw and template cache in opener.top.etemplate2.prototype.templates becomming inaccessible, catching this errors and falling back to a window-local object
2015-10-26 21:11:47 +00:00
Ralf Becker
1141805153
fix intro offer was not translated and now shown in idots template, also changed wording a little and added German translation
2015-10-24 11:08:04 +00:00
Ralf Becker
db774ece2b
fix intro offer was not translated and now shown in idots template, also changed wording a little and added German translation
2015-10-24 11:07:22 +00:00
Nathan Gray
487d270c55
Reduce delay before showing tooltip
2015-10-19 23:57:07 +00:00
Hadi Nategh
d90e369322
* All Applications: Implement new features for showing all video tutorials accessible from app's sidebox
2015-10-19 16:18:30 +00:00
Hadi Nategh
938c991124
WIP Egroupware tutorial:
...
- Create tutorial sidebox hooks automatically
- Fix some styling for popup
- Display intro video show confirmation dialog based on session (login/logout)
2015-10-19 15:00:42 +00:00
Hadi Nategh
45668446bf
WIP EGroupware Tutorial:
...
- Improve some styling in popup
- Fix sorting list in sidebar
2015-10-16 10:00:17 +00:00
Hadi Nategh
04a8cd4f60
WIP EGroupware Tutorial:
...
- Implement video navigation on popup
- Implement introduction video with user confirmation dialog based on session
- New layout for tutorials list both in sidebar and popup
- Separate tutorials styles to be able to set different styles base on templates
2015-10-14 14:17:09 +00:00
Hadi Nategh
aa81ae5e5d
WIP EGroupware tutorial:
...
- Make popup size bigger
- Style tutorials list
2015-10-06 16:37:51 +00:00
Hadi Nategh
a6837b6a40
WIP EGroupware tutorial:
...
-Add popup tutorials player
-List tutorials in sidebox with their titles and thumbnails only
2015-10-05 16:01:39 +00:00
Nathan Gray
cace3b27c9
Prevent apps from modifying favorites by reference.
...
Fixes projectmanager favorites stop working
2015-10-01 14:55:01 +00:00
Hadi Nategh
faf859d2aa
Resize popup window till not getting horizontal scrollbar
2015-10-01 13:19:39 +00:00
Hadi Nategh
60011b644c
Resize popup window till not getting horizontal scrollbar
2015-10-01 13:17:41 +00:00