moving all - non ancient ;-) - js files to api/js
146
Gruntfile.js
@ -44,52 +44,52 @@ module.exports = function (grunt) {
|
||||
},
|
||||
api: {
|
||||
files: {
|
||||
"phpgwapi\/js\/jsapi.min.js": [
|
||||
"phpgwapi\/js\/jquery\/jquery.js",
|
||||
"phpgwapi\/js\/jquery\/jquery-ui.js",
|
||||
"phpgwapi\/js\/jsapi\/jsapi.js",
|
||||
"phpgwapi\/js\/egw_json.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_core.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_debug.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_preferences.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_utils.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_ready.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_files.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_lang.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_links.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_open.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_user.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_config.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_images.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_jsonq.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_json.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_store.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_tooltip.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_css.js",
|
||||
"phpgwapi\/js\/jquery\/jquery-ui-timepicker-addon.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_calendar.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_data.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_tail.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_inheritance.js",
|
||||
"phpgwapi\/js\/jsapi\/egw_message.js",
|
||||
"phpgwapi\/js\/es6-promise.min.js",
|
||||
"phpgwapi\/js\/jsapi\/app_base.js",
|
||||
"phpgwapi\/js\/dhtmlxtree\/codebase\/dhtmlxcommon.js",
|
||||
"phpgwapi\/js\/dhtmlxtree\/sources\/dhtmlxtree.js",
|
||||
"phpgwapi\/js\/dhtmlxtree\/sources\/ext\/dhtmlxtree_json.js",
|
||||
"phpgwapi\/js\/egw_action\/egw_action_common.js",
|
||||
"phpgwapi\/js\/egw_action\/egw_action.js",
|
||||
"phpgwapi\/js\/egw_action\/egw_keymanager.js",
|
||||
"phpgwapi\/js\/egw_action\/egw_menu.js",
|
||||
"phpgwapi\/js\/jquery\/jquery-tap-and-hold\/jquery.tapandhold.js",
|
||||
"phpgwapi\/js\/egw_action\/egw_action_popup.js",
|
||||
"phpgwapi\/js\/egw_action\/egw_action_dragdrop.js",
|
||||
"phpgwapi\/js\/egw_action\/egw_dragdrop_dhtmlx_tree.js",
|
||||
"phpgwapi\/js\/dhtmlxMenu\/sources\/dhtmlxmenu.js",
|
||||
"phpgwapi\/js\/dhtmlxMenu\/sources\/ext\/dhtmlxmenu_ext.js",
|
||||
"phpgwapi\/js\/egw_action\/egw_menu_dhtmlx.js",
|
||||
"phpgwapi\/js\/jquery\/chosen\/chosen.jquery.js",
|
||||
"phpgwapi\/js\/ckeditor\/config.js"
|
||||
"api\/js\/jsapi.min.js": [
|
||||
"api\/js\/jquery\/jquery.js",
|
||||
"api\/js\/jquery\/jquery-ui.js",
|
||||
"api\/js\/jsapi\/jsapi.js",
|
||||
"api\/js\/egw_json.js",
|
||||
"api\/js\/jsapi\/egw_core.js",
|
||||
"api\/js\/jsapi\/egw_debug.js",
|
||||
"api\/js\/jsapi\/egw_preferences.js",
|
||||
"api\/js\/jsapi\/egw_utils.js",
|
||||
"api\/js\/jsapi\/egw_ready.js",
|
||||
"api\/js\/jsapi\/egw_files.js",
|
||||
"api\/js\/jsapi\/egw_lang.js",
|
||||
"api\/js\/jsapi\/egw_links.js",
|
||||
"api\/js\/jsapi\/egw_open.js",
|
||||
"api\/js\/jsapi\/egw_user.js",
|
||||
"api\/js\/jsapi\/egw_config.js",
|
||||
"api\/js\/jsapi\/egw_images.js",
|
||||
"api\/js\/jsapi\/egw_jsonq.js",
|
||||
"api\/js\/jsapi\/egw_json.js",
|
||||
"api\/js\/jsapi\/egw_store.js",
|
||||
"api\/js\/jsapi\/egw_tooltip.js",
|
||||
"api\/js\/jsapi\/egw_css.js",
|
||||
"api\/js\/jquery\/jquery-ui-timepicker-addon.js",
|
||||
"api\/js\/jsapi\/egw_calendar.js",
|
||||
"api\/js\/jsapi\/egw_data.js",
|
||||
"api\/js\/jsapi\/egw_tail.js",
|
||||
"api\/js\/jsapi\/egw_inheritance.js",
|
||||
"api\/js\/jsapi\/egw_message.js",
|
||||
"api\/js\/es6-promise.min.js",
|
||||
"api\/js\/jsapi\/app_base.js",
|
||||
"api\/js\/dhtmlxtree\/codebase\/dhtmlxcommon.js",
|
||||
"api\/js\/dhtmlxtree\/sources\/dhtmlxtree.js",
|
||||
"api\/js\/dhtmlxtree\/sources\/ext\/dhtmlxtree_json.js",
|
||||
"api\/js\/egw_action\/egw_action_common.js",
|
||||
"api\/js\/egw_action\/egw_action.js",
|
||||
"api\/js\/egw_action\/egw_keymanager.js",
|
||||
"api\/js\/egw_action\/egw_menu.js",
|
||||
"api\/js\/jquery\/jquery-tap-and-hold\/jquery.tapandhold.js",
|
||||
"api\/js\/egw_action\/egw_action_popup.js",
|
||||
"api\/js\/egw_action\/egw_action_dragdrop.js",
|
||||
"api\/js\/egw_action\/egw_dragdrop_dhtmlx_tree.js",
|
||||
"api\/js\/dhtmlxMenu\/sources\/dhtmlxmenu.js",
|
||||
"api\/js\/dhtmlxMenu\/sources\/ext\/dhtmlxmenu_ext.js",
|
||||
"api\/js\/egw_action\/egw_menu_dhtmlx.js",
|
||||
"api\/js\/jquery\/chosen\/chosen.jquery.js",
|
||||
"api\/js\/ckeditor\/config.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -110,20 +110,20 @@ module.exports = function (grunt) {
|
||||
"api\/js\/etemplate\/et2_widget_box.js",
|
||||
"api\/js\/etemplate\/et2_widget_hbox.js",
|
||||
"api\/js\/etemplate\/et2_widget_groupbox.js",
|
||||
"phpgwapi\/js\/jquery\/splitter.js",
|
||||
"api\/js\/jquery\/splitter.js",
|
||||
"api\/js\/etemplate\/et2_widget_split.js",
|
||||
"api\/js\/etemplate\/et2_widget_button.js",
|
||||
"api\/js\/etemplate\/et2_core_valueWidget.js",
|
||||
"api\/js\/etemplate\/et2_core_inputWidget.js",
|
||||
"phpgwapi\/js\/jquery\/jpicker\/jpicker-1.1.6.js",
|
||||
"api\/js\/jquery\/jpicker\/jpicker-1.1.6.js",
|
||||
"api\/js\/etemplate\/et2_widget_color.js",
|
||||
"phpgwapi\/js\/jquery\/blueimp\/js\/blueimp-gallery.min.js",
|
||||
"api\/js\/jquery\/blueimp\/js\/blueimp-gallery.min.js",
|
||||
"api\/js\/etemplate\/expose.js",
|
||||
"api\/js\/etemplate\/et2_widget_description.js",
|
||||
"api\/js\/etemplate\/et2_widget_entry.js",
|
||||
"api\/js\/etemplate\/et2_widget_textbox.js",
|
||||
"api\/js\/etemplate\/et2_widget_number.js",
|
||||
"phpgwapi\/js\/jquery\/jquery.base64.js",
|
||||
"api\/js\/jquery\/jquery.base64.js",
|
||||
"api\/js\/etemplate\/et2_widget_url.js",
|
||||
"api\/js\/etemplate\/et2_widget_selectbox.js",
|
||||
"api\/js\/etemplate\/et2_widget_checkbox.js",
|
||||
@ -142,7 +142,7 @@ module.exports = function (grunt) {
|
||||
"api\/js\/etemplate\/et2_dataview_interfaces.js",
|
||||
"api\/js\/etemplate\/et2_dataview_view_container.js",
|
||||
"api\/js\/etemplate\/et2_dataview_view_row.js",
|
||||
"phpgwapi\/js\/jquery\/TouchSwipe\/jquery.touchSwipe.js",
|
||||
"api\/js\/jquery\/TouchSwipe\/jquery.touchSwipe.js",
|
||||
"api\/js\/etemplate\/et2_dataview_view_aoi.js",
|
||||
"api\/js\/etemplate\/et2_dataview_controller_selection.js",
|
||||
"api\/js\/etemplate\/et2_dataview_controller.js",
|
||||
@ -160,10 +160,10 @@ module.exports = function (grunt) {
|
||||
"api\/js\/etemplate\/et2_extension_nextmatch.js",
|
||||
"api\/js\/etemplate\/et2_widget_favorites.js",
|
||||
"api\/js\/etemplate\/et2_widget_html.js",
|
||||
"phpgwapi\/js\/ckeditor\/adapters\/jquery.js",
|
||||
"api\/js\/ckeditor\/adapters\/jquery.js",
|
||||
"api\/js\/etemplate\/et2_widget_htmlarea.js",
|
||||
"api\/js\/etemplate\/et2_widget_tabs.js",
|
||||
"phpgwapi\/js\/jquery\/magicsuggest\/magicsuggest.js",
|
||||
"api\/js\/jquery\/magicsuggest\/magicsuggest.js",
|
||||
"api\/js\/etemplate\/et2_widget_taglist.js",
|
||||
"api\/js\/etemplate\/et2_widget_toolbar.js",
|
||||
"api\/js\/etemplate\/et2_widget_tree.js",
|
||||
@ -171,14 +171,14 @@ module.exports = function (grunt) {
|
||||
"api\/js\/etemplate\/et2_widget_hrule.js",
|
||||
"api\/js\/etemplate\/et2_widget_image.js",
|
||||
"api\/js\/etemplate\/et2_widget_iframe.js",
|
||||
"phpgwapi\/js\/Resumable\/resumable.js",
|
||||
"api\/js\/Resumable\/resumable.js",
|
||||
"api\/js\/etemplate\/et2_widget_file.js",
|
||||
"api\/js\/etemplate\/et2_widget_progress.js",
|
||||
"api\/js\/etemplate\/et2_widget_portlet.js",
|
||||
"api\/js\/etemplate\/et2_widget_ajaxSelect.js",
|
||||
"api\/js\/etemplate\/et2_widget_vfs.js",
|
||||
"api\/js\/etemplate\/et2_widget_video.js",
|
||||
"phpgwapi\/js\/jquery\/barcode\/jquery-barcode.min.js",
|
||||
"api\/js\/jquery\/barcode\/jquery-barcode.min.js",
|
||||
"api\/js\/etemplate\/et2_widget_barcode.js",
|
||||
"api\/js\/etemplate\/et2_extension_itempicker_actions.js",
|
||||
"api\/js\/etemplate\/et2_widget_itempicker.js",
|
||||
@ -212,12 +212,12 @@ module.exports = function (grunt) {
|
||||
jdots: {
|
||||
files: {
|
||||
"jdots\/js\/fw_jdots.min.js": [
|
||||
"phpgwapi\/js\/framework\/fw_base.js",
|
||||
"phpgwapi\/js\/framework\/fw_browser.js",
|
||||
"phpgwapi\/js\/jquery\/mousewheel\/mousewheel.js",
|
||||
"phpgwapi\/js\/framework\/fw_ui.js",
|
||||
"phpgwapi\/js\/framework\/fw_classes.js",
|
||||
"phpgwapi\/js\/framework\/fw_desktop.js",
|
||||
"api\/js\/framework\/fw_base.js",
|
||||
"api\/js\/framework\/fw_browser.js",
|
||||
"api\/js\/jquery\/mousewheel\/mousewheel.js",
|
||||
"api\/js\/framework\/fw_ui.js",
|
||||
"api\/js\/framework\/fw_classes.js",
|
||||
"api\/js\/framework\/fw_desktop.js",
|
||||
"jdots\/js\/fw_jdots.js"
|
||||
]
|
||||
}
|
||||
@ -225,12 +225,12 @@ module.exports = function (grunt) {
|
||||
mobile: {
|
||||
files: {
|
||||
"jdots\/js\/fw_mobile.min.js": [
|
||||
"phpgwapi\/js\/jquery\/fastclick\/lib\/fastclick.js",
|
||||
"phpgwapi\/js\/framework\/fw_base.js",
|
||||
"phpgwapi\/js\/framework\/fw_browser.js",
|
||||
"phpgwapi\/js\/jquery\/mousewheel\/mousewheel.js",
|
||||
"phpgwapi\/js\/framework\/fw_ui.js",
|
||||
"phpgwapi\/js\/framework\/fw_classes.js",
|
||||
"api\/js\/jquery\/fastclick\/lib\/fastclick.js",
|
||||
"api\/js\/framework\/fw_base.js",
|
||||
"api\/js\/framework\/fw_browser.js",
|
||||
"api\/js\/jquery\/mousewheel\/mousewheel.js",
|
||||
"api\/js\/framework\/fw_ui.js",
|
||||
"api\/js\/framework\/fw_classes.js",
|
||||
"jdots\/js\/fw_mobile.js"
|
||||
]
|
||||
}
|
||||
@ -238,12 +238,12 @@ module.exports = function (grunt) {
|
||||
pixelegg: {
|
||||
files: {
|
||||
"pixelegg\/js\/fw_pixelegg.min.js": [
|
||||
"phpgwapi\/js\/framework\/fw_base.js",
|
||||
"phpgwapi\/js\/framework\/fw_browser.js",
|
||||
"phpgwapi\/js\/jquery\/mousewheel\/mousewheel.js",
|
||||
"phpgwapi\/js\/framework\/fw_ui.js",
|
||||
"phpgwapi\/js\/framework\/fw_classes.js",
|
||||
"phpgwapi\/js\/framework\/fw_desktop.js",
|
||||
"api\/js\/framework\/fw_base.js",
|
||||
"api\/js\/framework\/fw_browser.js",
|
||||
"api\/js\/jquery\/mousewheel\/mousewheel.js",
|
||||
"api\/js\/framework\/fw_ui.js",
|
||||
"api\/js\/framework\/fw_classes.js",
|
||||
"api\/js\/framework\/fw_desktop.js",
|
||||
"pixelegg\/js\/slider.js",
|
||||
"pixelegg\/js\/fw_pixelegg.js"
|
||||
]
|
||||
|
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 372 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 111 B After Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 56 B After Width: | Height: | Size: 56 B |
Before Width: | Height: | Size: 124 B After Width: | Height: | Size: 124 B |
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 372 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 119 B After Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 56 B After Width: | Height: | Size: 56 B |
Before Width: | Height: | Size: 106 B After Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 372 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 119 B After Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 106 B After Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 52 B After Width: | Height: | Size: 52 B |
Before Width: | Height: | Size: 164 B After Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 56 B After Width: | Height: | Size: 56 B |
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 122 B After Width: | Height: | Size: 122 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 847 B |
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 149 B |
Before Width: | Height: | Size: 74 B After Width: | Height: | Size: 74 B |
Before Width: | Height: | Size: 74 B After Width: | Height: | Size: 74 B |
Before Width: | Height: | Size: 65 B After Width: | Height: | Size: 65 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 52 B After Width: | Height: | Size: 52 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 66 B After Width: | Height: | Size: 66 B |
Before Width: | Height: | Size: 66 B After Width: | Height: | Size: 66 B |
Before Width: | Height: | Size: 68 B After Width: | Height: | Size: 68 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 56 B After Width: | Height: | Size: 56 B |
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 87 B |
Before Width: | Height: | Size: 56 B After Width: | Height: | Size: 56 B |
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 87 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 279 B After Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 208 B After Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 279 B After Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 268 B |
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 167 B After Width: | Height: | Size: 167 B |
Before Width: | Height: | Size: 171 B After Width: | Height: | Size: 171 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 116 B After Width: | Height: | Size: 116 B |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 85 B After Width: | Height: | Size: 85 B |
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 225 B After Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 226 B |