Skip to content

Commit db4ce1d

Browse files
committed
mid 9.x.x
1 parent 1b87329 commit db4ce1d

File tree

2,122 files changed

+390455
-6741
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,122 files changed

+390455
-6741
lines changed

src/openapi/spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
}
401401
},
402402
"/listFiles": {
403-
"post": {
403+
"get": {
404404
"tags": [
405405
"hax",
406406
"authenticated",

src/public/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.10
1+
9.0.16

src/public/build/es6/build.js

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1-
window.process={env:{NODE_ENV:"production"}};var e="./";window.WCGlobalCDNPath&&(e=window.WCGlobalCDNPath),window.__appCDN&&(e=window.__appCDN);var o="wc-registry.json";window.WCGlobalRegistryFileName&&(o=window.WCGlobalRegistryFileName),window.WCAutoloadRegistryFile=e+o;var n="build/es6/node_modules/@haxtheweb/wc-autoload/wc-autoload.js";try{var a=document.getElementsByTagName("script")[0];new Function("import('');"),animationPolyfillTest();var t=document.createElement("script");t.src=e+n,t.type="module",t.onerror=e=>{!function fallbackChecks(e){var o=window.__appCDN;if(!window.__appCDNBlockFallback){var t=document.createElement("script");t.type="module",t.onerror=e=>{fallbackChecks(e)},"./"===o?(window.__appCDN="https://cdn.hax.cloud/cdn/",window.WCAutoloadRegistryFile=window.WCAutoloadRegistryFile.replace(o,window.__appCDN),t.src=window.__appCDN+n,a.parentNode.insertBefore(t,a),console.warn(o+" failed to respond, falling back to alternative: "+window.__appCDN)):"https://cdn.hax.cloud/cdn/"===o?(window.__appCDN="https://cdn.webcomponents.psu.edu/cdn/",window.WCAutoloadRegistryFile=window.WCAutoloadRegistryFile.replace(o,window.__appCDN),t.src=window.__appCDN+n,a.parentNode.insertBefore(t,a),console.warn(o+" failed to respond, falling back to alternative: "+window.__appCDN)):"https://cdn.webcomponents.psu.edu/cdn/"===o?(window.__appCDN="https://cdn.waxam.io/",window.WCAutoloadRegistryFile=window.WCAutoloadRegistryFile.replace(o,window.__appCDN),t.src=window.__appCDN+n,a.parentNode.insertBefore(t,a),console.warn(o+" failed to respond, falling back to alternative: "+window.__appCDN)):(window.__appCDN="./",window.WCAutoloadRegistryFile=window.WCAutoloadRegistryFile.replace(o,window.__appCDN),console.error("Local delivery failed and all alternative CDNs failed to load. You might be offline, in a secure environment or doing testing intentionally to generate this *shrug*")),animationPolyfillTest()}}()},a.parentNode.insertBefore(t,a)}catch(o){var i=document.createElement("script");i.src=e+"assets/build-legacy.js",a.parentNode.insertBefore(i,a)}function animationPolyfillTest(){if(!Element.prototype.animate){var e=document.createElement("script");e.src=window.__appCDN+"build/es6/node_modules/web-animations-js/web-animations-next-lite.min.js",a.parentNode.insertBefore(e,a)}}
1+
window.process = {
2+
env: {
3+
NODE_ENV: "production"
4+
}
5+
};
6+
var cdn = "./";
7+
window.WCGlobalCDNPath && (cdn = window.WCGlobalCDNPath), window.__appCDN && (cdn = window.__appCDN);
8+
var fname = "wc-registry.json";
9+
window.WCGlobalRegistryFileName && (fname = window.WCGlobalRegistryFileName), window.WCAutoloadRegistryFile = cdn + fname;
10+
var autoloaderScriptLocation = "build/es6/node_modules/@haxtheweb/wc-autoload/wc-autoload.js";
11+
try {
12+
var def = document.getElementsByTagName("script")[0];
13+
new Function("import('');"), animationPolyfillTest();
14+
var build = document.createElement("script");
15+
build.src = cdn + autoloaderScriptLocation, build.type = "module", build.onerror = e => {
16+
!function fallbackChecks(e) {
17+
var cdn = window.__appCDN;
18+
if (!window.__appCDNBlockFallback) {
19+
var build = document.createElement("script");
20+
build.type = "module", build.onerror = e => {
21+
fallbackChecks(e);
22+
}, "./" === cdn ? (window.__appCDN = "https://cdn.hax.cloud/cdn/", window.WCAutoloadRegistryFile = window.WCAutoloadRegistryFile.replace(cdn, window.__appCDN), build.src = window.__appCDN + autoloaderScriptLocation, def.parentNode.insertBefore(build, def), console.warn(cdn + " failed to respond, falling back to alternative: " + window.__appCDN)) : "https://cdn.hax.cloud/cdn/" === cdn ? (window.__appCDN = "https://cdn.webcomponents.psu.edu/cdn/", window.WCAutoloadRegistryFile = window.WCAutoloadRegistryFile.replace(cdn, window.__appCDN), build.src = window.__appCDN + autoloaderScriptLocation, def.parentNode.insertBefore(build, def), console.warn(cdn + " failed to respond, falling back to alternative: " + window.__appCDN)) : "https://cdn.webcomponents.psu.edu/cdn/" === cdn ? (window.__appCDN = "https://cdn.waxam.io/", window.WCAutoloadRegistryFile = window.WCAutoloadRegistryFile.replace(cdn, window.__appCDN), build.src = window.__appCDN + autoloaderScriptLocation, def.parentNode.insertBefore(build, def), console.warn(cdn + " failed to respond, falling back to alternative: " + window.__appCDN)) : (window.__appCDN = "./", window.WCAutoloadRegistryFile = window.WCAutoloadRegistryFile.replace(cdn, window.__appCDN), console.error("Local delivery failed and all alternative CDNs failed to load. You might be offline, in a secure environment or doing testing intentionally to generate this *shrug*")), animationPolyfillTest();
23+
}
24+
}();
25+
}, def.parentNode.insertBefore(build, def);
26+
} catch (err) {
27+
var buildLegacy = document.createElement("script");
28+
buildLegacy.src = cdn + "assets/build-legacy.js", def.parentNode.insertBefore(buildLegacy, def);
29+
}
30+
function animationPolyfillTest() {
31+
if (!Element.prototype.animate) {
32+
var ani = document.createElement("script");
33+
ani.src = window.__appCDN + "build/es6/node_modules/web-animations-js/web-animations-next-lite.min.js", def.parentNode.insertBefore(ani, def);
34+
}
35+
}

src/public/build/es6/dist/app.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
import"./build-cms.js";
1+
// build default for all our properties is for CMSs other than HAXcms
2+
// HAXcms will tack onto this routine through another method if integration
3+
// that is similar
4+
import "./build-cms.js";
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
import"../node_modules/@haxtheweb/h-a-x/h-a-x.js";import"../node_modules/@haxtheweb/hax-body/hax-body.js";import"../node_modules/@haxtheweb/hax-body-behaviors/hax-body-behaviors.js";import"../node_modules/@haxtheweb/cms-hax/cms-hax.js";import"../node_modules/@haxtheweb/wysiwyg-hax/wysiwyg-hax.js";
1+
// for use in most CMSs
2+
//import "@haxtheweb/baseline-build-hax/baseline-build-hax.js";
3+
import "../node_modules/@haxtheweb/h-a-x/h-a-x.js";
4+
import "../node_modules/@haxtheweb/hax-body/hax-body.js";
5+
import "../node_modules/@haxtheweb/hax-body-behaviors/hax-body-behaviors.js";
6+
// common in CMSs
7+
import "../node_modules/@haxtheweb/cms-hax/cms-hax.js";
8+
import "../node_modules/@haxtheweb/wysiwyg-hax/wysiwyg-hax.js";
Lines changed: 86 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,86 @@
1-
import"./build.js";import"./app.js";import"./build-home.js";import"./build-install.js";import"./build-haxcms.js";import"./build-elmsln.js";import"../node_modules/@haxtheweb/baseline-build-hax/baseline-build-hax.js";window.process={env:{NODE_ENV:"production"}};import"../node_modules/web-dialog/index.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/backends/haxcms-backend-beaker.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/backends/haxcms-backend-demo.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/backends/haxcms-backend-php.js";import"../node_modules/@haxtheweb/haxcms-elements/haxcms-elements.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-editor-builder.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-outline-editor-dialog.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-builder.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-editor-ui.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-editor.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-router.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-store.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/HAXCMSThemeWiring.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/active-item/site-active-title.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/blocks/site-children-block.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/navigation/site-breadcrumb.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/navigation/site-menu-button.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/navigation/site-menu.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/navigation/site-top-menu.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/query/site-render-query.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/query/site-query.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/query/site-query-menu-slice.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/site/site-rss-button.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/site/site-title.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/development/haxcms-dev-theme.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/development/haxcms-theme-developer.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/themes/haxcms-slide-theme.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/themes/haxcms-minimalist-theme.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/themes/haxcms-basic-theme.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/themes/haxcms-custom-theme.js";import"../node_modules/@haxtheweb/haxcms-elements/lib/core/themes/haxcms-user-theme.js";import"../node_modules/@haxtheweb/outline-player/outline-player.js";import"../node_modules/@haxtheweb/simple-blog/simple-blog.js";import"../node_modules/@haxtheweb/learn-two-theme/learn-two-theme.js";import"../node_modules/@haxtheweb/haxor-slevin/haxor-slevin.js";import"../node_modules/@haxtheweb/voice-recorder/voice-recorder.js";import"../node_modules/@haxtheweb/h5p-element/h5p-element.js";import"../node_modules/@haxtheweb/hax-logo/hax-logo.js";import"../node_modules/@haxtheweb/a11y-gif-player/a11y-gif-player.js";import"../node_modules/@haxtheweb/citation-element/citation-element.js";import"../node_modules/@haxtheweb/image-compare-slider/image-compare-slider.js";import"../node_modules/@haxtheweb/license-element/license-element.js";import"../node_modules/@haxtheweb/lrn-math/lrn-math.js";import"../node_modules/@haxtheweb/lrn-table/lrn-table.js";import"../node_modules/@haxtheweb/lrn-vocab/lrn-vocab.js";import"../node_modules/@haxtheweb/md-block/md-block.js";import"../node_modules/@haxtheweb/media-behaviors/media-behaviors.js";import"../node_modules/@haxtheweb/media-image/media-image.js";import"../node_modules/@haxtheweb/meme-maker/meme-maker.js";import"../node_modules/@haxtheweb/multiple-choice/multiple-choice.js";import"../node_modules/@haxtheweb/person-testimonial/person-testimonial.js";import"../node_modules/@haxtheweb/place-holder/place-holder.js";import"../node_modules/@haxtheweb/q-r/q-r.js";import"../node_modules/@haxtheweb/full-width-image/full-width-image.js";import"../node_modules/@haxtheweb/self-check/self-check.js";import"../node_modules/@haxtheweb/stop-note/stop-note.js";import"../node_modules/@haxtheweb/video-player/video-player.js";import"../node_modules/@haxtheweb/wikipedia-query/wikipedia-query.js";import"../node_modules/@haxtheweb/lrndesign-timeline/lrndesign-timeline.js";import"../node_modules/@haxtheweb/html-block/html-block.js";import"../node_modules/@haxtheweb/user-action/user-action.js";import"../node_modules/@haxtheweb/grid-plate/grid-plate.js";
1+
// the base line build that's used to setup everything in a production environment
2+
import "./build.js";
3+
import "./app.js";
4+
import "./build-home.js";
5+
import "./build-install.js";
6+
import "./build-haxcms.js";
7+
// we build elmsln dependency trees from here since there's so much overlap.
8+
import "./build-elmsln.js";
9+
// important in smaller builds
10+
import "../node_modules/@haxtheweb/baseline-build-hax/baseline-build-hax.js";
11+
window.process = {
12+
env: {
13+
NODE_ENV: 'production'
14+
}
15+
};
16+
// just make it work
17+
import "../node_modules/web-dialog/index.js";
18+
// supported backends
19+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/backends/haxcms-backend-beaker.js";
20+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/backends/haxcms-backend-demo.js";
21+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/backends/haxcms-backend-php.js";
22+
// core HAXcms
23+
import "../node_modules/@haxtheweb/haxcms-elements/haxcms-elements.js";
24+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-editor-builder.js";
25+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-outline-editor-dialog.js";
26+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-builder.js";
27+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-editor-ui.js";
28+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-editor.js";
29+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-router.js";
30+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-store.js";
31+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/HAXCMSThemeWiring.js";
32+
33+
// pieces of UI
34+
import "../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/active-item/site-active-title.js";
35+
import "../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/blocks/site-children-block.js";
36+
import "../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/navigation/site-breadcrumb.js";
37+
import "../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/navigation/site-menu-button.js";
38+
import "../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/navigation/site-menu.js";
39+
import "../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/navigation/site-top-menu.js";
40+
import "../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/query/site-render-query.js";
41+
import "../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/query/site-query.js";
42+
import "../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/query/site-query-menu-slice.js";
43+
import "../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/site/site-rss-button.js";
44+
import "../node_modules/@haxtheweb/haxcms-elements/lib/ui-components/site/site-title.js";
45+
46+
// themes are dynamically imported and without directly being mentioned
47+
import "../node_modules/@haxtheweb/haxcms-elements/lib/development/haxcms-dev-theme.js";
48+
import "../node_modules/@haxtheweb/haxcms-elements/lib/development/haxcms-theme-developer.js";
49+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/themes/haxcms-slide-theme.js";
50+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/themes/haxcms-minimalist-theme.js";
51+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/themes/haxcms-basic-theme.js";
52+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/themes/haxcms-custom-theme.js";
53+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/themes/haxcms-user-theme.js";
54+
import "../node_modules/@haxtheweb/outline-player/outline-player.js";
55+
import "../node_modules/@haxtheweb/simple-blog/simple-blog.js";
56+
import "../node_modules/@haxtheweb/learn-two-theme/learn-two-theme.js";
57+
import "../node_modules/@haxtheweb/haxor-slevin/haxor-slevin.js";
58+
59+
// these should all be dynamically imported as well
60+
import "../node_modules/@haxtheweb/voice-recorder/voice-recorder.js";
61+
import "../node_modules/@haxtheweb/h5p-element/h5p-element.js";
62+
import "../node_modules/@haxtheweb/hax-logo/hax-logo.js";
63+
import "../node_modules/@haxtheweb/a11y-gif-player/a11y-gif-player.js";
64+
import "../node_modules/@haxtheweb/citation-element/citation-element.js";
65+
import "../node_modules/@haxtheweb/image-compare-slider/image-compare-slider.js";
66+
import "../node_modules/@haxtheweb/license-element/license-element.js";
67+
import "../node_modules/@haxtheweb/lrn-math/lrn-math.js";
68+
import "../node_modules/@haxtheweb/lrn-table/lrn-table.js";
69+
import "../node_modules/@haxtheweb/lrn-vocab/lrn-vocab.js";
70+
import "../node_modules/@haxtheweb/md-block/md-block.js";
71+
import "../node_modules/@haxtheweb/media-behaviors/media-behaviors.js";
72+
import "../node_modules/@haxtheweb/media-image/media-image.js";
73+
import "../node_modules/@haxtheweb/meme-maker/meme-maker.js";
74+
import "../node_modules/@haxtheweb/multiple-choice/multiple-choice.js";
75+
import "../node_modules/@haxtheweb/person-testimonial/person-testimonial.js";
76+
import "../node_modules/@haxtheweb/place-holder/place-holder.js";
77+
import "../node_modules/@haxtheweb/q-r/q-r.js";
78+
import "../node_modules/@haxtheweb/full-width-image/full-width-image.js";
79+
import "../node_modules/@haxtheweb/self-check/self-check.js";
80+
import "../node_modules/@haxtheweb/stop-note/stop-note.js";
81+
import "../node_modules/@haxtheweb/video-player/video-player.js";
82+
import "../node_modules/@haxtheweb/wikipedia-query/wikipedia-query.js";
83+
import "../node_modules/@haxtheweb/lrndesign-timeline/lrndesign-timeline.js";
84+
import "../node_modules/@haxtheweb/html-block/html-block.js";
85+
import "../node_modules/@haxtheweb/user-action/user-action.js";
86+
import "../node_modules/@haxtheweb/grid-plate/grid-plate.js";
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
import"../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-builder.js";
1+
import "../node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-builder.js";
2+
// this can be used for customizations / additional elements to get pulled in
3+
// this assumes you're operating in a bit of a pro mode where you know to compile
4+
// via polymer build and that you're managing your own fork of the package.json we ship
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import"../node_modules/@haxtheweb/app-hax/app-hax.js";
1+
import "../node_modules/@haxtheweb/app-hax/app-hax.js";
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
import"../node_modules/@haxtheweb/hax-logo/hax-logo.js";import"../node_modules/@haxtheweb/simple-icon/simple-icon.js";import"../node_modules/@haxtheweb/simple-icon/lib/simple-icons.js";import"../node_modules/@haxtheweb/git-corner/git-corner.js";
1+
import "../node_modules/@haxtheweb/hax-logo/hax-logo.js";
2+
import "../node_modules/@haxtheweb/simple-icon/simple-icon.js";
3+
import "../node_modules/@haxtheweb/simple-icon/lib/simple-icons.js";
4+
import "../node_modules/@haxtheweb/git-corner/git-corner.js";

src/public/build/es6/dist/build.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
import"./build-haxcms.js";
1+
// build default for all our properties is for CMSs other than HAXcms
2+
// HAXcms will tack onto this routine through another method if integration
3+
// that is similar
4+
import "./build-haxcms.js";

0 commit comments

Comments
 (0)