├── .distignore ├── .editorconfig ├── .env.sample ├── .eslintrc ├── .extract-wp-hooks.json ├── .gatherpress-org └── playground-preview │ ├── .htaccess │ └── plugin-proxy.php ├── .github ├── scripts │ ├── playground-preview │ │ └── index.js │ └── wordpress-org-screenshots │ │ ├── blueprint.json │ │ ├── playwright.config.ts │ │ ├── ui-adjustments.css │ │ └── wporg.spec.ts └── workflows │ ├── coding-standards.yml │ ├── compress-images.yml │ ├── dependency-review.yml │ ├── e2e-tests.yml │ ├── extract-wp-hooks-as-docs.yml │ ├── general-linting.yml │ ├── jest-tests.yml │ ├── phpstan-tests.yml │ ├── phpunit-tests.yml │ ├── playground-preview.yml │ ├── sonarcloud.yml │ ├── typos.yml │ ├── wordpress-org-deploy.yml │ ├── wordpress-org-plugin-guidelines.yml │ ├── wordpress-org-readme-md-validation.yml │ ├── wordpress-org-screenshots.yml │ └── wordpress-version-checker.yml ├── .gitignore ├── .markdownlintignore ├── .nvmrc ├── .stylelintignore ├── .stylelintrc.js ├── .typos.toml ├── .wordpress-org ├── banner-1544x500.jpg ├── banner-772x250.jpg ├── blueprints │ └── blueprint.json ├── icon-128x128.jpg ├── icon-128x128.png ├── icon-256x256.jpg ├── icon-256x256.png ├── icon.svg ├── screenshot-1-de.png ├── screenshot-1-es.png ├── screenshot-1-fr.png ├── screenshot-1-it.png ├── screenshot-1-mr.png ├── screenshot-1-nl.png ├── screenshot-1.png ├── screenshot-2-de.png ├── screenshot-2-es.png ├── screenshot-2-fr.png ├── screenshot-2-it.png ├── screenshot-2-mr.png ├── screenshot-2-nl.png ├── screenshot-2.png ├── screenshot-3-de.png ├── screenshot-3-es.png ├── screenshot-3-fr.png ├── screenshot-3-it.png ├── screenshot-3-mr.png ├── screenshot-3-nl.png ├── screenshot-3.png ├── screenshot-4-de.png ├── screenshot-4-es.png ├── screenshot-4-fr.png ├── screenshot-4-it.png ├── screenshot-4-mr.png ├── screenshot-4-nl.png ├── screenshot-4.png ├── screenshot-5-de.png ├── screenshot-5-es.png ├── screenshot-5-fr.png ├── screenshot-5-it.png ├── screenshot-5-mr.png ├── screenshot-5-nl.png ├── screenshot-5.png ├── screenshot-6-de.png ├── screenshot-6-es.png ├── screenshot-6-fr.png ├── screenshot-6-it.png ├── screenshot-6-mr.png ├── screenshot-6-nl.png └── screenshot-6.png ├── .wordpress-version-checker.json ├── .wp-env.json ├── CLAUDE.md ├── CODE_OF_CONDUCT.md ├── composer.json ├── composer.lock ├── docs ├── configuration.md ├── contributing.md ├── contributor │ ├── screenshot-generator │ │ ├── README.md │ │ ├── screenshot-generator__PRs-per-language.png │ │ ├── screenshot-generator__workflow-dispatch.png │ │ └── screenshot-generator__workflow-runs.png │ └── unit-tests │ │ └── README.md ├── developer │ ├── README.md │ ├── blocks │ │ ├── README.md │ │ ├── hookable-patterns │ │ │ └── README.md │ │ └── slot-fills │ │ │ └── README.md │ ├── custom-url-endpoints │ │ ├── README.md │ │ └── custom-url-endpoints__office365-calendar.png │ ├── hooks │ │ ├── Hooks.md │ │ ├── gatherpress_autoloader.md │ │ ├── gatherpress_date_format.md │ │ ├── gatherpress_datetime_format.md │ │ ├── gatherpress_event_feed_content.md │ │ ├── gatherpress_event_feed_excerpt.md │ │ ├── gatherpress_event_updates_default_opt_in.md │ │ ├── gatherpress_force_online_event_link.md │ │ ├── gatherpress_import.md │ │ ├── gatherpress_pre_get_http_input.md │ │ ├── gatherpress_pre_get_wp_referer.md │ │ ├── gatherpress_pseudopostmetas.md │ │ ├── gatherpress_query_vars.md │ │ ├── gatherpress_roles.md │ │ ├── gatherpress_settings_section.md │ │ ├── gatherpress_sub_pages.md │ │ ├── gatherpress_text_after.md │ │ ├── gatherpress_time_format.md │ │ └── gatherpress_timezone.md │ └── theme-customizations │ │ └── README.md ├── faq.md ├── features.md ├── installation.md ├── media │ ├── dev-login-gatherpress.png │ ├── gatherpress-awesome-playground.png │ ├── gitignore—gatherpress.png │ ├── pbrocks-gatherpress.png │ ├── playground-plugins-link.png │ ├── user-1-install-gatherpress.png │ ├── user-1a-gatherpress-alpha-1.png │ ├── user-1a-gatherpress-alpha.png │ ├── user-2-gatherpress-settings-1.png │ ├── user-2-gatherpress-settings-2.png │ ├── user-2-gatherpress-settings.png │ ├── user-3-create-or-edit-a-venue-1.png │ ├── user-3-create-or-edit-a-venue-2.png │ ├── user-3-create-or-edit-a-venue.png │ ├── user-4-gatherpress-topics.png │ ├── user-5-create-or-edit-an-event-1.png │ ├── user-5-create-or-edit-an-event-2.png │ ├── user-5-create-or-edit-an-event.png │ └── wp-env.json-startup.png ├── playground.md ├── roadmap.md └── user │ ├── 1-install-gatherpress.md │ ├── 1a-gatherpress-alpha.md │ ├── 2-gatherpress-settings.md │ ├── 3-create-or-edit-a-venue.md │ ├── 4-gatherpress-topics.md │ ├── 5-create-or-edit-an-event.md │ ├── README.md │ ├── blocks │ ├── README.md │ ├── add-to-calendar │ │ └── README.md │ └── event-query │ │ └── README.md │ └── update-privacy-policy │ └── README.md ├── gatherpress.php ├── includes ├── assets │ └── svg │ │ ├── calendar.svg │ │ ├── clock.svg │ │ ├── dismiss.svg │ │ ├── editor-help.svg │ │ ├── groups.svg │ │ ├── location.svg │ │ ├── nametag.svg │ │ └── yes-alt.svg ├── core │ ├── classes │ │ ├── blocks │ │ │ ├── class-add-to-calendar.php │ │ │ ├── class-dropdown-item.php │ │ │ ├── class-dropdown.php │ │ │ ├── class-event-date.php │ │ │ ├── class-event-query.php │ │ │ ├── class-form-field.php │ │ │ ├── class-general-block.php │ │ │ ├── class-modal-manager.php │ │ │ ├── class-modal.php │ │ │ ├── class-rsvp-form.php │ │ │ ├── class-rsvp-response.php │ │ │ ├── class-rsvp-template.php │ │ │ └── class-rsvp.php │ │ ├── class-assets.php │ │ ├── class-autoloader.php │ │ ├── class-block.php │ │ ├── class-cli.php │ │ ├── class-event-query.php │ │ ├── class-event-rest-api.php │ │ ├── class-event-setup.php │ │ ├── class-event.php │ │ ├── class-export.php │ │ ├── class-feed.php │ │ ├── class-import.php │ │ ├── class-migrate.php │ │ ├── class-rsvp-form.php │ │ ├── class-rsvp-list-table.php │ │ ├── class-rsvp-query.php │ │ ├── class-rsvp-setup.php │ │ ├── class-rsvp-token.php │ │ ├── class-rsvp.php │ │ ├── class-settings.php │ │ ├── class-setup.php │ │ ├── class-topic.php │ │ ├── class-user.php │ │ ├── class-utility.php │ │ ├── class-validate.php │ │ ├── class-venue.php │ │ ├── commands │ │ │ └── class-event-cli.php │ │ ├── settings │ │ │ ├── class-base.php │ │ │ ├── class-credits.php │ │ │ ├── class-general.php │ │ │ └── class-leadership.php │ │ └── traits │ │ │ └── class-singleton.php │ ├── duplicate-check.php │ └── requirements-check.php ├── data │ └── credits.php └── templates │ ├── admin │ ├── emails │ │ ├── event-email.php │ │ └── rsvp-token-confirmation.php │ ├── rsvp │ │ ├── attendee.php │ │ └── list-table.php │ ├── settings │ │ ├── credits │ │ │ ├── contributor-card.php │ │ │ ├── contributor-link.php │ │ │ └── index.php │ │ ├── fields │ │ │ ├── autocomplete.php │ │ │ ├── checkbox.php │ │ │ ├── number.php │ │ │ ├── select.php │ │ │ └── text.php │ │ ├── index.php │ │ ├── partials │ │ │ ├── datetime-preview.php │ │ │ └── url-rewrite-preview.php │ │ └── settings-form.php │ └── user │ │ ├── date-time.php │ │ └── notifications.php │ └── blocks │ └── form-field │ ├── checkbox.php │ ├── default.php │ ├── hidden.php │ ├── radio.php │ └── textarea.php ├── jest.config.js ├── license.txt ├── package.json ├── phpcs.ruleset.xml ├── phpstan.neon.dist ├── phpstan.stubs ├── phpunit.xml.dist ├── playwright.config.js ├── readme.md ├── sonar-project.properties ├── src ├── admin.scss ├── blocks │ ├── _buttons.scss │ ├── _mixins.scss │ ├── _modal.scss │ ├── _status.scss │ ├── _tooltip.scss │ ├── add-to-calendar │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ └── template.js │ ├── dropdown-item │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── save.js │ │ └── style.scss │ ├── dropdown │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── save.js │ │ ├── style.scss │ │ └── view.js │ ├── event-date │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── render.php │ │ └── style.scss │ ├── events-list │ │ ├── block.json │ │ ├── edit.js │ │ ├── events-list.js │ │ ├── index.js │ │ ├── render.php │ │ └── style.scss │ ├── form-field │ │ ├── block.json │ │ ├── edit.js │ │ ├── helpers.js │ │ ├── index.js │ │ ├── panels │ │ │ ├── checkbox-field-panels.js │ │ │ ├── default-field-panels.js │ │ │ └── radio-field-panels.js │ │ ├── render.php │ │ ├── style.scss │ │ └── types │ │ │ ├── checkbox.js │ │ │ ├── default.js │ │ │ ├── hidden.js │ │ │ ├── radio.js │ │ │ └── textarea.js │ ├── icon │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── render.php │ │ └── style.scss │ ├── modal-content │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ └── style.scss │ ├── modal-manager │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── template.js │ │ └── view.js │ ├── modal │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ └── style.scss │ ├── online-event │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── online-event.js │ │ ├── render.php │ │ └── style.scss │ ├── rsvp-form │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── template.js │ │ ├── view.js │ │ └── visibility.js │ ├── rsvp-guest-count-display │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── render.php │ │ └── style.scss │ ├── rsvp-response-toggle │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── render.php │ │ └── style.scss │ ├── rsvp-response │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── rsvp-manager.js │ │ ├── style.scss │ │ ├── template.js │ │ └── view.js │ ├── rsvp-template │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── style.scss │ │ ├── template.js │ │ └── view.js │ ├── rsvp │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── style.scss │ │ ├── templates.js │ │ ├── templates │ │ │ ├── attending.js │ │ │ ├── no-status.js │ │ │ ├── not-attending.js │ │ │ ├── past.js │ │ │ └── waiting-list.js │ │ └── view.js │ └── venue │ │ ├── block.json │ │ ├── edit.js │ │ ├── index.js │ │ ├── render.php │ │ ├── style.scss │ │ └── venue.js ├── components │ ├── AnonymousRsvp.js │ ├── Autocomplete.js │ ├── DateTimeEnd.js │ ├── DateTimePreview.js │ ├── DateTimeRange.js │ ├── DateTimeStart.js │ ├── Duration.js │ ├── EditCover.js │ ├── EmailNotificationManager.js │ ├── EventItem.js │ ├── EventsList.js │ ├── GoogleMap.js │ ├── GuestLimit.js │ ├── MapEmbed.js │ ├── MaxAttendanceLimit.js │ ├── OnlineEvent.js │ ├── OnlineEventLink.js │ ├── OpenStreetMap.js │ ├── Rsvp.js │ ├── RsvpResponse.js │ ├── RsvpResponseAvatarOnly.js │ ├── RsvpResponseCard.js │ ├── RsvpResponseContent.js │ ├── RsvpResponseEdit.js │ ├── RsvpResponseHeader.js │ ├── RsvpResponseNavigation.js │ ├── RsvpResponseNavigationItem.js │ ├── RsvpStatusResponse.js │ ├── Timezone.js │ ├── UrlRewritePreview.js │ ├── Venue.js │ ├── VenueInformation.js │ ├── VenueOrOnlineEvent.js │ └── VenueSelector.js ├── editor.js ├── helpers │ ├── broadcasting.js │ ├── datetime.js │ ├── editor.js │ ├── event.js │ ├── globals.js │ ├── interactivity.js │ ├── urlrewrite.js │ └── venue.js ├── index.js ├── modals │ ├── email-communication │ │ └── index.js │ └── index.js ├── panels │ ├── event-settings │ │ ├── anonymous-rsvp │ │ │ └── index.js │ │ ├── datetime-range │ │ │ └── index.js │ │ ├── guest-limit │ │ │ └── index.js │ │ ├── index.js │ │ ├── max-attendance-limit │ │ │ └── index.js │ │ ├── notify-members │ │ │ └── index.js │ │ ├── online-link │ │ │ └── index.js │ │ ├── slot.js │ │ └── venue-selector │ │ │ └── index.js │ ├── index.js │ └── venue-settings │ │ ├── fill.js │ │ ├── index.js │ │ ├── slot.js │ │ └── venue-information │ │ └── index.js ├── profile │ ├── index.js │ └── style.scss ├── settings │ ├── index.js │ └── style.scss ├── stores │ ├── datetime.js │ ├── email-modal.js │ ├── index.js │ └── venue.js ├── supports │ ├── block-guard.js │ └── post-id-override.js ├── utility.scss └── variations │ └── core │ ├── query-no-results │ └── index.js │ ├── query-pagination-next │ └── index.js │ ├── query-pagination-numbers │ └── index.js │ ├── query-pagination-previous │ └── index.js │ ├── query-pagination │ └── index.js │ └── query │ ├── components.js │ ├── controls.js │ ├── index.js │ └── slots │ ├── inherited-query-controls.js │ └── query-controls.js ├── test ├── e2e │ ├── admin-tests │ │ ├── gatherpress-admin-event-details.spec.js │ │ ├── gatherpress-admin-event-details.spec.js-snapshots │ │ │ └── event-details-Google-Chrome-win32.png │ │ ├── gatherpress-admin-venue-map.spec.js │ │ ├── gatherpress-admin-venue-map.spec.js-snapshots │ │ │ └── location-map-Google-Chrome-win32.png │ │ ├── gatherpress-admin-venue.spec.js │ │ ├── gatherpress-admin.spec.js │ │ ├── gatherpress-event-featured-image.spec.js │ │ ├── gatherpress-event-featured-image.spec.js-snapshots │ │ │ └── featured-image-Google-Chrome-win32.png │ │ ├── gatherpress-event-loggedIn.spec.js │ │ ├── gatherpress-event-nonLoggegIn.spec.js │ │ ├── gatherpress-event-venue-map.spec.js │ │ ├── gatherpress-event-venue-map.spec.js-snapshots │ │ │ └── event-location-map-Google-Chrome-win32.png │ │ ├── gatherpress-event.spec.js │ │ ├── gatherpress-venue-map-toggle-OFF.spec.js │ │ ├── gatherpress-venue-map-toggle-ON.spec.js │ │ └── gatherpress-venue-map-toggle-ON.spec.js-snapshots │ │ │ └── event-toggle-on-Google-Chrome-win32.png │ ├── global-setup.js │ └── reusable-user-steps │ │ ├── common.js │ │ └── user-login.js └── unit │ ├── js │ ├── __mocks__ │ │ └── fileMock.js │ └── src │ │ ├── blocks │ │ └── rsvp-form │ │ │ └── visibility.test.js │ │ ├── components │ │ ├── EditCover.test.js │ │ ├── MapEmbed.test.js │ │ ├── OnlineEvent.test.js │ │ └── RsvpResponse.test.js │ │ ├── helpers │ │ ├── broadcasting.test.js │ │ ├── datetime.test.js │ │ ├── event.test.js │ │ ├── globals.test.js │ │ └── venue.test.js │ │ └── supports │ │ └── block-guard.test.js │ └── php │ ├── assets │ └── templates │ │ └── test-template.php │ ├── bootstrap.php │ ├── class-test-gatherpress.php │ └── includes │ └── tests │ ├── classes │ └── class-base.php │ └── core │ └── classes │ ├── blocks │ ├── class-test-add-to-calendar.php │ ├── class-test-dropdown-item.php │ ├── class-test-dropdown.php │ ├── class-test-event-date.php │ ├── class-test-event-query.php │ ├── class-test-general-block.php │ ├── class-test-modal-manager.php │ ├── class-test-modal.php │ ├── class-test-rsvp-form.php │ ├── class-test-rsvp-response.php │ ├── class-test-rsvp-template.php │ └── class-test-rsvp.php │ ├── class-test-assets.php │ ├── class-test-block.php │ ├── class-test-event-query.php │ ├── class-test-event-rest-api.php │ ├── class-test-event-setup.php │ ├── class-test-event.php │ ├── class-test-export.php │ ├── class-test-feed.php │ ├── class-test-import.php │ ├── class-test-migrate.php │ ├── class-test-rsvp-form.php │ ├── class-test-rsvp-list-table.php │ ├── class-test-rsvp-query.php │ ├── class-test-rsvp-setup.php │ ├── class-test-rsvp-token.php │ ├── class-test-rsvp.php │ ├── class-test-settings.php │ ├── class-test-setup.php │ ├── class-test-topic.php │ ├── class-test-user.php │ ├── class-test-utility.php │ ├── class-test-validate.php │ ├── class-test-venue.php │ ├── commands │ └── class-test-event-cli.php │ └── settings │ ├── class-test-base.php │ ├── class-test-credits.php │ ├── class-test-general.php │ └── class-test-leadership.php └── webpack.config.js /.distignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.distignore -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.editorconfig -------------------------------------------------------------------------------- /.env.sample: -------------------------------------------------------------------------------- 1 | WP_ADMIN_PASSWORD= 2 | -------------------------------------------------------------------------------- /.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.eslintrc -------------------------------------------------------------------------------- /.extract-wp-hooks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.extract-wp-hooks.json -------------------------------------------------------------------------------- /.gatherpress-org/playground-preview/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.gatherpress-org/playground-preview/.htaccess -------------------------------------------------------------------------------- /.gatherpress-org/playground-preview/plugin-proxy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.gatherpress-org/playground-preview/plugin-proxy.php -------------------------------------------------------------------------------- /.github/scripts/playground-preview/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/scripts/playground-preview/index.js -------------------------------------------------------------------------------- /.github/scripts/wordpress-org-screenshots/blueprint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/scripts/wordpress-org-screenshots/blueprint.json -------------------------------------------------------------------------------- /.github/scripts/wordpress-org-screenshots/playwright.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/scripts/wordpress-org-screenshots/playwright.config.ts -------------------------------------------------------------------------------- /.github/scripts/wordpress-org-screenshots/ui-adjustments.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/scripts/wordpress-org-screenshots/ui-adjustments.css -------------------------------------------------------------------------------- /.github/scripts/wordpress-org-screenshots/wporg.spec.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/scripts/wordpress-org-screenshots/wporg.spec.ts -------------------------------------------------------------------------------- /.github/workflows/coding-standards.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/coding-standards.yml -------------------------------------------------------------------------------- /.github/workflows/compress-images.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/compress-images.yml -------------------------------------------------------------------------------- /.github/workflows/dependency-review.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/dependency-review.yml -------------------------------------------------------------------------------- /.github/workflows/e2e-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/e2e-tests.yml -------------------------------------------------------------------------------- /.github/workflows/extract-wp-hooks-as-docs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/extract-wp-hooks-as-docs.yml -------------------------------------------------------------------------------- /.github/workflows/general-linting.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/general-linting.yml -------------------------------------------------------------------------------- /.github/workflows/jest-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/jest-tests.yml -------------------------------------------------------------------------------- /.github/workflows/phpstan-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/phpstan-tests.yml -------------------------------------------------------------------------------- /.github/workflows/phpunit-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/phpunit-tests.yml -------------------------------------------------------------------------------- /.github/workflows/playground-preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/playground-preview.yml -------------------------------------------------------------------------------- /.github/workflows/sonarcloud.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/sonarcloud.yml -------------------------------------------------------------------------------- /.github/workflows/typos.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/typos.yml -------------------------------------------------------------------------------- /.github/workflows/wordpress-org-deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/wordpress-org-deploy.yml -------------------------------------------------------------------------------- /.github/workflows/wordpress-org-plugin-guidelines.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/wordpress-org-plugin-guidelines.yml -------------------------------------------------------------------------------- /.github/workflows/wordpress-org-readme-md-validation.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/wordpress-org-readme-md-validation.yml -------------------------------------------------------------------------------- /.github/workflows/wordpress-org-screenshots.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/wordpress-org-screenshots.yml -------------------------------------------------------------------------------- /.github/workflows/wordpress-version-checker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.github/workflows/wordpress-version-checker.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.gitignore -------------------------------------------------------------------------------- /.markdownlintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.markdownlintignore -------------------------------------------------------------------------------- /.nvmrc: -------------------------------------------------------------------------------- 1 | v22 2 | -------------------------------------------------------------------------------- /.stylelintignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.stylelintignore -------------------------------------------------------------------------------- /.stylelintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.stylelintrc.js -------------------------------------------------------------------------------- /.typos.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.typos.toml -------------------------------------------------------------------------------- /.wordpress-org/banner-1544x500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/banner-1544x500.jpg -------------------------------------------------------------------------------- /.wordpress-org/banner-772x250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/banner-772x250.jpg -------------------------------------------------------------------------------- /.wordpress-org/blueprints/blueprint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/blueprints/blueprint.json -------------------------------------------------------------------------------- /.wordpress-org/icon-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/icon-128x128.jpg -------------------------------------------------------------------------------- /.wordpress-org/icon-128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/icon-128x128.png -------------------------------------------------------------------------------- /.wordpress-org/icon-256x256.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/icon-256x256.jpg -------------------------------------------------------------------------------- /.wordpress-org/icon-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/icon-256x256.png -------------------------------------------------------------------------------- /.wordpress-org/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/icon.svg -------------------------------------------------------------------------------- /.wordpress-org/screenshot-1-de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-1-de.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-1-es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-1-es.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-1-fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-1-fr.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-1-it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-1-it.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-1-mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-1-mr.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-1-nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-1-nl.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-1.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-2-de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-2-de.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-2-es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-2-es.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-2-fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-2-fr.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-2-it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-2-it.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-2-mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-2-mr.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-2-nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-2-nl.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-2.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-3-de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-3-de.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-3-es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-3-es.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-3-fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-3-fr.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-3-it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-3-it.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-3-mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-3-mr.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-3-nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-3-nl.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-3.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-4-de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-4-de.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-4-es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-4-es.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-4-fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-4-fr.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-4-it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-4-it.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-4-mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-4-mr.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-4-nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-4-nl.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-4.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-5-de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-5-de.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-5-es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-5-es.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-5-fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-5-fr.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-5-it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-5-it.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-5-mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-5-mr.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-5-nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-5-nl.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-5.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-6-de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-6-de.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-6-es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-6-es.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-6-fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-6-fr.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-6-it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-6-it.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-6-mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-6-mr.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-6-nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-6-nl.png -------------------------------------------------------------------------------- /.wordpress-org/screenshot-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-org/screenshot-6.png -------------------------------------------------------------------------------- /.wordpress-version-checker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wordpress-version-checker.json -------------------------------------------------------------------------------- /.wp-env.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/.wp-env.json -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/composer.lock -------------------------------------------------------------------------------- /docs/configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/configuration.md -------------------------------------------------------------------------------- /docs/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/contributing.md -------------------------------------------------------------------------------- /docs/contributor/screenshot-generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/contributor/screenshot-generator/README.md -------------------------------------------------------------------------------- /docs/contributor/screenshot-generator/screenshot-generator__PRs-per-language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/contributor/screenshot-generator/screenshot-generator__PRs-per-language.png -------------------------------------------------------------------------------- /docs/contributor/screenshot-generator/screenshot-generator__workflow-dispatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/contributor/screenshot-generator/screenshot-generator__workflow-dispatch.png -------------------------------------------------------------------------------- /docs/contributor/screenshot-generator/screenshot-generator__workflow-runs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/contributor/screenshot-generator/screenshot-generator__workflow-runs.png -------------------------------------------------------------------------------- /docs/contributor/unit-tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/contributor/unit-tests/README.md -------------------------------------------------------------------------------- /docs/developer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/README.md -------------------------------------------------------------------------------- /docs/developer/blocks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/blocks/README.md -------------------------------------------------------------------------------- /docs/developer/blocks/hookable-patterns/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/blocks/hookable-patterns/README.md -------------------------------------------------------------------------------- /docs/developer/blocks/slot-fills/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/blocks/slot-fills/README.md -------------------------------------------------------------------------------- /docs/developer/custom-url-endpoints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/custom-url-endpoints/README.md -------------------------------------------------------------------------------- /docs/developer/custom-url-endpoints/custom-url-endpoints__office365-calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/custom-url-endpoints/custom-url-endpoints__office365-calendar.png -------------------------------------------------------------------------------- /docs/developer/hooks/Hooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/Hooks.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_autoloader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_autoloader.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_date_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_date_format.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_datetime_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_datetime_format.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_event_feed_content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_event_feed_content.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_event_feed_excerpt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_event_feed_excerpt.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_event_updates_default_opt_in.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_event_updates_default_opt_in.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_force_online_event_link.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_force_online_event_link.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_import.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_import.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_pre_get_http_input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_pre_get_http_input.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_pre_get_wp_referer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_pre_get_wp_referer.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_pseudopostmetas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_pseudopostmetas.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_query_vars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_query_vars.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_roles.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_settings_section.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_settings_section.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_sub_pages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_sub_pages.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_text_after.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_text_after.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_time_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_time_format.md -------------------------------------------------------------------------------- /docs/developer/hooks/gatherpress_timezone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/hooks/gatherpress_timezone.md -------------------------------------------------------------------------------- /docs/developer/theme-customizations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/developer/theme-customizations/README.md -------------------------------------------------------------------------------- /docs/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/faq.md -------------------------------------------------------------------------------- /docs/features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/features.md -------------------------------------------------------------------------------- /docs/installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/installation.md -------------------------------------------------------------------------------- /docs/media/dev-login-gatherpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/dev-login-gatherpress.png -------------------------------------------------------------------------------- /docs/media/gatherpress-awesome-playground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/gatherpress-awesome-playground.png -------------------------------------------------------------------------------- /docs/media/gitignore—gatherpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/gitignore—gatherpress.png -------------------------------------------------------------------------------- /docs/media/pbrocks-gatherpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/pbrocks-gatherpress.png -------------------------------------------------------------------------------- /docs/media/playground-plugins-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/playground-plugins-link.png -------------------------------------------------------------------------------- /docs/media/user-1-install-gatherpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-1-install-gatherpress.png -------------------------------------------------------------------------------- /docs/media/user-1a-gatherpress-alpha-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-1a-gatherpress-alpha-1.png -------------------------------------------------------------------------------- /docs/media/user-1a-gatherpress-alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-1a-gatherpress-alpha.png -------------------------------------------------------------------------------- /docs/media/user-2-gatherpress-settings-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-2-gatherpress-settings-1.png -------------------------------------------------------------------------------- /docs/media/user-2-gatherpress-settings-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-2-gatherpress-settings-2.png -------------------------------------------------------------------------------- /docs/media/user-2-gatherpress-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-2-gatherpress-settings.png -------------------------------------------------------------------------------- /docs/media/user-3-create-or-edit-a-venue-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-3-create-or-edit-a-venue-1.png -------------------------------------------------------------------------------- /docs/media/user-3-create-or-edit-a-venue-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-3-create-or-edit-a-venue-2.png -------------------------------------------------------------------------------- /docs/media/user-3-create-or-edit-a-venue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-3-create-or-edit-a-venue.png -------------------------------------------------------------------------------- /docs/media/user-4-gatherpress-topics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-4-gatherpress-topics.png -------------------------------------------------------------------------------- /docs/media/user-5-create-or-edit-an-event-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-5-create-or-edit-an-event-1.png -------------------------------------------------------------------------------- /docs/media/user-5-create-or-edit-an-event-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-5-create-or-edit-an-event-2.png -------------------------------------------------------------------------------- /docs/media/user-5-create-or-edit-an-event.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/user-5-create-or-edit-an-event.png -------------------------------------------------------------------------------- /docs/media/wp-env.json-startup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/media/wp-env.json-startup.png -------------------------------------------------------------------------------- /docs/playground.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/playground.md -------------------------------------------------------------------------------- /docs/roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/roadmap.md -------------------------------------------------------------------------------- /docs/user/1-install-gatherpress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/user/1-install-gatherpress.md -------------------------------------------------------------------------------- /docs/user/1a-gatherpress-alpha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/user/1a-gatherpress-alpha.md -------------------------------------------------------------------------------- /docs/user/2-gatherpress-settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/user/2-gatherpress-settings.md -------------------------------------------------------------------------------- /docs/user/3-create-or-edit-a-venue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/user/3-create-or-edit-a-venue.md -------------------------------------------------------------------------------- /docs/user/4-gatherpress-topics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/user/4-gatherpress-topics.md -------------------------------------------------------------------------------- /docs/user/5-create-or-edit-an-event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/user/5-create-or-edit-an-event.md -------------------------------------------------------------------------------- /docs/user/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/user/README.md -------------------------------------------------------------------------------- /docs/user/blocks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/user/blocks/README.md -------------------------------------------------------------------------------- /docs/user/blocks/add-to-calendar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/user/blocks/add-to-calendar/README.md -------------------------------------------------------------------------------- /docs/user/blocks/event-query/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/user/blocks/event-query/README.md -------------------------------------------------------------------------------- /docs/user/update-privacy-policy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/docs/user/update-privacy-policy/README.md -------------------------------------------------------------------------------- /gatherpress.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/gatherpress.php -------------------------------------------------------------------------------- /includes/assets/svg/calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/assets/svg/calendar.svg -------------------------------------------------------------------------------- /includes/assets/svg/clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/assets/svg/clock.svg -------------------------------------------------------------------------------- /includes/assets/svg/dismiss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/assets/svg/dismiss.svg -------------------------------------------------------------------------------- /includes/assets/svg/editor-help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/assets/svg/editor-help.svg -------------------------------------------------------------------------------- /includes/assets/svg/groups.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/assets/svg/groups.svg -------------------------------------------------------------------------------- /includes/assets/svg/location.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/assets/svg/location.svg -------------------------------------------------------------------------------- /includes/assets/svg/nametag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/assets/svg/nametag.svg -------------------------------------------------------------------------------- /includes/assets/svg/yes-alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/assets/svg/yes-alt.svg -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-add-to-calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-add-to-calendar.php -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-dropdown-item.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-dropdown-item.php -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-dropdown.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-dropdown.php -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-event-date.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-event-date.php -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-event-query.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-event-query.php -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-form-field.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-form-field.php -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-general-block.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-general-block.php -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-modal-manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-modal-manager.php -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-modal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-modal.php -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-rsvp-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-rsvp-form.php -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-rsvp-response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-rsvp-response.php -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-rsvp-template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-rsvp-template.php -------------------------------------------------------------------------------- /includes/core/classes/blocks/class-rsvp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/blocks/class-rsvp.php -------------------------------------------------------------------------------- /includes/core/classes/class-assets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-assets.php -------------------------------------------------------------------------------- /includes/core/classes/class-autoloader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-autoloader.php -------------------------------------------------------------------------------- /includes/core/classes/class-block.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-block.php -------------------------------------------------------------------------------- /includes/core/classes/class-cli.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-cli.php -------------------------------------------------------------------------------- /includes/core/classes/class-event-query.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-event-query.php -------------------------------------------------------------------------------- /includes/core/classes/class-event-rest-api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-event-rest-api.php -------------------------------------------------------------------------------- /includes/core/classes/class-event-setup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-event-setup.php -------------------------------------------------------------------------------- /includes/core/classes/class-event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-event.php -------------------------------------------------------------------------------- /includes/core/classes/class-export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-export.php -------------------------------------------------------------------------------- /includes/core/classes/class-feed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-feed.php -------------------------------------------------------------------------------- /includes/core/classes/class-import.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-import.php -------------------------------------------------------------------------------- /includes/core/classes/class-migrate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-migrate.php -------------------------------------------------------------------------------- /includes/core/classes/class-rsvp-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-rsvp-form.php -------------------------------------------------------------------------------- /includes/core/classes/class-rsvp-list-table.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-rsvp-list-table.php -------------------------------------------------------------------------------- /includes/core/classes/class-rsvp-query.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-rsvp-query.php -------------------------------------------------------------------------------- /includes/core/classes/class-rsvp-setup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-rsvp-setup.php -------------------------------------------------------------------------------- /includes/core/classes/class-rsvp-token.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-rsvp-token.php -------------------------------------------------------------------------------- /includes/core/classes/class-rsvp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-rsvp.php -------------------------------------------------------------------------------- /includes/core/classes/class-settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-settings.php -------------------------------------------------------------------------------- /includes/core/classes/class-setup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-setup.php -------------------------------------------------------------------------------- /includes/core/classes/class-topic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-topic.php -------------------------------------------------------------------------------- /includes/core/classes/class-user.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-user.php -------------------------------------------------------------------------------- /includes/core/classes/class-utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-utility.php -------------------------------------------------------------------------------- /includes/core/classes/class-validate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-validate.php -------------------------------------------------------------------------------- /includes/core/classes/class-venue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/class-venue.php -------------------------------------------------------------------------------- /includes/core/classes/commands/class-event-cli.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/commands/class-event-cli.php -------------------------------------------------------------------------------- /includes/core/classes/settings/class-base.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/settings/class-base.php -------------------------------------------------------------------------------- /includes/core/classes/settings/class-credits.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/settings/class-credits.php -------------------------------------------------------------------------------- /includes/core/classes/settings/class-general.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/settings/class-general.php -------------------------------------------------------------------------------- /includes/core/classes/settings/class-leadership.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/settings/class-leadership.php -------------------------------------------------------------------------------- /includes/core/classes/traits/class-singleton.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/classes/traits/class-singleton.php -------------------------------------------------------------------------------- /includes/core/duplicate-check.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/duplicate-check.php -------------------------------------------------------------------------------- /includes/core/requirements-check.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/core/requirements-check.php -------------------------------------------------------------------------------- /includes/data/credits.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/data/credits.php -------------------------------------------------------------------------------- /includes/templates/admin/emails/event-email.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/emails/event-email.php -------------------------------------------------------------------------------- /includes/templates/admin/emails/rsvp-token-confirmation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/emails/rsvp-token-confirmation.php -------------------------------------------------------------------------------- /includes/templates/admin/rsvp/attendee.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/rsvp/attendee.php -------------------------------------------------------------------------------- /includes/templates/admin/rsvp/list-table.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/rsvp/list-table.php -------------------------------------------------------------------------------- /includes/templates/admin/settings/credits/contributor-card.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/settings/credits/contributor-card.php -------------------------------------------------------------------------------- /includes/templates/admin/settings/credits/contributor-link.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/settings/credits/contributor-link.php -------------------------------------------------------------------------------- /includes/templates/admin/settings/credits/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/settings/credits/index.php -------------------------------------------------------------------------------- /includes/templates/admin/settings/fields/autocomplete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/settings/fields/autocomplete.php -------------------------------------------------------------------------------- /includes/templates/admin/settings/fields/checkbox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/settings/fields/checkbox.php -------------------------------------------------------------------------------- /includes/templates/admin/settings/fields/number.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/settings/fields/number.php -------------------------------------------------------------------------------- /includes/templates/admin/settings/fields/select.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/settings/fields/select.php -------------------------------------------------------------------------------- /includes/templates/admin/settings/fields/text.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/settings/fields/text.php -------------------------------------------------------------------------------- /includes/templates/admin/settings/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/settings/index.php -------------------------------------------------------------------------------- /includes/templates/admin/settings/partials/datetime-preview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/settings/partials/datetime-preview.php -------------------------------------------------------------------------------- /includes/templates/admin/settings/partials/url-rewrite-preview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/settings/partials/url-rewrite-preview.php -------------------------------------------------------------------------------- /includes/templates/admin/settings/settings-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/settings/settings-form.php -------------------------------------------------------------------------------- /includes/templates/admin/user/date-time.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/user/date-time.php -------------------------------------------------------------------------------- /includes/templates/admin/user/notifications.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/admin/user/notifications.php -------------------------------------------------------------------------------- /includes/templates/blocks/form-field/checkbox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/blocks/form-field/checkbox.php -------------------------------------------------------------------------------- /includes/templates/blocks/form-field/default.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/blocks/form-field/default.php -------------------------------------------------------------------------------- /includes/templates/blocks/form-field/hidden.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/blocks/form-field/hidden.php -------------------------------------------------------------------------------- /includes/templates/blocks/form-field/radio.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/blocks/form-field/radio.php -------------------------------------------------------------------------------- /includes/templates/blocks/form-field/textarea.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/includes/templates/blocks/form-field/textarea.php -------------------------------------------------------------------------------- /jest.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/jest.config.js -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/license.txt -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/package.json -------------------------------------------------------------------------------- /phpcs.ruleset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/phpcs.ruleset.xml -------------------------------------------------------------------------------- /phpstan.neon.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/phpstan.neon.dist -------------------------------------------------------------------------------- /phpstan.stubs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/phpstan.stubs -------------------------------------------------------------------------------- /phpunit.xml.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/phpunit.xml.dist -------------------------------------------------------------------------------- /playwright.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/playwright.config.js -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/readme.md -------------------------------------------------------------------------------- /sonar-project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/sonar-project.properties -------------------------------------------------------------------------------- /src/admin.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/admin.scss -------------------------------------------------------------------------------- /src/blocks/_buttons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/_buttons.scss -------------------------------------------------------------------------------- /src/blocks/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/_mixins.scss -------------------------------------------------------------------------------- /src/blocks/_modal.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/_modal.scss -------------------------------------------------------------------------------- /src/blocks/_status.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/_status.scss -------------------------------------------------------------------------------- /src/blocks/_tooltip.scss: -------------------------------------------------------------------------------- 1 | .gatherpress-tooltip { 2 | border-bottom: 1px dotted; 3 | } 4 | -------------------------------------------------------------------------------- /src/blocks/add-to-calendar/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/add-to-calendar/block.json -------------------------------------------------------------------------------- /src/blocks/add-to-calendar/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/add-to-calendar/edit.js -------------------------------------------------------------------------------- /src/blocks/add-to-calendar/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/add-to-calendar/index.js -------------------------------------------------------------------------------- /src/blocks/add-to-calendar/template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/add-to-calendar/template.js -------------------------------------------------------------------------------- /src/blocks/dropdown-item/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/dropdown-item/block.json -------------------------------------------------------------------------------- /src/blocks/dropdown-item/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/dropdown-item/edit.js -------------------------------------------------------------------------------- /src/blocks/dropdown-item/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/dropdown-item/index.js -------------------------------------------------------------------------------- /src/blocks/dropdown-item/save.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/dropdown-item/save.js -------------------------------------------------------------------------------- /src/blocks/dropdown-item/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/dropdown-item/style.scss -------------------------------------------------------------------------------- /src/blocks/dropdown/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/dropdown/block.json -------------------------------------------------------------------------------- /src/blocks/dropdown/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/dropdown/edit.js -------------------------------------------------------------------------------- /src/blocks/dropdown/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/dropdown/index.js -------------------------------------------------------------------------------- /src/blocks/dropdown/save.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/dropdown/save.js -------------------------------------------------------------------------------- /src/blocks/dropdown/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/dropdown/style.scss -------------------------------------------------------------------------------- /src/blocks/dropdown/view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/dropdown/view.js -------------------------------------------------------------------------------- /src/blocks/event-date/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/event-date/block.json -------------------------------------------------------------------------------- /src/blocks/event-date/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/event-date/edit.js -------------------------------------------------------------------------------- /src/blocks/event-date/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/event-date/index.js -------------------------------------------------------------------------------- /src/blocks/event-date/render.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/event-date/render.php -------------------------------------------------------------------------------- /src/blocks/event-date/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/event-date/style.scss -------------------------------------------------------------------------------- /src/blocks/events-list/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/events-list/block.json -------------------------------------------------------------------------------- /src/blocks/events-list/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/events-list/edit.js -------------------------------------------------------------------------------- /src/blocks/events-list/events-list.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/events-list/events-list.js -------------------------------------------------------------------------------- /src/blocks/events-list/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/events-list/index.js -------------------------------------------------------------------------------- /src/blocks/events-list/render.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/events-list/render.php -------------------------------------------------------------------------------- /src/blocks/events-list/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/events-list/style.scss -------------------------------------------------------------------------------- /src/blocks/form-field/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/block.json -------------------------------------------------------------------------------- /src/blocks/form-field/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/edit.js -------------------------------------------------------------------------------- /src/blocks/form-field/helpers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/helpers.js -------------------------------------------------------------------------------- /src/blocks/form-field/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/index.js -------------------------------------------------------------------------------- /src/blocks/form-field/panels/checkbox-field-panels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/panels/checkbox-field-panels.js -------------------------------------------------------------------------------- /src/blocks/form-field/panels/default-field-panels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/panels/default-field-panels.js -------------------------------------------------------------------------------- /src/blocks/form-field/panels/radio-field-panels.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/panels/radio-field-panels.js -------------------------------------------------------------------------------- /src/blocks/form-field/render.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/render.php -------------------------------------------------------------------------------- /src/blocks/form-field/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/style.scss -------------------------------------------------------------------------------- /src/blocks/form-field/types/checkbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/types/checkbox.js -------------------------------------------------------------------------------- /src/blocks/form-field/types/default.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/types/default.js -------------------------------------------------------------------------------- /src/blocks/form-field/types/hidden.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/types/hidden.js -------------------------------------------------------------------------------- /src/blocks/form-field/types/radio.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/types/radio.js -------------------------------------------------------------------------------- /src/blocks/form-field/types/textarea.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/form-field/types/textarea.js -------------------------------------------------------------------------------- /src/blocks/icon/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/icon/block.json -------------------------------------------------------------------------------- /src/blocks/icon/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/icon/edit.js -------------------------------------------------------------------------------- /src/blocks/icon/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/icon/index.js -------------------------------------------------------------------------------- /src/blocks/icon/render.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/icon/render.php -------------------------------------------------------------------------------- /src/blocks/icon/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/icon/style.scss -------------------------------------------------------------------------------- /src/blocks/modal-content/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/modal-content/block.json -------------------------------------------------------------------------------- /src/blocks/modal-content/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/modal-content/edit.js -------------------------------------------------------------------------------- /src/blocks/modal-content/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/modal-content/index.js -------------------------------------------------------------------------------- /src/blocks/modal-content/style.scss: -------------------------------------------------------------------------------- 1 | .wp-block-gatherpress-modal-content { 2 | width: 100%; 3 | box-sizing: border-box; 4 | } 5 | -------------------------------------------------------------------------------- /src/blocks/modal-manager/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/modal-manager/block.json -------------------------------------------------------------------------------- /src/blocks/modal-manager/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/modal-manager/edit.js -------------------------------------------------------------------------------- /src/blocks/modal-manager/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/modal-manager/index.js -------------------------------------------------------------------------------- /src/blocks/modal-manager/template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/modal-manager/template.js -------------------------------------------------------------------------------- /src/blocks/modal-manager/view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/modal-manager/view.js -------------------------------------------------------------------------------- /src/blocks/modal/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/modal/block.json -------------------------------------------------------------------------------- /src/blocks/modal/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/modal/edit.js -------------------------------------------------------------------------------- /src/blocks/modal/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/modal/index.js -------------------------------------------------------------------------------- /src/blocks/modal/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/modal/style.scss -------------------------------------------------------------------------------- /src/blocks/online-event/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/online-event/block.json -------------------------------------------------------------------------------- /src/blocks/online-event/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/online-event/edit.js -------------------------------------------------------------------------------- /src/blocks/online-event/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/online-event/index.js -------------------------------------------------------------------------------- /src/blocks/online-event/online-event.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/online-event/online-event.js -------------------------------------------------------------------------------- /src/blocks/online-event/render.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/online-event/render.php -------------------------------------------------------------------------------- /src/blocks/online-event/style.scss: -------------------------------------------------------------------------------- 1 | @use "../tooltip"; 2 | -------------------------------------------------------------------------------- /src/blocks/rsvp-form/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-form/block.json -------------------------------------------------------------------------------- /src/blocks/rsvp-form/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-form/edit.js -------------------------------------------------------------------------------- /src/blocks/rsvp-form/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-form/index.js -------------------------------------------------------------------------------- /src/blocks/rsvp-form/template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-form/template.js -------------------------------------------------------------------------------- /src/blocks/rsvp-form/view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-form/view.js -------------------------------------------------------------------------------- /src/blocks/rsvp-form/visibility.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-form/visibility.js -------------------------------------------------------------------------------- /src/blocks/rsvp-guest-count-display/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-guest-count-display/block.json -------------------------------------------------------------------------------- /src/blocks/rsvp-guest-count-display/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-guest-count-display/edit.js -------------------------------------------------------------------------------- /src/blocks/rsvp-guest-count-display/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-guest-count-display/index.js -------------------------------------------------------------------------------- /src/blocks/rsvp-guest-count-display/render.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-guest-count-display/render.php -------------------------------------------------------------------------------- /src/blocks/rsvp-guest-count-display/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-guest-count-display/style.scss -------------------------------------------------------------------------------- /src/blocks/rsvp-response-toggle/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-response-toggle/block.json -------------------------------------------------------------------------------- /src/blocks/rsvp-response-toggle/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-response-toggle/edit.js -------------------------------------------------------------------------------- /src/blocks/rsvp-response-toggle/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-response-toggle/index.js -------------------------------------------------------------------------------- /src/blocks/rsvp-response-toggle/render.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-response-toggle/render.php -------------------------------------------------------------------------------- /src/blocks/rsvp-response-toggle/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-response-toggle/style.scss -------------------------------------------------------------------------------- /src/blocks/rsvp-response/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-response/block.json -------------------------------------------------------------------------------- /src/blocks/rsvp-response/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-response/edit.js -------------------------------------------------------------------------------- /src/blocks/rsvp-response/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-response/index.js -------------------------------------------------------------------------------- /src/blocks/rsvp-response/rsvp-manager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-response/rsvp-manager.js -------------------------------------------------------------------------------- /src/blocks/rsvp-response/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-response/style.scss -------------------------------------------------------------------------------- /src/blocks/rsvp-response/template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-response/template.js -------------------------------------------------------------------------------- /src/blocks/rsvp-response/view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-response/view.js -------------------------------------------------------------------------------- /src/blocks/rsvp-template/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-template/block.json -------------------------------------------------------------------------------- /src/blocks/rsvp-template/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-template/edit.js -------------------------------------------------------------------------------- /src/blocks/rsvp-template/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-template/index.js -------------------------------------------------------------------------------- /src/blocks/rsvp-template/style.scss: -------------------------------------------------------------------------------- 1 | .gatherpress-rsvp-template__inner-blocks-data { 2 | display: none; 3 | } 4 | -------------------------------------------------------------------------------- /src/blocks/rsvp-template/template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-template/template.js -------------------------------------------------------------------------------- /src/blocks/rsvp-template/view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp-template/view.js -------------------------------------------------------------------------------- /src/blocks/rsvp/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp/block.json -------------------------------------------------------------------------------- /src/blocks/rsvp/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp/edit.js -------------------------------------------------------------------------------- /src/blocks/rsvp/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp/index.js -------------------------------------------------------------------------------- /src/blocks/rsvp/style.scss: -------------------------------------------------------------------------------- 1 | .wp-block-gatherpress-rsvp { 2 | } 3 | -------------------------------------------------------------------------------- /src/blocks/rsvp/templates.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp/templates.js -------------------------------------------------------------------------------- /src/blocks/rsvp/templates/attending.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp/templates/attending.js -------------------------------------------------------------------------------- /src/blocks/rsvp/templates/no-status.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp/templates/no-status.js -------------------------------------------------------------------------------- /src/blocks/rsvp/templates/not-attending.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp/templates/not-attending.js -------------------------------------------------------------------------------- /src/blocks/rsvp/templates/past.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp/templates/past.js -------------------------------------------------------------------------------- /src/blocks/rsvp/templates/waiting-list.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp/templates/waiting-list.js -------------------------------------------------------------------------------- /src/blocks/rsvp/view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/rsvp/view.js -------------------------------------------------------------------------------- /src/blocks/venue/block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/venue/block.json -------------------------------------------------------------------------------- /src/blocks/venue/edit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/venue/edit.js -------------------------------------------------------------------------------- /src/blocks/venue/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/venue/index.js -------------------------------------------------------------------------------- /src/blocks/venue/render.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/venue/render.php -------------------------------------------------------------------------------- /src/blocks/venue/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/venue/style.scss -------------------------------------------------------------------------------- /src/blocks/venue/venue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/blocks/venue/venue.js -------------------------------------------------------------------------------- /src/components/AnonymousRsvp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/AnonymousRsvp.js -------------------------------------------------------------------------------- /src/components/Autocomplete.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/Autocomplete.js -------------------------------------------------------------------------------- /src/components/DateTimeEnd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/DateTimeEnd.js -------------------------------------------------------------------------------- /src/components/DateTimePreview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/DateTimePreview.js -------------------------------------------------------------------------------- /src/components/DateTimeRange.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/DateTimeRange.js -------------------------------------------------------------------------------- /src/components/DateTimeStart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/DateTimeStart.js -------------------------------------------------------------------------------- /src/components/Duration.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/Duration.js -------------------------------------------------------------------------------- /src/components/EditCover.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/EditCover.js -------------------------------------------------------------------------------- /src/components/EmailNotificationManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/EmailNotificationManager.js -------------------------------------------------------------------------------- /src/components/EventItem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/EventItem.js -------------------------------------------------------------------------------- /src/components/EventsList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/EventsList.js -------------------------------------------------------------------------------- /src/components/GoogleMap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/GoogleMap.js -------------------------------------------------------------------------------- /src/components/GuestLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/GuestLimit.js -------------------------------------------------------------------------------- /src/components/MapEmbed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/MapEmbed.js -------------------------------------------------------------------------------- /src/components/MaxAttendanceLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/MaxAttendanceLimit.js -------------------------------------------------------------------------------- /src/components/OnlineEvent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/OnlineEvent.js -------------------------------------------------------------------------------- /src/components/OnlineEventLink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/OnlineEventLink.js -------------------------------------------------------------------------------- /src/components/OpenStreetMap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/OpenStreetMap.js -------------------------------------------------------------------------------- /src/components/Rsvp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/Rsvp.js -------------------------------------------------------------------------------- /src/components/RsvpResponse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/RsvpResponse.js -------------------------------------------------------------------------------- /src/components/RsvpResponseAvatarOnly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/RsvpResponseAvatarOnly.js -------------------------------------------------------------------------------- /src/components/RsvpResponseCard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/RsvpResponseCard.js -------------------------------------------------------------------------------- /src/components/RsvpResponseContent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/RsvpResponseContent.js -------------------------------------------------------------------------------- /src/components/RsvpResponseEdit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/RsvpResponseEdit.js -------------------------------------------------------------------------------- /src/components/RsvpResponseHeader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/RsvpResponseHeader.js -------------------------------------------------------------------------------- /src/components/RsvpResponseNavigation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/RsvpResponseNavigation.js -------------------------------------------------------------------------------- /src/components/RsvpResponseNavigationItem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/RsvpResponseNavigationItem.js -------------------------------------------------------------------------------- /src/components/RsvpStatusResponse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/RsvpStatusResponse.js -------------------------------------------------------------------------------- /src/components/Timezone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/Timezone.js -------------------------------------------------------------------------------- /src/components/UrlRewritePreview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/UrlRewritePreview.js -------------------------------------------------------------------------------- /src/components/Venue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/Venue.js -------------------------------------------------------------------------------- /src/components/VenueInformation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/VenueInformation.js -------------------------------------------------------------------------------- /src/components/VenueOrOnlineEvent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/VenueOrOnlineEvent.js -------------------------------------------------------------------------------- /src/components/VenueSelector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/components/VenueSelector.js -------------------------------------------------------------------------------- /src/editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/editor.js -------------------------------------------------------------------------------- /src/helpers/broadcasting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/helpers/broadcasting.js -------------------------------------------------------------------------------- /src/helpers/datetime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/helpers/datetime.js -------------------------------------------------------------------------------- /src/helpers/editor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/helpers/editor.js -------------------------------------------------------------------------------- /src/helpers/event.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/helpers/event.js -------------------------------------------------------------------------------- /src/helpers/globals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/helpers/globals.js -------------------------------------------------------------------------------- /src/helpers/interactivity.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/helpers/interactivity.js -------------------------------------------------------------------------------- /src/helpers/urlrewrite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/helpers/urlrewrite.js -------------------------------------------------------------------------------- /src/helpers/venue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/helpers/venue.js -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- 1 | // Silence is Golden. 2 | -------------------------------------------------------------------------------- /src/modals/email-communication/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/modals/email-communication/index.js -------------------------------------------------------------------------------- /src/modals/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Internal dependencies. 3 | */ 4 | import './email-communication'; 5 | -------------------------------------------------------------------------------- /src/panels/event-settings/anonymous-rsvp/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/event-settings/anonymous-rsvp/index.js -------------------------------------------------------------------------------- /src/panels/event-settings/datetime-range/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/event-settings/datetime-range/index.js -------------------------------------------------------------------------------- /src/panels/event-settings/guest-limit/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/event-settings/guest-limit/index.js -------------------------------------------------------------------------------- /src/panels/event-settings/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/event-settings/index.js -------------------------------------------------------------------------------- /src/panels/event-settings/max-attendance-limit/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/event-settings/max-attendance-limit/index.js -------------------------------------------------------------------------------- /src/panels/event-settings/notify-members/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/event-settings/notify-members/index.js -------------------------------------------------------------------------------- /src/panels/event-settings/online-link/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/event-settings/online-link/index.js -------------------------------------------------------------------------------- /src/panels/event-settings/slot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/event-settings/slot.js -------------------------------------------------------------------------------- /src/panels/event-settings/venue-selector/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/event-settings/venue-selector/index.js -------------------------------------------------------------------------------- /src/panels/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/index.js -------------------------------------------------------------------------------- /src/panels/venue-settings/fill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/venue-settings/fill.js -------------------------------------------------------------------------------- /src/panels/venue-settings/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/venue-settings/index.js -------------------------------------------------------------------------------- /src/panels/venue-settings/slot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/venue-settings/slot.js -------------------------------------------------------------------------------- /src/panels/venue-settings/venue-information/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/panels/venue-settings/venue-information/index.js -------------------------------------------------------------------------------- /src/profile/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Internal dependencies. 3 | */ 4 | -------------------------------------------------------------------------------- /src/profile/style.scss: -------------------------------------------------------------------------------- 1 | .gatherpress-profile {} 2 | -------------------------------------------------------------------------------- /src/settings/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/settings/index.js -------------------------------------------------------------------------------- /src/settings/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/settings/style.scss -------------------------------------------------------------------------------- /src/stores/datetime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/stores/datetime.js -------------------------------------------------------------------------------- /src/stores/email-modal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/stores/email-modal.js -------------------------------------------------------------------------------- /src/stores/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/stores/index.js -------------------------------------------------------------------------------- /src/stores/venue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/stores/venue.js -------------------------------------------------------------------------------- /src/supports/block-guard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/supports/block-guard.js -------------------------------------------------------------------------------- /src/supports/post-id-override.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/supports/post-id-override.js -------------------------------------------------------------------------------- /src/utility.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/utility.scss -------------------------------------------------------------------------------- /src/variations/core/query-no-results/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/variations/core/query-no-results/index.js -------------------------------------------------------------------------------- /src/variations/core/query-pagination-next/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/variations/core/query-pagination-next/index.js -------------------------------------------------------------------------------- /src/variations/core/query-pagination-numbers/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/variations/core/query-pagination-numbers/index.js -------------------------------------------------------------------------------- /src/variations/core/query-pagination-previous/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/variations/core/query-pagination-previous/index.js -------------------------------------------------------------------------------- /src/variations/core/query-pagination/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/variations/core/query-pagination/index.js -------------------------------------------------------------------------------- /src/variations/core/query/components.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/variations/core/query/components.js -------------------------------------------------------------------------------- /src/variations/core/query/controls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/variations/core/query/controls.js -------------------------------------------------------------------------------- /src/variations/core/query/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/variations/core/query/index.js -------------------------------------------------------------------------------- /src/variations/core/query/slots/inherited-query-controls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/variations/core/query/slots/inherited-query-controls.js -------------------------------------------------------------------------------- /src/variations/core/query/slots/query-controls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/src/variations/core/query/slots/query-controls.js -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-admin-event-details.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-admin-event-details.spec.js -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-admin-event-details.spec.js-snapshots/event-details-Google-Chrome-win32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-admin-event-details.spec.js-snapshots/event-details-Google-Chrome-win32.png -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-admin-venue-map.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-admin-venue-map.spec.js -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-admin-venue-map.spec.js-snapshots/location-map-Google-Chrome-win32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-admin-venue-map.spec.js-snapshots/location-map-Google-Chrome-win32.png -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-admin-venue.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-admin-venue.spec.js -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-admin.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-admin.spec.js -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-event-featured-image.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-event-featured-image.spec.js -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-event-featured-image.spec.js-snapshots/featured-image-Google-Chrome-win32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-event-featured-image.spec.js-snapshots/featured-image-Google-Chrome-win32.png -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-event-loggedIn.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-event-loggedIn.spec.js -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-event-nonLoggegIn.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-event-nonLoggegIn.spec.js -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-event-venue-map.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-event-venue-map.spec.js -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-event-venue-map.spec.js-snapshots/event-location-map-Google-Chrome-win32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-event-venue-map.spec.js-snapshots/event-location-map-Google-Chrome-win32.png -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-event.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-event.spec.js -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-venue-map-toggle-OFF.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-venue-map-toggle-OFF.spec.js -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-venue-map-toggle-ON.spec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-venue-map-toggle-ON.spec.js -------------------------------------------------------------------------------- /test/e2e/admin-tests/gatherpress-venue-map-toggle-ON.spec.js-snapshots/event-toggle-on-Google-Chrome-win32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/admin-tests/gatherpress-venue-map-toggle-ON.spec.js-snapshots/event-toggle-on-Google-Chrome-win32.png -------------------------------------------------------------------------------- /test/e2e/global-setup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/global-setup.js -------------------------------------------------------------------------------- /test/e2e/reusable-user-steps/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/reusable-user-steps/common.js -------------------------------------------------------------------------------- /test/e2e/reusable-user-steps/user-login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/e2e/reusable-user-steps/user-login.js -------------------------------------------------------------------------------- /test/unit/js/__mocks__/fileMock.js: -------------------------------------------------------------------------------- 1 | module.exports = 'test-file-stub'; 2 | -------------------------------------------------------------------------------- /test/unit/js/src/blocks/rsvp-form/visibility.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/js/src/blocks/rsvp-form/visibility.test.js -------------------------------------------------------------------------------- /test/unit/js/src/components/EditCover.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/js/src/components/EditCover.test.js -------------------------------------------------------------------------------- /test/unit/js/src/components/MapEmbed.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/js/src/components/MapEmbed.test.js -------------------------------------------------------------------------------- /test/unit/js/src/components/OnlineEvent.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/js/src/components/OnlineEvent.test.js -------------------------------------------------------------------------------- /test/unit/js/src/components/RsvpResponse.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/js/src/components/RsvpResponse.test.js -------------------------------------------------------------------------------- /test/unit/js/src/helpers/broadcasting.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/js/src/helpers/broadcasting.test.js -------------------------------------------------------------------------------- /test/unit/js/src/helpers/datetime.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/js/src/helpers/datetime.test.js -------------------------------------------------------------------------------- /test/unit/js/src/helpers/event.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/js/src/helpers/event.test.js -------------------------------------------------------------------------------- /test/unit/js/src/helpers/globals.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/js/src/helpers/globals.test.js -------------------------------------------------------------------------------- /test/unit/js/src/helpers/venue.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/js/src/helpers/venue.test.js -------------------------------------------------------------------------------- /test/unit/js/src/supports/block-guard.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/js/src/supports/block-guard.test.js -------------------------------------------------------------------------------- /test/unit/php/assets/templates/test-template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/assets/templates/test-template.php -------------------------------------------------------------------------------- /test/unit/php/bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/bootstrap.php -------------------------------------------------------------------------------- /test/unit/php/class-test-gatherpress.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/class-test-gatherpress.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/classes/class-base.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/classes/class-base.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/blocks/class-test-add-to-calendar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/blocks/class-test-add-to-calendar.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/blocks/class-test-dropdown-item.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/blocks/class-test-dropdown-item.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/blocks/class-test-dropdown.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/blocks/class-test-dropdown.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/blocks/class-test-event-date.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/blocks/class-test-event-date.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/blocks/class-test-event-query.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/blocks/class-test-event-query.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/blocks/class-test-general-block.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/blocks/class-test-general-block.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/blocks/class-test-modal-manager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/blocks/class-test-modal-manager.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/blocks/class-test-modal.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/blocks/class-test-modal.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/blocks/class-test-rsvp-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/blocks/class-test-rsvp-form.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/blocks/class-test-rsvp-response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/blocks/class-test-rsvp-response.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/blocks/class-test-rsvp-template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/blocks/class-test-rsvp-template.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/blocks/class-test-rsvp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/blocks/class-test-rsvp.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-assets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-assets.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-block.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-block.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-event-query.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-event-query.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-event-rest-api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-event-rest-api.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-event-setup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-event-setup.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-event.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-export.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-export.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-feed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-feed.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-import.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-import.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-migrate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-migrate.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-rsvp-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-rsvp-form.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-rsvp-list-table.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-rsvp-list-table.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-rsvp-query.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-rsvp-query.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-rsvp-setup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-rsvp-setup.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-rsvp-token.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-rsvp-token.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-rsvp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-rsvp.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-settings.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-setup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-setup.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-topic.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-topic.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-user.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-user.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-utility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-utility.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-validate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-validate.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/class-test-venue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/class-test-venue.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/commands/class-test-event-cli.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/commands/class-test-event-cli.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/settings/class-test-base.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/settings/class-test-base.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/settings/class-test-credits.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/settings/class-test-credits.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/settings/class-test-general.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/settings/class-test-general.php -------------------------------------------------------------------------------- /test/unit/php/includes/tests/core/classes/settings/class-test-leadership.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/test/unit/php/includes/tests/core/classes/settings/class-test-leadership.php -------------------------------------------------------------------------------- /webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GatherPress/gatherpress/HEAD/webpack.config.js --------------------------------------------------------------------------------