Mercurial > hg > orthanc
log OrthancExplorer/query-retrieve.js @ 3839:5bba4d249422 transcoding
age | author | description |
---|---|---|
Thu, 26 Mar 2020 07:19:30 +0100 | Sebastien Jodogne | remove universal wildcard on StudyDate in OrthancExplorer |
Tue, 14 May 2019 13:47:35 +0200 | Benjamin Golinvaux | Fixed CRLF to LF in various files (found through grepping the source tree) |
Mon, 25 Feb 2019 19:57:33 +0100 | bgo-osimis | Fixed the previous commit newlines |
Mon, 25 Feb 2019 14:57:27 +0100 | bgo-osimis | Changed field default values from '*' to '' (empty string) in the Query/Retrieve query construction |
Thu, 10 Jan 2019 10:51:36 +0100 | Alain Mazy | back to using 'var' instead of 'let' since let is not supported by many old browsers. All variables declaration have been moved to the top of the function to better show that their scope is the function |
Wed, 26 Dec 2018 16:58:21 +0100 | am | upgraded jquery, jquery-mobile, jquery-file-upload. Everything seems to be working as before. Theme has changed ! update-jquery |
Mon, 17 Dec 2018 10:22:51 +0100 | Sebastien Jodogne | replaced 'var' by 'let' in Orthanc Explorer's JavaScript |