log

age author description
Fri, 02 Apr 2021 13:50:56 +0200 Sebastien Jodogne Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before)
Wed, 31 Mar 2021 14:35:48 +0200 Sebastien Jodogne retries on ErrorCode_DatabaseUnavailable should be handled by the plugins db-changes
Wed, 31 Mar 2021 14:34:41 +0200 Sebastien Jodogne added ErrorCode_Revision db-changes
Tue, 30 Mar 2021 18:10:27 +0200 Sebastien Jodogne differentiating between shared and private global properties db-changes
Tue, 30 Mar 2021 16:34:23 +0200 Sebastien Jodogne integration mainline->db-changes db-changes
Tue, 30 Mar 2021 16:34:02 +0200 Sebastien Jodogne new function in the plugin SDK: OrthancPluginCallRestApi()
Tue, 30 Mar 2021 10:39:59 +0200 Sebastien Jodogne New option "DatabaseServerIdentifier" to identify the server among a pool of Orthanc servers db-changes
Wed, 24 Mar 2021 15:30:06 +0100 Sebastien Jodogne rename 1.10.0 as 1.9.2 db-changes
Mon, 22 Mar 2021 19:25:27 +0100 Sebastien Jodogne fix OrthancCDatabasePlugin.h db-changes
Fri, 19 Mar 2021 10:52:22 +0100 Sebastien Jodogne check whether the database plugin interface is entirely implemented db-changes
Thu, 18 Mar 2021 12:09:29 +0100 Sebastien Jodogne processing of database events in OrthancPluginDatabaseV3 db-changes
Thu, 18 Mar 2021 11:26:53 +0100 Sebastien Jodogne integration mainline->db-changes db-changes
Thu, 18 Mar 2021 11:26:10 +0100 Sebastien Jodogne OrthancPluginDatabaseV3::Transaction is fully implemented db-changes
Wed, 17 Mar 2021 15:48:31 +0100 Alain Mazy added missing enum translation
Wed, 17 Mar 2021 15:31:26 +0100 Alain Mazy added OrthancPluginContentType_DicomUntilPixelData
Tue, 16 Mar 2021 17:58:16 +0100 Sebastien Jodogne added OrthancPluginRegisterDatabaseBackendV3() to plugin sdk db-changes
Tue, 16 Mar 2021 12:43:43 +0100 Sebastien Jodogne removed the global database mutex from ServerIndex and StatelessDatabaseOperations db-changes
Mon, 15 Mar 2021 18:22:53 +0100 Sebastien Jodogne moved handling of answers from database plugins from OrthancPluginDatabase to its Transaction subclass db-changes
Mon, 15 Mar 2021 16:16:42 +0100 Sebastien Jodogne comments db-changes
Mon, 15 Mar 2021 15:30:42 +0100 Sebastien Jodogne moving all accesses to databases from IDatabaseWrapper to ITransaction db-changes
Fri, 12 Mar 2021 16:04:09 +0100 Sebastien Jodogne simplification of ServerIndex::Listener as ServerIndex::TransactionContext db-changes
Fri, 12 Mar 2021 15:33:47 +0100 Sebastien Jodogne attaching the listener to transactions in IDatabaseWrapper db-changes
Wed, 10 Mar 2021 17:15:01 +0100 Sebastien Jodogne fix build on os x db-changes
Wed, 10 Mar 2021 15:59:03 +0100 Sebastien Jodogne ServerIndex now uses StatelessDatabaseOperations db-changes
Tue, 09 Mar 2021 18:24:59 +0100 Sebastien Jodogne taking StatelessDatabaseOperations out of ServerIndex db-changes
Tue, 09 Mar 2021 16:40:38 +0100 Sebastien Jodogne created a ITransactionContextFactory around ServerIndex::Listener db-changes
Tue, 09 Mar 2021 16:18:24 +0100 Sebastien Jodogne ITransactionContext to uncouple ServerIndex from database wrapper db-changes
Tue, 09 Mar 2021 15:37:47 +0100 Sebastien Jodogne removing link to ServerIndex in ReadWriteTransaction db-changes
Tue, 09 Mar 2021 15:25:17 +0100 Sebastien Jodogne assume that "GetDatabaseVersion()" can run out of a database transaction db-changes
Tue, 09 Mar 2021 15:22:03 +0100 Sebastien Jodogne transient introduction of ServerIndex::databaseMutex_ db-changes