|
|
22e8e7c486
|
Hotfix: hub et dossards affichent Plus disponible quand epr_qte=0 (plus de faux infinity illimite).
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-25 22:13:02 -04:00 |
|
|
|
a62cca6e45
|
Enhance product display functionality by adding 'pro_date_limite' to the product selection query and updating the rendering logic to include the sale end date. Adjust comments to reflect these changes and improve clarity on the product display section. Increment version code.
|
2026-07-25 16:46:14 -04:00 |
|
|
|
83dc15ec9f
|
Enhance workflow documentation by adding cost-benefit approach guidelines in both entreprise and projet rules. Update comments in dossard print functions for clarity on PDF formatting and printing specifications. Refine layout instructions in dossard layout file for improved user understanding. Increment version code.
|
2026-07-25 10:38:03 -04:00 |
|
|
|
3320a26ada
|
Add layout management functions for dossard PDF generation. Implement features for loading, saving, and normalizing layouts with support for dynamic box configurations. Enhance field catalog for extensibility and improve comments for clarity. Increment version code.
|
2026-07-25 10:22:43 -04:00 |
|
|
|
f0e0feeeb9
|
Update dossard PDF layout to refine positioning of number and name boxes. Adjust percentage values for better alignment and centering, enhancing overall layout clarity. Improve comments for better understanding of layout adjustments. Increment version code.
|
2026-07-25 10:13:15 -04:00 |
|
|
|
762b31083e
|
Refactor dossard PDF layout to implement independent boxes for number and name, enhancing text centering and positioning. Update layout calculations for improved alignment and dynamic font sizing based on available space. Enhance comments for clarity. Increment version code.
|
2026-07-25 10:08:52 -04:00 |
|
|
|
358673cada
|
Refactor dossard PDF layout to improve background calibration and text positioning. Adjust margins and dimensions for the printable zone, ensuring better alignment of the number and name. Update comments for clarity and implement dynamic font sizing based on ascent height. Increment version code.
|
2026-07-25 10:02:50 -04:00 |
|
|
|
eed49c4745
|
Refactor dossard PDF layout to improve text positioning and sizing. Adjust margins and dimensions for the printable zone, ensuring better alignment of the number and name. Update comments for clarity and implement dynamic font sizing based on glyph height. Increment version code.
|
2026-07-25 09:59:44 -04:00 |
|
|
|
8eb0c644f3
|
Refactor dossard PDF layout to enhance text positioning and font sizing. Update layout calculations for the printable zone and adjust name placement under the number. Improve comments for clarity and ensure dynamic font sizing accommodates both width and height constraints. Increment version code.
|
2026-07-25 09:57:14 -04:00 |
|
|
|
6f7d8c5ef8
|
Refactor dossard PDF layout to improve text alignment and font sizing. Adjust name positioning to align left under the number and implement dynamic font sizing for the number based on available space. Enhance comments for better clarity. Increment version code.
|
2026-07-25 09:54:07 -04:00 |
|
|
|
ed992d2903
|
Update dossard layout to center large number and adjust name positioning. Modify QR code placement and enhance comments for clarity. Increment version code.
|
2026-07-25 09:51:50 -04:00 |
|
|
|
aee3467918
|
Refactor dossard PDF generation to standardize layout for 1 participant. Update page size to 8.5x5.5" and adjust positioning of text and QR code. Enhance template resolution logic and improve comments for clarity. Increment version code.
|
2026-07-24 20:09:56 -04:00 |
|
|
|
087ef47e15
|
Refactor dossard layout and background placement for PDF generation. Update dimensions to fit 5.5x8.5" bibs on Letter-sized pages, ensuring proper centering and scaling of background images. Adjust QR code and text positioning to align with new layout parameters. Increment version code.
|
2026-07-24 19:36:09 -04:00 |
|
|
|
aabb419e7d
|
Add default and custom dossard templates in JPG format. Update image path resolution to include PNG options and enhance image type detection for PDF generation. Increment version code.
|
2026-07-24 19:33:05 -04:00 |
|
|
|
3a7c1f4bb7
|
Replace default PNG templates with JPG versions and add support for image type detection in PDF generation. Update template resolution logic to include new image formats. Increment version code.
|
2026-07-24 19:29:49 -04:00 |
|
|
|
36eb81d8e8
|
Enhance permission sorting in fxEveAccesShowCompteForm to prioritize 'hors kit total' entries and improve display of action permissions. Adjust select element width for better UI presentation. Increment version code.
|
2026-07-24 19:27:12 -04:00 |
|
|
|
d4ab2e2dc7
|
Refactor permission checks in fxEveAccesHasPermission and fxEveAccesHasAnyPermission functions to enhance logic for 'perm_grants_all' propagation. Update comments for clarity regarding key propagation rules. Increment version code.
|
2026-07-24 19:23:34 -04:00 |
|
|
|
8cd023e224
|
Add functionality to print bibs in PDF format for event management. Introduce new translation keys and implement print button logic in the event details view. Increment version code.
|
2026-07-24 19:17:30 -04:00 |
|
|
|
8788f22a81
|
Add functions to handle 'perm_grants_all' column and update permission checks for event kits. Refactor related logic to respect new permission propagation rules. Increment version code.
|
2026-07-24 19:10:19 -04:00 |
|
|
|
fd7930b139
|
Update SQL for 'Sans inscription en ligne' event type to include icon and ensure correct updates. Add logic to set icon if missing and adjust event attachment query for flexibility. Increment version code.
|
2026-07-24 17:57:08 -04:00 |
|
|
|
a68f54be80
|
Refactor fxImportResultatsSaveQuestionAnswer to ensure que_actif is set correctly during question updates and insertions. Simplify SQL logic for handling pec_id and improve error handling for database queries in fxInscrGestionFetchFicheProfile. Increment version code.
|
2026-07-24 17:53:03 -04:00 |
|
|
|
038bd7bd26
|
Implement fxImportResultatsEnsureQuestionsVisibleFiche function to activate questions during import for MSIN-4482. Update SQL queries to manage visibility of questions based on event type and ensure correct filtering of pec_id. Adjust logic in fxInscrGestionFetchFicheProfile to accommodate non-online registration scenarios. Increment version code.
|
2026-07-24 17:49:14 -04:00 |
|
|
|
69a97c0044
|
Enhance import functionality for events without online registration in MSIN-4482. Introduce new SQL queries and functions to manage event types and guard against invalid imports. Update AJAX handling to enforce type restrictions and improve user feedback in the event panel. Increment version code.
|
2026-07-24 17:45:47 -04:00 |
|
|
|
26a470fe1e
|
Refactor fxImportResultatsCommit to improve handling of pec_id and pec_id_original during imports for MSIN-4482. Update SQL queries to ensure pec_actif is set correctly and prevent collisions with unique constraints. Enhance logic for updating participant records based on active status and original IDs. Increment version code.
|
2026-07-24 17:31:48 -04:00 |
|
|
|
80c791c7e1
|
Enhance fxImportResultatsCommit and fxImportResultatsReset functions for MSIN-4482 by updating SQL queries to ensure correct handling of pec_id_original and pec_actif flags during imports. Refactor participant deletion logic to improve performance using subqueries. Add diagnostic SQL for verifying import integrity. Increment version code.
|
2026-07-24 17:20:19 -04:00 |
|
|
|
05ce600e09
|
Refactor fxImportResultatsResetPreview to improve SQL query readability and performance by storing the escaped origin in a variable. Add diagnostic SQL query to count visible participants in the list based on active PEC status. Enhance the event panel UI to display database status with refresh functionality. Increment version code.
|
2026-07-24 17:06:46 -04:00 |
|
|
|
c6477f7757
|
Enhance result import functionality for MSIN-4482 by adding reset and preview capabilities. Implement fxImportResultatsResetPreview to count potential deletions and fxImportResultatsReset to remove imported data based on confirmation. Update AJAX handling in ajax_import_resultats.php to support these new actions. Ensure pec_actif is set to 1 for active entries in the import process. Increment version code.
|
2026-07-24 17:02:55 -04:00 |
|
|
|
8498af24f9
|
Implement fxImportResultatsGroupBlockedByType function to categorize and handle blocked import rows in fxImportResultats for MSIN-4482. Enhance error reporting by adding detailed messages for header rows, missing unique identifiers, unmapped races, and database update failures. Update the commit function to utilize the new error handling structure. Increment version code.
|
2026-07-24 16:26:45 -04:00 |
|
|
|
171a48a411
|
Add temporary unique ID generation for pec_id_original and par_id_original in fxImportResultats for MSIN-4482. Implement fxImportResultatsTempOriginalId function to ensure non-zero unique values during insertion. Update SQL queries to utilize generated IDs. Increment version code.
|
2026-07-24 16:22:28 -04:00 |
|
|
|
d63c92e36a
|
Implement header row filtering and unique identifier generation in fxImportResultats for MSIN-4482. Add functions to detect header-like rows and create unique panier/commande identifiers. Enhance error handling during database operations. Increment version code.
|
2026-07-24 16:19:54 -04:00 |
|
|
|
8929236e85
|
Enhance participant import functionality in MSIN-4482 by updating the import phases and adding new fields for emergency contact details. Implement commit action in AJAX handling for result mapping validation. Increment version code.
|
2026-07-24 16:16:00 -04:00 |
|
|
|
84e65340b6
|
Enhance fxImportResultatsRenderEventPanel and ajax_import_resultats.php for improved AJAX handling in MSIN-4482. Update AJAX URL construction to include domain, add error handling for JSON parsing, and ensure panel visibility. Implement output buffering to prevent HTML pollution in JSON responses. Increment version code.
|
2026-07-24 16:09:37 -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.
|
2026-07-24 15:44:25 -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.
|
2026-07-24 15:39:50 -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.
|
2026-07-24 15:27:50 -04:00 |
|
|
|
b67fdaee78
|
Remove obsolete inbox telephone rules file from project directory, streamlining the codebase and eliminating unnecessary documentation. Increment version code.
|
2026-07-24 15:27:25 -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.
|
2026-07-24 13:33:03 -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.
|
2026-07-24 13:05: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.
|
2026-07-23 16:02:51 -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.
|
2026-07-23 15:47:11 -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.
|
2026-07-23 15:22:57 -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.
|
2026-07-23 12:55:42 -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.
|
2026-07-23 12:50:47 -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.
|
2026-07-23 12:36:15 -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.
|
2026-07-23 11:47:36 -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.
|
2026-07-23 11:18:45 -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.
|
2026-07-23 10:09:23 -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.
|
2026-07-23 09:28:14 -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.
|
2026-07-23 09:24:27 -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.
|
2026-07-23 09:16:19 -04:00 |
|