--- a/server/README.md Tue May 14 12:48:33 2013 +0200
+++ b/server/README.md Sun Oct 06 14:12:02 2013 +0200
@@ -5,3 +5,5 @@
- cf pom.xml for dependencies
+Commandes maven:
+mvn -DskipTests -Djava.awt.headless=true clean jetty:run-war
--- a/server/src/main/java/org/iri_research/renkan/controller/RenkanController.java Tue May 14 12:48:33 2013 +0200
+++ b/server/src/main/java/org/iri_research/renkan/controller/RenkanController.java Sun Oct 06 14:12:02 2013 +0200
@@ -80,9 +80,6 @@
this.logger.debug("renkanProject : " + project_id + " Accept : " + accept_header!=null?accept_header:"" + ", cowebkey: "+ cowebkey!=null?cowebkey:"");
- if(accept_header != null && accept_header.matches(".*image/.*")) {
- throw new HttpMediaTypeNotSupportedException("Do not produce image");
- }
if(project_id == null || project_id.length() == 0) {
throw new IllegalArgumentException("RenkanContoller.renkanProject: Project id is null or empty.");
--- a/server/src/main/webapp/WEB-INF/templates/renkanIndex.html Tue May 14 12:48:33 2013 +0200
+++ b/server/src/main/webapp/WEB-INF/templates/renkanIndex.html Sun Oct 06 14:12:02 2013 +0200
@@ -54,7 +54,7 @@
<th th:text="#{renkanIndex.space_name}">Name</th>
<th th:text="#{renkanIndex.space_creation}">Creation</th>
<th th:text="#{renkanIndex.space_proj_count}">Project count</th>
- <th th:text="#{renkanIndex.space_open}">Edit</th>
+ <th th:text="#{renkanIndex.space_open}">Open</th>
</tr>
</thead>
<tbody>