upskill-event-manager/wordpress-dev/bin
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
..
obsolete feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
cleanup.sh Initial commit: Implemented registration and login functionality 2025-03-25 10:56:29 -03:00
init-db.sh feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
install-phpunit.sh feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
install-wp-tests.sh feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
logs.sh Initial commit: Implemented registration and login functionality 2025-03-25 10:56:29 -03:00
manage-db-fixed.sh feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
manage-db.sh feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
reset-dev.sh Initial commit: Implemented registration and login functionality 2025-03-25 10:56:29 -03:00
run-tests.sh Refactors event submission and listing to use TEC Community Events 2025-04-02 22:23:37 -03:00
setup-from-backup.sh feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
setup-ssl.sh Initial commit: Implemented registration and login functionality 2025-03-25 10:56:29 -03:00
sync-production-fixed.sh feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
sync-production.sh feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
verify-dev-fixed.sh feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
verify-dev.sh feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00
verify-simple.sh feat(dev-env): implement backup-based development workflow 2025-03-26 11:26:18 -03:00
wp-cli.phar feat: Implement auto page creation & fix login E2E tests 2025-03-28 17:18:21 -03:00