• Joined on 2026-05-12
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-24 15:45:16 -04:00
a1b6fa8911 Refactor fxImportResultatsComIdForEve to use org_id instead of com_id for event sharing templates in MSIN-4482. Update SQL queries and comments for clarity. Ensure compatibility with legacy data structures. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-24 15:39:54 -04:00
1ca75a4ed4 Implement UI enhancements for participant import without transaction in MSIN-4482. Add new styles for import dropzone and integrate import functionality into event management panel. Update navigation for improved access to import features. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-24 15:27:59 -04:00
db7b2e9f46 Add new project rules for MSIN-4482 — Implement import and quick entry for ChronoTrack without online registration. Document decisions, phases, and scope for development clarity. Increment version code.
b67fdaee78 Remove obsolete inbox telephone rules file from project directory, streamlining the codebase and eliminating unnecessary documentation. Increment version code.
Compare 2 commits »
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-24 13:33:12 -04:00
fd250996b2 Update .gitignore to include new entry for local inbox directory used for briefs, ensuring that non-code files are excluded from version control. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-24 13:06:10 -04:00
797223e976 MSIN-4479 — Update alert messages in bib-assignments.js and inc_fx_promoteur.php to use new dataset keys for error handling. Ensure count function handles null results correctly to prevent JSON pollution. Increment version code to 4.72.869.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 16:02:56 -04:00
5961b40349 Refactor login.php to streamline session handling by moving the require statements for inc_functions.php and inc_fx_messages.php above the session check. This change improves code organization and clarity. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 15:47:14 -04:00
447dc5a7dc MSIN-4478 — Update role delegation logic to prevent total kits from being delegable. Adjust comments and UI messaging to clarify restrictions on promoter invitations. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 15:23:05 -04:00
5406e7e3db MSIN-4478 — Add functionality for managing pending invites and account activation for promoteur access. Implement methods to refresh reset tokens, revoke other roles, and deactivate orphan invite stubs. Update invitation handling to support reactivation of previously deactivated accounts. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 12:55:48 -04:00
685a1fd4f3 MSIN-4469 — Enhance fxBibProductionXmlSetFormula function to support cached values for Excel output, preventing empty totals in Excel/LibreOffice until recalculation occurs. Update fxBibProductionBuildOrderXml to utilize this new functionality for improved total calculations. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 12:50:51 -04:00
f93f6d14ff MSIN-4469 — Refactor fxBibProductionBuildOrderXml function to improve handling of Excel row counts and remove unnecessary empty rows. Update logic for shifting rows and add validation for printer lines in the output. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 12:36:28 -04:00
d15a68285c MSIN-4469 — Update fxBibProductionBuildSupplierXml function to clarify header cell styles for printed bibs. Modify Excel template to reflect new styling conventions for improved clarity in output. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 11:47:39 -04:00
f3233eb19b Implement fxNormalizeCmsPageLinks function to correct internal CMS links in HTML content. Update index.php to utilize this new function for processing page text, enhancing link handling for various content types. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 11:18:52 -04:00
a763a7b230 Update version code to 4.72.868 and date code to 2026-07-23 for production release. Adjust comments to reflect changes related to cache-busting for CSS/JS loader.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 10:09:29 -04:00
f76fb95fcd CON-333 — Refine static database synchronization logic to ensure that the display of differing content is contingent on the presence of actual differences. Update conditional checks to enhance clarity in the output when differences exist. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 09:28:17 -04:00
5b6faf93f9 CON-333 — Add functionality to remove excess "poubelle" entries from the info table during synchronization. Introduce a new action for users to trigger this process, ensuring that only unnecessary entries are deleted while preserving valid labels. Update user interface messaging to clarify the operation and its implications. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 09:24:30 -04:00
88a8010a18 CON-333 — Enhance static synchronization process by adding functionality to automatically remove excess entries during synchronization. Update user messaging to clarify that excess entries will be removed when possible, while ensuring no deletions occur. Revise documentation to reflect these changes in the workflow. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 09:16:21 -04:00
5ceeec7fdd CON-333 — Update documentation and workflow for database promotion processes, emphasizing the restriction of SQL execution to dev preprod environments only. Enhance clarity on deployment steps and introduce guidelines for removing excess roles and permissions during synchronization. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 09:00:07 -04:00
9697b37263 CON-333 — Update role permissions synchronization to use role_code instead of role_id for improved portability across databases. Introduce new functions for handling role permissions and enhance existing synchronization logic to support non-destructive updates. Update user interface to include a new "apply_all" action for comprehensive synchronization without deletions. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-23 08:53:52 -04:00
18b667d24b CON-333 — Implement soft synchronization for static tables, allowing for insertion of missing rows and updates to existing records without deletion. Introduce new functions for handling insert columns and info row checks. Update dashboard to reflect non-destructive actions and improve user messaging for clarity. Increment version code.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-22 21:57:24 -04:00
c154196090 MSIN-4328 — Increase AJAX timeout for preview synchronization in the ChronoTrack admin interface to improve user experience during long operations. Enhance error messaging for better clarity on network issues and session handling. Update participant classification function to allow optional payload building. Increment version code.