Skip to content

Commit

Permalink
Syncing files from cloud/master to master
Browse files Browse the repository at this point in the history
  • Loading branch information
charrondev committed Nov 11, 2022
1 parent dfe2732 commit f547100
Show file tree
Hide file tree
Showing 3,072 changed files with 183,564 additions and 172,290 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ coverage:
informational: true
patch:
front-end:
informational: true
informational: true
changes: no

parsers:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/build/*
!/build/.storybook
!/build/entries
/build/entries/dynamic
!/build/scripts
!/build/tsconfig.json
!/build/.htaccess
Expand Down Expand Up @@ -122,8 +123,10 @@ phpcs-diff.json
yarn-error.log
.pnp.*
.yarn/*
/bin/scripts/.yarn
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
applications/dashboard/.yarn/*
79 changes: 75 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,80 @@
# vendor files
bower_components
node_modules
vendor
.yarn

# App writeable directories
uploads
cache
.idea
*.min.js
cgi-bin
conf

# Generally a totally separate repo
locales

# Build directory
dist
storyshots

# IDE Config
.vscode
.idea

# Legacy Frontend files
design
js
resources

# Test output
.phpunit.result.cache
.htaccess.dist
.htaccess.dist
.coverage
coverage
.storybookAppPages
**/*.png
**/*.jpg
**/*.jpeg
**/*.lock
tests/fixtures/formats
tests/fixtures/**/*.html
tests/fixtures/**/*.htm

# Plain JS Files (es5)
**/js/**

# Legacy Design directories (coming soon?)
**/design/**
applications/dashboard/scss/vendors

# PHP files with mixed HTML
**/views/**

# These classes have mixed HTML.
./applications/dashboard/models/class.attachmentmodel.php
./cloud/applications/groups/modules/class.groupinfomodule.php
./cloud/applications/groups/modules/class.groupleadersmodule.php
./cloud/applications/groups/modules/class.groupmembersmodule.php
./cloud/plugins/CustomProfileFields/class.customprofilefields.plugin.php
./cloud/plugins/NoCaps/class.nocaps.plugin.php
./cloud/plugins/Online/modules/class.onlinecountmodule.php
./cloud/plugins/Online/modules/class.onlinemodule.php
./cloud/plugins/TwitterFeeds/default.php
./cloud/plugins/gigya/GSSDK.php
./cloud/plugins/github/class.github.plugin.php
./cloud/plugins/ideation/IdeaConterModule.php
./cloud/plugins/samlsso/saml/Metadata.php
./cloud/utility/invoiceparse/simple_html_dom.php
./cloud/utility/sendup/library/class.rackspace.php
./library/Vanilla/Formatting/FormatUtil.php
./library/Vanilla/Formatting/Formats/HtmlFormat.php
./library/Vanilla/Formatting/Formats/TextFormat.php
./library/Vanilla/Formatting/Html/HtmlPlainTextConverter.php
./library/Vanilla/PageScraper.php
./library/core/class.configurationsource.php
./library/core/class.controller.php
./library/core/class.markdownvanilla.php
./library/deprecated/functions.deprecated.php
./plugins/OpenID/class.lightopenid.php
./plugins/Quotes/class.quotes.plugin.php
./plugins/Reactions/ReactionsPlugin.php
./plugins/VanillaInThisDiscussion/class.inthisdiscussionmodule.php
27 changes: 27 additions & 0 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": true,
"dynamicImport": false,
"privateMethod": false,
"functionBind": false,
"exportDefaultFrom": false,
"exportNamespaceFrom": false,
"decorators": false,
"decoratorsBeforeExport": false,
"topLevelAwait": false,
"importMeta": false
},
"transform": {
"react": {
"useBuiltins": true
}
},
"target": "es2016",
"loose": false,
"externalHelpers": false,
// Requires v1.2.50 or upper and requires target to be es2016 or upper.
"keepClassNames": true
}
}
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug Production Build Process",
"request": "launch",
"runtimeArgs": [
"run-script",
"build:assets",
"--sections layouts"
],
"runtimeExecutable": "npm",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
},

{
// Execute "yarn test:browser:debug" prior to attaching.
"type": "chrome",
Expand Down
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.yarn": true,
"cloud/plugins": true,
"cloud/applications": true,
"cloud/themes": true,
Expand All @@ -36,7 +37,8 @@
"yarn.lock": true,
"composer.lock": true,
"**/node_modules": true,
"dist": true
"dist": true,
"coverage": true
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down Expand Up @@ -72,6 +74,9 @@
},
"emmet.excludeLanguages": ["ts", "tsx", "js", "jsx"],
"editor.wordWrapColumn": 120,
"typescript.preferences.autoImportFileExcludePatterns": [
"jquery*"
],

