├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── dist └── Xplore Developer Toolkit 5.02.xml ├── readme-assets ├── xplore-500.png ├── xplore-502.png ├── xplore-context-record.png ├── xplore-context-recordset.png ├── xplore-gliderecord.png ├── xplore-icon-48.png ├── xplore-logging.png ├── xplore-production-disabled.png ├── xplore-regex.png └── xplore-table-hierarchy.png ├── spec └── snd_Xplore_spec.js └── src ├── Client Development └── UI Scripts │ ├── snd_xplore.bootstrap-toggle.min.script.js │ ├── snd_xplore.codemirror.keymap.sublime.min.script.js │ ├── snd_xplore.google.code-prettify.min.script.js │ ├── snd_xplore.jquery-ui.min.script.js │ ├── snd_xplore.script.js │ ├── snd_xplore_glasses.script.js │ ├── snd_xplore_reporter.script.js │ ├── snd_xplore_shortcuts.script.js │ └── snd_xplore_ui.script.js ├── Content Management └── Style Sheets │ ├── snd_xplore.style.css │ └── snd_xplore_themes.style.css ├── Forms & UI ├── Context Menus │ ├── Open List in Xplore │ │ ├── Open List in Xplore.action_script.js │ │ ├── Open List in Xplore.dynamic_actions_script.js │ │ └── Open List in Xplore.on_show_script.js │ └── Open Record in Xplore │ │ ├── Open Record in Xplore.action_script.js │ │ ├── Open Record in Xplore.dynamic_actions_script.js │ │ └── Open Record in Xplore.on_show_script.js └── UI Macros │ ├── snd_xplore_info.xml.html │ └── snd_xplore_main.xml.html ├── Navigation └── Modules │ ├── Properties.module.now │ └── Xplore.module.now ├── Properties └── System Property Categories │ └── Xplore Settings.title.html └── Server Development ├── Processors └── snd_xplore.script.js ├── Scheduled Script Executions └── [Xplore] Cleanup Script Includes │ ├── [Xplore] Cleanup Script Includes.condition.js │ └── [Xplore] Cleanup Script Includes.script.js ├── Script Includes ├── snd_Xplore.script.js ├── snd_Xplore_code.script.js └── snd_Xplore_spec.script.js └── UI Actions └── Open in Xplore ├── Open in Xplore.client_script_v2.js └── Open in Xplore.script.js /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/README.md -------------------------------------------------------------------------------- /dist/Xplore Developer Toolkit 5.02.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/dist/Xplore Developer Toolkit 5.02.xml -------------------------------------------------------------------------------- /readme-assets/xplore-500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/readme-assets/xplore-500.png -------------------------------------------------------------------------------- /readme-assets/xplore-502.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/readme-assets/xplore-502.png -------------------------------------------------------------------------------- /readme-assets/xplore-context-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/readme-assets/xplore-context-record.png -------------------------------------------------------------------------------- /readme-assets/xplore-context-recordset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/readme-assets/xplore-context-recordset.png -------------------------------------------------------------------------------- /readme-assets/xplore-gliderecord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/readme-assets/xplore-gliderecord.png -------------------------------------------------------------------------------- /readme-assets/xplore-icon-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/readme-assets/xplore-icon-48.png -------------------------------------------------------------------------------- /readme-assets/xplore-logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/readme-assets/xplore-logging.png -------------------------------------------------------------------------------- /readme-assets/xplore-production-disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/readme-assets/xplore-production-disabled.png -------------------------------------------------------------------------------- /readme-assets/xplore-regex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/readme-assets/xplore-regex.png -------------------------------------------------------------------------------- /readme-assets/xplore-table-hierarchy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/readme-assets/xplore-table-hierarchy.png -------------------------------------------------------------------------------- /spec/snd_Xplore_spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/spec/snd_Xplore_spec.js -------------------------------------------------------------------------------- /src/Client Development/UI Scripts/snd_xplore.bootstrap-toggle.min.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Client Development/UI Scripts/snd_xplore.bootstrap-toggle.min.script.js -------------------------------------------------------------------------------- /src/Client Development/UI Scripts/snd_xplore.codemirror.keymap.sublime.min.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Client Development/UI Scripts/snd_xplore.codemirror.keymap.sublime.min.script.js -------------------------------------------------------------------------------- /src/Client Development/UI Scripts/snd_xplore.google.code-prettify.min.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Client Development/UI Scripts/snd_xplore.google.code-prettify.min.script.js -------------------------------------------------------------------------------- /src/Client Development/UI Scripts/snd_xplore.jquery-ui.min.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Client Development/UI Scripts/snd_xplore.jquery-ui.min.script.js -------------------------------------------------------------------------------- /src/Client Development/UI Scripts/snd_xplore.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Client Development/UI Scripts/snd_xplore.script.js -------------------------------------------------------------------------------- /src/Client Development/UI Scripts/snd_xplore_glasses.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Client Development/UI Scripts/snd_xplore_glasses.script.js -------------------------------------------------------------------------------- /src/Client Development/UI Scripts/snd_xplore_reporter.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Client Development/UI Scripts/snd_xplore_reporter.script.js -------------------------------------------------------------------------------- /src/Client Development/UI Scripts/snd_xplore_shortcuts.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Client Development/UI Scripts/snd_xplore_shortcuts.script.js -------------------------------------------------------------------------------- /src/Client Development/UI Scripts/snd_xplore_ui.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Client Development/UI Scripts/snd_xplore_ui.script.js -------------------------------------------------------------------------------- /src/Content Management/Style Sheets/snd_xplore.style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Content Management/Style Sheets/snd_xplore.style.css -------------------------------------------------------------------------------- /src/Content Management/Style Sheets/snd_xplore_themes.style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Content Management/Style Sheets/snd_xplore_themes.style.css -------------------------------------------------------------------------------- /src/Forms & UI/Context Menus/Open List in Xplore/Open List in Xplore.action_script.js: -------------------------------------------------------------------------------- 1 | snd_xplore_shortcuts.openQuery(); -------------------------------------------------------------------------------- /src/Forms & UI/Context Menus/Open List in Xplore/Open List in Xplore.dynamic_actions_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Forms & UI/Context Menus/Open List in Xplore/Open List in Xplore.dynamic_actions_script.js -------------------------------------------------------------------------------- /src/Forms & UI/Context Menus/Open List in Xplore/Open List in Xplore.on_show_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Forms & UI/Context Menus/Open List in Xplore/Open List in Xplore.on_show_script.js -------------------------------------------------------------------------------- /src/Forms & UI/Context Menus/Open Record in Xplore/Open Record in Xplore.action_script.js: -------------------------------------------------------------------------------- 1 | snd_xplore_shortcuts.openRecord(); -------------------------------------------------------------------------------- /src/Forms & UI/Context Menus/Open Record in Xplore/Open Record in Xplore.dynamic_actions_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Forms & UI/Context Menus/Open Record in Xplore/Open Record in Xplore.dynamic_actions_script.js -------------------------------------------------------------------------------- /src/Forms & UI/Context Menus/Open Record in Xplore/Open Record in Xplore.on_show_script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Forms & UI/Context Menus/Open Record in Xplore/Open Record in Xplore.on_show_script.js -------------------------------------------------------------------------------- /src/Forms & UI/UI Macros/snd_xplore_info.xml.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Forms & UI/UI Macros/snd_xplore_info.xml.html -------------------------------------------------------------------------------- /src/Forms & UI/UI Macros/snd_xplore_main.xml.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Forms & UI/UI Macros/snd_xplore_main.xml.html -------------------------------------------------------------------------------- /src/Navigation/Modules/Properties.module.now: -------------------------------------------------------------------------------- 1 | a121541edb08d700b1307b5b8c9619ec -------------------------------------------------------------------------------- /src/Navigation/Modules/Xplore.module.now: -------------------------------------------------------------------------------- 1 | 02aff9e00f6a020094f3c09ce1050ece -------------------------------------------------------------------------------- /src/Properties/System Property Categories/Xplore Settings.title.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Server Development/Processors/snd_xplore.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Server Development/Processors/snd_xplore.script.js -------------------------------------------------------------------------------- /src/Server Development/Scheduled Script Executions/[Xplore] Cleanup Script Includes/[Xplore] Cleanup Script Includes.condition.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Server Development/Scheduled Script Executions/[Xplore] Cleanup Script Includes/[Xplore] Cleanup Script Includes.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Server Development/Scheduled Script Executions/[Xplore] Cleanup Script Includes/[Xplore] Cleanup Script Includes.script.js -------------------------------------------------------------------------------- /src/Server Development/Script Includes/snd_Xplore.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Server Development/Script Includes/snd_Xplore.script.js -------------------------------------------------------------------------------- /src/Server Development/Script Includes/snd_Xplore_code.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Server Development/Script Includes/snd_Xplore_code.script.js -------------------------------------------------------------------------------- /src/Server Development/Script Includes/snd_Xplore_spec.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Server Development/Script Includes/snd_Xplore_spec.script.js -------------------------------------------------------------------------------- /src/Server Development/UI Actions/Open in Xplore/Open in Xplore.client_script_v2.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/Server Development/UI Actions/Open in Xplore/Open in Xplore.script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jneale/Xplore/HEAD/src/Server Development/UI Actions/Open in Xplore/Open in Xplore.script.js --------------------------------------------------------------------------------