source: ComponentRegistry/trunk/CHANGES @ 2574

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

Added #268 to CHANGES file

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