Call me Wekan

Thank you @neynah for the Wekan icons

Closes #247
This commit is contained in:
Maxime Quandalle 2015-08-28 09:50:41 +02:00
parent 691c3aff68
commit 84f49fa7a1
21 changed files with 240 additions and 57 deletions

View file

@ -46,7 +46,7 @@ Migrations.add('lowercase-board-permission', function() {
});
});
// Security migration: see https://github.com/libreboard/libreboard/issues/99
// Security migration: see https://github.com/wekan/wekan/issues/99
Migrations.add('change-attachments-type-for-non-images', function() {
var newTypeForNonImage = 'application/octet-stream';
Attachments.find().forEach(function(file) {

View file

@ -91,7 +91,7 @@ Meteor.publishComposite('board', function(boardId) {
// a similar problem:
//
// https://github.com/Goluis/cottz-publish/issues/4
// https://github.com/libreboard/libreboard/pull/78
// https://github.com/wekan/wekan/pull/78
//
// The current state of relational publishing in meteor is a bit sad,
// there are a lot of various packages, with various APIs, some of them