removed useless widgetset
HandlingCdmEntitiesTest.java / HandlingCdmEntitiesTest.xml : Added new test to describe save, update, merge of cdm entities (mimicking remoting) cdmlib-remote-servlet.xml : added commented option to expose remoting CdmIntegrationTest.java : added comment on how to disable transactional behaviour in tests
first attempt to fix #4294 (order of map legend entries conforms to term order)
reverting erroneously committed experimental branch (swagger)
adding swagger-ui
working configuration of java based spring mvc config for swagger
renaming SpringMVCConfig
reenabling vaadin + more specific component scan for mvc
comment explaining the need to extend WebMvcConfigurationSupport
first fully functional pure java based spring mvc configuration, vaadin has been excluded so far, welcome file configuration is working now in web.xml
switching to java based spring mvc configuration (work in progress)
turning the static index.jsp into a index.html
switching fom spring mvc xml configuration to java configuration
untracked files on mvc-java-config: 9847e2f fixing bugs, resolvin a conflict and cleaning up of ClassificationPortalListController, this changes the thre return type of the list method in the controller
logging json serialization
fixing #4168 (performance problem with DescriptionListPortalController.getDescriptionElementsForTaxon())
lowering log level
solving TODO: using AbstractPagerImpl.hasResultsInRange() in dao method
fixing #4151 (AdvancedBeanInitializer causes problems when initializing taxonnode hierarchies)
add new webservice for exporting occurrences for a specific taxon uuid definition in xml files (web-inf)
redlist WS export added .json and .xml functionality
fixing broken dependencies by excluding spring-expression
Spring Security configuration added for remote and web app
switching off remoting
CdmApplicationDefaultConfiguration : moved autowiring for sessionFactory and transactionManager from members to set functions to allow for remoting CdmApplicationController : catching UnsupportedOperationException for database service call to allow for remoting...
refactoring http invoker section to a separate config file to make it easy to test / switch to / from remoting
httpInvokerServices : remoting services spring config file ConversationHolder : constructor made protected for ConversationHolderMock ConversationHolderMock : empty conversation holder for remoting cdmlib-remote-servlet.xml : added http invoker service configuration (currently commented)
WS CSV for redlist project
cleaned package cdmlib-remote-webapp
cleaned Vaadin Data...to generate these you have to run mvn vaadin:compile in package cdmlib-remote
restructering vaadin package -- new view
restructering packet for reintegration *fixed save error which seems to occur totally radomly *fixed vaadin:compile error *fixed build path in pom file
Merge with trunk
added delete function for example data...
Clean Up of prototype and added some documentation...
enabling xsl for statistics also
changes on TaxonTable, hooked it up with dto and bean item container
updated descriptionInitilizationStrategy and added multiLanguageText, in order to be able to access the textdata element
launcher added
updated to trunk
check in of vaaditor and current bugfixes
remote.xml : added simple rdf marshaller (named rdfMarshaller) for the web service rdf responses RdfViewTest, OaiPmhViewTest : changed SpringBeanByType annotation to SpringBeanByName since we have now two marshallers (remote.xml) RdfView, XmlView, OaiPmhResponseView : added qualifier for autowired marshaller since we now have two marshallers (remote.xml)...
NameInformationTest : sample test file for name information test in RdfViewTest rdf-views.xml: new view configuration for rdf view NameInformationRdf : new rdf class corresponding to NameInformation
simplifying and refactoring the distribution tree implementation, fixes problems in #3475 #2562 #3893
Major Update to cdmlib-3.3
renaming web application
typo
changes on Widgetset
*bug fix for taxonNode which have no classification
\
added a simple wizard
*further adds for wizard
added Wizard, and excel export
*Vaadin Update to 7.1 *Fixed path in web.xml *fixed issue with heartbeat *update of AppWidgetSet
Merged the latest changes from the trunk into the branch ui-gwt
*cleaning the repository from compiled data of the widgetset *in order to generate these files do a mvn vaadin:update-widgetset install
*check in of parent pom.xml which include vaadin specific changes *renewed widgetset of vaadin version 7.0.7
links to some service end points form the index page
theme for vaadin protoype
workin prototype of vaadin
fixing test problem and reenabling tests
Solving all outOfHeap problems
Solving outOfHeap problem only without freetext indexing
Improvements to TransmissionEngineDistribution, basic monitoring added and new service and dao methods for pageRankSpecificRootNodes()
upgrade some spring.hibernate3 comments to spring.hibernate4
removing obsolte folder and files
bugfix for transaction in ExtensionMapper and adapting Proxy narrorwing logging, upgrade log4j version to 1.2.17
removing ContentNegociationHandlerInterceptor
*vaadin integration
Hibernate 4 migration. All test running except for SDDImport (Out of memory)
*impromevements of the UI but already deprecated since there is now a module for the webservice, which integrates this functionality directly into drupal with less code and etxra libraries
just added the files of my statistics1 branche manually because reintegration failed
*Fixed the static file name -> takes the filename from the selected classification *Fixed the div container for download options -> if no featureTree is selected no download options will be displayed
replaced hard coded .json path by GET Variables for classification.json and featureTree.json
*renaming to csv *code cleaning
renaming
organizing into subfolder
renamed file
*Added simple form validation
dynamical checkboxes through featureTree.json
renamed test.jsp to export.jsp
Implemented to get several RedList Status from different related concepts
clean up code
xsl file locations configurable
introducing DataSourceProperties for making xsl file locations configurable
Fix the highlighted text and the calculated score.
tidying up
Added pages to vibrant-taxon.xsl
changed matchMode to BEGINNING. 'LIKE' currently not working.
Fixed presentation of score on results page.
Fixed broken link for source URL. Scratchpad taxons do not currently have a source URL so clicking the link just refreshes the current page.
Modified vibrant-taxon.xsl to display the results of the full text search.
Added a html page for calling the full text search.