// Inteliphense instead.
"php.suggest.basic": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/node_modules/@emotion/css/node_modules/@emotion/serialize/types/index.d.ts b/node_modules/@emotion/css/node_modules/@emotion/serialize/types/index.d.ts
index 9d32022..f1d83cd 100644
--- a/node_modules/@emotion/css/node_modules/@emotion/serialize/types/index.d.ts
+++ b/node_modules/@emotion/css/node_modules/@emotion/serialize/types/index.d.ts
diff --git a/types/index.d.ts b/types/index.d.ts
index 9d32022d203c1de72a1a001aa7542feaa1acc047..f1d83cd3177afb5f08838d4ba718011d9d92d0b0 100644
--- a/types/index.d.ts
+++ b/types/index.d.ts
@@ -10,12 +10,12 @@ export type CSSProperties = CSS.PropertiesFallback<number | string>
export type CSSPropertiesWithMultiValues = {
[K in keyof CSSProperties]:
Expand Down
8 changes: 4 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-licenses.cjs
spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-licenses/v0.7.2/bundles/@yarnpkg/plugin-licenses.js"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-licenses.cjs
spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-licenses/v0.7.2/bundles/@yarnpkg/plugin-licenses.js"

yarnPath: .yarn/releases/yarn-3.1.1.cjs
20 changes: 10 additions & 10 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ In the interest of fostering an open and welcoming environment, we as contributo

Examples of behavior that contributes to creating a positive environment include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting
- The use of sexualized language or imagery and unwelcome sexual attention or advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a professional setting

## Our Responsibilities

Expand Down
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Here are some quick and easy ways to get involved in the Vanilla Forums project.

* Troubleshoot issues you run into on the [community forum](https://open.vanillaforums.com/discussions) so everyone can help & reference it later.
* Improve our [public documentation](https://docs.vanillaforums.com/) by sending us suggested [edits as pull requests](https://github.com/vanilla/docs).
* File detailed [issues](https://github.com/vanilla/vanilla/issues) on GitHub (version number, what you did, and actual vs expected outcomes).
* Sign the [Contributors' Agreement](https://cla-assistant.io/vanilla/vanilla) to send us code.
* Create new pull requests against the `master` branch.
* Keep our to-do list fresh by reviewing our open issues for resolved or duplicated items.
* Got an idea or suggestion? Use the [community forum](https://open.vanillaforums.com/discussions) to discuss it.
* Identify broken addons in the [community directory](https://open.vanillaforums.com/addons).
* Improve our custom features on the community forum by helping in the [community repo](https://github.com/vanilla/community).
- Troubleshoot issues you run into on the [community forum](https://open.vanillaforums.com/discussions) so everyone can help & reference it later.
- Improve our [public documentation](https://docs.vanillaforums.com/) by sending us suggested [edits as pull requests](https://github.com/vanilla/docs).
- File detailed [issues](https://github.com/vanilla/vanilla/issues) on GitHub (version number, what you did, and actual vs expected outcomes).
- Sign the [Contributors' Agreement](https://cla-assistant.io/vanilla/vanilla) to send us code.
- Create new pull requests against the `master` branch.
- Keep our to-do list fresh by reviewing our open issues for resolved or duplicated items.
- Got an idea or suggestion? Use the [community forum](https://open.vanillaforums.com/discussions) to discuss it.
- Identify broken addons in the [community directory](https://open.vanillaforums.com/addons).
- Improve our custom features on the community forum by helping in the [community repo](https://github.com/vanilla/community).

And add to and improve this list!
12 changes: 6 additions & 6 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Please make sure these points are completed:

* [ ] Title is formatted in present imperative (ex: "Fix X by doing Y").
* [ ] Title makes sense as a release note, not a literal technical description.
* [ ] An issue was filed, and this links to it.
* [ ] Any related PRs are cross-referenced via link.
* [ ] Your description tells the story of why _this_ is the right change.
* [ ] You list QA steps or testing criteria if appropriate.
- [ ] Title is formatted in present imperative (ex: "Fix X by doing Y").
- [ ] Title makes sense as a release note, not a literal technical description.
- [ ] An issue was filed, and this links to it.
- [ ] Any related PRs are cross-referenced via link.
- [ ] Your description tells the story of why _this_ is the right change.
- [ ] You list QA steps or testing criteria if appropriate.

0 comments on commit f547100

Please sign in to comment.