Commit Graph

12 Commits

Author SHA1 Message Date
Torsten Brendgen
d97dbf45aa feat: update version to 2.1.2 and enhance ExpiryIndicator functionality with new binding handling 2026-07-18 23:48:40 +02:00
Torsten Brendgen
69a96b90c5 feat: update version to 2.1.1 and enhance property normalization in ExpiryIndicator functionality 2026-07-18 21:33:05 +02:00
Torsten Brendgen
2a642766d1 feat: enable registration of new bindings via PortalSettings popup without PowerShell and update ClassicScriptUrl path 2026-07-18 21:02:33 +02:00
Torsten Brendgen
0b8b752837 feat: update to version 2.1.0 with central site collection configuration and inheritance support 2026-07-18 20:42:00 +02:00
Torsten Brendgen
0d6da3451d chore: update version to 2.0.1 and enhance Classic functionality with dynamic field discovery 2026-07-18 20:02:49 +02:00
Torsten Brendgen
0d6768e24c feat: add ExpiryIndicatorClassic functionality with configuration and rendering
- Implemented ExpiryIndicatorClassic.js for managing expiry dates in SharePoint lists.
- Created classic-elements.xml to define the module for ExpiryIndicator assets.
- Added upgrade-actions-v2.xml to apply the new element manifests.
- Introduced ExpiryModels.test.ts for unit testing the expiry configuration and rules validation.
2026-07-18 19:52:50 +02:00
Torsten Brendgen
b2337e9548 Füge Application Customizer für ExpiryIndicator hinzu; aktualisiere Versionsnummern auf 1.0.10 in package.json, package-solution.json, ExpiryIndicatorFieldCustomizer.manifest.json und ExpiryIndicatorCommandSet.manifest.json; verbessere die Konfiguration und Benutzeroberfläche in README.md und ToDo.md. 2026-07-17 21:59:34 +02:00
Torsten Brendgen
5e2086a1d8 Aktualisiere Versionsnummern auf 1.0.3 in package.json, package-solution.json, Manifestdateien und verbessere README.md mit neuen Registrierungsanweisungen; entferne Test-ExpiryIndicatorRegistration.ps1. 2026-07-17 00:01:56 +02:00
Torsten Brendgen
f574a749d1 Ändere den Standort des CommandSets in Enable-ExpiryIndicator.ps1 auf 'ClientSideExtension.ListViewCommandSet.CommandBar' und passe Test-ExpiryIndicatorRegistration.ps1 an, um die neue Location zu berücksichtigen. 2026-07-16 23:45:59 +02:00
Torsten Brendgen
7f893ea506 Ändere den Standort des CommandSet in Enable-ExpiryIndicator.ps1 auf 'CommandUI.Ribbon' und passe die Test-ExpiryIndicatorRegistration.ps1 an, um auch diese Änderungen zu berücksichtigen. 2026-07-16 23:43:28 +02:00
Torsten Brendgen
c450a5ed61 Aktualisiere die README.md mit Anweisungen zur Registrierung des Field Customizers und Command Sets; füge neue Parameter für Command Set IDs in Enable- und Disable-ExpiryIndicator.ps1 hinzu; erstelle Test-ExpiryIndicatorRegistration.ps1 zur Überprüfung der Registrierung. 2026-07-16 23:37:23 +02:00
Torsten Brendgen
c1f1d02d9c Add Expiry Indicator functionality with configuration and command set
- Implemented ExpiryItemService to manage expiry date logic for list items.
- Created ExpiryModels to define types and structures for expiry configurations and rules.
- Added RestError utility for handling API response errors.
- Developed ExpiryIndicatorFieldCustomizer to display expiry information in list views.
- Introduced ExpiryIndicatorCommandSet for extending expiry dates and managing settings.
- Added settings dialog for configuring expiry settings.
- Implemented localization support for English and German languages.
- Added TypeScript configuration files for project setup.
- Included TSLint configuration for code quality enforcement.
2026-07-16 21:55:30 +02:00