History | View | Annotate | Download (39.2 KB)
cleanup
fix #9081 cleaning up tests using "00000000"
ref #7238 rename lastName and firstName
fix #6368 rename table and class TaxonNameBase
ref #6368 remove ZoologicalName in test DTYPE
ref #6368 remove BotanicalName in test DTYPE
fix #6367 make nomenclaturalCode an attribute of TaxonNameBase
ref #3925 Adapt tests for moving unplaced and excluded
fix #6089 Remove taxonomicParentCache and taxonomicChildrenCount, fix Testdata
Adapt table and column names to hibernate 5 naming strategy #5369
... and some other changes to table/attribute names
rename authorTeam -> authorship #4332 for name authors
Add hasMoreMembers to Team, update script still missing #4791
fixing persistence tests on AgentBase.collectorTitle #4311
rename Reference.authorTeam -> authorship #4432
some fixes for modell change branche
use strings for recordBasis (#2615 und #3544)
adding recordBasis to SpecimenOrObservationBase and removing some DerivedUnit classes (all #3378) and adding kindOfUnit to SpecimenOrObservationBase (except for according termType and vocabulary) #3568.
implement abbreviated title for references #1551
Updating test data for publish flag (I)
remove homotypical gorup form type designation base and interface #2173
some NOT NULLs and reverting taxonName.authorshipCache = empty
fix all Specimen test including new implementation for hibernate listeners
Hibernate 4 migration. All test running except for SDDImport (Out of memory)
all tests running sucessful, however unitil is still patched to not use jdbc batch mode
more adapting xml datasources to unitils 3.3
Implement correct mapping between TaxonNameBase and TypeDesignationBase and add delete method for type designations to NameService (#2396, #2647)
merge 3.0.2 to trunk
added unplaced and excluded attribute to Taxon
Added public T replace(T x, T y) to ICdmEntityDao, implementation and tests