9683a2a114135865eb49578e308a204a735b0256
parent
ffb07e4361
commit
6768efccc0
|
@ -157,8 +157,8 @@
|
||||||
<p>Loading...</p>
|
<p>Loading...</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="/js/libs.js?v=1422342785541"></script>
|
<script src="/js/libs.js?v=1422345545086"></script>
|
||||||
<script src="/js/app-loader.js?v=1422342785541"></script>
|
<script src="/js/app-loader.js?v=1422345545086"></script>
|
||||||
<script src="/js/templates.js?v=1422342785541"></script>
|
<script src="/js/templates.js?v=1422345545086"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,7 +1,7 @@
|
||||||
(function() {
|
(function() {
|
||||||
var promise, version;
|
var promise, version;
|
||||||
|
|
||||||
version = 1422342785556;
|
version = 1422345545099;
|
||||||
|
|
||||||
window.taigaConfig = {
|
window.taigaConfig = {
|
||||||
"api": "http://localhost:8000/api/v1/",
|
"api": "http://localhost:8000/api/v1/",
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -87,6 +87,10 @@ $templateCache.put("wiki/editable-wiki-content.html","\n<div class=\"view-wiki-c
|
||||||
$templateCache.put("wiki/wiki-nav.html","\n<header>\n <h1>Links</h1>\n</header>\n<nav>\n <ul><% _.each(wikiLinks, function(link, index) { %>\n <li data-id=\"<%- index %>\" class=\"wiki-link\"><a title=\"<%- link.title %>\"><span class=\"link-title\"><%- link.title %></span><% if (deleteWikiLinkPermission) { %><span class=\"icon icon-delete\"></span><% } %></a>\n <input type=\"text\" placeholder=\"name\" value=\"<%- link.title %>\" class=\"hidden\"/>\n </li><% }) %>\n <li class=\"new hidden\">\n <input type=\"text\" placeholder=\"name\"/>\n </li>\n </ul>\n</nav><% if (addWikiLinkPermission) { %><a href=\"\" title=\"Add link\" class=\"add-button button button-gray\">Add link</a><% } %>");
|
$templateCache.put("wiki/wiki-nav.html","\n<header>\n <h1>Links</h1>\n</header>\n<nav>\n <ul><% _.each(wikiLinks, function(link, index) { %>\n <li data-id=\"<%- index %>\" class=\"wiki-link\"><a title=\"<%- link.title %>\"><span class=\"link-title\"><%- link.title %></span><% if (deleteWikiLinkPermission) { %><span class=\"icon icon-delete\"></span><% } %></a>\n <input type=\"text\" placeholder=\"name\" value=\"<%- link.title %>\" class=\"hidden\"/>\n </li><% }) %>\n <li class=\"new hidden\">\n <input type=\"text\" placeholder=\"name\"/>\n </li>\n </ul>\n</nav><% if (addWikiLinkPermission) { %><a href=\"\" title=\"Add link\" class=\"add-button button button-gray\">Add link</a><% } %>");
|
||||||
$templateCache.put("wiki/wiki-summary.html","\n<ul>\n <li><span class=\"number\"><%- totalEditions %></span><span class=\"description\">times <br />edited</span></li>\n <li><span class=\"number\"><%- lastModifiedDate %></span><span class=\"description\">last <br />edit</span></li>\n <li class=\"username-edition\">\n <figure class=\"avatar\"><img src=\"<%- user.imgUrl %>\" alt=\"<%- user.name %>\"/></figure><span class=\"description\">last modification</span><span class=\"username\"><%- user.name %></span>\n </li>\n</ul>");
|
$templateCache.put("wiki/wiki-summary.html","\n<ul>\n <li><span class=\"number\"><%- totalEditions %></span><span class=\"description\">times <br />edited</span></li>\n <li><span class=\"number\"><%- lastModifiedDate %></span><span class=\"description\">last <br />edit</span></li>\n <li class=\"username-edition\">\n <figure class=\"avatar\"><img src=\"<%- user.imgUrl %>\" alt=\"<%- user.name %>\"/></figure><span class=\"description\">last modification</span><span class=\"username\"><%- user.name %></span>\n </li>\n</ul>");
|
||||||
$templateCache.put("wiki/wiki.html","\n<div ng-controller=\"WikiDetailController as ctrl\" ng-init=\"section=\'wiki\'\" class=\"wrapper\">\n <sidebar tg-check-permission=\"view_wiki_links\" class=\"menu-secondary extrabar\">\n <section tg-wiki-nav=\"tg-wiki-nav\" ng-model=\"wikiLinks\" class=\"wiki-nav\"></section>\n </sidebar>\n <section class=\"main wiki\">\n <div class=\"header\">\n <h1><span tg-bo-bind=\"project.name\"></span><span class=\"green\">Wiki</span><span tg-bo-bind=\"wikiSlug|unslugify\" class=\"wiki-title\"></span></h1>\n </div>\n <div tg-wiki-summary=\"tg-wiki-summary\" ng-model=\"wiki\" ng-if=\"wiki.id\" class=\"summary wiki-summary\"></div>\n <section tg-editable-wiki-content=\"tg-editable-wiki-content\" ng-model=\"wiki\" class=\"wiki-content\"></section>\n <tg-attachments ng-model=\"wiki\" type=\"wiki_page\" ng-if=\"wiki.id\"></tg-attachments><a href=\"\" ng-click=\"ctrl.delete()\" ng-if=\"wiki.id\" title=\"Remove this wiki page\" class=\"remove\"><span class=\"icon icon-delete\"></span><span>Remove this wiki page</span></a>\n </section>\n</div>");
|
$templateCache.put("wiki/wiki.html","\n<div ng-controller=\"WikiDetailController as ctrl\" ng-init=\"section=\'wiki\'\" class=\"wrapper\">\n <sidebar tg-check-permission=\"view_wiki_links\" class=\"menu-secondary extrabar\">\n <section tg-wiki-nav=\"tg-wiki-nav\" ng-model=\"wikiLinks\" class=\"wiki-nav\"></section>\n </sidebar>\n <section class=\"main wiki\">\n <div class=\"header\">\n <h1><span tg-bo-bind=\"project.name\"></span><span class=\"green\">Wiki</span><span tg-bo-bind=\"wikiSlug|unslugify\" class=\"wiki-title\"></span></h1>\n </div>\n <div tg-wiki-summary=\"tg-wiki-summary\" ng-model=\"wiki\" ng-if=\"wiki.id\" class=\"summary wiki-summary\"></div>\n <section tg-editable-wiki-content=\"tg-editable-wiki-content\" ng-model=\"wiki\" class=\"wiki-content\"></section>\n <tg-attachments ng-model=\"wiki\" type=\"wiki_page\" ng-if=\"wiki.id\"></tg-attachments><a href=\"\" ng-click=\"ctrl.delete()\" ng-if=\"wiki.id\" title=\"Remove this wiki page\" class=\"remove\"><span class=\"icon icon-delete\"></span><span>Remove this wiki page</span></a>\n </section>\n</div>");
|
||||||
|
$templateCache.put("common/estimation/lb-us-estimation-points-per-role.html","\n<ul class=\"points-per-role\">\n <li class=\"total\"><span class=\"points\"><%- totalPoints %></span><span class=\"role\">total</span></li><% _.each(roles, function(role) { %>\n <li data-role-id=\"<%- role.id %>\" class=\"total clickable\"><span class=\"points\"><%- role.points %></span><span class=\"role\"><%- role.name %></span></li><% }); %>\n</ul>");
|
||||||
|
$templateCache.put("common/estimation/lb-us-estimation-points.html","\n<ul class=\"popover pop-points-open\"><% _.each(points, function(point) { %>\n <li><% if (point.selected) { %><a href=\"\" title=\"<%- point.name %>\" data-point-id=\"<%- point.id %>\" data-role-id=\"<%- roleId %>\" class=\"point\"><%- point.name %></a><% } else { %><a href=\"\" title=\"<%- point.name %>\" data-point-id=\"<%- point.id %>\" data-role-id=\"<%- roleId %>\" class=\"point active\"><%- point.name %></a><% } %></li><% }); %>\n</ul>");
|
||||||
|
$templateCache.put("common/estimation/us-estimation-points-per-role.html","\n<ul class=\"points-per-role\">\n <li class=\"total\"><span class=\"points\"><%- totalPoints %></span><span class=\"role\">total</span></li><% _.each(roles, function(role) { %>\n <li data-role-id=\"<%- role.id %>\" class=\"total <% if(editable){ %>clickable<% } %>\"><span class=\"points\"><%- role.points %></span><span class=\"role\"><%- role.name %></span></li><% }); %>\n</ul>");
|
||||||
|
$templateCache.put("common/estimation/us-estimation-points.html","\n<ul class=\"popover pop-points-open\"><% _.each(points, function(point) { %>\n <li><% if (point.selected) { %><a href=\"\" title=\"<%- point.name %>\" data-point-id=\"<%- point.id %>\" data-role-id=\"<%- roleId %>\" class=\"point\"><%- point.name %></a><% } else { %><a href=\"\" title=\"<%- point.name %>\" data-point-id=\"<%- point.id %>\" data-role-id=\"<%- roleId %>\" class=\"point active\"><%- point.name %></a><% } %></li><% }); %>\n</ul>");
|
||||||
$templateCache.put("common/components/assigned-to.html","<% if (assignedTo) { %>\n<div class=\"user-avatar\"><img src=\"<%- assignedTo.photo %>\" alt=\"<%- assignedTo.full_name_display %>\"/></div><% } %>\n<div class=\"assigned-to\"><span class=\"assigned-title\">Assigned to</span><a href=\"\" title=\"edit assignment\" class=\"user-assigned <% if(isEditable){ %>editable<% }; %>\"><span class=\"assigned-name\"></span><% if (assignedTo) { %>\n <%- assignedTo.full_name_display %>\n <% } else { %>\n Not assigned\n <% } %>\n <% if(isEditable){ %><span class=\"icon icon-arrow-bottom\"></span><% }; %></a><% if (assignedTo!==null && isEditable) { %><a href=\"\" title=\"delete assignment\" class=\"icon icon-delete\"></a><% } %></div>");
|
$templateCache.put("common/components/assigned-to.html","<% if (assignedTo) { %>\n<div class=\"user-avatar\"><img src=\"<%- assignedTo.photo %>\" alt=\"<%- assignedTo.full_name_display %>\"/></div><% } %>\n<div class=\"assigned-to\"><span class=\"assigned-title\">Assigned to</span><a href=\"\" title=\"edit assignment\" class=\"user-assigned <% if(isEditable){ %>editable<% }; %>\"><span class=\"assigned-name\"></span><% if (assignedTo) { %>\n <%- assignedTo.full_name_display %>\n <% } else { %>\n Not assigned\n <% } %>\n <% if(isEditable){ %><span class=\"icon icon-arrow-bottom\"></span><% }; %></a><% if (assignedTo!==null && isEditable) { %><a href=\"\" title=\"delete assignment\" class=\"icon icon-delete\"></a><% } %></div>");
|
||||||
$templateCache.put("common/components/block-button.html","<a href=\"#\" class=\"button button-gray item-block\">Block</a><a href=\"#\" class=\"button button-red item-unblock\">Unblock</a>");
|
$templateCache.put("common/components/block-button.html","<a href=\"#\" class=\"button button-gray item-block\">Block</a><a href=\"#\" class=\"button button-red item-unblock\">Unblock</a>");
|
||||||
$templateCache.put("common/components/created-by.html","\n<div class=\"user-avatar\"><img src=\"<%- owner.photo %>\" alt=\"<%- owner.full_name_display %>\"/></div>\n<div class=\"created-by\"><span class=\"created-title\">Created by <%- owner.full_name_display %></span><span class=\"created-date\"><%- date %></span></div>");
|
$templateCache.put("common/components/created-by.html","\n<div class=\"user-avatar\"><img src=\"<%- owner.photo %>\" alt=\"<%- owner.full_name_display %>\"/></div>\n<div class=\"created-by\"><span class=\"created-title\">Created by <%- owner.full_name_display %></span><span class=\"created-date\"><%- date %></span></div>");
|
||||||
|
@ -101,10 +105,6 @@ $templateCache.put("common/components/main-title.html","<span class=\"project-na
|
||||||
$templateCache.put("common/components/progress-bar.html","\n<div style=\"width: <%- percentage %>%\" class=\"current-progress\"></div>");
|
$templateCache.put("common/components/progress-bar.html","\n<div style=\"width: <%- percentage %>%\" class=\"current-progress\"></div>");
|
||||||
$templateCache.put("common/components/status-display.html","<span>\n <% if (status.is_closed) { %>\n Closed\n <% } else { %>\n Open\n <% } %></span><span style=\"color:<%- status.color %>\" class=\"us-detail-status\"><%- status.name %></span>");
|
$templateCache.put("common/components/status-display.html","<span>\n <% if (status.is_closed) { %>\n Closed\n <% } else { %>\n Open\n <% } %></span><span style=\"color:<%- status.color %>\" class=\"us-detail-status\"><%- status.name %></span>");
|
||||||
$templateCache.put("common/components/watchers.html","<% if(isEditable){ %>\n<div class=\"watchers-header\"><span class=\"title\">watchers</span><a href=\"\" title=\"Add watcher\" class=\"icon icon-plus add-watcher\"></a></div><% } else if(watchers.length > 0){ %>\n<div class=\"watchers-header\"><span class=\"title\">watchers</span></div><% }; %>\n<% _.each(watchers, function(watcher) { %>\n<% if(watcher) { %>\n<div class=\"watcher-single\">\n <div class=\"watcher-avatar\"><span title=\"<%- watcher.full_name_display %>\" class=\"avatar\"><img src=\"<%- watcher.photo %>\" alt=\"<%- watcher.full_name_display %>\"/></span></div>\n <div class=\"watcher-name\"><span><%- watcher.full_name_display %></span><% if(isEditable){ %><a data-watcher-id=\"<%- watcher.id %>\" href=\"\" title=\"delete-watcher\" class=\"icon icon-delete\"></a><% }; %></div>\n</div><% } %>\n<% }); %>");
|
$templateCache.put("common/components/watchers.html","<% if(isEditable){ %>\n<div class=\"watchers-header\"><span class=\"title\">watchers</span><a href=\"\" title=\"Add watcher\" class=\"icon icon-plus add-watcher\"></a></div><% } else if(watchers.length > 0){ %>\n<div class=\"watchers-header\"><span class=\"title\">watchers</span></div><% }; %>\n<% _.each(watchers, function(watcher) { %>\n<% if(watcher) { %>\n<div class=\"watcher-single\">\n <div class=\"watcher-avatar\"><span title=\"<%- watcher.full_name_display %>\" class=\"avatar\"><img src=\"<%- watcher.photo %>\" alt=\"<%- watcher.full_name_display %>\"/></span></div>\n <div class=\"watcher-name\"><span><%- watcher.full_name_display %></span><% if(isEditable){ %><a data-watcher-id=\"<%- watcher.id %>\" href=\"\" title=\"delete-watcher\" class=\"icon icon-delete\"></a><% }; %></div>\n</div><% } %>\n<% }); %>");
|
||||||
$templateCache.put("common/estimation/lb-us-estimation-points-per-role.html","\n<ul class=\"points-per-role\">\n <li class=\"total\"><span class=\"points\"><%- totalPoints %></span><span class=\"role\">total</span></li><% _.each(roles, function(role) { %>\n <li data-role-id=\"<%- role.id %>\" class=\"total clickable\"><span class=\"points\"><%- role.points %></span><span class=\"role\"><%- role.name %></span></li><% }); %>\n</ul>");
|
|
||||||
$templateCache.put("common/estimation/lb-us-estimation-points.html","\n<ul class=\"popover pop-points-open\"><% _.each(points, function(point) { %>\n <li><% if (point.selected) { %><a href=\"\" title=\"<%- point.name %>\" data-point-id=\"<%- point.id %>\" data-role-id=\"<%- roleId %>\" class=\"point\"><%- point.name %></a><% } else { %><a href=\"\" title=\"<%- point.name %>\" data-point-id=\"<%- point.id %>\" data-role-id=\"<%- roleId %>\" class=\"point active\"><%- point.name %></a><% } %></li><% }); %>\n</ul>");
|
|
||||||
$templateCache.put("common/estimation/us-estimation-points-per-role.html","\n<ul class=\"points-per-role\">\n <li class=\"total\"><span class=\"points\"><%- totalPoints %></span><span class=\"role\">total</span></li><% _.each(roles, function(role) { %>\n <li data-role-id=\"<%- role.id %>\" class=\"total <% if(editable){ %>clickable<% } %>\"><span class=\"points\"><%- role.points %></span><span class=\"role\"><%- role.name %></span></li><% }); %>\n</ul>");
|
|
||||||
$templateCache.put("common/estimation/us-estimation-points.html","\n<ul class=\"popover pop-points-open\"><% _.each(points, function(point) { %>\n <li><% if (point.selected) { %><a href=\"\" title=\"<%- point.name %>\" data-point-id=\"<%- point.id %>\" data-role-id=\"<%- roleId %>\" class=\"point\"><%- point.name %></a><% } else { %><a href=\"\" title=\"<%- point.name %>\" data-point-id=\"<%- point.id %>\" data-role-id=\"<%- roleId %>\" class=\"point active\"><%- point.name %></a><% } %></li><% }); %>\n</ul>");
|
|
||||||
$templateCache.put("common/history/history-activity.html","\n<div class=\"activity-single <%- mode %>\">\n <div class=\"activity-user\"><a href=\"\" title=\"<%- userFullName %>\" class=\"avatar\"><img src=\"<%- avatar %>\" alt=\"<%- userFullName %>\"/></a></div>\n <div class=\"activity-content\">\n <div class=\"activity-username\"><a href=\"\" title=\"<%- userFullName %>\" class=\"username\"><%- userFullName %></a><span class=\"date\"><%- creationDate %></span></div><% if (comment.length > 0) { %>\n <% if ((deleteCommentDate || deleteCommentUser)) { %>\n <div class=\"deleted-comment\"><span>Comment deleted by <%- deleteCommentUser %> on <%- deleteCommentDate %></span></div><% } %>\n <div class=\"comment wysiwyg\">\n <%= comment %>\n <% if (!deleteCommentDate && mode !== \"activity\" && canDeleteComment) { %><a href=\"\" data-activity-id=\"<%- activityId %>\" class=\"icon icon-delete comment-delete\"></a><% } %>\n </div><% } %>\n <% if(changes.length > 0) { %>\n <div class=\"changes\"><% if (mode != \"activity\") { %><a href=\"\" title=\"Show activity\" class=\"changes-title\"><span><%- changesText %></span><span class=\"icon icon-arrow-up\"></span></a><% } %>\n <% _.each(changes, function(change) { %>\n <%= change %>\n </div><% }) %>\n <% } %>\n </div>\n</div>");
|
$templateCache.put("common/history/history-activity.html","\n<div class=\"activity-single <%- mode %>\">\n <div class=\"activity-user\"><a href=\"\" title=\"<%- userFullName %>\" class=\"avatar\"><img src=\"<%- avatar %>\" alt=\"<%- userFullName %>\"/></a></div>\n <div class=\"activity-content\">\n <div class=\"activity-username\"><a href=\"\" title=\"<%- userFullName %>\" class=\"username\"><%- userFullName %></a><span class=\"date\"><%- creationDate %></span></div><% if (comment.length > 0) { %>\n <% if ((deleteCommentDate || deleteCommentUser)) { %>\n <div class=\"deleted-comment\"><span>Comment deleted by <%- deleteCommentUser %> on <%- deleteCommentDate %></span></div><% } %>\n <div class=\"comment wysiwyg\">\n <%= comment %>\n <% if (!deleteCommentDate && mode !== \"activity\" && canDeleteComment) { %><a href=\"\" data-activity-id=\"<%- activityId %>\" class=\"icon icon-delete comment-delete\"></a><% } %>\n </div><% } %>\n <% if(changes.length > 0) { %>\n <div class=\"changes\"><% if (mode != \"activity\") { %><a href=\"\" title=\"Show activity\" class=\"changes-title\"><span><%- changesText %></span><span class=\"icon icon-arrow-up\"></span></a><% } %>\n <% _.each(changes, function(change) { %>\n <%= change %>\n </div><% }) %>\n <% } %>\n </div>\n</div>");
|
||||||
$templateCache.put("common/history/history-base-entries.html","<% if (showMore > 0) { %><a href=\"\" title=\"Show more\" class=\"show-more show-more-comments\">+ Show previous entries (<%- showMore %> more)</a><% } %>\n<% _.each(entries, function(entry) { %>\n<%= entry %>\n<% }) %>");
|
$templateCache.put("common/history/history-base-entries.html","<% if (showMore > 0) { %><a href=\"\" title=\"Show more\" class=\"show-more show-more-comments\">+ Show previous entries (<%- showMore %> more)</a><% } %>\n<% _.each(entries, function(entry) { %>\n<%= entry %>\n<% }) %>");
|
||||||
$templateCache.put("common/history/history-base.html","\n<section class=\"history\">\n <ul class=\"history-tabs\">\n <li><a href=\"#\" class=\"active\"><span class=\"icon icon-comment\"></span><span class=\"tab-title\">Comments</span></a></li>\n <li><a href=\"#\"><span class=\"icon icon-issues\"></span><span class=\"tab-title\">Activity</span></a></li>\n </ul>\n <section class=\"history-comments\">\n <div class=\"comments-list\"></div>\n <div tg-check-permission=\"modify_<%- type %>\" tg-toggle-comment=\"tg-toggle-comment\" class=\"add-comment\">\n <textarea placeholder=\"Type a new comment here\" ng-model=\"<%- ngmodel %>.comment\" tg-markitup=\"tg-markitup\"></textarea><% if (mode !== \"edit\") { %><a href=\"https://taiga.io/support/taiga-markdown-syntax/\" target=\"_blank\" title=\"Mardown syntax help\" class=\"help-markdown\"><span class=\"icon icon-help\"></span><span>Markdown syntax help</span></a><a href=\"\" title=\"Comment\" class=\"button button-green save-comment\">Comment</a><% } %>\n </div>\n </section>\n <section class=\"history-activity hidden\">\n <div class=\"changes-list\"></div>\n </section>\n</section>");
|
$templateCache.put("common/history/history-base.html","\n<section class=\"history\">\n <ul class=\"history-tabs\">\n <li><a href=\"#\" class=\"active\"><span class=\"icon icon-comment\"></span><span class=\"tab-title\">Comments</span></a></li>\n <li><a href=\"#\"><span class=\"icon icon-issues\"></span><span class=\"tab-title\">Activity</span></a></li>\n </ul>\n <section class=\"history-comments\">\n <div class=\"comments-list\"></div>\n <div tg-check-permission=\"modify_<%- type %>\" tg-toggle-comment=\"tg-toggle-comment\" class=\"add-comment\">\n <textarea placeholder=\"Type a new comment here\" ng-model=\"<%- ngmodel %>.comment\" tg-markitup=\"tg-markitup\"></textarea><% if (mode !== \"edit\") { %><a href=\"https://taiga.io/support/taiga-markdown-syntax/\" target=\"_blank\" title=\"Mardown syntax help\" class=\"help-markdown\"><span class=\"icon icon-help\"></span><span>Markdown syntax help</span></a><a href=\"\" title=\"Comment\" class=\"button button-green save-comment\">Comment</a><% } %>\n </div>\n </section>\n <section class=\"history-activity hidden\">\n <div class=\"changes-list\"></div>\n </section>\n</section>");
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue