upskill-event-manager/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/includes
bengizmo 7fa7459fad Refactors event submission and listing to use TEC Community Events
shortcodes ([tribe_community_events view=\"...\"]) on dedicated pages
(/manage-event/, /my-events/) instead of child theme template overrides.

This change addresses persistent content duplication and layout issues
encountered with the template override method.

Changes include:
- Updating plugin activation hook to create new pages with shortcodes.
- Updating dashboard links to point to new pages.
- Removing child theme override files and related custom handler logic.
- Updating integration tests for activation.
- Adding/updating E2E tests for dashboard links and new pages.
- Fixing `run-tests.sh` corruption and adding pre-E2E setup steps
  (plugin reactivation, rewrite flush) to resolve 404s.
- Updating relevant documentation and memory bank files.

Testing:
- Integration tests pass.
- E2E tests pass for core functionality (login, dashboard, links).
- E2E tests for rendering of TEC CE shortcodes on new pages fail due
  to environment-specific issues (likely JS/timing) and are recommended
  to be skipped. Manual verification confirms pages render correctly."
2025-04-02 22:23:37 -03:00
..
community Refactors event submission and listing to use TEC Community Events 2025-04-02 22:23:37 -03:00
class-hvac-community-events.php feat(events): Implement fallback logic and UI for Create/Modify Event page 2025-04-01 11:46:24 -03:00
class-hvac-dashboard-data.php feat(events): Implement fallback logic and UI for Create/Modify Event page 2025-04-01 11:46:24 -03:00
class-hvac-registration.php fix(registration): Resolve E2E test failures and refactor form handling 2025-03-31 19:20:37 -03:00
class-hvac-roles.php feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
class-hvac-settings.php feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00