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
10 years ago
Maxime Quandalle
1bf9e65571
Remove the Meteor._wrapAsync depreciation warning
...
This warning was raised by the `cfs:storage-adapter` package and fixed
in https://github.com/CollectionFS/Meteor-CollectionFS/pull/663 .
10 years ago
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.
10 years ago
Maxime Quandalle
e504ac2894
Enforce "public" visibility for Sandstorm boards
...
Fixes #346
10 years ago
Maxime Quandalle
bf46a21405
Fix a typo in a function call introduced in a78debc
10 years ago
Maxime Quandalle
380de21c20
Merge pull request #354 from xavierpriour/devel
...
Add editorconfig support
10 years ago
Xavier Priour
21dcd162f5
Add editorconfig support
10 years ago
Kenton Hamaluik
3507c6565b
Made colours light grey in the labels dropdown
10 years ago
Maxime Quandalle
a78debc461
Support app deployment under a path prefix
...
Fixes #133
10 years ago
Kenton Hamaluik
fde2a39ee3
Added coloured label badges in autocomplete list
10 years ago
Kenton Hamaluik
f5be121cf3
Pressing escape while autocomplete is open no longer closes the minicard
10 years ago
Kenton Hamaluik
c2cb17c5df
Now cards with *only* metadata aren't created empty
10 years ago
Kenton Hamaluik
a212b1310c
Added space after if to conform to formatting
10 years ago
Kenton Hamaluik
77ca52d8c2
Fixed issue with possible race condition, suggested by @mquandalle
10 years ago
Maxime Quandalle
c804813e5f
Merge pull request #344 from hack1m/devel
...
Updated to Meteor 1.2.0.2
10 years ago
hack1m
6db8bfc343
updated to Meteor 1.2.0.2
10 years ago
Kenton Hamaluik
e4c5d2cbe6
Fixed typo in template for quick-adding a user.
10 years ago
Kenton Hamaluik
429686ef48
Made eslinter happy.
10 years ago
Kenton Hamaluik
8010ed8d6d
Added package.json for meteor deployment
10 years ago
Kenton Hamaluik
d105da5bc7
Conformed to the 80-character line length limit.
10 years ago
Kenton Hamaluik
bfcfd2ebda
Initial support for @user and #label use in new cards.
...
When creating a new [mini]card, typing `@` or `#` brings up an
auto-complete box for board members and labels which will get applied to
the card upon creation. These textual tags are removed from the card
title before saving to maintain sanity. If a label doesn't have a name,
it's colour is used (i.e. `red`, `purple`, etc).
This was developed to ease the creation of new cards and allow users to
rapidly create cards without having to click numerous times just to
apply labels & members.
10 years ago
Maxime Quandalle
57fa7af24c
Merge pull request #326 from AlexanderS/fix/display-all-archived
...
sidebar: Filter archived cards/lists for current board
10 years ago
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.
10 years ago
Maxime Quandalle
b8403b9c35
Upgrade to Meteor 1.2
10 years ago
Maxime Quandalle
5f239754d6
Merge pull request #317 from AlexanderS/fix/remove-member
...
Fix removeMemberPopup
10 years ago
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".
10 years ago
Maxime Quandalle
33888f9fbb
Merge pull request #316 from AlexanderS/fix/delete-card
...
Fix card deletion
This bug was introduced in b3851817
.
10 years ago
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.
10 years ago
Maxime Quandalle
9d5f473395
Merge pull request #314 from fisle/devel
...
Shortcut: Spacebar assigns self to current card, 'F' toggles filter sidebar
10 years ago
fisle
14b7213af4
Shortcut: F toggles filter sidebar
10 years ago
fisle
119d4b787d
Shortcut: Spacebar assigns self to current card
10 years ago
Maxime Quandalle
cd9a1094ea
Use Travis container-based infrastructure
...
This option add a few restrictions (in particular `sudo` is disabled)
but makes the process quicker to start and to execute.
10 years ago
Maxime Quandalle
ece7354b0c
Configure Continuous Integration (CI) for linting rules
10 years ago
Maxime Quandalle
b14fd985ff
Add some strings to the translation set
10 years ago
Maxime Quandalle
786423ba9d
Display “Filter cards” action for non-board members
10 years ago
Maxime Quandalle
ec92f84f41
Merge pull request #305 from AlexanderS/fix/multiselect-toggle
...
Fix multiselect toggle logic
This bug was introduced in 45b662a
10 years ago
Maxime Quandalle
23218d0985
Merge pull request #304 from AlexanderS/fix/redundant-words
...
Remove redundant words
10 years ago
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.
10 years ago
Alexander Sulfrian
c5c1d06446
Remove redundant words
10 years ago
Maxime Quandalle
bc1a576a67
Upgrade Meteor 1.2 to RC 14
...
This fixes the weird trace reported in #264 and in
https://github.com/meteor/meteor/issues/5107 .
10 years ago
Maxime Quandalle
dbbdebf313
Bump sandstorm app version
10 years ago
Maxime Quandalle
0f014c954c
Merge branch 'master' into devel
10 years ago
Maxime Quandalle
8cb4577064
Release v0.9
10 years ago
Maxime Quandalle
40c73cfc0a
Mention Heroku one-click-install on the release notes
10 years ago
Maxime Quandalle
cad7741b54
Fix the draft saving feature on card switching
10 years ago
Maxime Quandalle
6dbd6d0010
Update README in preparation of v0.9
...
Use the Sandstorm app market introduction and update the links to
docker, sandstorm, gitter, and heroku, and the app screenshot.
10 years ago
Maxime Quandalle
8182cd1193
Fix labels drag and drop from the sidebar
...
This bug was introduced in e964fbb5
.
Fixes #295 .
10 years ago
Maxime Quandalle
e65c79edfa
Fix text selection in the card detailed pane
...
Fixes #255 .
10 years ago
Maxime Quandalle
1c805e084f
Use the master branch as default for heroku deployments
...
Devel might contain instable features
10 years ago
Maxime Quandalle
3934ee13f7
Support Heroku one-click deploy
...
Fixes #76
Closes #188
10 years ago