d3bb32eb97
Enhance multi-page AJAX handling by enforcing context for translations in ajax_inscr_gestion and ajax_promoteur_hub. Introduce new language keys for improved user feedback and error messages. Increment version code to 4.72.806 to reflect these changes.
2026-07-13 17:17:53 -04:00
af2ddba2fa
Implement email resend functionality for event access invitations, including success and error handling. Update language translations for resend button and messages. Increment version code to 4.72.804 to reflect these changes.
2026-07-13 16:59:49 -04:00
8191970086
Implement invitation handling for account switching in mobile interface. Introduce signature validation for invite links to prevent spoofing and enhance security. Update logout redirection to support both reset and invite links. Increment version code to 4.72.803 to reflect these changes.
2026-07-13 16:55:47 -04:00
b948f401d1
Enhance QR scanning interface by adjusting CSS for improved layout and centering of the QR camera view on open. Introduce JavaScript function to focus the QR camera view upon opening and ensure proper sizing of the QR box. Increment version code to 4.72.802 to reflect these changes.
2026-07-13 16:45:16 -04:00
5f9ce3f0e7
Enhance QR scanning permissions in inscriptions management to align with V2 API. Introduce fallback logic for permissions and streamline role checks. Update SQL to reflect new permission handling for targeted roles. No version code increment required.
2026-07-13 16:40:45 -04:00
2c11be5796
Refactor permissions for inscriptions management to align with V2 API standards. Remove deprecated permission keys and update related functions for QR scanning access. No version code increment required.
2026-07-13 15:57:57 -04:00
a1a74565a4
Update CSS to allow text selection for help button and enhance JavaScript error handling by removing timeout for showing ready state. Increment version code to 4.72.801 to reflect these changes.
2026-07-13 15:39:11 -04:00
77607608e7
Enhance OCR functionality for bib numbers by introducing multipart image upload support and improving error handling. Update JavaScript to handle image processing and cropping more effectively, including a new method for converting canvas to JPEG blob. Increment version code to 4.72.800 to reflect these changes.
2026-07-13 15:28:45 -04:00
33eb70261d
Increment version code to 4.72.799 to reflect recent updates in settings.
2026-07-13 15:25:51 -04:00
a1aefe7bbe
Update OCR API key in settings for Google Cloud Vision integration. This change enables the OCR functionality for bib numbers by providing the necessary API credentials. No version code increment required.
2026-07-13 15:24:37 -04:00
a929a8d859
Implement OCR functionality for bib numbers using Google Cloud Vision. Introduce new methods for enabling OCR, processing images, and extracting numbers from OCR text. Update JavaScript to handle cloud-based OCR processing and improve error handling. Increment version code to 4.72.798 to reflect these changes.
2026-07-13 15:12:54 -04:00
e2d8dee1a6
Refactor OCR canvas processing to enhance contrast and improve cropping logic for video and image sources. Introduce a new method for capturing frames from video sessions, prioritizing ImageCapture for better clarity on mobile devices. Increment version code to 4.72.797 to reflect these changes.
2026-07-13 15:01:25 -04:00
e7662a304e
Enhance OCR functionality by improving number extraction logic to handle various formats and ensuring better accuracy. Introduce a new method for preprocessing the OCR canvas to enhance contrast for better recognition. Update video frame capture to consider the visible rectangle for improved cropping. Increment version code to 4.72.796 to reflect these changes.
2026-07-13 14:17:30 -04:00
7efc81235d
Update CSS styles for mobile scanning interface to improve button dimensions and positioning, ensuring better visibility and user experience. Introduce a new method in JavaScript to center the capture view within the viewport, enhancing usability during scanning. Increment version code to 4.72.795 to reflect these changes.
2026-07-13 14:07:53 -04:00
8efbb4c4a7
Update session handling in AJAX responses to improve user experience. Modify error messages to include session codes instead of generic messages, prompting a page reload for expired sessions. Increment version code to 4.72.794 to reflect these changes.
2026-07-13 14:04:10 -04:00
d3b9fab7ce
Update OCR settings to enhance number recognition accuracy by increasing maximum width. Adjust CSS styles for button dimensions and positioning, improving user interface consistency. Increment version code to 4.72.793 to reflect these changes.
2026-07-13 14:01:32 -04:00
93378a5a2d
Adjust video frame capture dimensions and button size for improved OCR alignment. Update related comments and increment version code to 4.72.792 to reflect these changes.
2026-07-13 13:46:01 -04:00
5fefdccd17
Update video frame capture dimensions to improve OCR accuracy and adjust related styles. Increase button size to 70% width and 40% height for better alignment with the OCR reading area. Increment version code to 4.72.791 to reflect these changes.
2026-07-13 13:43:06 -04:00
a18f25dc84
Enhance video frame capture functionality by introducing a new method to calculate the visible rectangle for object-fit:cover. Update the captureCenterFrame function to utilize this new method, improving cropping accuracy based on the display element. Increment version code to 4.72.790 to reflect these changes.
2026-07-13 13:41:13 -04:00
8a9369bbaf
Update styles for mobile scanning interface and enhance user guidance. Adjust button dimensions and positioning for better visibility. Improve hint messages for scanning instructions and update version code to 4.72.789, aligning with MSIN-4401 requirements for enhanced event management functionality.
2026-07-13 13:38:20 -04:00
397eb4651b
Refactor account link rendering in mobile interface to improve user navigation. Move the full account link functionality to inc_header.php for better organization and visibility control. Update version code to 4.72.788, aligning with MSIN-4401 requirements for enhanced event management functionality.
2026-07-13 13:35:10 -04:00
ec15b07f21
Add functionality to render a full account link in the mobile interface for users with extended permissions. Implement new functions to determine visibility and URL for the link, enhancing user navigation to the dashboard or account page. Update styles for the new button and increment version code to 4.72.787, aligning with MSIN-4401 requirements for improved event management functionality.
2026-07-13 13:19:08 -04:00
2970007d2b
Enhance email invitation functionality in fxEveAccesPromoteurSendInviteMail to include a mobile access link for users. Update message content to guide users on accessing their accounts via mobile, improving user experience and accessibility. This change aligns with MSIN-4401 requirements for better event management functionality.
2026-07-13 13:15:01 -04:00
ee9d5943c9
Refactor fxAdminCanEditEveAccesKits function to utilize a global array for access control in kit management. Move the list of editors to inc_settings.php for better organization and maintainability. This change aligns with MSIN-4401 requirements for improved event management functionality.
2026-07-13 12:36:52 -04:00
f232a862ac
Refactor fxAdminCanEditEveAccesKits function for improved access control in kit management. Move the function definition to inc_functions.php to ensure it is available for super admin without loading the entire inc_fonctions_sl.php file. Update logic to validate user permissions based on session information, aligning with MSIN-4401 requirements for enhanced event management functionality.
2026-07-13 12:34:38 -04:00
0fcb7dc9f8
Add access control for kit management in event administration. Introduce the function fxAdminCanEditEveAccesKits to validate user permissions based on email or login. Update event access page to restrict modification actions and enhance UI feedback for non-editable states, aligning with MSIN-4401 requirements for improved event management functionality.
2026-07-13 12:31:22 -04:00
ccf895c8fb
Update UI components for improved accessibility and readability in event management. Add styling for access keys and codes, ensuring better visual distinction. Refactor HTML structure in the super admin panel for enhanced layout consistency. Increment version code to 4.72.786.
2026-07-13 12:25:36 -04:00
95aa7c9cf5
Add functionality to manage 'sections ouvertes' in event registration. Implement checks for the presence of the 'role_fiche_sections_open' column and update related functions to ensure sections are opened based on user roles. Enhance UI to reflect these changes in the registration management interface, aligning with MSIN-4401 requirements for improved event management functionality.
2026-07-13 12:19:05 -04:00
9ec4fd9ead
Implement multi-selection filter for race status in the registration management interface. Enhance UI with a mobile-friendly design for better user interaction. Update backend logic to handle selected statuses and ensure proper filtering in requests. This aligns with MSIN-4401 requirements for improved event management functionality.
2026-07-13 11:52:58 -04:00
dd33cb6873
Implement access control for dashboard viewing in promoteur hub. Introduce permission checks to restrict access based on user roles, enhancing security and user experience. Update event panel rendering logic to conditionally display features based on available permissions, aligning with MSIN-4401 requirements for improved event management functionality.
2026-07-13 11:43:54 -04:00
4de952967d
Refactor fxPromoteurHubGetEventLinks to enhance event access management by distinguishing between legacy and V2 permissions. Update documentation to clarify menu access based on user roles, ensuring a more intuitive experience for super admins and promoters. This aligns with MSIN-4401 requirements for improved event management functionality.
2026-07-13 11:41:25 -04:00
5b87d02d9e
Refactor event access management to support V2 features, updating permission checks and enhancing UI elements for better user experience. Remove legacy API keys and streamline access permissions in fxEveAcces functions. This aligns with MSIN-4401 requirements for improved event management functionality.
2026-07-13 11:36:30 -04:00
7d08e7ec7c
Refactor account management functionality to enhance password reset process. Exclude 'compte_reset' from session checks in compte.php to prevent conflicts with active sessions. Implement safe return link handling after logout in inc_fx_compte.php, ensuring users can navigate back to the reset page securely. Add user notifications for active sessions during password reset attempts, aligning with MSIN-4401 requirements for improved user experience.
2026-07-13 11:19:13 -04:00
4816bcf024
Enhance password reset functionality by updating the SQL query to clear the reset token upon successful password change. Introduce a new function to activate invite status for accounts after password creation, ensuring a smoother transition from invite to active status. Update localization keys for account status to improve user feedback. This aligns with MSIN-4401 requirements for enhanced event management functionality.
2026-07-13 10:41:35 -04:00
37dd64e4c4
Update localization keys for existing account messages in fxEveAccesPromoteurT function to simplify feedback for users. This change enhances clarity in user notifications regarding account status, aligning with ongoing improvements in event management functionality.
2026-07-13 10:19:03 -04:00
29af6c75cf
Enhance event access invitation form with AJAX email verification and improved feedback handling. Add new localization keys for account existence checks and update UI elements for better user experience. This aligns with MSIN-4401 requirements for streamlined event management functionality.
2026-07-13 10:16:12 -04:00
591d93d699
Implement event access invitation and revocation handling in compte.php, ensuring proper processing before HTML output to prevent blank pages. Update inc_tableau_eve_acces.php to reflect new error handling and success messaging. Enhance fxEveAccesPromoteurInvite function to handle mail sending failures gracefully. This aligns with MSIN-4401 requirements for improved event management functionality.
2026-07-13 10:11:19 -04:00
5cd00a1ff1
Enhance event access management for promoters by adding invitation and revocation functionalities. Update the UI to handle success and error messages, and improve session handling for actor identification. This aligns with MSIN-4401 requirements for a more robust event management experience.
2026-07-13 10:08:25 -04:00
fdf34afcd3
Refactor promoteur hub integration to support V2 features, including new dashboard links and menu updates. Remove legacy event access checks and streamline menu display for improved user experience. This aligns with MSIN-4401 requirements for a more cohesive event management interface.
2026-07-13 10:02:51 -04:00
c1d730ac98
Refactor hub promoteur access management to support V2 only, removing legacy event handling. Update related functions and documentation to reflect changes in event access permissions and menu integration. This aligns with MSIN-4401 requirements for improved event management.
2026-07-13 09:57:29 -04:00
5f73db0a59
MSIN-4401 Implement event access management features, including team invitation capabilities and menu integration
...
This commit introduces functions for managing event access, allowing promoters to invite team members and manage permissions. The `fxEveAccesCanTeamInvite` function is added to check if a user can invite others, and the UI is updated to include access management options in the navigation. Additionally, relevant includes are added to ensure the necessary functions are available. These changes enhance the event management experience for promoters.
2026-07-13 09:49:12 -04:00
54a7e1dae9
Add logo path function and enhance logo image creation for QR key chains
...
This commit introduces a new function to define the logo path for QR key chains and enhances the image creation process by adding functionality to load, resize, and center the logo within a specified size. If the logo file is missing, a fallback to a text drawing is implemented. These changes improve the visual presentation of QR codes with logos.
2026-07-11 18:53:02 -04:00
33706bb195
Implement global batch completion UI, enhance JavaScript handling, and increment version code to 4.72.784
...
This commit introduces a new user interface for displaying the completion status of global batch assignments, including success, warning, and error states. The CSS is updated to style the completion messages appropriately. Additionally, JavaScript functions are added to manage the display of these messages based on assignment results. Localization keys are also added for improved user feedback. The version code is incremented to 4.72.784 to reflect these changes.
2026-07-09 12:48:02 -04:00
9e8055bfee
Refactor global simulation view handling, enhance styles, and increment version code to 4.72.783
...
This commit refines the rendering of the global simulation view by introducing a new wrapper function for better structure and maintainability. The CSS is updated to improve the layout and appearance of the simulation toolbar and title. Additionally, JavaScript functions are added to manage the insertion and removal of global simulation views. The version code is incremented to 4.72.783 to reflect these changes.
2026-07-09 12:30:17 -04:00
4fefc8c053
Refactor global batch section handling in JavaScript, enhance CSS for collapsible sections, and increment version code to 4.72.782
...
This commit refines the JavaScript functions for managing global batch sections, improving the retrieval of section bodies and ensuring proper toggling functionality. The CSS is updated to support collapsible sections, allowing for better organization of content. Additionally, the version code is incremented to 4.72.782 to reflect these changes.
2026-07-09 12:23:11 -04:00
2aa398b1f0
Implement collapsible sections for global batch assignments, enhance styles, and increment version code to 4.72.781
...
This commit introduces collapsible sections for global batch assignments in the user interface, improving organization and user experience. The CSS is updated to style these sections, including headers and content areas, while the JavaScript is modified to handle the toggling functionality. Additionally, the version code is incremented to 4.72.781 to reflect these changes.
2026-07-09 12:20:08 -04:00
91ee36c121
Add batch global analysis, simulation, and creation functionalities; update styles and localization, increment version code to 4.72.780
...
This commit introduces new actions for batch global analysis, simulation, and creation without existing sequences. The JavaScript and PHP files are updated to handle these new functionalities, including validation and response handling. CSS styles are enhanced for better layout and user experience. Localization keys are added for improved clarity in user messages. The version code is incremented to 4.72.780 to reflect these changes.
2026-07-09 12:15:04 -04:00
dc55a855c3
Enhance anomaly block styles and functionality, increment version code to 4.72.779
...
This commit introduces new styles for the anomaly blocks, including collapsible sections and improved padding. The JavaScript is updated to handle click and keyboard events for toggling these sections, enhancing user interaction. The version code is incremented to 4.72.779 to reflect these changes.
2026-07-09 11:44:15 -04:00
1f96cce839
Update CSS styles for bib tool, enhance JavaScript tippy configuration, and increment version code to 4.72.778
...
This commit modifies the CSS to change overflow properties for menu items and adds new styles for help button text visibility. The JavaScript is updated to include z-index and appendTo properties for tippy tooltips, improving their display. The version code is incremented to 4.72.778 to reflect these changes.
2026-07-09 11:40:11 -04:00
8b5968e1da
Update styles for bib tool buttons and detail panel, increment version code to 4.72.777
...
This commit enhances the CSS for the bib tool buttons, improving hover and active states with new color and box-shadow effects. The detail panel styles are also updated for better visual consistency. The version code is incremented to 4.72.777 to reflect these changes.
2026-07-09 11:34:02 -04:00