erp_app 3.0.7 → 3.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +23 -0
- data/app/controllers/erp_app/application_controller.rb +1 -0
- data/app/controllers/erp_app/desktop/file_manager/base_controller.rb +33 -23
- data/app/controllers/erp_app/public_controller.rb +2 -3
- data/app/controllers/erp_app/shared/configuration_controller.rb +1 -0
- data/app/controllers/erp_app/shared/notes_controller.rb +1 -0
- data/app/controllers/erp_app/shared/profile_management_controller.rb +22 -0
- data/app/controllers/erp_app/widget_proxy_controller.rb +2 -1
- data/app/models/configuration.rb +7 -0
- data/app/views/erp_app/desktop/base/index.erb +2 -3
- data/app/views/erp_app/login/index.erb +1 -1
- data/app/views/erp_app/mobile/base/index.erb +1 -0
- data/app/views/erp_app/organizer/base/index.erb +2 -3
- data/config/routes.rb +1 -1
- data/lib/active_ext/ext_helpers/column_builder.rb +118 -118
- data/lib/erp_app/config.rb +8 -4
- data/lib/erp_app/extensions/railties/action_view/base.rb +0 -1
- data/lib/erp_app/extensions/railties/action_view/helpers/include_helper.rb +18 -3
- data/lib/erp_app/version.rb +1 -1
- data/lib/erp_app/widgets/base.rb +5 -4
- data/lib/erp_app/widgets/loader.rb +2 -2
- data/public/images/btn/left_panel/left_panel_16x16.png +0 -0
- data/public/images/btn/left_right_panel/left_right_panel_16x16.png +0 -0
- data/public/images/btn/right_panel/right_panel_16x16.png +0 -0
- data/public/images/btn/save/save_16x16.png +0 -0
- data/public/images/btn/save_all/save_all_16x16.png +0 -0
- data/public/javascripts/erp_app/ckeditor/ckeditor.js +138 -135
- data/public/javascripts/erp_app/ckeditor/config.js +1 -1
- data/public/javascripts/erp_app/ckeditor/contents.css +1 -1
- data/public/javascripts/erp_app/ckeditor/lang/_languages.js +1 -1
- data/public/javascripts/erp_app/ckeditor/lang/_translationstatus.txt +62 -59
- data/public/javascripts/erp_app/ckeditor/lang/af.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/ar.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/bg.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/bn.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/bs.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/ca.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/cs.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/cy.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/da.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/de.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/el.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/en-au.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/en-ca.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/en-gb.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/en.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/eo.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/es.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/et.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/eu.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/fa.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/fi.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/fo.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/fr-ca.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/fr.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/gl.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/gu.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/he.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/hi.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/hr.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/hu.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/id.js +6 -0
- data/public/javascripts/erp_app/ckeditor/lang/is.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/it.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/ja.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/ka.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/km.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/ko.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/lt.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/lv.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/mk.js +6 -0
- data/public/javascripts/erp_app/ckeditor/lang/mn.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/ms.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/nb.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/nl.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/no.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/pl.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/pt-br.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/pt.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/ro.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/ru.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/sk.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/sl.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/sr-latn.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/sr.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/sv.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/th.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/tr.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/ug.js +6 -0
- data/public/javascripts/erp_app/ckeditor/lang/uk.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/vi.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/zh-cn.js +2 -2
- data/public/javascripts/erp_app/ckeditor/lang/zh.js +2 -2
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/_translationstatus.txt +25 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/cs.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/cy.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/da.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/de.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/el.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/en.js +2 -2
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/eo.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/fa.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/fi.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/fr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/gu.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/he.js +2 -2
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/it.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/mk.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/nb.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/nl.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/no.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/pt-br.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/ro.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/tr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/ug.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/vi.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/a11yhelp/lang/zh-cn.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/about/dialogs/about.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/adobeair/plugin.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/ajax/plugin.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/autogrow/plugin.js +2 -2
- data/public/javascripts/erp_app/ckeditor/plugins/bbcode/plugin.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/clipboard/dialogs/paste.js +2 -2
- data/public/javascripts/erp_app/ckeditor/plugins/colordialog/dialogs/colordialog.js +3 -3
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/_translationstatus.txt +28 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/bg.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/cs.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/cy.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/da.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/de.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/el.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/en.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/eo.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/et.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/fa.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/fi.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/fr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/gu.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/he.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/hr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/it.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/nb.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/nl.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/no.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/pl.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/pt-br.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/tr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/ug.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/uk.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/vi.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/lang/zh-cn.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/devtools/plugin.js +2 -2
- data/public/javascripts/erp_app/ckeditor/plugins/dialog/dialogDefinition.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/div/dialogs/div.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/docprops/dialogs/docprops.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/docprops/plugin.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/find/dialogs/find.js +3 -3
- data/public/javascripts/erp_app/ckeditor/plugins/flash/dialogs/flash.js +4 -4
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/button.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/checkbox.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/form.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/hiddenfield.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/radio.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/select.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/textarea.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/forms/dialogs/textfield.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/iframe/dialogs/iframe.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/iframedialog/plugin.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/image/dialogs/image.js +9 -9
- data/public/javascripts/erp_app/ckeditor/plugins/inlineeditsave/plugin.js +40 -0
- data/public/javascripts/erp_app/ckeditor/plugins/link/dialogs/anchor.js +2 -2
- data/public/javascripts/erp_app/ckeditor/plugins/link/dialogs/link.js +5 -5
- data/public/javascripts/erp_app/ckeditor/plugins/liststyle/dialogs/liststyle.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/pastefromword/filter/default.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/pastetext/dialogs/pastetext.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/dialogs/placeholder.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/_translationstatus.txt +27 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/bg.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/cs.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/cy.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/da.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/de.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/el.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/en.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/eo.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/et.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/fa.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/fi.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/fr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/he.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/hr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/it.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/nb.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/nl.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/no.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/pl.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/pt-br.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/tr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/ug.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/uk.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/vi.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/lang/zh-cn.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/placeholder/plugin.js +2 -2
- data/public/javascripts/erp_app/ckeditor/plugins/preview/preview.html +10 -0
- data/public/javascripts/erp_app/ckeditor/plugins/scayt/dialogs/options.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/scayt/dialogs/toolbar.css +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/smiley/dialogs/smiley.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/dialogs/specialchar.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/_translationstatus.txt +22 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/cs.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/cy.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/de.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/el.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/en.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/eo.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/et.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/fa.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/fi.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/fr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/he.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/hr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/it.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/nb.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/nl.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/no.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/pt-br.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/tr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/ug.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/specialchar/lang/zh-cn.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/styles/styles/default.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/stylesheetparser/plugin.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/table/dialogs/table.js +5 -5
- data/public/javascripts/erp_app/ckeditor/plugins/tableresize/plugin.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/tabletools/dialogs/tableCell.js +3 -3
- data/public/javascripts/erp_app/ckeditor/plugins/templates/dialogs/templates.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/templates/templates/default.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/dialogs/uicolor.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/_translationstatus.txt +28 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/bg.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/cs.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/cy.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/da.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/de.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/el.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/en.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/eo.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/et.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/fa.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/fi.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/fr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/he.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/hr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/it.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/mk.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/nb.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/nl.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/no.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/pl.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/pt-br.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/tr.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/ug.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/uk.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/vi.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/lang/zh-cn.js +6 -0
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/plugin.js +2 -2
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/assets/yui.css +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/uicolor/yui/yui.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/ciframe.html +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/wsc.css +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/wsc/dialogs/wsc.js +1 -1
- data/public/javascripts/erp_app/ckeditor/plugins/xml/plugin.js +1 -1
- data/public/javascripts/erp_app/ckeditor/skins/kama/dialog.css +6 -6
- data/public/javascripts/erp_app/ckeditor/skins/kama/editor.css +1 -1
- data/public/javascripts/erp_app/ckeditor/skins/kama/skin.js +1 -1
- data/public/javascripts/erp_app/ckeditor/skins/kama/templates.css +1 -1
- data/public/javascripts/erp_app/ckeditor/skins/office2003/dialog.css +6 -5
- data/public/javascripts/erp_app/ckeditor/skins/office2003/editor.css +1 -1
- data/public/javascripts/erp_app/ckeditor/skins/office2003/skin.js +1 -1
- data/public/javascripts/erp_app/ckeditor/skins/office2003/templates.css +1 -1
- data/public/javascripts/erp_app/ckeditor/skins/v2/dialog.css +5 -5
- data/public/javascripts/erp_app/ckeditor/skins/v2/editor.css +1 -1
- data/public/javascripts/erp_app/ckeditor/skins/v2/skin.js +1 -1
- data/public/javascripts/erp_app/ckeditor/skins/v2/templates.css +1 -1
- data/public/javascripts/erp_app/ckeditor/themes/default/theme.js +1 -1
- data/public/javascripts/erp_app/ckeditor_example_config_override.js +2 -1
- data/public/javascripts/erp_app/codemirror/LICENSE +5 -1
- data/public/javascripts/erp_app/codemirror/README.md +6 -4
- data/public/javascripts/erp_app/codemirror/{css → doc}/baboon.png +0 -0
- data/public/javascripts/erp_app/codemirror/{css → doc}/baboon_vector.svg +0 -0
- data/public/javascripts/erp_app/codemirror/doc/compress.html +155 -0
- data/public/javascripts/erp_app/codemirror/{css → doc}/docs.css +0 -0
- data/public/javascripts/erp_app/codemirror/doc/internals.html +494 -0
- data/public/javascripts/erp_app/codemirror/{manual.html → doc/manual.html} +465 -167
- data/public/javascripts/erp_app/codemirror/doc/oldrelease.html +267 -0
- data/public/javascripts/erp_app/codemirror/doc/reporting.html +57 -0
- data/public/javascripts/erp_app/codemirror/doc/upgrade_v2.2.html +95 -0
- data/public/javascripts/erp_app/codemirror/keymap/emacs.js +29 -0
- data/public/javascripts/erp_app/codemirror/keymap/vim.js +785 -0
- data/public/javascripts/erp_app/codemirror/lib/codemirror.css +116 -14
- data/public/javascripts/erp_app/codemirror/lib/codemirror.js +2128 -1054
- data/public/javascripts/erp_app/codemirror/lib/util/closetag.js +164 -0
- data/public/javascripts/erp_app/codemirror/lib/util/dialog.css +27 -0
- data/public/javascripts/erp_app/codemirror/lib/util/dialog.js +67 -0
- data/public/javascripts/erp_app/codemirror/lib/util/foldcode.js +196 -0
- data/public/javascripts/erp_app/codemirror/lib/util/formatting.js +299 -0
- data/public/javascripts/erp_app/codemirror/lib/util/javascript-hint.js +134 -0
- data/public/javascripts/erp_app/codemirror/lib/util/loadmode.js +51 -0
- data/public/javascripts/erp_app/codemirror/lib/util/match-highlighter.js +44 -0
- data/public/javascripts/erp_app/codemirror/lib/util/multiplex.js +81 -0
- data/public/javascripts/erp_app/codemirror/lib/{overlay.js → util/overlay.js} +3 -2
- data/public/javascripts/erp_app/codemirror/lib/util/pig-hint.js +123 -0
- data/public/javascripts/erp_app/codemirror/lib/util/runmode.js +49 -0
- data/public/javascripts/erp_app/codemirror/lib/util/search.js +118 -0
- data/public/javascripts/erp_app/codemirror/lib/util/searchcursor.js +117 -0
- data/public/javascripts/erp_app/codemirror/lib/util/simple-hint.css +16 -0
- data/public/javascripts/erp_app/codemirror/lib/util/simple-hint.js +76 -0
- data/public/javascripts/erp_app/codemirror/lib/util/xml-hint.js +137 -0
- data/public/javascripts/erp_app/codemirror/mode/clike/clike.js +50 -17
- data/public/javascripts/erp_app/codemirror/mode/clike/index.html +4 -5
- data/public/javascripts/erp_app/codemirror/mode/clike/scala.html +765 -0
- data/public/javascripts/erp_app/codemirror/mode/clojure/clojure.js +207 -0
- data/public/javascripts/erp_app/codemirror/mode/clojure/index.html +66 -0
- data/public/javascripts/erp_app/codemirror/mode/coffeescript/coffeescript.js +101 -63
- data/public/javascripts/erp_app/codemirror/mode/coffeescript/index.html +9 -4
- data/public/javascripts/erp_app/codemirror/mode/css/css.js +4 -4
- data/public/javascripts/erp_app/codemirror/mode/css/index.html +3 -4
- data/public/javascripts/erp_app/codemirror/mode/diff/diff.js +24 -5
- data/public/javascripts/erp_app/codemirror/mode/diff/index.html +12 -7
- data/public/javascripts/erp_app/codemirror/mode/ecl/ecl.js +203 -0
- data/public/javascripts/erp_app/codemirror/mode/ecl/index.html +42 -0
- data/public/javascripts/erp_app/codemirror/mode/erlang/erlang.js +463 -0
- data/public/javascripts/erp_app/codemirror/mode/erlang/index.html +62 -0
- data/public/javascripts/erp_app/codemirror/mode/gfm/gfm.js +144 -0
- data/public/javascripts/erp_app/codemirror/mode/gfm/index.html +47 -0
- data/public/javascripts/erp_app/codemirror/mode/go/go.js +170 -0
- data/public/javascripts/erp_app/codemirror/mode/go/index.html +72 -0
- data/public/javascripts/erp_app/codemirror/mode/groovy/groovy.js +210 -0
- data/public/javascripts/erp_app/codemirror/mode/groovy/index.html +71 -0
- data/public/javascripts/erp_app/codemirror/mode/haskell/index.html +3 -3
- data/public/javascripts/erp_app/codemirror/mode/haxe/haxe.js +432 -0
- data/public/javascripts/erp_app/codemirror/mode/haxe/index.html +90 -0
- data/public/javascripts/erp_app/codemirror/mode/htmlembedded/htmlembedded.js +68 -0
- data/public/javascripts/erp_app/codemirror/mode/htmlembedded/index.html +49 -0
- data/public/javascripts/erp_app/codemirror/mode/htmlmixed/htmlmixed.js +8 -2
- data/public/javascripts/erp_app/codemirror/mode/htmlmixed/index.html +3 -4
- data/public/javascripts/erp_app/codemirror/mode/javascript/index.html +3 -4
- data/public/javascripts/erp_app/codemirror/mode/javascript/javascript.js +26 -13
- data/public/javascripts/erp_app/codemirror/mode/jinja2/index.html +37 -0
- data/public/javascripts/erp_app/codemirror/mode/jinja2/jinja2.js +42 -0
- data/public/javascripts/erp_app/codemirror/mode/less/index.html +618 -0
- data/public/javascripts/erp_app/codemirror/mode/less/less.js +232 -0
- data/public/javascripts/erp_app/codemirror/mode/lua/index.html +3 -3
- data/public/javascripts/erp_app/codemirror/mode/lua/lua.js +5 -3
- data/public/javascripts/erp_app/codemirror/mode/markdown/index.html +340 -0
- data/public/javascripts/erp_app/codemirror/mode/markdown/markdown.js +268 -0
- data/public/javascripts/erp_app/codemirror/mode/mysql/index.html +41 -0
- data/public/javascripts/erp_app/codemirror/mode/mysql/mysql.js +186 -0
- data/public/javascripts/erp_app/codemirror/mode/ntriples/index.html +32 -0
- data/public/javascripts/erp_app/codemirror/mode/ntriples/ntriples.js +172 -0
- data/public/javascripts/erp_app/codemirror/mode/ocaml/index.html +130 -0
- data/public/javascripts/erp_app/codemirror/mode/ocaml/ocaml.js +114 -0
- data/public/javascripts/erp_app/codemirror/mode/pascal/LICENSE +7 -0
- data/public/javascripts/erp_app/codemirror/mode/pascal/index.html +48 -0
- data/public/javascripts/erp_app/codemirror/mode/pascal/pascal.js +94 -0
- data/public/javascripts/erp_app/codemirror/mode/perl/LICENSE +19 -0
- data/public/javascripts/erp_app/codemirror/mode/perl/index.html +62 -0
- data/public/javascripts/erp_app/codemirror/mode/perl/perl.js +816 -0
- data/public/javascripts/erp_app/codemirror/mode/php/index.html +4 -5
- data/public/javascripts/erp_app/codemirror/mode/php/php.js +62 -27
- data/public/javascripts/erp_app/codemirror/mode/pig/index.html +42 -0
- data/public/javascripts/erp_app/codemirror/mode/pig/pig.js +172 -0
- data/public/javascripts/erp_app/codemirror/mode/plsql/index.html +3 -4
- data/public/javascripts/erp_app/codemirror/mode/plsql/plsql.js +2 -2
- data/public/javascripts/erp_app/codemirror/mode/properties/index.html +40 -0
- data/public/javascripts/erp_app/codemirror/mode/properties/properties.js +63 -0
- data/public/javascripts/erp_app/codemirror/mode/python/index.html +3 -4
- data/public/javascripts/erp_app/codemirror/mode/python/python.js +59 -42
- data/public/javascripts/erp_app/codemirror/mode/r/index.html +5 -5
- data/public/javascripts/erp_app/codemirror/mode/r/r.js +9 -2
- data/public/javascripts/erp_app/codemirror/mode/rpm/changes/changes.js +19 -0
- data/public/javascripts/erp_app/codemirror/mode/rpm/changes/index.html +53 -0
- data/public/javascripts/erp_app/codemirror/mode/rpm/spec/index.html +99 -0
- data/public/javascripts/erp_app/codemirror/mode/rpm/spec/spec.css +5 -0
- data/public/javascripts/erp_app/codemirror/mode/rpm/spec/spec.js +66 -0
- data/public/javascripts/erp_app/codemirror/mode/rst/index.html +4 -5
- data/public/javascripts/erp_app/codemirror/mode/rst/rst.js +15 -22
- data/public/javascripts/erp_app/codemirror/mode/ruby/index.html +3 -4
- data/public/javascripts/erp_app/codemirror/mode/ruby/ruby.js +49 -36
- data/public/javascripts/erp_app/codemirror/mode/rust/index.html +48 -0
- data/public/javascripts/erp_app/codemirror/mode/rust/rust.js +432 -0
- data/public/javascripts/erp_app/codemirror/mode/scheme/index.html +3 -4
- data/public/javascripts/erp_app/codemirror/mode/scheme/scheme.js +71 -23
- data/public/javascripts/erp_app/codemirror/mode/shell/index.html +50 -0
- data/public/javascripts/erp_app/codemirror/mode/shell/shell.js +118 -0
- data/public/javascripts/erp_app/codemirror/mode/smalltalk/index.html +3 -4
- data/public/javascripts/erp_app/codemirror/mode/smalltalk/smalltalk.js +137 -120
- data/public/javascripts/erp_app/codemirror/mode/smarty/index.html +82 -0
- data/public/javascripts/erp_app/codemirror/mode/smarty/smarty.js +148 -0
- data/public/javascripts/erp_app/codemirror/mode/sparql/index.html +3 -4
- data/public/javascripts/erp_app/codemirror/mode/stex/index.html +4 -5
- data/public/javascripts/erp_app/codemirror/mode/stex/stex.js +22 -7
- data/public/javascripts/erp_app/codemirror/mode/stex/test.html +263 -0
- data/public/javascripts/erp_app/codemirror/mode/tiddlywiki/index.html +140 -0
- data/public/javascripts/erp_app/codemirror/mode/tiddlywiki/tiddlywiki.css +14 -0
- data/public/javascripts/erp_app/codemirror/mode/tiddlywiki/tiddlywiki.js +384 -0
- data/public/javascripts/erp_app/codemirror/mode/tiki/index.html +82 -0
- data/public/javascripts/erp_app/codemirror/mode/tiki/tiki.css +26 -0
- data/public/javascripts/erp_app/codemirror/mode/tiki/tiki.js +316 -0
- data/public/javascripts/erp_app/codemirror/mode/vb/LICENSE.txt +21 -0
- data/public/javascripts/erp_app/codemirror/mode/vb/index.html +88 -0
- data/public/javascripts/erp_app/codemirror/mode/vb/vb.js +260 -0
- data/public/javascripts/erp_app/codemirror/mode/vbscript/index.html +42 -0
- data/public/javascripts/erp_app/codemirror/mode/vbscript/vbscript.js +26 -0
- data/public/javascripts/erp_app/codemirror/mode/velocity/index.html +3 -3
- data/public/javascripts/erp_app/codemirror/mode/verilog/index.html +210 -0
- data/public/javascripts/erp_app/codemirror/mode/verilog/verilog.js +194 -0
- data/public/javascripts/erp_app/codemirror/mode/xml/index.html +7 -5
- data/public/javascripts/erp_app/codemirror/mode/xml/xml.js +127 -32
- data/public/javascripts/erp_app/codemirror/mode/xquery/LICENSE +20 -0
- data/public/javascripts/erp_app/codemirror/mode/xquery/index.html +222 -0
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/index.html +27 -0
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testBase.js +42 -0
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testEmptySequenceKeyword.js +16 -0
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testMultiAttr.js +16 -0
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testNamespaces.js +91 -0
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testProcessingInstructions.js +16 -0
- data/public/javascripts/erp_app/codemirror/mode/xquery/test/testQuotes.js +19 -0
- data/public/javascripts/erp_app/codemirror/mode/xquery/xquery.js +448 -0
- data/public/javascripts/erp_app/codemirror/mode/yaml/index.html +3 -4
- data/public/javascripts/erp_app/codemirror/package.json +29 -0
- data/public/javascripts/erp_app/codemirror/test/driver.js +42 -0
- data/public/javascripts/erp_app/codemirror/test/index.html +55 -0
- data/public/javascripts/erp_app/codemirror/test/mode_test.css +22 -0
- data/public/javascripts/erp_app/codemirror/test/mode_test.js +164 -0
- data/public/javascripts/erp_app/codemirror/test/test.js +467 -0
- data/public/javascripts/erp_app/codemirror/theme/ambiance.css +81 -0
- data/public/javascripts/erp_app/codemirror/theme/blackboard.css +25 -0
- data/public/javascripts/erp_app/codemirror/theme/cobalt.css +18 -0
- data/public/javascripts/erp_app/codemirror/theme/eclipse.css +25 -0
- data/public/javascripts/erp_app/codemirror/theme/elegant.css +3 -2
- data/public/javascripts/erp_app/codemirror/theme/erlang-dark.css +21 -0
- data/public/javascripts/erp_app/codemirror/theme/lesser-dark.css +44 -0
- data/public/javascripts/erp_app/codemirror/theme/monokai.css +28 -0
- data/public/javascripts/erp_app/codemirror/theme/neat.css +4 -3
- data/public/javascripts/erp_app/codemirror/theme/night.css +2 -1
- data/public/javascripts/erp_app/codemirror/theme/rubyblue.css +21 -0
- data/public/javascripts/erp_app/codemirror/theme/vibrant-ink.css +27 -0
- data/public/javascripts/erp_app/codemirror/theme/xq-dark.css +46 -0
- data/public/javascripts/erp_app/codemirror_highlight.js +17 -0
- data/public/javascripts/erp_app/desktop/applications/audit_log_viewer/module.js +1 -57
- data/public/javascripts/erp_app/desktop/applications/control_panel/application_management_panel.js +1 -2
- data/public/javascripts/erp_app/desktop/applications/control_panel/module.js +1 -1
- data/public/javascripts/erp_app/desktop/applications/file_manager/module.js +12 -1
- data/public/javascripts/erp_app/desktop/ext_ux_desktop_module.js +9 -1
- data/public/javascripts/erp_app/jquery_support.js +6 -1
- data/public/javascripts/erp_app/login/window.js +1 -1
- data/public/javascripts/erp_app/organizer/default_menu_tree_panel.js +3 -1
- data/public/javascripts/erp_app/organizer/layout.js +92 -79
- data/public/javascripts/erp_app/organizer/preference_window.js +1 -1
- data/public/javascripts/erp_app/{desktop/applications/audit_log_viewer → shared/audit_log}/audit_log_grid_panel.js +1 -0
- data/public/javascripts/erp_app/{desktop/applications/audit_log_viewer → shared/audit_log}/audit_log_item_grid_panel.js +0 -0
- data/public/javascripts/erp_app/shared/audit_log/audit_log_tab_panel.js +52 -0
- data/public/javascripts/erp_app/shared/compass_ckeditor.js +51 -1
- data/public/javascripts/erp_app/shared/compass_codemirror.js +2 -8
- data/public/javascripts/erp_app/shared/configuration/configuration_panel.js +24 -22
- data/public/javascripts/erp_app/shared/dynamic_editable_grid.js +1 -0
- data/public/javascripts/erp_app/shared/dynamic_editable_grid_loader_panel.js +5 -1
- data/public/javascripts/erp_app/shared/file_manager_tree.js +358 -270
- data/public/javascripts/erp_app/shared/file_upload/Ext.ux.panel.UploadPanel.js +580 -0
- data/public/javascripts/erp_app/shared/file_upload/plupload.flash.swf +0 -0
- data/public/javascripts/erp_app/shared/file_upload/plupload.full.js +2 -0
- data/public/javascripts/erp_app/shared/file_upload/plupload.silverlight.xap +0 -0
- data/public/javascripts/erp_app/shared/file_upload/upload_window.js +19 -212
- data/public/javascripts/erp_app/{desktop/applications/control_panel → shared}/profile_management_panel.js +14 -23
- data/public/javascripts/erp_app/utility.js +340 -272
- data/public/javascripts/erp_app/widgets.js +2 -2
- data/public/javascripts/extjs/MultiCellSelectionModel.js +490 -0
- data/public/javascripts/jquery_plugins/jquery.address.min.js +21 -24
- data/public/stylesheets/erp_app/desktop/base.css +3 -1
- data/public/stylesheets/erp_app/shared/compass-ext-all.css +29 -0
- data/public/stylesheets/erp_app/shared/hover_finger.css +4 -0
- metadata +267 -71
- data/app/controllers/erp_app/desktop/control_panel/profile_management_controller.rb +0 -23
- data/app/models/extensions/party.rb +0 -39
- data/public/images/icons/add/Thumbs.db +0 -0
- data/public/images/icons/calendar/Thumbs.db +0 -0
- data/public/images/icons/copy/Thumbs.db +0 -0
- data/public/images/icons/cut/Thumbs.db +0 -0
- data/public/images/icons/delete/Thumbs.db +0 -0
- data/public/images/icons/edit/Thumbs.db +0 -0
- data/public/images/icons/folder/Thumbs.db +0 -0
- data/public/images/icons/gear/Thumbs.db +0 -0
- data/public/images/icons/globe/Thumbs.db +0 -0
- data/public/images/icons/grid/Thumbs.db +0 -0
- data/public/images/icons/help/Thumbs.db +0 -0
- data/public/images/icons/information/Thumbs.db +0 -0
- data/public/images/icons/key/Thumbs.db +0 -0
- data/public/images/icons/log_out/Thumbs.db +0 -0
- data/public/images/icons/mail/Thumbs.db +0 -0
- data/public/images/icons/new/Thumbs.db +0 -0
- data/public/images/icons/next/Thumbs.db +0 -0
- data/public/images/icons/open/Thumbs.db +0 -0
- data/public/images/icons/paste/Thumbs.db +0 -0
- data/public/images/icons/picture/Thumbs.db +0 -0
- data/public/images/icons/presentation/Thumbs.db +0 -0
- data/public/images/icons/preview/Thumbs.db +0 -0
- data/public/images/icons/previous/Thumbs.db +0 -0
- data/public/images/icons/print/Thumbs.db +0 -0
- data/public/images/icons/properties/Thumbs.db +0 -0
- data/public/images/icons/redo/Thumbs.db +0 -0
- data/public/images/icons/refresh/Thumbs.db +0 -0
- data/public/images/icons/remove/Thumbs.db +0 -0
- data/public/images/icons/rename/Thumbs.db +0 -0
- data/public/images/icons/save/Thumbs.db +0 -0
- data/public/images/icons/search/Thumbs.db +0 -0
- data/public/images/icons/send/Thumbs.db +0 -0
- data/public/images/icons/settings/Thumbs.db +0 -0
- data/public/images/icons/synchronize/Thumbs.db +0 -0
- data/public/images/icons/undo/Thumbs.db +0 -0
- data/public/images/icons/upload/Thumbs.db +0 -0
- data/public/images/icons/user/Thumbs.db +0 -0
- data/public/images/icons/zoom_in/Thumbs.db +0 -0
- data/public/images/icons/zoom_out/Thumbs.db +0 -0
- data/public/javascripts/erp_app/ckeditor/plugins/jwplayer/jwplayer/Thumbs.db +0 -0
- data/public/javascripts/erp_app/codemirror/lib/runmode.js +0 -27
- data/public/javascripts/erp_app/codemirror/mode/diff/diff.css +0 -3
- data/public/javascripts/erp_app/codemirror/mode/rst/rst.css +0 -75
- data/public/javascripts/erp_app/codemirror/mode/xmlpure/index.html +0 -60
- data/public/javascripts/erp_app/codemirror/mode/xmlpure/xmlpure.js +0 -481
- data/public/javascripts/erp_app/codemirror/theme/default.css +0 -19
- data/public/javascripts/erp_app/shared/file_upload/Ext.ux.AwesomeUploader.js +0 -511
- data/public/javascripts/erp_app/shared/file_upload/Ext.ux.AwesomeUploaderLocalization.js +0 -45
- data/public/javascripts/erp_app/shared/file_upload/Ext.ux.XHRUpload.js +0 -138
- data/public/javascripts/erp_app/tinymce/Ext.ux.TinyMCE.js +0 -689
- data/public/javascripts/erp_app/tinymce/center_region.js +0 -611
|
@@ -1,11 +1,44 @@
|
|
|
1
1
|
CodeMirror.defineMode("xml", function(config, parserConfig) {
|
|
2
2
|
var indentUnit = config.indentUnit;
|
|
3
3
|
var Kludges = parserConfig.htmlMode ? {
|
|
4
|
-
autoSelfClosers: {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
autoSelfClosers: {'area': true, 'base': true, 'br': true, 'col': true, 'command': true,
|
|
5
|
+
'embed': true, 'frame': true, 'hr': true, 'img': true, 'input': true,
|
|
6
|
+
'keygen': true, 'link': true, 'meta': true, 'param': true, 'source': true,
|
|
7
|
+
'track': true, 'wbr': true},
|
|
8
|
+
implicitlyClosed: {'dd': true, 'li': true, 'optgroup': true, 'option': true, 'p': true,
|
|
9
|
+
'rp': true, 'rt': true, 'tbody': true, 'td': true, 'tfoot': true,
|
|
10
|
+
'th': true, 'tr': true},
|
|
11
|
+
contextGrabbers: {
|
|
12
|
+
'dd': {'dd': true, 'dt': true},
|
|
13
|
+
'dt': {'dd': true, 'dt': true},
|
|
14
|
+
'li': {'li': true},
|
|
15
|
+
'option': {'option': true, 'optgroup': true},
|
|
16
|
+
'optgroup': {'optgroup': true},
|
|
17
|
+
'p': {'address': true, 'article': true, 'aside': true, 'blockquote': true, 'dir': true,
|
|
18
|
+
'div': true, 'dl': true, 'fieldset': true, 'footer': true, 'form': true,
|
|
19
|
+
'h1': true, 'h2': true, 'h3': true, 'h4': true, 'h5': true, 'h6': true,
|
|
20
|
+
'header': true, 'hgroup': true, 'hr': true, 'menu': true, 'nav': true, 'ol': true,
|
|
21
|
+
'p': true, 'pre': true, 'section': true, 'table': true, 'ul': true},
|
|
22
|
+
'rp': {'rp': true, 'rt': true},
|
|
23
|
+
'rt': {'rp': true, 'rt': true},
|
|
24
|
+
'tbody': {'tbody': true, 'tfoot': true},
|
|
25
|
+
'td': {'td': true, 'th': true},
|
|
26
|
+
'tfoot': {'tbody': true},
|
|
27
|
+
'th': {'td': true, 'th': true},
|
|
28
|
+
'thead': {'tbody': true, 'tfoot': true},
|
|
29
|
+
'tr': {'tr': true}
|
|
30
|
+
},
|
|
31
|
+
doNotIndent: {"pre": true},
|
|
32
|
+
allowUnquoted: true,
|
|
33
|
+
allowMissing: false
|
|
34
|
+
} : {
|
|
35
|
+
autoSelfClosers: {},
|
|
36
|
+
implicitlyClosed: {},
|
|
37
|
+
contextGrabbers: {},
|
|
38
|
+
doNotIndent: {},
|
|
39
|
+
allowUnquoted: false,
|
|
40
|
+
allowMissing: false
|
|
41
|
+
};
|
|
9
42
|
var alignCDATA = parserConfig.alignCDATA;
|
|
10
43
|
|
|
11
44
|
// Return variables for tokenizers
|
|
@@ -27,7 +60,7 @@ CodeMirror.defineMode("xml", function(config, parserConfig) {
|
|
|
27
60
|
else if (stream.match("--")) return chain(inBlock("comment", "-->"));
|
|
28
61
|
else if (stream.match("DOCTYPE", true, true)) {
|
|
29
62
|
stream.eatWhile(/[\w\._\-]/);
|
|
30
|
-
return chain(
|
|
63
|
+
return chain(doctype(1));
|
|
31
64
|
}
|
|
32
65
|
else return null;
|
|
33
66
|
}
|
|
@@ -47,9 +80,17 @@ CodeMirror.defineMode("xml", function(config, parserConfig) {
|
|
|
47
80
|
}
|
|
48
81
|
}
|
|
49
82
|
else if (ch == "&") {
|
|
50
|
-
|
|
51
|
-
stream.eat("
|
|
52
|
-
|
|
83
|
+
var ok;
|
|
84
|
+
if (stream.eat("#")) {
|
|
85
|
+
if (stream.eat("x")) {
|
|
86
|
+
ok = stream.eatWhile(/[a-fA-F\d]/) && stream.eat(";");
|
|
87
|
+
} else {
|
|
88
|
+
ok = stream.eatWhile(/[\d]/) && stream.eat(";");
|
|
89
|
+
}
|
|
90
|
+
} else {
|
|
91
|
+
ok = stream.eatWhile(/[\w\.\-:]/) && stream.eat(";");
|
|
92
|
+
}
|
|
93
|
+
return ok ? "atom" : "error";
|
|
53
94
|
}
|
|
54
95
|
else {
|
|
55
96
|
stream.eatWhile(/[^&<]/);
|
|
@@ -102,6 +143,26 @@ CodeMirror.defineMode("xml", function(config, parserConfig) {
|
|
|
102
143
|
return style;
|
|
103
144
|
};
|
|
104
145
|
}
|
|
146
|
+
function doctype(depth) {
|
|
147
|
+
return function(stream, state) {
|
|
148
|
+
var ch;
|
|
149
|
+
while ((ch = stream.next()) != null) {
|
|
150
|
+
if (ch == "<") {
|
|
151
|
+
state.tokenize = doctype(depth + 1);
|
|
152
|
+
return state.tokenize(stream, state);
|
|
153
|
+
} else if (ch == ">") {
|
|
154
|
+
if (depth == 1) {
|
|
155
|
+
state.tokenize = inText;
|
|
156
|
+
break;
|
|
157
|
+
} else {
|
|
158
|
+
state.tokenize = doctype(depth - 1);
|
|
159
|
+
return state.tokenize(stream, state);
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
return "meta";
|
|
164
|
+
};
|
|
165
|
+
}
|
|
105
166
|
|
|
106
167
|
var curState, setStyle;
|
|
107
168
|
function pass() {
|
|
@@ -127,51 +188,80 @@ CodeMirror.defineMode("xml", function(config, parserConfig) {
|
|
|
127
188
|
}
|
|
128
189
|
|
|
129
190
|
function element(type) {
|
|
130
|
-
if (type == "openTag") {
|
|
131
|
-
|
|
191
|
+
if (type == "openTag") {
|
|
192
|
+
curState.tagName = tagName;
|
|
193
|
+
return cont(attributes, endtag(curState.startOfLine));
|
|
194
|
+
} else if (type == "closeTag") {
|
|
132
195
|
var err = false;
|
|
133
196
|
if (curState.context) {
|
|
134
|
-
|
|
135
|
-
|
|
197
|
+
if (curState.context.tagName != tagName) {
|
|
198
|
+
if (Kludges.implicitlyClosed.hasOwnProperty(curState.context.tagName.toLowerCase())) {
|
|
199
|
+
popContext();
|
|
200
|
+
}
|
|
201
|
+
err = !curState.context || curState.context.tagName != tagName;
|
|
202
|
+
}
|
|
136
203
|
} else {
|
|
137
204
|
err = true;
|
|
138
205
|
}
|
|
139
206
|
if (err) setStyle = "error";
|
|
140
207
|
return cont(endclosetag(err));
|
|
141
208
|
}
|
|
142
|
-
|
|
143
|
-
if (!curState.context || curState.context.name != "!cdata") pushContext("!cdata");
|
|
144
|
-
if (curState.tokenize == inText) popContext();
|
|
145
|
-
return cont();
|
|
146
|
-
}
|
|
147
|
-
else return cont();
|
|
209
|
+
return cont();
|
|
148
210
|
}
|
|
149
211
|
function endtag(startOfLine) {
|
|
150
212
|
return function(type) {
|
|
151
213
|
if (type == "selfcloseTag" ||
|
|
152
|
-
(type == "endTag" && Kludges.autoSelfClosers.hasOwnProperty(curState.tagName.toLowerCase())))
|
|
214
|
+
(type == "endTag" && Kludges.autoSelfClosers.hasOwnProperty(curState.tagName.toLowerCase()))) {
|
|
215
|
+
maybePopContext(curState.tagName.toLowerCase());
|
|
216
|
+
return cont();
|
|
217
|
+
}
|
|
218
|
+
if (type == "endTag") {
|
|
219
|
+
maybePopContext(curState.tagName.toLowerCase());
|
|
220
|
+
pushContext(curState.tagName, startOfLine);
|
|
153
221
|
return cont();
|
|
154
|
-
|
|
222
|
+
}
|
|
155
223
|
return cont();
|
|
156
224
|
};
|
|
157
225
|
}
|
|
158
226
|
function endclosetag(err) {
|
|
159
227
|
return function(type) {
|
|
160
228
|
if (err) setStyle = "error";
|
|
161
|
-
if (type == "endTag") return cont();
|
|
162
|
-
|
|
229
|
+
if (type == "endTag") { popContext(); return cont(); }
|
|
230
|
+
setStyle = "error";
|
|
231
|
+
return cont(arguments.callee);
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
function maybePopContext(nextTagName) {
|
|
235
|
+
var parentTagName;
|
|
236
|
+
while (true) {
|
|
237
|
+
if (!curState.context) {
|
|
238
|
+
return;
|
|
239
|
+
}
|
|
240
|
+
parentTagName = curState.context.tagName.toLowerCase();
|
|
241
|
+
if (!Kludges.contextGrabbers.hasOwnProperty(parentTagName) ||
|
|
242
|
+
!Kludges.contextGrabbers[parentTagName].hasOwnProperty(nextTagName)) {
|
|
243
|
+
return;
|
|
244
|
+
}
|
|
245
|
+
popContext();
|
|
163
246
|
}
|
|
164
247
|
}
|
|
165
248
|
|
|
166
249
|
function attributes(type) {
|
|
167
|
-
if (type == "word") {setStyle = "attribute"; return cont(attributes);}
|
|
250
|
+
if (type == "word") {setStyle = "attribute"; return cont(attribute, attributes);}
|
|
251
|
+
if (type == "endTag" || type == "selfcloseTag") return pass();
|
|
252
|
+
setStyle = "error";
|
|
253
|
+
return cont(attributes);
|
|
254
|
+
}
|
|
255
|
+
function attribute(type) {
|
|
168
256
|
if (type == "equals") return cont(attvalue, attributes);
|
|
169
|
-
|
|
257
|
+
if (!Kludges.allowMissing) setStyle = "error";
|
|
258
|
+
return (type == "endTag" || type == "selfcloseTag") ? pass() : cont();
|
|
170
259
|
}
|
|
171
260
|
function attvalue(type) {
|
|
172
|
-
if (type == "word" && Kludges.allowUnquoted) {setStyle = "string"; return cont();}
|
|
173
261
|
if (type == "string") return cont(attvaluemaybe);
|
|
174
|
-
return
|
|
262
|
+
if (type == "word" && Kludges.allowUnquoted) {setStyle = "string"; return cont();}
|
|
263
|
+
setStyle = "error";
|
|
264
|
+
return (type == "endTag" || type == "selfCloseTag") ? pass() : cont();
|
|
175
265
|
}
|
|
176
266
|
function attvaluemaybe(type) {
|
|
177
267
|
if (type == "string") return cont(attvaluemaybe);
|
|
@@ -192,6 +282,7 @@ CodeMirror.defineMode("xml", function(config, parserConfig) {
|
|
|
192
282
|
|
|
193
283
|
setStyle = type = tagName = null;
|
|
194
284
|
var style = state.tokenize(stream, state);
|
|
285
|
+
state.type = type;
|
|
195
286
|
if ((style || type) && style != "comment") {
|
|
196
287
|
curState = state;
|
|
197
288
|
while (true) {
|
|
@@ -203,9 +294,11 @@ CodeMirror.defineMode("xml", function(config, parserConfig) {
|
|
|
203
294
|
return setStyle || style;
|
|
204
295
|
},
|
|
205
296
|
|
|
206
|
-
indent: function(state, textAfter) {
|
|
297
|
+
indent: function(state, textAfter, fullLine) {
|
|
207
298
|
var context = state.context;
|
|
208
|
-
if (
|
|
299
|
+
if ((state.tokenize != inTag && state.tokenize != inText) ||
|
|
300
|
+
context && context.noIndent)
|
|
301
|
+
return fullLine ? fullLine.match(/^(\s*)/)[0].length : 0;
|
|
209
302
|
if (alignCDATA && /<!\[CDATA\[/.test(textAfter)) return 0;
|
|
210
303
|
if (context && /^<\//.test(textAfter))
|
|
211
304
|
context = context.prev;
|
|
@@ -216,10 +309,10 @@ CodeMirror.defineMode("xml", function(config, parserConfig) {
|
|
|
216
309
|
},
|
|
217
310
|
|
|
218
311
|
compareStates: function(a, b) {
|
|
219
|
-
if (a.indented != b.indented || a.
|
|
312
|
+
if (a.indented != b.indented || a.tokenize != b.tokenize) return false;
|
|
220
313
|
for (var ca = a.context, cb = b.context; ; ca = ca.prev, cb = cb.prev) {
|
|
221
314
|
if (!ca || !cb) return ca == cb;
|
|
222
|
-
if (ca.tagName != cb.tagName) return false;
|
|
315
|
+
if (ca.tagName != cb.tagName || ca.indent != cb.indent) return false;
|
|
223
316
|
}
|
|
224
317
|
},
|
|
225
318
|
|
|
@@ -227,5 +320,7 @@ CodeMirror.defineMode("xml", function(config, parserConfig) {
|
|
|
227
320
|
};
|
|
228
321
|
});
|
|
229
322
|
|
|
323
|
+
CodeMirror.defineMIME("text/xml", "xml");
|
|
230
324
|
CodeMirror.defineMIME("application/xml", "xml");
|
|
231
|
-
CodeMirror.
|
|
325
|
+
if (!CodeMirror.mimeModes.hasOwnProperty("text/html"))
|
|
326
|
+
CodeMirror.defineMIME("text/html", {name: "xml", htmlMode: true});
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Copyright (C) 2011 by MarkLogic Corporation
|
|
2
|
+
Author: Mike Brevoort <mike@brevoort.com>
|
|
3
|
+
|
|
4
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
6
|
+
in the Software without restriction, including without limitation the rights
|
|
7
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
9
|
+
furnished to do so, subject to the following conditions:
|
|
10
|
+
|
|
11
|
+
The above copyright notice and this permission notice shall be included in
|
|
12
|
+
all copies or substantial portions of the Software.
|
|
13
|
+
|
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
15
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
16
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
17
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
18
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
19
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
20
|
+
THE SOFTWARE.
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html>
|
|
3
|
+
<!--
|
|
4
|
+
/*
|
|
5
|
+
Copyright (C) 2011 by MarkLogic Corporation
|
|
6
|
+
Author: Mike Brevoort <mike@brevoort.com>
|
|
7
|
+
|
|
8
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
10
|
+
in the Software without restriction, including without limitation the rights
|
|
11
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
12
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
13
|
+
furnished to do so, subject to the following conditions:
|
|
14
|
+
|
|
15
|
+
The above copyright notice and this permission notice shall be included in
|
|
16
|
+
all copies or substantial portions of the Software.
|
|
17
|
+
|
|
18
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
24
|
+
THE SOFTWARE.
|
|
25
|
+
*/
|
|
26
|
+
-->
|
|
27
|
+
<head>
|
|
28
|
+
<title>CodeMirror 2: JavaScript mode</title>
|
|
29
|
+
<link rel="stylesheet" href="../../lib/codemirror.css">
|
|
30
|
+
<script src="http://codemirror.net/lib/codemirror.js"></script>
|
|
31
|
+
<script src="xquery.js"></script>
|
|
32
|
+
<link rel="stylesheet" href="../../doc/docs.css">
|
|
33
|
+
<link rel="stylesheet" href="../../theme/xq-dark.css">
|
|
34
|
+
<style type="text/css">
|
|
35
|
+
.CodeMirror {
|
|
36
|
+
border-top: 1px solid black; border-bottom: 1px solid black;
|
|
37
|
+
}
|
|
38
|
+
.CodeMirror-scroll {
|
|
39
|
+
height:400px;
|
|
40
|
+
}
|
|
41
|
+
</style>
|
|
42
|
+
</head>
|
|
43
|
+
<body>
|
|
44
|
+
<h1>CodeMirror 2: XQuery mode</h1>
|
|
45
|
+
|
|
46
|
+
<div class="cm-s-default">
|
|
47
|
+
<textarea id="code" name="code">
|
|
48
|
+
xquery version "1.0-ml";
|
|
49
|
+
(: this is
|
|
50
|
+
: a
|
|
51
|
+
"comment" :)
|
|
52
|
+
let $let := <x attr="value">"test"<func>function() $var {function()} {$var}</func></x>
|
|
53
|
+
let $joe:=1
|
|
54
|
+
return element element {
|
|
55
|
+
attribute attribute { 1 },
|
|
56
|
+
element test { 'a' },
|
|
57
|
+
attribute foo { "bar" },
|
|
58
|
+
fn:doc()[ foo/@bar eq $let ],
|
|
59
|
+
//x }
|
|
60
|
+
|
|
61
|
+
(: a more 'evil' test :)
|
|
62
|
+
(: Modified Blakeley example (: with nested comment :) ... :)
|
|
63
|
+
declare private function local:declare() {()};
|
|
64
|
+
declare private function local:private() {()};
|
|
65
|
+
declare private function local:function() {()};
|
|
66
|
+
declare private function local:local() {()};
|
|
67
|
+
let $let := <let>let $let := "let"</let>
|
|
68
|
+
return element element {
|
|
69
|
+
attribute attribute { try { xdmp:version() } catch($e) { xdmp:log($e) } },
|
|
70
|
+
attribute fn:doc { "bar" castable as xs:string },
|
|
71
|
+
element text { text { "text" } },
|
|
72
|
+
fn:doc()[ child::eq/(@bar | attribute::attribute) eq $let ],
|
|
73
|
+
//fn:doc
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
xquery version "1.0-ml";
|
|
79
|
+
|
|
80
|
+
(: Copyright 2006-2010 Mark Logic Corporation. :)
|
|
81
|
+
|
|
82
|
+
(:
|
|
83
|
+
: Licensed under the Apache License, Version 2.0 (the "License");
|
|
84
|
+
: you may not use this file except in compliance with the License.
|
|
85
|
+
: You may obtain a copy of the License at
|
|
86
|
+
:
|
|
87
|
+
: http://www.apache.org/licenses/LICENSE-2.0
|
|
88
|
+
:
|
|
89
|
+
: Unless required by applicable law or agreed to in writing, software
|
|
90
|
+
: distributed under the License is distributed on an "AS IS" BASIS,
|
|
91
|
+
: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
92
|
+
: See the License for the specific language governing permissions and
|
|
93
|
+
: limitations under the License.
|
|
94
|
+
:)
|
|
95
|
+
|
|
96
|
+
module namespace json = "http://marklogic.com/json";
|
|
97
|
+
declare default function namespace "http://www.w3.org/2005/xpath-functions";
|
|
98
|
+
|
|
99
|
+
(: Need to backslash escape any double quotes, backslashes, and newlines :)
|
|
100
|
+
declare function json:escape($s as xs:string) as xs:string {
|
|
101
|
+
let $s := replace($s, "\\", "\\\\")
|
|
102
|
+
let $s := replace($s, """", "\\""")
|
|
103
|
+
let $s := replace($s, codepoints-to-string((13, 10)), "\\n")
|
|
104
|
+
let $s := replace($s, codepoints-to-string(13), "\\n")
|
|
105
|
+
let $s := replace($s, codepoints-to-string(10), "\\n")
|
|
106
|
+
return $s
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
declare function json:atomize($x as element()) as xs:string {
|
|
110
|
+
if (count($x/node()) = 0) then 'null'
|
|
111
|
+
else if ($x/@type = "number") then
|
|
112
|
+
let $castable := $x castable as xs:float or
|
|
113
|
+
$x castable as xs:double or
|
|
114
|
+
$x castable as xs:decimal
|
|
115
|
+
return
|
|
116
|
+
if ($castable) then xs:string($x)
|
|
117
|
+
else error(concat("Not a number: ", xdmp:describe($x)))
|
|
118
|
+
else if ($x/@type = "boolean") then
|
|
119
|
+
let $castable := $x castable as xs:boolean
|
|
120
|
+
return
|
|
121
|
+
if ($castable) then xs:string(xs:boolean($x))
|
|
122
|
+
else error(concat("Not a boolean: ", xdmp:describe($x)))
|
|
123
|
+
else concat('"', json:escape($x), '"')
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
(: Print the thing that comes after the colon :)
|
|
127
|
+
declare function json:print-value($x as element()) as xs:string {
|
|
128
|
+
if (count($x/*) = 0) then
|
|
129
|
+
json:atomize($x)
|
|
130
|
+
else if ($x/@quote = "true") then
|
|
131
|
+
concat('"', json:escape(xdmp:quote($x/node())), '"')
|
|
132
|
+
else
|
|
133
|
+
string-join(('{',
|
|
134
|
+
string-join(for $i in $x/* return json:print-name-value($i), ","),
|
|
135
|
+
'}'), "")
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
(: Print the name and value both :)
|
|
139
|
+
declare function json:print-name-value($x as element()) as xs:string? {
|
|
140
|
+
let $name := name($x)
|
|
141
|
+
let $first-in-array :=
|
|
142
|
+
count($x/preceding-sibling::*[name(.) = $name]) = 0 and
|
|
143
|
+
(count($x/following-sibling::*[name(.) = $name]) > 0 or $x/@array = "true")
|
|
144
|
+
let $later-in-array := count($x/preceding-sibling::*[name(.) = $name]) > 0
|
|
145
|
+
return
|
|
146
|
+
|
|
147
|
+
if ($later-in-array) then
|
|
148
|
+
() (: I was handled previously :)
|
|
149
|
+
else if ($first-in-array) then
|
|
150
|
+
string-join(('"', json:escape($name), '":[',
|
|
151
|
+
string-join((for $i in ($x, $x/following-sibling::*[name(.) = $name]) return json:print-value($i)), ","),
|
|
152
|
+
']'), "")
|
|
153
|
+
else
|
|
154
|
+
string-join(('"', json:escape($name), '":', json:print-value($x)), "")
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
(:~
|
|
158
|
+
Transforms an XML element into a JSON string representation. See http://json.org.
|
|
159
|
+
<p/>
|
|
160
|
+
Sample usage:
|
|
161
|
+
<pre>
|
|
162
|
+
xquery version "1.0-ml";
|
|
163
|
+
import module namespace json="http://marklogic.com/json" at "json.xqy";
|
|
164
|
+
json:serialize(&lt;foo&gt;&lt;bar&gt;kid&lt;/bar&gt;&lt;/foo&gt;)
|
|
165
|
+
</pre>
|
|
166
|
+
Sample transformations:
|
|
167
|
+
<pre>
|
|
168
|
+
&lt;e/&gt; becomes {"e":null}
|
|
169
|
+
&lt;e&gt;text&lt;/e&gt; becomes {"e":"text"}
|
|
170
|
+
&lt;e&gt;quote " escaping&lt;/e&gt; becomes {"e":"quote \" escaping"}
|
|
171
|
+
&lt;e&gt;backslash \ escaping&lt;/e&gt; becomes {"e":"backslash \\ escaping"}
|
|
172
|
+
&lt;e&gt;&lt;a&gt;text1&lt;/a&gt;&lt;b&gt;text2&lt;/b&gt;&lt;/e&gt; becomes {"e":{"a":"text1","b":"text2"}}
|
|
173
|
+
&lt;e&gt;&lt;a&gt;text1&lt;/a&gt;&lt;a&gt;text2&lt;/a&gt;&lt;/e&gt; becomes {"e":{"a":["text1","text2"]}}
|
|
174
|
+
&lt;e&gt;&lt;a array="true"&gt;text1&lt;/a&gt;&lt;/e&gt; becomes {"e":{"a":["text1"]}}
|
|
175
|
+
&lt;e&gt;&lt;a type="boolean"&gt;false&lt;/a&gt;&lt;/e&gt; becomes {"e":{"a":false}}
|
|
176
|
+
&lt;e&gt;&lt;a type="number"&gt;123.5&lt;/a&gt;&lt;/e&gt; becomes {"e":{"a":123.5}}
|
|
177
|
+
&lt;e quote="true"&gt;&lt;div attrib="value"/&gt;&lt;/e&gt; becomes {"e":"&lt;div attrib=\"value\"/&gt;"}
|
|
178
|
+
</pre>
|
|
179
|
+
<p/>
|
|
180
|
+
Namespace URIs are ignored. Namespace prefixes are included in the JSON name.
|
|
181
|
+
<p/>
|
|
182
|
+
Attributes are ignored, except for the special attribute @array="true" that
|
|
183
|
+
indicates the JSON serialization should write the node, even if single, as an
|
|
184
|
+
array, and the attribute @type that can be set to "boolean" or "number" to
|
|
185
|
+
dictate the value should be written as that type (unquoted). There's also
|
|
186
|
+
an @quote attribute that when set to true writes the inner content as text
|
|
187
|
+
rather than as structured JSON, useful for sending some XHTML over the
|
|
188
|
+
wire.
|
|
189
|
+
<p/>
|
|
190
|
+
Text nodes within mixed content are ignored.
|
|
191
|
+
|
|
192
|
+
@param $x Element node to convert
|
|
193
|
+
@return String holding JSON serialized representation of $x
|
|
194
|
+
|
|
195
|
+
@author Jason Hunter
|
|
196
|
+
@version 1.0.1
|
|
197
|
+
|
|
198
|
+
Ported to xquery 1.0-ml; double escaped backslashes in json:escape
|
|
199
|
+
:)
|
|
200
|
+
declare function json:serialize($x as element()) as xs:string {
|
|
201
|
+
string-join(('{', json:print-name-value($x), '}'), "")
|
|
202
|
+
};
|
|
203
|
+
</textarea>
|
|
204
|
+
</div>
|
|
205
|
+
|
|
206
|
+
<script>
|
|
207
|
+
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
|
|
208
|
+
lineNumbers: true,
|
|
209
|
+
matchBrackets: true,
|
|
210
|
+
theme: "xq-dark"
|
|
211
|
+
});
|
|
212
|
+
</script>
|
|
213
|
+
|
|
214
|
+
<p><strong>MIME types defined:</strong> <code>application/xquery</code>.</p>
|
|
215
|
+
|
|
216
|
+
<p>Development of the CodeMirror XQuery mode was sponsored by
|
|
217
|
+
<a href="http://marklogic.com">MarkLogic</a> and developed by
|
|
218
|
+
<a href="https://twitter.com/mbrevoort">Mike Brevoort</a>.
|
|
219
|
+
</p>
|
|
220
|
+
|
|
221
|
+
</body>
|
|
222
|
+
</html>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/html4/loose.dtd">
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-git.css" type="text/css"/>
|
|
6
|
+
<script src="http://code.jquery.com/jquery-latest.js"> </script>
|
|
7
|
+
<script type="text/javascript" src="http://code.jquery.com/qunit/qunit-git.js"></script>
|
|
8
|
+
|
|
9
|
+
<script src="../../../lib/codemirror.js"></script>
|
|
10
|
+
<script src="../xquery.js"></script>
|
|
11
|
+
|
|
12
|
+
<script type="text/javascript" src="testBase.js"></script>
|
|
13
|
+
<script type="text/javascript" src="testMultiAttr.js"></script>
|
|
14
|
+
<script type="text/javascript" src="testQuotes.js"></script>
|
|
15
|
+
<script type="text/javascript" src="testEmptySequenceKeyword.js"></script>
|
|
16
|
+
<script type="text/javascript" src="testProcessingInstructions.js"></script>
|
|
17
|
+
<script type="text/javascript" src="testNamespaces.js"></script>
|
|
18
|
+
</head>
|
|
19
|
+
<body>
|
|
20
|
+
<h1 id="qunit-header">XQuery CodeMirror Mode</h1>
|
|
21
|
+
<h2 id="qunit-banner"></h2>
|
|
22
|
+
<h2 id="qunit-userAgent"></h2>
|
|
23
|
+
<ol id="qunit-tests">
|
|
24
|
+
</ol>
|
|
25
|
+
<div id="sandbox" style="right:5000px; position:absolute; "></div>
|
|
26
|
+
</body>
|
|
27
|
+
</html>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
$(document).ready(function(){
|
|
2
|
+
module("testBase");
|
|
3
|
+
test("eviltest", function() {
|
|
4
|
+
expect(1);
|
|
5
|
+
|
|
6
|
+
var input = 'xquery version "1.0-ml";\
|
|
7
|
+
(: this is\
|
|
8
|
+
: a \
|
|
9
|
+
"comment" :)\
|
|
10
|
+
let $let := <x attr="value">"test"<func>function() $var {function()} {$var}</func></x>\
|
|
11
|
+
let $joe:=1\
|
|
12
|
+
return element element {\
|
|
13
|
+
attribute attribute { 1 },\
|
|
14
|
+
element test { 'a' }, \
|
|
15
|
+
attribute foo { "bar" },\
|
|
16
|
+
fn:doc()[ foo/@bar eq $let ],\
|
|
17
|
+
//x } \
|
|
18
|
+
\
|
|
19
|
+
(: a more \'evil\' test :)\
|
|
20
|
+
(: Modified Blakeley example (: with nested comment :) ... :)\
|
|
21
|
+
declare private function local:declare() {()};\
|
|
22
|
+
declare private function local:private() {()};\
|
|
23
|
+
declare private function local:function() {()};\
|
|
24
|
+
declare private function local:local() {()};\
|
|
25
|
+
let $let := <let>let $let := "let"</let>\
|
|
26
|
+
return element element {\
|
|
27
|
+
attribute attribute { try { xdmp:version() } catch($e) { xdmp:log($e) } },\
|
|
28
|
+
attribute fn:doc { "bar" castable as xs:string },\
|
|
29
|
+
element text { text { "text" } },\
|
|
30
|
+
fn:doc()[ child::eq/(@bar | attribute::attribute) eq $let ],\
|
|
31
|
+
//fn:doc\
|
|
32
|
+
}';
|
|
33
|
+
var expected = '<span class="cm-keyword">xquery</span> <span class="cm-keyword">version</span> <span class="cm-string">"1.0-ml"</span><span class="cm-variable cm-def">;</span> <span class="cm-comment">(: this is : a "comment" :)</span> <span class="cm-keyword">let</span> <span class="cm-variable">$let</span> <span class="cm-keyword">:=</span> <span class="cm-tag"><x </span><span class="cm-attribute">attr</span>=<span class="cm-string">"value"</span><span class="cm-tag">></span><span class="cm-word">"test"</span><span class="cm-tag"><func></span><span class="cm-word">function()</span> <span class="cm-word">$var</span> {<span class="cm-keyword">function</span>()} {<span class="cm-variable">$var</span>}<span class="cm-tag"></func></x></span> <span class="cm-keyword">let</span> <span class="cm-variable">$joe</span><span class="cm-keyword">:=</span><span class="cm-atom">1</span> <span class="cm-keyword">return</span> <span class="cm-keyword">element</span> <span class="cm-word">element</span> { <span class="cm-keyword">attribute</span> <span class="cm-word">attribute</span> { <span class="cm-atom">1</span> }, <span class="cm-keyword">element</span> <span class="cm-word">test</span> { <span class="cm-string">\'a\'</span> }, <span class="cm-keyword">attribute</span> <span class="cm-word">foo</span> { <span class="cm-string">"bar"</span> }, <span class="cm-variable cm-def">fn:doc</span>()[ <span class="cm-word">foo</span><span class="cm-keyword">/</span><span class="cm-word">@bar</span> <span class="cm-keyword">eq</span> <span class="cm-variable">$let</span> ], <span class="cm-keyword">//</span><span class="cm-word">x</span> } <span class="cm-comment">(: a more \'evil\' test :)</span> <span class="cm-comment">(: Modified Blakeley example (: with nested comment :) ... :)</span> <span class="cm-keyword">declare</span> <span class="cm-keyword">private</span> <span class="cm-keyword">function</span> <span class="cm-variable cm-def">local:declare</span>() {()}<span class="cm-word">;</span> <span class="cm-keyword">declare</span> <span class="cm-keyword">private</span> <span class="cm-keyword">function</span> <span class="cm-variable cm-def">local:private</span>() {()}<span class="cm-word">;</span> <span class="cm-keyword">declare</span> <span class="cm-keyword">private</span> <span class="cm-keyword">function</span> <span class="cm-variable cm-def">local:function</span>() {()}<span class="cm-word">;</span> <span class="cm-keyword">declare</span> <span class="cm-keyword">private</span> <span class="cm-keyword">function</span> <span class="cm-variable cm-def">local:local</span>() {()}<span class="cm-word">;</span> <span class="cm-keyword">let</span> <span class="cm-variable">$let</span> <span class="cm-keyword">:=</span> <span class="cm-tag"><let></span><span class="cm-word">let</span> <span class="cm-word">$let</span> <span class="cm-word">:=</span> <span class="cm-word">"let"</span><span class="cm-tag"></let></span> <span class="cm-keyword">return</span> <span class="cm-keyword">element</span> <span class="cm-word">element</span> { <span class="cm-keyword">attribute</span> <span class="cm-word">attribute</span> { <span class="cm-keyword">try</span> { <span class="cm-variable cm-def">xdmp:version</span>() } <span class="cm-keyword">catch</span>(<span class="cm-variable">$e</span>) { <span class="cm-variable cm-def">xdmp:log</span>(<span class="cm-variable">$e</span>) } }, <span class="cm-keyword">attribute</span> <span class="cm-word">fn:doc</span> { <span class="cm-string">"bar"</span> <span class="cm-word">castable</span> <span class="cm-keyword">as</span> <span class="cm-atom">xs:string</span> }, <span class="cm-keyword">element</span> <span class="cm-word">text</span> { <span class="cm-keyword">text</span> { <span class="cm-string">"text"</span> } }, <span class="cm-variable cm-def">fn:doc</span>()[ <span class="cm-qualifier">child::</span><span class="cm-word">eq</span><span class="cm-keyword">/</span>(<span class="cm-word">@bar</span> <span class="cm-keyword">|</span> <span class="cm-qualifier">attribute::</span><span class="cm-word">attribute</span>) <span class="cm-keyword">eq</span> <span class="cm-variable">$let</span> ], <span class="cm-keyword">//</span><span class="cm-word">fn:doc</span> }';
|
|
34
|
+
|
|
35
|
+
$("#sandbox").html('<textarea id="editor">' + input + '</textarea>');
|
|
36
|
+
var editor = CodeMirror.fromTextArea($("#editor")[0]);
|
|
37
|
+
var result = $(".CodeMirror-lines div div pre")[0].innerHTML;
|
|
38
|
+
|
|
39
|
+
equal(result, expected);
|
|
40
|
+
$("#editor").html("");
|
|
41
|
+
});
|
|
42
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
$(document).ready(function(){
|
|
2
|
+
module("testEmptySequenceKeyword");
|
|
3
|
+
test("testEmptySequenceKeyword", function() {
|
|
4
|
+
expect(1);
|
|
5
|
+
|
|
6
|
+
var input = '"foo" instance of empty-sequence()';
|
|
7
|
+
var expected = '<span class="cm-string">"foo"</span> <span class="cm-keyword">instance</span> <span class="cm-keyword">of</span> <span class="cm-keyword">empty-sequence</span>()';
|
|
8
|
+
|
|
9
|
+
$("#sandbox").html('<textarea id="editor">' + input + '</textarea>');
|
|
10
|
+
var editor = CodeMirror.fromTextArea($("#editor")[0]);
|
|
11
|
+
var result = $(".CodeMirror-lines div div pre")[0].innerHTML;
|
|
12
|
+
|
|
13
|
+
equal(result, expected);
|
|
14
|
+
$("#editor").html("");
|
|
15
|
+
});
|
|
16
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
$(document).ready(function(){
|
|
2
|
+
module("testMultiAttr");
|
|
3
|
+
test("test1", function() {
|
|
4
|
+
expect(1);
|
|
5
|
+
|
|
6
|
+
var expected = '<span class="cm-tag"><p </span><span class="cm-attribute">a1</span>=<span class="cm-string">"foo"</span> <span class="cm-attribute">a2</span>=<span class="cm-string">"bar"</span><span class="cm-tag">></span><span class="cm-word">hello</span> <span class="cm-word">world</span><span class="cm-tag"></p></span>';
|
|
7
|
+
|
|
8
|
+
$("#sandbox").html('<textarea id="editor"></textarea>');
|
|
9
|
+
$("#editor").html('<p a1="foo" a2="bar">hello world</p>');
|
|
10
|
+
var editor = CodeMirror.fromTextArea($("#editor")[0]);
|
|
11
|
+
var result = $(".CodeMirror-lines div div pre")[0].innerHTML;
|
|
12
|
+
|
|
13
|
+
equal(result, expected);
|
|
14
|
+
$("#editor").html("");
|
|
15
|
+
});
|
|
16
|
+
});
|