upskill-event-manager/includes
Ben c19b909296 refactor: remove all theme-specific code for WordPress compliance
BREAKING CHANGE: Removed Astra theme integration and all theme-specific code

- Removed class-hvac-astra-integration.php (584 lines of theme-specific code)
- Removed 500+ theme-specific CSS files (ast-*, astra-*, divi-*)
- Removed 15+ theme-specific JavaScript files
- Created theme-agnostic HVAC_Layout_Manager class
- Added generic hvac-layout.css with universal styling
- Plugin now works with ANY WordPress theme

This refactoring ensures the plugin complies with WordPress.org plugin
guidelines which require plugins to be theme-independent. The new layout
system uses standard WordPress hooks and filters that work universally.

Key changes:
- Body classes: hvac-plugin-page, hvac-no-sidebar, hvac-full-width
- Generic post meta: _sidebar_layout, page_layout (widely supported)
- Standard WordPress hooks: body_class, wp_enqueue_scripts, is_active_sidebar
- CSS uses generic selectors: .site-content, .content-area, #primary

Removed monitoring infrastructure files that were causing PHP segfaults:
- class-hvac-background-jobs.php
- class-hvac-health-monitor.php
- class-hvac-error-recovery.php
- class-hvac-security-monitor.php
- class-hvac-performance-monitor.php
- class-hvac-backup-manager.php
- class-hvac-cache-optimizer.php

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-20 18:38:52 -03:00
..
admin feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
certificates feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
communication feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
community feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
database feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
find-trainer feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
google-sheets feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
helpers feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
zoho feat: Add massive missing plugin infrastructure to repository 2025-08-11 13:30:11 -03:00
class-attendee-profile.php fix: Resolve duplicate initialization and jQuery selector errors 2025-07-28 17:58:39 -03:00
class-event-author-fixer.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
class-event-form-handler.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
class-hvac-access-control.php fix: Resolve trainer event edit permissions and initial styling 2025-08-18 20:19:50 -03:00
class-hvac-activator.php feat: Add automatic page creation for announcements system 2025-08-20 14:26:26 -03:00
class-hvac-announcements-ajax.php feat: implement announcement modal system with comprehensive documentation 2025-08-20 16:28:55 -03:00
class-hvac-announcements-cpt.php feat: Implement secure Trainer Announcements system with comprehensive features 2025-08-20 13:34:15 -03:00
class-hvac-announcements-display.php feat: Implement secure Trainer Announcements system with comprehensive features 2025-08-20 13:34:15 -03:00
class-hvac-announcements-email.php feat: Implement secure Trainer Announcements system with comprehensive features 2025-08-20 13:34:15 -03:00
class-hvac-announcements-manager.php feat: implement announcement modal system with comprehensive documentation 2025-08-20 16:28:55 -03:00
class-hvac-announcements-permissions.php feat: Implement secure Trainer Announcements system with comprehensive features 2025-08-20 13:34:15 -03:00
class-hvac-approval-workflow.php fix: Resolve duplicate initialization and jQuery selector errors 2025-07-28 17:58:39 -03:00
class-hvac-breadcrumbs.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
class-hvac-browser-detection.php feat: Implement comprehensive Safari browser compatibility system 2025-08-08 21:13:43 -03:00
class-hvac-community-events.php fix: Resolve trainer event edit permissions and initial styling 2025-08-18 20:19:50 -03:00
class-hvac-custom-event-edit.php fix: Resolve header overlap and CSS loading issues on event edit page 2025-08-18 20:32:37 -03:00
class-hvac-dashboard-data-fixed.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
class-hvac-dashboard-data-refactored.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
class-hvac-dashboard-data.php feat: Implement comprehensive security fixes for production deployment 2025-08-06 13:31:38 -03:00
class-hvac-dashboard.php fix: Resolve duplicate initialization and jQuery selector errors 2025-07-28 17:58:39 -03:00
class-hvac-deactivator.php feat: Add automatic page creation for announcements system 2025-08-20 14:26:26 -03:00
class-hvac-documentation-content.php feat: Implement comprehensive help documentation page 2025-08-11 17:20:51 -03:00
class-hvac-edit-event-shortcode.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
class-hvac-event-edit-comprehensive.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
class-hvac-event-edit-fix.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
class-hvac-event-manage-header.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
class-hvac-event-navigation.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
class-hvac-find-trainer-assets.php feat: Implement comprehensive Safari browser compatibility system 2025-08-08 21:13:43 -03:00
class-hvac-form-builder.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
class-hvac-geocoding-ajax.php fix: Remove critical security and performance vulnerabilities 2025-08-06 13:49:42 -03:00
class-hvac-geocoding-service.php feat: Implement comprehensive security fixes for production deployment 2025-08-06 13:31:38 -03:00
class-hvac-help-system.php fix: Remove duplicate navigation on documentation page 2025-08-11 17:27:08 -03:00
class-hvac-layout-manager.php refactor: remove all theme-specific code for WordPress compliance 2025-08-20 18:38:52 -03:00
class-hvac-logger.php fix: Remove critical security and performance vulnerabilities 2025-08-06 13:49:42 -03:00
class-hvac-manage-event.php fix: Remove persistent HTML comment from manage event page 2025-07-30 11:27:58 -03:00
class-hvac-master-dashboard-data.php feat: Implement cache invalidation system for master dashboard 2025-08-06 17:03:23 -03:00
class-hvac-menu-system.php feat: implement announcement modal system with comprehensive documentation 2025-08-20 16:28:55 -03:00
class-hvac-organizers.php fix: Resolve organizer and venue display issues after CSV import 2025-08-01 14:05:10 -03:00
class-hvac-page-content-fixer.php fix: Resolve event manage page CSS override and duplicate header issues 2025-07-30 15:36:39 -03:00
class-hvac-page-manager.php feat: implement announcement modal system with comprehensive documentation 2025-08-20 16:28:55 -03:00
class-hvac-plugin.php refactor: remove all theme-specific code for WordPress compliance 2025-08-20 18:38:52 -03:00
class-hvac-profile-sync-handler.php feat: Implement comprehensive trainer profile custom post type system 2025-08-01 18:45:41 -03:00
class-hvac-qr-generator.php feat: Implement comprehensive mobile optimization system for HVAC plugin 2025-08-11 08:45:47 -03:00
class-hvac-query-monitor.php feat: Add Organization Headquarters dropdown fields to registration form 2025-08-08 10:35:14 -03:00
class-hvac-registration.backup.php feat: Major registration refactor and new trainer management pages 2025-07-30 16:29:51 -03:00
class-hvac-registration.php feat: Add Organization Headquarters dropdown fields to registration form 2025-08-08 10:35:14 -03:00
class-hvac-role-consolidator.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
class-hvac-roles.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
class-hvac-route-manager.php fix: Resolve duplicate content and raw shortcode display on manage event page 2025-07-30 10:06:49 -03:00
class-hvac-safari-debugger.php feat: Implement comprehensive Safari browser compatibility system 2025-08-08 21:13:43 -03:00
class-hvac-safari-request-debugger.php feat: Implement comprehensive Safari browser compatibility system 2025-08-08 21:13:43 -03:00
class-hvac-safari-script-blocker.php feat: Implement comprehensive mobile optimization system for HVAC plugin 2025-08-11 08:45:47 -03:00
class-hvac-scripts-styles.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
class-hvac-secure-storage.php feat: Implement comprehensive security fixes for production deployment 2025-08-06 13:31:38 -03:00
class-hvac-security.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
class-hvac-settings-refactored.php fix: Ensure trainer registration page is publicly accessible 2025-07-28 10:30:54 -03:00
class-hvac-settings.php fix: Resolve duplicate initialization and jQuery selector errors 2025-07-28 17:58:39 -03:00
class-hvac-shortcodes.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
class-hvac-tec-integration.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
class-hvac-template-integration.php feat: Complete TEC integration with mobile fixes and comprehensive testing 2025-08-18 07:07:06 -03:00
class-hvac-template-loader.php fix: Resolve duplicate content and raw shortcode display on manage event page 2025-07-30 10:06:49 -03:00
class-hvac-template-router.php refactor: remove all theme-specific code for WordPress compliance 2025-08-20 18:38:52 -03:00
class-hvac-template-security.php refactor: remove all theme-specific code for WordPress compliance 2025-08-20 18:38:52 -03:00
class-hvac-trainer-navigation.php feat: Implement comprehensive user role field and certification tracking system 2025-08-01 10:52:11 -03:00
class-hvac-trainer-profile-manager.php feat: Implement comprehensive security fixes for production deployment 2025-08-06 13:31:38 -03:00
class-hvac-trainer-profile-settings.php feat: Implement comprehensive security fixes for production deployment 2025-08-06 13:31:38 -03:00
class-hvac-trainer-status.php feat: Implement trainer approval workflow with status management 2025-07-28 12:38:34 -03:00
class-hvac-training-leads.php feat: Implement Training Leads system and restructure navigation menu 2025-08-05 16:02:57 -03:00
class-hvac-venues.php fix: Resolve organizer and venue display issues after CSV import 2025-08-01 14:05:10 -03:00
class-hvac-welcome-popup.php feat: Implement Training Leads system and restructure navigation menu 2025-08-05 16:02:57 -03:00
enhanced-csv-import-from-file.php feat: Implement comprehensive enhanced CSV import system with taxonomy integration 2025-08-04 05:57:08 -03:00
legacy-redirects.php fix: Resolve duplicate initialization and jQuery selector errors 2025-07-28 17:58:39 -03:00
migration-trainer-profiles.php feat: Implement comprehensive manual geocoding trigger system with 85% coverage 2025-08-01 23:49:27 -03:00
taxonomy-migration.php feat: Implement comprehensive enhanced CSV import system with taxonomy integration 2025-08-04 05:57:08 -03:00