Changeset 2619


Ignore:
Timestamp:
02/25/13 12:27:46 (11 years ago)
Author:
twagoo
Message:

Release version of 1.13.0

Location:
ComponentRegistry/branches/ComponentRegistry-1.13.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/branches/ComponentRegistry-1.13.0

  • ComponentRegistry/branches/ComponentRegistry-1.13.0/CHANGES

    • Property svn:mergeinfo changed (with no actual effect on merging)
    r2610 r2619  
    11Bug Fixes and Features
    22
    3 Release ComponentRegistry-1.13.0 (É)
     3Release ComponentRegistry-1.13.0 (25 February 2013)
    44- Added RSS feeds for public profiles, components, and comments. https://trac.clarin.eu/ticket/180
    55- Added help link to UI. https://trac.clarin.eu/ticket/222
     
    99- Concept link URIs get validated in the Component Editor. https://trac.clarin.eu/ticket/249
    1010
    11 Release ComponentRegistry-1.12.0 (21 august 2012):
     11Release ComponentRegistry-1.12.0 (21 August 2012):
    1212- REST service produces 404 status when component requested that does not exist.
    1313- Users can delete their own comments from the Flex UI. http://trac.clarin.eu/ticket/185
     
    2323- Removed top-level tabs in the Flex UI, added buttons to browser, editor and import for navigation. http://trac.clarin.eu/ticket/218
    2424
    25 Release ComponentRegistry-1.11.1 (10 april 2012):
     25Release ComponentRegistry-1.11.1 (10 April 2012):
    2626- Fixed caching of w3c xml.xsd schema in validator
    2727- Fixes issue with user settings page users without user entry in database
    2828
    29 Release ComponentRegistry-1.11.0 (3 april 2012):
     29Release ComponentRegistry-1.11.0 (3 April 2012):
    3030- Upgraded to Saxon-HE 9.4
    3131- Validation of component specifications now also supports schematron rules in the general component schema.
     
    3737- 'Save' button in editor is only enabled when editing existing components/profiles from workspace. http://trac.clarin.eu/ticket/165
    3838
    39 Release ComponentRegistry-1.10.0 (4 november 2011):
     39Release ComponentRegistry-1.10.0 (4 November 2011):
    4040- Attributes can be added and edited on components. http://trac.clarin.eu/ticket/125
    4141- ConceptLinks can be assigned to attributes of components and elements. http://trac.clarin.eu/ticket/125#comment:3
     
    4545- An 'about' screen can be triggered from the context menu that shows some info including the application version. http://trac.clarin.eu/ticket/106
    4646
    47 Release ComponentRegistry-1.9.1 (29 september 2011):
     47Release ComponentRegistry-1.9.1 (29 September 2011):
    4848- When recursion is detected while expanding (for XML or XSD), an exception is thrown, which will lead to an error response to the user rather than an infinite loop and no response. http://trac.clarin.eu/ticket/148
    4949
    50 Release ComponentRegistry-1.9 (22 september 2011):
     50Release ComponentRegistry-1.9 (22 September 2011):
    5151- Save private components works even when component is used, warning message is shown in Flex UI http://trac.clarin.eu/ticket/134
    5252
    53 Release ComponentRegistry-1.8.1 (29 june 2011):
     53Release ComponentRegistry-1.8.1 (29 June 2011):
    5454- Fixed some issues with UTF-8 handling http://trac.clarin.eu/ticket/133
    5555
  • ComponentRegistry/branches/ComponentRegistry-1.13.0/pom.xml

    • Property svn:mergeinfo changed (with no actual effect on merging)
    r2515 r2619  
    2222  <properties>
    2323    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    24     <ComponentBrowserGui.version>1.13.0-SNAPSHOT</ComponentBrowserGui.version>
    25     <ComponentRegistry.version>1.13.0-SNAPSHOT</ComponentRegistry.version>
     24    <ComponentBrowserGui.version>1.13.0</ComponentBrowserGui.version>
     25    <ComponentRegistry.version>1.13.0</ComponentRegistry.version>
    2626  </properties>
    2727 
Note: See TracChangeset for help on using the changeset viewer.