569 Commits

Author SHA1 Message Date
Grahame Grieve
cb3178ec14 add document date test 2020-03-13 12:58:13 +11:00
Grahame Grieve
1757e27caf check version before checking cache if no version specified when loading a package 2020-03-13 12:57:24 +11:00
Grahame Grieve
9c2473e527 readd document date test 2020-03-13 12:55:17 +11:00
patrick-werner
86711ac16f readding all the i18n work 2020-03-12 23:26:05 +01:00
patrick-werner
34c63d0555 Merge remote-tracking branch 'origin/master' into i18n
# Conflicts:
#	org.hl7.fhir.validation/src/main/resources/Messages_de.properties
2020-03-12 08:07:00 +01:00
patrick-werner
c7b8767a4c renamed Message_de properties 2020-03-11 01:09:05 +01:00
patrick-werner
fdb07ba097 added german translation 2020-03-10 23:16:08 +01:00
patrick-werner
162341b97a processed new JsonParser errors 2020-03-10 18:36:35 +01:00
patrick-werner
f5a7961ef7 Merge remote-tracking branch 'origin/master' into i18n 2020-03-10 18:18:21 +01:00
patrick-werner
108efaaf92 finished i18N processing 2020-03-10 18:07:14 +01:00
patrick-werner
14a0f7d687 added i18N handling to JsonParser, TurtleParser, XMLParser 2020-03-10 15:48:43 +01:00
patrick-werner
9443b1c1c3 added i18N handling to JsonParser 2020-03-10 14:32:46 +01:00
patrick-werner
c8187bc8f2 added i18N handling to all ParserBase
FIXED "'" escaping in properties
2020-03-10 14:19:19 +01:00
Grahame Grieve
130cc3892c remove dead code 2020-03-10 17:57:31 +11:00
Grahame Grieve
d77b687d95 fix bug in testing for validation cases 2020-03-10 06:47:55 +11:00
patrick-werner
41e9b0e9fa Merge remote-tracking branch 'origin/master' into i18n 2020-03-09 14:12:04 +01:00
Grahame Grieve
e14ff0eefe Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-03-06 12:31:01 +11:00
Grahame Grieve
dcb3e1f7f0 improve documentation 2020-03-06 12:30:41 +11:00
Grahame Grieve
a680074406
Merge pull request #150 from hapifhir/improveFileIgnores
improved recursive if scanning ignores
2020-03-06 12:26:03 +11:00
patrick-werner
7858ba9717 removed unnecessary check 2020-03-05 22:19:19 +01:00
patrick-werner
bb11af20fd improved recursive if scanning ignores 2020-03-05 22:16:35 +01:00
patrick-werner
277d22fad6 fixed missed replaces 2020-03-05 19:03:17 +01:00
patrick-werner
306efd21ac i18n: moved i18N message handling to BaseWorkerContext 2020-03-05 18:49:25 +01:00
patrick-werner
253570a7d8 i18n: slicingHint finished 2020-03-05 16:10:49 +01:00
patrick-werner
2f596be5b0 i18n: slicingHint 2020-03-05 15:52:37 +01:00
patrick-werner
54bcac00ed moved i18StringConstants class -> fhir.utilities
Extracted error messages of ProfileUtilities
2020-03-05 15:03:03 +01:00
Grahame Grieve
d8262c056c Release new version 4.2.6 2020-03-05 16:54:07 +11:00
Grahame Grieve
071a3dd927 Properly process invariants that have a source in the validator 2020-03-05 16:47:28 +11:00
Grahame Grieve
5d971f35e9 Release new version 4.2.5 2020-03-03 21:30:01 +11:00
Grahame Grieve
65fd77ed76 Fix version issue in validation engine + handle loading latest version of a package 2020-03-03 21:27:37 +11:00
Grahame Grieve
c923cba4e2
Merge pull request #146 from hapifhir/ja_20200302_use_validationoptions
Use ValidationOptions instead of TerminologyServiceOptions
2020-03-03 08:41:15 +11:00
Grahame Grieve
ca240e4659 fix for $145 -proxy Flag treated as File to validate 2020-03-03 08:37:36 +11:00
Grahame Grieve
09e3816d37 make ProfileUtilities methods not static 2020-03-03 07:41:34 +11:00
Grahame Grieve
f1d81dde81 fix version extension package issue 2020-03-03 07:40:37 +11:00
jamesagnew
109dea9a02 Use ValidationOptions instead of TerminologyServiceOptions 2020-03-02 06:18:00 -05:00
patrick-werner
08447d040e escaped needed single quotes 2020-03-02 00:07:52 +01:00
patrick-werner
1fd35f8423 removed escape chars 2020-03-02 00:00:56 +01:00
Grahame Grieve
65f65b461a
Merge pull request #143 from hapifhir/i18n
I18n
2020-03-02 09:27:02 +11:00
Grahame Grieve
bc9ad8d608 fix failing tests 2020-03-02 09:00:57 +11:00
patrick-werner
b626f5867b always check for contained key 2020-03-01 22:51:57 +01:00
patrick-werner
ca6d92c390 deleted unnecessary imports 2020-03-01 22:47:41 +01:00
patrick-werner
822b50b8d7 replaced Exception controll flow 2020-03-01 22:44:28 +01:00
patrick-werner
594d77985d extracted Throwable messages 2020-03-01 22:37:34 +01:00
patrick-werner
ba5eea6774 fixed MessageFormat.format for messages without arguments
removed duplicage entry from property file
2020-03-01 22:22:52 +01:00
patrick-werner
446c9462a0 String Constant and properties ordered A->Z 2020-03-01 21:57:57 +01:00
patrick-werner
02ff8c5ddf extracted: bpCheck|warningOrError|suppressedwarning 2020-03-01 20:54:09 +01:00
patrick-werner
013dddf2b6 Revert "extracted: bpCheck|warningOrError|suppressedwarning|*Exception|Error"
This reverts commit ef65d094
2020-03-01 20:34:26 +01:00
patrick-werner
ef65d09497 extracted: bpCheck|warningOrError|suppressedwarning|*Exception|Error 2020-03-01 20:28:53 +01:00
patrick-werner
3291aaf03a manually fixed duplicated rule entry message 2020-03-01 18:30:42 +01:00
patrick-werner
8b329d283b almost ready to merge
replaced all property keys, added String Constant Class
2020-03-01 18:04:08 +01:00