Thu, 08 Aug 2019 19:13:29 +0200 |
Robert Casties |
omit empty attributes in XML dump.
|
Wed, 17 Jul 2019 16:51:16 +0200 |
Robert Casties |
fix .json extension on imported digitalizations.
|
Tue, 09 Jul 2019 07:30:50 +0200 |
Robert Casties |
Much faster DivaImportHttp that puts all entities in a Map first.
|
Mon, 08 Jul 2019 20:20:07 +0200 |
Robert Casties |
Changed DivaImportHttp for new URL and JSON format.
|
Fri, 26 Apr 2019 18:12:23 +0200 |
Robert Casties |
add bibid tag to xml export of endnote-id attributes.
|
Fri, 26 Apr 2019 17:04:07 +0200 |
Robert Casties |
Skip attributes called "id" in the CSV export.
|
Thu, 20 Dec 2018 19:15:45 +0100 |
Robert Casties |
add wildcard for relation name in Entity.getSource/TargetRelations().
|
Wed, 14 Nov 2018 18:31:55 +0100 |
Robert Casties |
add isodate tag to XML dump format 4.9.
|
Fri, 09 Nov 2018 15:12:17 +0100 |
Robert Casties |
add option in getSource/TargetRelations() to match all object classes with "*".
|
Fri, 09 Nov 2018 13:53:27 +0100 |
Robert Casties |
change getShortStringList to use Collection.
|
Wed, 31 Oct 2018 15:44:12 +0100 |
Robert Casties |
add relations-tag with source relations for each entity to XML dump format 4.8.
|
Tue, 30 Oct 2018 18:29:24 +0100 |
Robert Casties |
add exactMatch option to Filter. use exactMatch in DivaImportHttp for digitalization names.
|
Wed, 17 Oct 2018 18:44:59 +0200 |
Robert Casties |
more error checking for UpdateMpiwgDigitalizations.
|
Wed, 17 Oct 2018 18:44:25 +0200 |
Robert Casties |
fix tests for changes in RomanizationLoC (not changing wa-).
|
Mon, 27 Aug 2018 16:34:46 +0200 |
Robert Casties |
small bugfix and minimal tests for ArabicTranslitNormalizer.
|
Mon, 25 Jun 2018 18:12:00 +0200 |
Robert Casties |
Fix problem with Persian in RomanizationLoc.
|
Wed, 13 Jun 2018 15:01:37 +0200 |
Robert Casties |
additional fields and default constructor for RelationFilter.
|
Fri, 08 Jun 2018 17:04:56 +0200 |
Robert Casties |
nicer Entity.getShortString().
|
Fri, 08 Jun 2018 09:09:26 +0200 |
Robert Casties |
additional toString methods.
|
Tue, 29 May 2018 21:20:49 +0200 |
Robert Casties |
fix java source version.
|
Tue, 29 May 2018 21:15:06 +0200 |
Robert Casties |
new UpdateMpiwgDigitalizations script.
|
Mon, 26 Feb 2018 14:39:49 +0100 |
Robert Casties |
new implementation of translit-to-romanization rules in RomanizationLoc with test(!).
|
Fri, 23 Feb 2018 21:43:29 +0100 |
Robert Casties |
new implementation of translit-to-romanization rules in RomanizationLoc.
|
Tue, 06 Feb 2018 15:14:29 +0100 |
Robert Casties |
update version number in xml.
|
Mon, 05 Feb 2018 20:06:38 +0100 |
Robert Casties |
Updated XML export. Saves relation source-type and target-type. Expanded statistics with per-entity-type relation counts.
|
Fri, 20 Oct 2017 12:48:31 +0200 |
Robert Casties |
configuration option for queryBrowserUrl.
|
Mon, 10 Jul 2017 18:53:40 +0200 |
Robert Casties |
add searchEntityByPublic().
|
Mon, 10 Jul 2017 18:53:04 +0200 |
Robert Casties |
rename ChangeEntityPrivacity.
|
Mon, 10 Jul 2017 17:15:34 +0200 |
Robert Casties |
small change to xml format.
|
Fri, 16 Jun 2017 16:08:06 +0200 |
Robert Casties |
remove Exceptions from refreshRelations.
|
Fri, 16 Jun 2017 15:41:39 +0200 |
Robert Casties |
fix some NPEs with refreshRelations
|
Fri, 03 Mar 2017 18:59:20 +0100 |
casties |
put statistics about number of entities, relations and attributes in xml dump.
|
Thu, 02 Mar 2017 20:31:32 +0100 |
casties |
make normalizations configurable (static).
|
Thu, 02 Mar 2017 20:23:43 +0100 |
casties |
add normalized own-values to xml dump.
|
Fri, 24 Feb 2017 20:22:23 +0100 |
casties |
renamed replaceSourceRelation() to replaceUniqueSourceRelation() to make intent clearer.
|
Thu, 23 Feb 2017 19:05:47 +0100 |
casties |
cleanup and better comments.
|
Fri, 03 Feb 2017 12:56:28 +0100 |
casties |
nicer logging.
|
Thu, 02 Feb 2017 19:02:05 +0100 |
casties |
cleanup.
|
Thu, 02 Feb 2017 19:01:43 +0100 |
casties |
107: translit normalization should use normalized form for sorting lists
|
Thu, 02 Feb 2017 17:58:52 +0100 |
casties |
New ArabicNormalizer. NormalizerUtils.normalize() now does both translit and arabic normalization.
|
Thu, 02 Feb 2017 11:58:23 +0100 |
casties |
Relation constructor takes objectClass instead of ownValue.
|
Wed, 01 Feb 2017 19:54:12 +0100 |
casties |
106: translit normalization should ignore all '-equivalent chars
|
Wed, 01 Feb 2017 12:22:43 +0100 |
casties |
Cleaner log messages.
|
Tue, 31 Jan 2017 18:08:55 +0100 |
casties |
small fixes.
|
Mon, 30 Jan 2017 20:32:26 +0100 |
casties |
new EditIntent for saveEntity().
|
Fri, 27 Jan 2017 19:55:33 +0100 |
casties |
more work on stale entity update problem. cache compare function works now.
|
Thu, 26 Jan 2017 19:37:25 +0100 |
casties |
working on stale entity update problem.
|
Mon, 09 Jan 2017 20:38:55 +0100 |
casties |
make RelationSortByTargetOW work with empty own-values. nicer comments.
|
Fri, 06 Jan 2017 16:57:01 +0100 |
casties |
less System.out.println. less logging.
|
Fri, 23 Dec 2016 15:46:49 +0100 |
Robert Casties |
nicer comments.
|
Fri, 23 Dec 2016 15:45:46 +0100 |
Robert Casties |
remove dependency on hashMapping.jar.
|
Wed, 14 Dec 2016 15:49:40 +0100 |
casties |
check in complete source of cl.maps.
|
Fri, 09 Dec 2016 21:19:21 +0100 |
casties |
cleanup and better comments.
|
Thu, 08 Dec 2016 15:39:26 +0100 |
casties |
cleanup of new methods.
|
Mon, 28 Nov 2016 14:26:10 +0100 |
jurzua |
Fixs for lost relation, when editing clone entities in parallel
|
Mon, 07 Nov 2016 20:01:51 +0100 |
casties |
cleanup and fix when target_id doesn't exist.
|
Fri, 04 Nov 2016 18:16:04 +0100 |
casties |
small cleanup.
|
Thu, 03 Nov 2016 20:12:36 +0100 |
casties |
small cleanup.
|
Thu, 03 Nov 2016 20:12:11 +0100 |
casties |
new CsvEntityListWriter.
|
Fri, 28 Oct 2016 19:58:18 +0200 |
casties |
better logging of entity deletion.
|