WizdomWeb/app/Controllers
essae fc4e8ae851 feat: Implement email verification and refactor form logic (partial)
- Added ContactService.php and NewsletterService.php for handling verification emails
- Introduced POST-based verification and session-driven success rendering
- Replaced redirect-based confirmation with inline JS and conditional rendering
- Reorganized routes in index.php for controller and closure-based actions
- Minor JS improvements to prevent double submission (contact-form.js)
- Honeypot field temporarily missing despite prior implementation and HoneypotHelper
- SubmissionCheck needs fix for SQL parameter mismatch
- EmailHelper missing getMailer() (referenced in services)
- General structure drift noted — inventory and cleanup pending
2025-05-20 20:52:46 -04:00
..
AboutController.php Fix: Updated ContactController to use Response::error(), injected DB connection into ContactModel, added GET route for contact page in index.php 2025-05-13 00:36:15 -04:00
ClientsController.php Fix: Updated ContactController to use Response::error(), injected DB connection into ContactModel, added GET route for contact page in index.php 2025-05-13 00:36:15 -04:00
ContactController.php feat: Implement email verification and refactor form logic (partial) 2025-05-20 20:52:46 -04:00
EmergencySupportController.php Fix: Updated ContactController to use Response::error(), injected DB connection into ContactModel, added GET route for contact page in index.php 2025-05-13 00:36:15 -04:00
HelpDeskController.php Fix: Updated ContactController to use Response::error(), injected DB connection into ContactModel, added GET route for contact page in index.php 2025-05-13 00:36:15 -04:00
HomeController.php Fix: Updated ContactController to use Response::error(), injected DB connection into ContactModel, added GET route for contact page in index.php 2025-05-13 00:36:15 -04:00
ITConsultingController.php Fix: Updated ContactController to use Response::error(), injected DB connection into ContactModel, added GET route for contact page in index.php 2025-05-13 00:36:15 -04:00
LandingController.php Fix session handling for contact form success/error alerts and relocate SessionHelper::start in index.php 2025-05-14 23:54:31 -04:00
ManagedServicesController.php Fix: Updated ContactController to use Response::error(), injected DB connection into ContactModel, added GET route for contact page in index.php 2025-05-13 00:36:15 -04:00
OnlineBrandManagement.php Fix: Updated ContactController to use Response::error(), injected DB connection into ContactModel, added GET route for contact page in index.php 2025-05-13 00:36:15 -04:00
ProjectManagementController.php Fix: Updated ContactController to use Response::error(), injected DB connection into ContactModel, added GET route for contact page in index.php 2025-05-13 00:36:15 -04:00
ResendVerficationController.php feat: Implement email verification and refactor form logic (partial) 2025-05-20 20:52:46 -04:00
ServicesController.php Fix: Updated ContactController to use Response::error(), injected DB connection into ContactModel, added GET route for contact page in index.php 2025-05-13 00:36:15 -04:00
SubscriberController.php feat: Implement email verification and refactor form logic (partial) 2025-05-20 20:52:46 -04:00
TestimonialsController.php Fix: Updated ContactController to use Response::error(), injected DB connection into ContactModel, added GET route for contact page in index.php 2025-05-13 00:36:15 -04:00
UnsubscribeController.php feat: Implement email verification and refactor form logic (partial) 2025-05-20 20:52:46 -04:00
VerificationController.php feat: Implement email verification and refactor form logic (partial) 2025-05-20 20:52:46 -04:00