Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[myslice.git] / portal / templates / release-notes-view.html
1 {% extends "layout.html" %}
2
3 {% block content %}
4
5 <div class="col-md-8">
6         <br>
7         <h2>Release Notes</h2>
8         <h3>Version</h3>
9         <h4>1.5</h4>
10     <h5>Release date: 17 June 2015</h5>
11             <ul>
12             <li>Improved loading time for registration</li>
13             <li>Tools tab is dynamically sending Describe calls using SFA Rest</li>
14             <li>Various bugfixes</li>
15         </ul>
16     <br>
17         <h4>1.4</h4>
18     <h5>Release date: 12 May 2015</h5>
19             <ul>
20             <li>Create projects within any organization (requires validation)</li>
21             <li>Join any projects under any organizations (requires validation)</li>
22             <li>
23                 Manage your projects (All users within a project can manage it)
24                 <ul>
25                     <li>Accept/reject users willing to join your project</li>
26                     <li>Create/delete slices within your project</li>
27                 </ul>
28             </li>
29             <li>
30                 Now create slices within a project, instead of directly under your organization
31                 <ul>
32                     <li>
33                         Create as many slices as you wish within a project, without requiring approval from the organization manager
34                     </li>
35                 </ul>
36             </li>
37             <li>Faster loading time for resources, slices, and organizations</li>
38             <li>Improved automatic email communication</li>
39             <li>Improved stability, reliability and user-friendliness</li>
40             <li>Several bug fixes</li>
41         </ul>   
42 </div>
43 {% endblock %}
44