source: ComponentRegistry/branches/ComponentRegistry-1.13.0/CHANGES @ 2610

Last change on this file since 2610 was 2610, checked in by twagoo, 11 years ago

1.13.0 to branch, trunk now 1.14.0

File size: 8.9 KB
Line 
1Bug Fixes and Features
2
3Release ComponentRegistry-1.13.0 (É)
4- Added RSS feeds for public profiles, components, and comments. https://trac.clarin.eu/ticket/180
5- Added help link to UI. https://trac.clarin.eu/ticket/222
6- Fixed superfluous expansion of components and profiles on save. https://trac.clarin.eu/ticket/223
7- Better handling of large specifications, fixed hangs and crashes due to lengthy XML. https://trac.clarin.eu/ticket/268
8- Profiles and components in the Component Browser can be filtered by id. https://trac.clarin.eu/ticket/225
9- Concept link URIs get validated in the Component Editor. https://trac.clarin.eu/ticket/249
10
11Release ComponentRegistry-1.12.0 (21 august 2012):
12- REST service produces 404 status when component requested that does not exist.
13- Users can delete their own comments from the Flex UI. http://trac.clarin.eu/ticket/185
14- Attribute name uniqueness check in editor of Flex UI. http://trac.clarin.eu/ticket/184
15- Added a search button to the ISOCat search dialog. http://trac.clarin.eu/ticket/190
16- Improved usability of the type edit dialog of the component editor in the Flex UI. http://trac.clarin.eu/ticket/191
17- Component browser of Flex UI now has create and edit buttons. Slight re-arrangement of other browser components. http://trac.clarin.eu/ticket/201
18- User gets warned when an action in the component editor leads to discarding pending changes. http://trac.clarin.eu/ticket/202
19- If string element is set to multilingual, max occurences field gets disabled. http://trac.clarin.eu/ticket/208
20- Added 'close' link to user settings page. http://trac.clarin.eu/ticket/156
21- Removed 'unbounded' option from minimal occurrences drop-down in editor. http://trac.clarin.eu/ticket/210
22- Made elements and components in component editor collapsable. http://trac.clarin.eu/ticket/217
23- Removed top-level tabs in the Flex UI, added buttons to browser, editor and import for navigation. http://trac.clarin.eu/ticket/218
24
25Release ComponentRegistry-1.11.1 (10 april 2012):
26- Fixed caching of w3c xml.xsd schema in validator
27- Fixes issue with user settings page users without user entry in database
28
29Release ComponentRegistry-1.11.0 (3 april 2012):
30- Upgraded to Saxon-HE 9.4
31- Validation of component specifications now also supports schematron rules in the general component schema.
32- Flex component editor does client side checks for duplicate component names.
33- Comments can be posted on profiles and components through a set of new REST calls, with support in the Flex UI. http://trac.clarin.eu/ticket/144
34- Data type 'dateTime' has been added as ValueScheme for elements. http://trac.clarin.eu/ticket/163
35- Recursion detection takes place at every component/profile registration or update. http://trac.clarin.eu/ticket/168
36- Users can set their display name through a web form linked from the Flex UI. http://trac.clarin.eu/ticket/156
37- 'Save' button in editor is only enabled when editing existing components/profiles from workspace. http://trac.clarin.eu/ticket/165
38
39Release ComponentRegistry-1.10.0 (4 november 2011):
40- Attributes can be added and edited on components. http://trac.clarin.eu/ticket/125
41- ConceptLinks can be assigned to attributes of components and elements. http://trac.clarin.eu/ticket/125#comment:3
42- ConceptLinks are enabled for Components. The search is filtered to show 'container' type concepts only. http://trac.clarin.eu/ticket/141
43- XML browser ('component preview') shows the group name if available. http://trac.clarin.eu/ticket/159
44- Added the mdEditor parameter to registry/profiles REST call to filter on profiles that should appear in e.g. Arbil. http://trac.clarin.eu/ticket/160
45- An 'about' screen can be triggered from the context menu that shows some info including the application version. http://trac.clarin.eu/ticket/106
46
47Release ComponentRegistry-1.9.1 (29 september 2011):
48- 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
49
50Release ComponentRegistry-1.9 (22 september 2011):
51- Save private components works even when component is used, warning message is shown in Flex UI http://trac.clarin.eu/ticket/134
52
53Release ComponentRegistry-1.8.1 (29 june 2011):
54- Fixed some issues with UTF-8 handling http://trac.clarin.eu/ticket/133
55
56Release ComponentRegistry-1.8 (8 June 2011):
57- Backend reimplemented to use relational database instead of filesystem storage
58- Specify group for profiles http://trac.clarin.eu/ticket/49
59- Header name from specification copied to description when importing http://trac.clarin.eu/ticket/51
60- Fixed fold-out bug http://trac.clarin.eu/ticket/99
61
62Release ComponentRegistry-1.7 (26 January 2011):
63- Publishing means moving the private component/profile to public space. http://trac.clarin.eu/ticket/57
64- Edit pane is reloaded with saved component/profile. http://trac.clarin.eu/ticket/91
65- Created "show info" menu item that gives the xsd link and a bookmarkable link to open registry on selected item. http://trac.clarin.eu/ticket/59
66- Profiles in private workspace can have a public xsd. http://trac.clarin.eu/ticket/52
67
68Release ComponentRegistry-1.6.1 (19 November 2010):
69- fixed bug where registry jumps to the editor screen upon a delete
70- added tooltip to MultiLingual
71- added some whitespace to up/down icons
72- fixed issue where profiles with no "defining" component could not be edited. A "defining" component is now always added. For example see imdi-profile-instance
73
74Release ComponentRegistry-1.6 (12 November 2010):
75- No more dependency on jaxb, use default implementation in java6.
76- xml:lang in profiles/components, http://trac.clarin.eu/ticket/10
77- Add a save and a save as new button, http://trac.clarin.eu/ticket/11
78- Move clear changes button and make behaviour more clear, http://trac.clarin.eu/ticket/12
79- Make browsing open for anyone (lazy login), http://trac.clarin.eu/ticket/14
80- "Adding ""null"" to ValueScheme (controlled vocabulary) doesn't show the item in the editor", http://trac.clarin.eu/ticket/15
81- "Make download xml, expanded", http://trac.clarin.eu/ticket/16
82- Allow reorder of elements/components in editor, http://trac.clarin.eu/ticket/17
83
84
85Release ComponentRegistry-1.5 (6 September 2010):
86- cleanup olds libs dir mpg jars can be taken from clarin maven site.
87- update jersey version
88- Admin page: cannot delete stuff, which is still used. Need to be able to update it at least at admin's risk.
89
90
91Release ComponentRegistry-1.4 (20 August 2010):
92- Alternatively make the registry open in the browser showing the component/profile (make them bookmarkable). This involves moving the login process to a later stage and having a completely anonymous browsing registry.
93- Fix handling of eduPrincipalName/DisplayName make mapping in registry to keep track of which user has which displayName.
94  MIGRATE: add principalName to userMapping.xml, Migrate all descriptions to add userId element.
95- Import Descriptions is different from profile description, differs from edit.
96- put save button also at the bottom.
97- Make console showing tomcat log in admin page.
98- Make right click 'insert row' in valuescheme edit. So you can add an entry in the middle of an enumeration
99- Ping's don't work and are done through anonymous, it should give a better error handling and the ping should fail on anonymous. People need to be triggered to login again. Probable cause is computer sleeps and ping is not done for more then a while.
100- Make admin statistics page.
101- The description of some components/profiles is very short. The description in the actual cmdi header is longer and should be copied to the description of the description.xml's. Make a migrate plan for that.
102- link to isocat should be searchable on metadata only
103- Make isocat link clickable in isocat search field.
104- Changed tooltip in search isocat.
105
106
107Release ComponentRegistry-1.3 (28 June 2010):
108- Only admin can delete public items after a month in registry.
109- sort ignore case
110- Add some user logging.
111- Indenting XSD with one space.
112- Timeout thing. Flex client no keeps session alive by pinging the server.
113- Import screen should have bigger description field (like the editor).
114- Switched valueScheme item and appInfo columns and presentation. (Ordering will be better then).
115- Create Admin Page, where you can browse repo and edit all items.
116- Create public link to private workspace so arbil can query it? as opposed to let people download xsd at the moment? Fix: Use XSD for now.
117- Isocat use complex conceptlinks to elements and simple types to valuescheme enumeration.
118- isocat simple/complex search in isocat metadata 'profile'
119- Stream xsd instead of creating and sending.
120- isocat popup place it in middle of screen.
121- Make swf file have version, so we have no more caching problems.
122- Add message in admin page that you are logged in as admin user.
123- Conceptlink is selectable from the wrong column in valuescheme edit.
124- Fixed definition of multiple vocabularies in XSD. (XSLT fix).
125- Do not make popups transparant.
126
Note: See TracBrowser for help on using the repository browser.