b4c4606c22
Move all egw_action constants into egw_action_constants
2021-06-14 13:45:57 +02:00
3e5aa5a707
make egw_globalObjectManager available for egw_keymanager
2021-06-12 17:03:22 +02:00
ee508c50b9
filter out legacy JS code from importmap and sort it
...
also only add extension-less includes for .ts files (was accidentally commented out) and fix some .js imports without extension
2021-06-12 11:44:28 +02:00
4752331427
fixed all errors in calendar, thought it's still not ok
...
also fixed a couple of errors in egw_action
2021-06-11 11:31:06 +02:00
771d6c727f
got mail app.js incl. jsapi/app_base.js working
...
plus marking et2 methods returning promisses as async and removing cache-buster from includeJS calls in egw_action_common.js as it causes double loads
2021-06-11 10:11:13 +02:00
ed1c35d28b
some small fixes
2021-06-11 09:06:25 +02:00
81c4df47f2
Revert accidentally deleted file
2021-06-10 16:03:26 +02:00
54fff9739a
Add more missing import statements
2021-06-10 15:40:49 +02:00
77a4aad7d6
got tree-actions in admin working and fixed tutorials (et2.load() stalled if no app.js or lang-files)
2021-06-10 14:54:30 +02:00
0de8f242aa
Fix missing dhtmlx menu object
2021-06-10 13:59:12 +02:00
5298336886
include jquery and other legacy js files via script tag
2021-06-10 11:38:54 +02:00
42305a6562
Fix some imports for et2 widgets
2021-06-09 14:28:29 +02:00
38cb855017
fixing a couple more imports to get addressbook list show up
2021-06-09 11:11:34 +02:00
304dbb95ab
got empty nextmatch in timesheet working
2021-06-08 14:11:59 +02:00
f91bca83e1
got et2 mostly working: timesheet.edit renders
2021-06-07 17:33:53 +02:00
592b7fb97d
replace LAB.js with native es5 loading
2021-06-05 20:39:39 +02:00
8e01929a43
API: Keyboard navigation for context menu
2021-05-13 15:09:53 -06:00
c3bebf9c31
Widget accessibility improvements
2021-05-13 10:01:38 -06:00
5bc74522c5
Api: Fix context menu button did not open context menu
2021-05-12 13:14:03 -06:00
5fd83ae3eb
Fix error "Unexpected token '?'" happens for none ES11 supportive browsers
2021-04-23 12:16:17 +02:00
85feb685f3
Ask the right app when getting appObjectManager, appname might not always be the current app (e.g. running app content under admin tab)
2021-04-19 14:00:38 +02:00
b4dd62de69
Api: Avoid infinite loop if requested file does not actually provide the class
2021-03-26 09:06:34 -06:00
1b184c11c8
Api: Avoid "Uncaught TypeError: egw_globalObjectManager is null" from popups
2021-03-24 14:54:35 -06:00
65c61c0625
If action exec uses function from not yet loaded app, load it
2021-03-23 16:33:39 -06:00
b1a4006b02
Remove selected types from clipboard tooltip, nobody used them and they weren't translated.
2021-03-17 10:29:43 -06:00
4f2131358f
fix Uncaught (in promise) TypeError: this.context.getManager is not a function, causing empty status bar
2020-10-09 14:05:48 +02:00
9c4f866382
Fix methods in hidden app objects could not be used as action handlers
...
Now nextmatch sets the etemplate's EgwApp object as context for the action manager. Actions now check and will use the set context instead of global when binding to handlers
2020-10-08 14:57:45 -06:00
036ec20769
Fix some nextmatch bugs
...
- Removed rows could still have jQuery actions bound, resulting in errors
- Focused row was not cleared if it was removed, resulting in errors
- Fixed double get_rows call on refresh(..., update)
2020-08-08 10:51:39 -06:00
3dd30b1ee1
Api: Fix multiple action confirmation
2020-07-14 14:19:53 -06:00
e613a561f6
do NOT show drag-n-drop actions, if we only have the cancel-drop action, added by default
2020-06-03 16:57:51 +02:00
ce393e0803
Remove et2_types
2020-05-29 11:21:17 -06:00
289f9a0644
Give bound click handlers on widgets a chance to get executed
2020-05-27 12:43:21 +02:00
99693d1ef6
Add singleClick attribute to action popup
2020-05-27 11:54:50 +02:00
3626679408
Api: Find the current focused object from global instead of app object when handling key presses
...
Should better handle apps admin where the focused object could be from a different app
2020-05-20 10:31:32 -06:00
397fc8a620
Fix missing translation reported by Stefan Unverricht
2020-04-16 11:34:10 -06:00
2cc2f198d4
Some fixes for egw_action and egw_global
2020-02-28 14:41:17 +01:00
fe038b7790
Fix some params in egw_action
2020-02-13 15:28:01 +01:00
7f37ff4942
Some fixes for defined types
2020-02-12 11:29:47 +01:00
fc48878558
added (generated) TS declarations for egw_action
2020-02-10 10:00:35 +01:00
ed01dfad0a
Fix partial HTML broke label in context menu Copy "..." action
2019-07-31 11:21:36 -06:00
edfd5fd24d
Etemplate - also submit action data
2019-05-14 16:43:15 -06:00
07773ded32
Etemplate - add ability to toggle row selection with spacebar
2019-05-14 10:33:59 -06:00
c96831adc3
Add 'confirm_mass_selection' action attribute to either provide or require a confirmation prompt on checkbox actions with more than 20 selections
2019-03-12 11:33:31 -06:00
b473550584
fix (unneccessary) brackets and IDE warnings
2019-03-04 12:50:11 +01:00
2de94163a1
allow to specify for how many selected rows an action should be shown
2019-03-04 12:12:00 +01:00
feac8a1e80
Make sure data is available before using it
2018-12-13 15:29:31 +01:00
f3ebfacc57
Introduce new action attribute to disable EPL actions via action system
2018-11-27 11:50:23 +01:00
747b3bb103
fix typeError if enableClass method is called without _target parameter
...
stalling rendering of nextmatch rows in filemanager
2018-07-30 11:35:07 +02:00
f5422526ce
Make sure there's a context and selectionMgr objects before using them
2018-07-25 14:11:45 +02:00
f99672a742
Fix d-n-d indicator shows wrong number of selected rows if it's a select all
2018-07-25 11:22:04 +02:00