Maxime Quandalle
31b60d82fc
Upgrade Meteor to 1.2.1-rc4
...
This version includes a more complete selection of ES2015 polyfills
that I started used across the code base, for instance by replacing
`$.trim(str)` by `str.trim()`.
2015-10-23 16:56:55 +02:00
Maxime Quandalle
b9d20e04f2
Display the board name in the page title
...
Fixes #364
2015-10-22 18:13:16 +02:00
Maxime Quandalle
aa974aa54a
Prefer ES5 methods over underscore utilities
...
Since 07cc454 (ie the switch to Meteor 1.2) we includes the `es5-shim`
polyfill to support methods like `Array.prototype.forEach` in a
consistent way across all supported browsers (IE8+).
MDG recently released a blog post recommending the use of these native
methods instead of underscore [0]. We know follow this recommendation.
This commit also favor some ES6 features (argument defaults,
destructing assignment) in places where we didn’t use them.
[0]: http://info.meteor.com/blog/es2015-get-started
2015-10-22 18:13:12 +02:00
Maxime Quandalle
c6b12dc5ad
Upgrade peerlibrary:blaze-components to v0.14
...
This change includes method renames and others UI related packages
updates.
2015-10-21 04:34:44 +02:00
Maxime Quandalle
9154b06fc3
Upgrade kenton:accounts-sandstorm package to 0.1.6
...
We now delegates more user attributes sync (avatar and permissions) to
this package instead of doing it ourselves.
2015-10-21 04:26:16 +02:00
Maxime Quandalle
7a5f030cc8
Merge branch 'xavierpriour-devel' into devel
...
Conflicts:
models/import.js
2015-10-20 20:06:26 +02:00
Maxime Quandalle
118b434a5a
Provide a default date for lists and cards creation date
...
See https://github.com/wekan/wekan/pull/362#issuecomment-149645497
for motivation.
This commit also contains cosmetic changes to the import Popup and
on the code style to be more consistent with the code base.
2015-10-20 20:02:12 +02:00
Maxime Quandalle
f3fc154eb0
Re-implement label deletion
...
This was not ported during v0.9 re-factor.
Fixes #322
2015-10-20 19:07:24 +02:00
Xavier Priour
4540bd36c4
Import board: import comments and log activities
2015-10-19 00:59:50 +02:00
Xavier Priour
595d5f97ac
Import board: now proper createdAt dates
2015-10-17 19:29:25 +02:00
Xavier Priour
468694a84c
Import board: added UI
2015-10-17 18:00:46 +02:00
Maxime Quandalle
15ebfa63c6
Translate the label colors
2015-10-15 00:52:32 +02:00
Maxime Quandalle
944a1065d3
Add some ESLint rules and fix some related issues
2015-10-14 23:50:12 +02:00
Maxime Quandalle
43de3b8a01
Prevent dublicated empty labels of the same color
2015-10-14 23:40:27 +02:00
Xavier Priour
b670a1ab36
Import single card: proper error handling
2015-10-14 23:23:17 +02:00
Xavier Priour
7d57ce896b
Import single card: create an 'importCard' activity entry
2015-10-14 23:23:16 +02:00
Xavier Priour
d8892d6408
Import single card: refactor to meteor method
2015-10-14 23:23:16 +02:00
Xavier Priour
7e64c22c1a
Import single card: archived card
2015-10-14 23:23:16 +02:00
Xavier Priour
68518f5497
Import single card: map labels
2015-10-14 23:23:16 +02:00
Xavier Priour
432c1ebb5d
Import single card: now with description and comments
2015-10-14 23:23:16 +02:00
Xavier Priour
1b9df00492
Import single card: title and proper sort index
2015-10-14 23:23:16 +02:00
Xavier Priour
bc79b83140
Add card import UI
2015-10-14 23:23:16 +02:00
Maxime Quandalle
758be3356c
Use a better API to retrieve the new card position
...
Fixes #347
2015-10-13 19:56:04 +02:00
Maxime Quandalle
3f7df340e1
Set some DOM transformation to fix some of the accessibility issues
...
See #337 for the complete rationale by @ndarilek -- thank you :)
Closes #338
2015-10-13 19:49:00 +02:00
Maxime Quandalle
8bbc69616f
Abstract the jquery-textcomplete integration with EscapeActions
...
We now can re-use this integration in multiple places, this will be
useful for #342 for instance.
2015-10-13 18:36:58 +02:00
Maxime Quandalle
bf46a21405
Fix a typo in a function call introduced in a78debc
2015-10-13 14:10:56 +02:00
Maxime Quandalle
a78debc461
Support app deployment under a path prefix
...
Fixes #133
2015-10-08 23:28:27 +02:00
Maxime Quandalle
57fa7af24c
Merge pull request #326 from AlexanderS/fix/display-all-archived
...
sidebar: Filter archived cards/lists for current board
2015-09-24 15:12:47 +02:00
Alexander Sulfrian
b2ab174fd5
sidebar: Filter archived cards/lists for current board
...
The archived items should be filtered for the current board or else you
will get a global list of all archived items on all boards.
2015-09-24 12:32:48 +02:00
Alexander Sulfrian
bf8f335ae7
Fix removeMemberPopup
...
The removeMemberPopup was missing the required helper to get the user and board
information and the user profile field is called "fullname" and not "name".
2015-09-20 23:52:51 +02:00
Maxime Quandalle
33888f9fbb
Merge pull request #316 from AlexanderS/fix/delete-card
...
Fix card deletion
This bug was introduced in b3851817 .
2015-09-20 16:57:00 +02:00
Alexander Sulfrian
f4a68a0f7d
Fix Popup.afterCommit
...
We need to use "function() {}" instead of the ES6 style "() {}" with
popup.afterCommit because we need the original value of "this" inside
the callback.
2015-09-20 16:49:11 +02:00
fisle
14b7213af4
Shortcut: F toggles filter sidebar
2015-09-19 16:46:49 +03:00
fisle
119d4b787d
Shortcut: Spacebar assigns self to current card
2015-09-19 16:41:41 +03:00
Maxime Quandalle
b14fd985ff
Add some strings to the translation set
2015-09-18 17:37:01 +02:00
Maxime Quandalle
786423ba9d
Display “Filter cards” action for non-board members
2015-09-18 17:37:01 +02:00
Maxime Quandalle
ec92f84f41
Merge pull request #305 from AlexanderS/fix/multiselect-toggle
...
Fix multiselect toggle logic
This bug was introduced in 45b662a
2015-09-16 15:35:18 +02:00
Alexander Sulfrian
6277bd2a90
Fix multiselect toggle logic
...
If every element already has the label/member, we do not need to add it
but it should be removed and if every element does not have the element,
we should add it.
2015-09-16 04:30:02 +02:00
Alexander Sulfrian
c5c1d06446
Remove redundant words
2015-09-16 04:19:57 +02:00
Maxime Quandalle
0f014c954c
Merge branch 'master' into devel
2015-09-10 19:25:15 +02:00
Maxime Quandalle
cad7741b54
Fix the draft saving feature on card switching
2015-09-10 19:11:19 +02:00
Maxime Quandalle
8182cd1193
Fix labels drag and drop from the sidebar
...
This bug was introduced in e964fbb5 .
Fixes #295 .
2015-09-10 18:27:04 +02:00
Maxime Quandalle
e65c79edfa
Fix text selection in the card detailed pane
...
Fixes #255 .
2015-09-10 18:22:10 +02:00
Maxime Quandalle
45b662a1dd
Centralize all mutations at the model level
...
This commit uses a new package that I need to document. It tries to
solve the long-standing debate in the Meteor community about
allow/deny rules versus methods (RPC).
This approach gives us both the centralized security rules of
allow/deny and the white-list of allowed mutations similarly to Meteor
methods. The idea to have static mutation descriptions is also
inspired by Facebook's Relay/GraphQL.
This will allow the development of a REST API using the high-level
methods instead of the MongoDB queries to do the mapping between the
HTTP requests and our collections.
2015-09-08 20:19:42 +02:00
Maxime Quandalle
dd95ecba98
Fix some dead links
...
This commit fixes the download link in the activity feed on the
sidebar and the mention link on card description and comments
(replaced by a popup).
`eslint .` now passes without any error or warning.
Fixes #286
2015-09-06 23:42:52 +02:00
Maxime Quandalle
76004e407c
Fix header style when there are too much starred boards
...
Fixes #237
2015-09-06 23:08:49 +02:00
Maxime Quandalle
74fba0a817
Fix a recurrent English typo
2015-09-06 22:47:29 +02:00
Maxime Quandalle
54bc9d0dcb
Add a missing translation
2015-09-06 22:36:36 +02:00
Maxime Quandalle
e964fbb5cc
Hide some disabled forms for anonymous board viewers
...
Fixes #288
Fixes #289
Fixes #290
2015-09-06 03:54:36 +02:00
Maxime Quandalle
ddb6b62f53
Fix markdown rendering in the message viewer
...
Fixes #284
2015-09-06 03:34:06 +02:00