aboutsummaryrefslogtreecommitdiff
path: root/lib/models/SimpleORMap.class.php
AgeCommit message (Expand)Author
2025-04-01prevent php8 warnings, fixes #5441Jan-Hendrik Willms
2025-03-27use only the raw data of a sorm object when using setData on another object, ...Jan-Hendrik Willms
2025-01-31fix sorm default string values for mariadb >= 10.2.7, fixes #4462Jan-Hendrik Willms
2024-11-21allow sorm to use other variants of I18NString, fixes #4891Jan-Hendrik Willms
2024-11-13load translations before comparing i18n field contents in SimpleORMap::isFiel...Jan-Hendrik Willms
2024-10-29allow sorm relations to be explicitely ordered in php on the collection and u...Jan-Hendrik Willms
2024-10-28PHP8 TypeError for additional_fields set in SORMRami Jasim
2024-10-18ensure schemes array is always an array, fixes #4134Jan-Hendrik Willms
2024-09-19sorm only return new ids for md5 hashes, fixes #4586Jan-Hendrik Willms
2024-06-04fixes #4233Jan-Hendrik Willms
2024-05-13update doc-block, fixes #4130David Siegfried
2024-05-06fixes #4100Jan-Hendrik Willms
2024-04-10use static instead of get_called_class(), fixes #3976Jan-Hendrik Willms
2024-03-25Resolve #3876 "SORM: Mehrere Aliase auf die gleiche Spalte sind nicht möglich"André Noack
2024-01-03fixes #3204Jan-Hendrik Willms
2023-11-01mark cloned objects as new, fixes #3398Elmar Ludwig
2023-08-08Resolve "System-Ankündigung: Weitere Bereiche auffindbar, werden aber nicht ...Rasmus Fuhse
2023-04-07improve SORM docblocks, fixes #2514Jan-Hendrik Willms
2023-03-22allow i18n fields in SORM to be configured as a list, fixes #2366Jan-Hendrik Willms
2023-03-10return type adjustments, fixes #2290Jan-Hendrik Willms
2023-02-17clone records before fetching into them so that the after_initialize will alw...Jan-Hendrik Willms
2023-01-26Revert "adjust sorm methods to count/return only distinct values, re #1885"Jan-Hendrik Willms
2023-01-26adjust sorm methods to count/return only distinct values, fixes #1885Jan-Hendrik Willms
2023-01-13reorder code to ensure a correct order of callback execution, re #1990Jan-Hendrik Willms
2023-01-12change execution order to ensure the id for storing i18n contents is valid, f...Jan-Hendrik Willms
2022-09-28fix for BIESt #1118Moritz Strohm
2022-09-28fix for BIESt #1110Moritz Strohm
2022-09-28fix for BIESt #1016Moritz Strohm
2022-09-17remove SORM config from object instances, re #1473Elmar Ludwig
2022-09-16Resolve #1588 "datafields collection an SORM Objekte ist immer leer"André Noack
2022-07-11fix errors of type 'Unsafe usage of new static', fixes #1245Jan-Hendrik Willms
2022-07-06fixes 'Method/function should return XY but return statement is missing', fix...Jan-Hendrik Willms
2022-07-04closes #1266André Noack
2022-07-04fix for BIESt #1078Moritz Strohm
2022-05-27fix for BIESt #971Moritz Strohm
2022-05-27fix for BIESt #1077Moritz Strohm
2022-05-04fix for BIESt #957Moritz Strohm
2022-04-20Resolve #878 SORM-Konstruktor kann keinen unvollständigen PK setzenAndré Noack
2022-01-19Korrektur und Verbesserung aller API-Dokumentationskommentare in SORM-bezogen...Marcus Eibrink-Lunzenauer
2022-01-18Revert "throw exceptions when i18nstring is used with a composite primary key...Jan-Hendrik Willms
2022-01-18throw exceptions when i18nstring is used with a composite primary key, fixes ...Jan-Hendrik Willms
2021-11-08replace all mb_* calls with their non multibyte version, fixes #398Jan-Hendrik Willms
2021-07-22current code from svn, revision 62608Jan-Hendrik Willms