Changeset 6871 for ComponentRegistry/branches/ComponentRegistry-2.0
- Timestamp:
- 12/17/15 10:55:41 (9 years ago)
- Location:
- ComponentRegistry/branches/ComponentRegistry-2.0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
ComponentRegistry/branches/ComponentRegistry-2.0
- Property svn:mergeinfo changed
/ComponentRegistry/trunk merged: 6450-6451,6454-6455,6591
- Property svn:mergeinfo changed
-
ComponentRegistry/branches/ComponentRegistry-2.0/CHANGES
- Property svn:mergeinfo changed
/ComponentRegistry/trunk/CHANGES merged: 6450-6451
r6226 r6871 1 1 Bug Fixes and Features 2 2 3 Release ComponentRegistry-1.14.5 (2 February 2014) 3 Release ComponentRegistry-1.14.6 (12 August 2015) 4 - Modification in the processing of CCR responses to account for a planned change in the response format 5 6 Release ComponentRegistry-1.14.5 (2 February 2015) 4 7 - The Component Registry now connects to the CLARIN Concept Registry instead of ISOcat. https://trac.clarin.eu/ticket/731 5 8 - Group components can now be saved as new in the private workspace. https://trac.clarin.eu/ticket/717 - Property svn:mergeinfo changed
-
ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry
- Property svn:mergeinfo changed
/ComponentRegistry/trunk/ComponentRegistry merged: 6454,6591
- Property svn:mergeinfo changed
-
ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/src/main/webapp/META-INF/context.xml
r5917 r6871 50 50 Space-separated list of users (getRemoteUser()) that should have access to the admin area of the ComponentRegistry 51 51 --> 52 <Parameter name="eu.clarin.cmdi.componentregistry.adminUsers" value="twagoo@mpi.nl olhsha@mpi.nl daan.broeder@mpi.nl dietuyt@mpi.nl Menzo.Windhouwer@mpi.nl"/>52 <Parameter name="eu.clarin.cmdi.componentregistry.adminUsers" value="twagoo@mpi.nl olhsha@mpi.nl daan.broeder@mpi.nl dietuyt@mpi.nl menwin@mpi.nl"/> 53 53 <!-- 54 54 Location of the CMDI general component schema that validates component specifications -
ComponentRegistry/branches/ComponentRegistry-2.0/ComponentRegistry/src/main/webapp/index.jsp
r6592 r6871 23 23 <input type="submit" value="Log in"/> 24 24 </form> 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 25 26 <!-- Piwik --> 27 <script type="text/javascript"> 28 var _paq = _paq || []; 29 _paq.push(['trackPageView']); 30 _paq.push(['enableLinkTracking']); 31 (function() { 32 var u="//stats.clarin.eu/"; 33 _paq.push(['setTrackerUrl', u+'piwik.php']); 34 _paq.push(['setSiteId', 17]); 35 var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; 36 g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); 37 })(); 38 </script> 39 <noscript><p><img src="//stats.clarin.eu/piwik.php?idsite=17" style="border:0;" alt="" /></p></noscript> 40 <!-- End Piwik Code --> 41 42 </body> 43 43 </html> -
ComponentRegistry/branches/ComponentRegistry-2.0/pom.xml
- Property svn:mergeinfo changed
/ComponentRegistry/trunk/pom.xml merged: 6454-6455
r6446 r6871 12 12 <modules> 13 13 <module>ComponentRegistry</module> 14 <module>ComponentSpecFixer</module>15 14 </modules> 16 15 … … 26 25 <repositories> 27 26 <repository> 28 <id>cmdi.clarin.repository</id>27 <id>CLARIN</id> 29 28 <name>Clarin Repository</name> 30 <url>http://catalog.clarin.eu/ds/nexus/content/groups/public/</url> 29 <url>https://nexus.clarin.eu/content/repositories/Clarin</url> 31 30 </repository> 32 33 31 </repositories> 34 32 - Property svn:mergeinfo changed
Note: See TracChangeset
for help on using the changeset viewer.