7644 Commits

Author SHA1 Message Date
Grahame Grieve
185ae85425 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-06-01 05:38:34 +10:00
Grahame Grieve
f17775a9b2
Merge pull request #1644 from hapifhir/do-20240531-fix-18n-single-quote-escape
Fix for single quote escapes in I18n
2024-06-01 05:38:16 +10:00
dotasek
684ec915fc Test and fix for single quote escapes in I18n 2024-05-31 10:18:20 -04:00
Grahame Grieve
df711c0762 try again 2024-05-31 09:59:00 +10:00
Grahame Grieve
3dfbba0ec9 proposed control over vital signs check 2024-05-31 06:43:24 +10:00
dotasek
a2cf7897f0 Log session cache size 2024-05-30 14:48:03 -04:00
dotasek
6d696d456a WIP on do-20240122-base-engine 2024-05-30 14:47:06 -04:00
dotasek
22ccbbfdfb Merge remote-tracking branch 'origin/master' into do-20240122-base-engine 2024-05-30 13:37:04 -04:00
dotasek
40cccaad5b Make baseEngines concurrent, just in case 2024-05-30 13:36:59 -04:00
Grahame Grieve
ad31f71388 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-05-30 22:59:57 +10:00
Grahame Grieve
65cf9f21af more fixing po format 2024-05-30 20:26:01 +10:00
markiantorno
5486ad19ef Updating i18n-coverage csv and png table ***NO_CI*** 2024-05-30 07:28:27 +00:00
Grahame Grieve
80159656c0 more language updates 2024-05-30 17:07:05 +10:00
Lloyd McKenzie
fffd4e6303 Merge changes 2024-05-29 21:32:13 -06:00
Lloyd McKenzie
7992610ccd Corrections to profile conversion, added test case 2024-05-29 16:55:30 -06:00
Lloyd McKenzie
f808aaf558 Fixed rendering of actor-specific obligations, added elementIds to obligation narrative rendering 2024-05-29 12:09:00 -06:00
Alexander Henket
db5cda86a1 First proof read using poedit 2024-05-29 12:37:38 -05:00
Alexander Henket
2336ddd708 Intermediary commit with everything translated, not checked 2024-05-29 12:15:35 -05:00
Grahame Grieve
a45aa4c84d fix typo 2024-05-29 10:04:01 +10:00
Grahame Grieve
314cbd72e1 add missed file 2024-05-29 10:03:45 +10:00
Grahame Grieve
e329fe97c1 another transifex configuration attempt 2024-05-29 10:02:40 +10:00
Grahame Grieve
5de1199254 more transifex 2024-05-29 09:28:38 +10:00
Grahame Grieve
05f43204d7 more transifex work 2024-05-29 09:27:45 +10:00
Grahame Grieve
9311643787 update transifex configuration 2024-05-29 09:24:45 +10:00
dotasek
596d5b5597 Add sanity check for locale changes 2024-05-28 17:22:55 -04:00
dotasek
2e7694a91a Remove FIXME 2024-05-28 16:21:05 -04:00
Alexander Henket
55f2770d35 Intermediary commit 2024-05-28 04:29:46 -05:00
Alexander Henket
ca7a4bba76 Merge branch 'master' of https://github.com/ahenket/org.hl7.fhir.core 2024-05-28 11:10:50 +02:00
Alexander Henket
0bc22130af Intermediary commit 2024-05-28 03:48:33 -05:00
Grahame Grieve
4451129a0b PO updates - again 2024-05-28 18:45:08 +10:00
Alexander Henket
6c65fffbed Intermediary commit 2024-05-28 02:55:52 -05:00
Grahame Grieve
0f1af00d51 fix typos 2024-05-28 13:49:37 +10:00
Grahame Grieve
78bef70717 more transifex 2024-05-28 12:03:28 +10:00
Grahame Grieve
f982255aaa try again with transifex 2024-05-28 12:01:52 +10:00
dotasek
b534ded480 Merge branch 'master' into do-20240122-base-engine 2024-05-27 15:30:14 -04:00
Grahame Grieve
f1eeb9640b typo 2024-05-27 23:56:06 +10:00
Grahame Grieve
ae250c4053 fix npe validating code system 2024-05-27 23:55:58 +10:00
Grahame Grieve
1087016941 fix npe rendering code system 2024-05-27 23:55:22 +10:00
Grahame Grieve
d279468008 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-05-27 23:00:42 +10:00
Grahame Grieve
c4090867ca Try transifex specific files 2024-05-27 23:00:34 +10:00
Grahame Grieve
b766cffdb1 v2 tests, support discriminator by position, and don't check type characteristics for unknown types 2024-05-26 07:56:16 -05:00
Lloyd McKenzie
a390c9a128 Corrected ObligationsRenderer to handle multiple actors and multiple codes. Also got obligations with elements to render properly (which means knowing whether you're on a table page or definitions page, what tab you're on, and whether the element for the obligation is in-scope for that tab (so you know whether to hyperlink or not). Had to make links on the tables point to definitions because table anchors are not unique. 2024-05-26 06:37:12 -05:00
markiantorno
a32e28e4e3 Updating version to: 6.3.11-SNAPSHOT and incrementing test cases dependency. 2024-05-25 23:37:56 +00:00
markiantorno
d8781b8b76 Release: v6.3.10
## Validator Changes

* Fix issue validating codes with + in them
* Fix (well, hack) R4 vital signs issue with component units

## WHO I18n Project

* QA on i18n constants - remove spurious entries, add anything missing
* Remove test case for i18n coverage
* Generate properties translation files without blank entries
* Add transifex configuration
* Fix up .po file generation so that POEdit is supported, and remove duplicate constants (#1592)
* Most strings translated to Dutch, unchecked.
* Add utility to infer locale from region code

## Other code changes

* Remove Accept-Charset header
* Fix typos around CODESYSTEM_CONTENT_COMPLETE
***NO_CI***
6.3.10
2024-05-25 22:53:24 +00:00
Grahame Grieve
ff88c4a91f release 2024-05-25 17:08:19 -05:00
Grahame Grieve
68082e1e01
Merge pull request #1635 from hapifhir/2024-05-gg-vital-signs
2024 05 gg vital signs
2024-05-25 16:58:03 -05:00
Grahame Grieve
a8ba174383 update cache 2024-05-25 15:12:18 -05:00
Grahame Grieve
b302f1319b remove test case for i18n coverage 2024-05-25 15:11:58 -05:00
Grahame Grieve
fd54cee65b fix issue validating codes with + in them 2024-05-25 15:11:40 -05:00
Grahame Grieve
56b0ad11f3 Fix R4 vital signs issue with component units 2024-05-25 15:11:27 -05:00