2957fd2297b3d53088dc89762fc86cb537aba44d

stable
Alejandro Alonso 2015-01-29 09:42:10 +01:00
parent 438c4e9ca9
commit 9fceedd804
3 changed files with 8 additions and 8 deletions

6
dist/index.html vendored
View File

@ -157,8 +157,8 @@
<p>Loading...</p> <p>Loading...</p>
</div> </div>
</div> </div>
<script src="/js/libs.js?v=1422516877233"></script> <script src="/js/libs.js?v=1422520900671"></script>
<script src="/js/app-loader.js?v=1422516877233"></script> <script src="/js/app-loader.js?v=1422520900671"></script>
<script src="/js/templates.js?v=1422516877233"></script> <script src="/js/templates.js?v=1422520900671"></script>
</body> </body>
</html> </html>

View File

@ -1,7 +1,7 @@
(function() { (function() {
var promise, version; var promise, version;
version = 1422516877247; version = 1422520900689;
window.taigaConfig = { window.taigaConfig = {
"api": "http://localhost:8000/api/v1/", "api": "http://localhost:8000/api/v1/",

View File

@ -101,10 +101,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 <% }) %>\n </div><% } %>\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 <% }) %>\n </div><% } %>\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>");
@ -113,6 +109,10 @@ $templateCache.put("common/history/history-change-diff.html","\n<div class=\"cha
$templateCache.put("common/history/history-change-generic.html","\n<div class=\"change-entry\">\n <div class=\"activity-changed\"><span><%- name %></span></div>\n <div class=\"activity-fromto\">\n <p><strong> from</strong><br/><span><%- from %></span></p>\n <p><strong> to</strong><br/><span><%- to %></span></p>\n </div>\n</div>"); $templateCache.put("common/history/history-change-generic.html","\n<div class=\"change-entry\">\n <div class=\"activity-changed\"><span><%- name %></span></div>\n <div class=\"activity-fromto\">\n <p><strong> from</strong><br/><span><%- from %></span></p>\n <p><strong> to</strong><br/><span><%- to %></span></p>\n </div>\n</div>");
$templateCache.put("common/history/history-change-points.html","<% _.each(points, function(point, name) { %>\n<div class=\"change-entry\">\n <div class=\"activity-changed\"><span>US points (<%- name.toLowerCase() %>)</span></div>\n <div class=\"activity-fromto\">\n <p><strong>from</strong><br/><span><%- point[0] %></span></p>\n <p><strong> to</strong><br/><span><%- point[1] %></span></p>\n </div>\n</div><% }); %>"); $templateCache.put("common/history/history-change-points.html","<% _.each(points, function(point, name) { %>\n<div class=\"change-entry\">\n <div class=\"activity-changed\"><span>US points (<%- name.toLowerCase() %>)</span></div>\n <div class=\"activity-fromto\">\n <p><strong>from</strong><br/><span><%- point[0] %></span></p>\n <p><strong> to</strong><br/><span><%- point[1] %></span></p>\n </div>\n</div><% }); %>");
$templateCache.put("common/history/history-deleted-comment.html","\n<div class=\"activity-single comment deleted-comment\">\n <div><span>Comment deleted by <%- deleteCommentUser %> on <%- deleteCommentDate %></span><a href=\"\" title=\"Show comment\" class=\"show-deleted-comment\">(Show deleted comment)</a><a href=\"\" title=\"Show comment\" class=\"hide-deleted-comment hidden\">(Hide deleted comment)</a></a>\n <div class=\"comment-body wysiwyg\"><%= deleteComment %></div>\n </div><% if (canRestoreComment) { %><a href=\"\" data-activity-id=\"<%- activityId %>\" class=\"comment-restore\"><span class=\"icon icon-reload\"></span><span>Restore comment</span></a><% } %>\n</div>"); $templateCache.put("common/history/history-deleted-comment.html","\n<div class=\"activity-single comment deleted-comment\">\n <div><span>Comment deleted by <%- deleteCommentUser %> on <%- deleteCommentDate %></span><a href=\"\" title=\"Show comment\" class=\"show-deleted-comment\">(Show deleted comment)</a><a href=\"\" title=\"Show comment\" class=\"hide-deleted-comment hidden\">(Hide deleted comment)</a></a>\n <div class=\"comment-body wysiwyg\"><%= deleteComment %></div>\n </div><% if (canRestoreComment) { %><a href=\"\" data-activity-id=\"<%- activityId %>\" class=\"comment-restore\"><span class=\"icon icon-reload\"></span><span>Restore comment</span></a><% } %>\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/lightbox/lightbox-assigned-to-users.html","<% if (selected) { %>\n<div class=\"watcher-single active\">\n <div class=\"watcher-avatar\"><a href=\"\" title=\"Assigned to\" class=\"avatar\"><img src=\"<%- selected.photo %>\"/></a></div><a href=\"\" title=\"<%- selected.full_name_display %>\" class=\"watcher-name\"><%-selected.full_name_display %></a><a href=\"\" title=\"Remove assigned\" class=\"icon icon-delete remove-assigned-to\"></a>\n</div><% } %>\n<% _.each(users, function(user) { %>\n<div data-user-id=\"<%- user.id %>\" class=\"watcher-single\">\n <div class=\"watcher-avatar\"><a href=\"#\" title=\"Assigned to\" class=\"avatar\"><img src=\"<%- user.photo %>\"/></a></div><a href=\"\" title=\"<%- user.full_name_display %>\" class=\"watcher-name\"><%- user.full_name_display %></a>\n</div><% }) %>\n<% if (showMore) { %>\n<div ng-show=\"filteringUsers\" class=\"more-watchers\"><span>...too many users, keep filtering</span></div><% } %>"); $templateCache.put("common/lightbox/lightbox-assigned-to-users.html","<% if (selected) { %>\n<div class=\"watcher-single active\">\n <div class=\"watcher-avatar\"><a href=\"\" title=\"Assigned to\" class=\"avatar\"><img src=\"<%- selected.photo %>\"/></a></div><a href=\"\" title=\"<%- selected.full_name_display %>\" class=\"watcher-name\"><%-selected.full_name_display %></a><a href=\"\" title=\"Remove assigned\" class=\"icon icon-delete remove-assigned-to\"></a>\n</div><% } %>\n<% _.each(users, function(user) { %>\n<div data-user-id=\"<%- user.id %>\" class=\"watcher-single\">\n <div class=\"watcher-avatar\"><a href=\"#\" title=\"Assigned to\" class=\"avatar\"><img src=\"<%- user.photo %>\"/></a></div><a href=\"\" title=\"<%- user.full_name_display %>\" class=\"watcher-name\"><%- user.full_name_display %></a>\n</div><% }) %>\n<% if (showMore) { %>\n<div ng-show=\"filteringUsers\" class=\"more-watchers\"><span>...too many users, keep filtering</span></div><% } %>");
$templateCache.put("common/lightbox/lightbox-assigned-to.html","<a href=\"\" title=\"close\" class=\"close\"><span class=\"icon icon-delete\"></span></a>\n<div class=\"form\">\n <h2 class=\"title\">Select assigned to</h2>\n <fieldset>\n <input type=\"text\" data-maxlength=\"500\" placeholder=\"Search for users\" ng-model=\"usersSearch\"/>\n </fieldset>\n <div class=\"watchers\"></div>\n</div>"); $templateCache.put("common/lightbox/lightbox-assigned-to.html","<a href=\"\" title=\"close\" class=\"close\"><span class=\"icon icon-delete\"></span></a>\n<div class=\"form\">\n <h2 class=\"title\">Select assigned to</h2>\n <fieldset>\n <input type=\"text\" data-maxlength=\"500\" placeholder=\"Search for users\" ng-model=\"usersSearch\"/>\n </fieldset>\n <div class=\"watchers\"></div>\n</div>");
$templateCache.put("common/lightbox/lightbox-block.html","<a href=\"\" title=\"close\" class=\"close\"><span class=\"icon icon-delete\"></span></a>\n<div class=\"form\">\n <h2 class=\"title\"></h2>\n <fieldset>\n <textarea placeholder=\"Please explain the reason\" class=\"reason\"></textarea>\n </fieldset><a href=\"\" class=\"button button-green\"><span>Save</span></a>\n</div>"); $templateCache.put("common/lightbox/lightbox-block.html","<a href=\"\" title=\"close\" class=\"close\"><span class=\"icon icon-delete\"></span></a>\n<div class=\"form\">\n <h2 class=\"title\"></h2>\n <fieldset>\n <textarea placeholder=\"Please explain the reason\" class=\"reason\"></textarea>\n </fieldset><a href=\"\" class=\"button button-green\"><span>Save</span></a>\n</div>");