Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #1885 | Andrés Manelli | 2018-09-12 | 1 | -4/+30 |
| | |||||
* | Fix and improve linked cards | Andrés Manelli | 2018-08-21 | 1 | -6/+7 |
| | |||||
* | Refactor imported -> linked in components | Andrés Manelli | 2018-08-11 | 1 | -14/+14 |
| | |||||
* | Fix lint errors | Andrés Manelli | 2018-08-11 | 1 | -1/+1 |
| | |||||
* | Avoid reimport imported card | Andrés Manelli | 2018-08-11 | 1 | -1/+2 |
| | |||||
* | Allow description and member two way binding | Andrés Manelli | 2018-08-10 | 1 | -3/+3 |
| | |||||
* | Avoid importing imported cards or boards | Andrés Manelli | 2018-08-10 | 1 | -1/+2 |
| | |||||
* | Link description | Andrés Manelli | 2018-08-10 | 1 | -1/+5 |
| | |||||
* | Import card-as-card, board-as-card. Add styling. Missing details and links | Andrés Manelli | 2018-08-10 | 1 | -18/+101 |
| | |||||
* | Avoid showing current board | Andrés Manelli | 2018-08-10 | 1 | -3/+9 |
| | |||||
* | Add UI for importing card-as-card and board-as-card | Andrés Manelli | 2018-08-10 | 1 | -0/+106 |
| | |||||
* | Merge branch 'devel' into nested-tasks | Nicu Tofan | 2018-06-28 | 1 | -7/+4 |
|\ | |||||
| * | Introducing third board view: calendar. | Nicu Tofan | 2018-06-26 | 1 | -1/+1 |
| | | | | | | | | A dependency to rzymek:fullcalendar has also been added. | ||||
* | | implement getDefaultSwimline for boards | Nicu Tofan | 2018-06-26 | 1 | -1/+1 |
|/ | |||||
* | linter corrections | Ignatz | 2018-05-18 | 1 | -3/+3 |
| | |||||
* | resolving merge conflicts | IgnatzHome | 2018-05-17 | 1 | -0/+7 |
|\ | |||||
| * | card model and card ui preparation for custom fields | Pouyan Savoli | 2017-09-22 | 1 | -0/+7 |
| | | |||||
* | | Fix #1567 | Andrés Manelli | 2018-04-16 | 1 | -5/+5 |
| | | |||||
* | | Add card on first swimlane found | Andrés Manelli | 2018-01-22 | 1 | -1/+8 |
| | | |||||
* | | Allow toogle of lists and swimlanes views | Andrés Manelli | 2018-01-22 | 1 | -0/+7 |
| | | |||||
* | | Fix lint errors | Andrés Manelli | 2018-01-22 | 1 | -1/+1 |
| | | |||||
* | | First swimlane draft, no functionality | Andrés Manelli | 2018-01-19 | 1 | -0/+2 |
| | | |||||
* | | added soft wip limit feature, fixed wipLimit=0 bug (??) | amadilsons | 2017-10-31 | 1 | -2/+1 |
| | | |||||
* | | feature implemented, known bugs fixed | amadilsons | 2017-10-05 | 1 | -1/+2 |
| | | |||||
* | | most work concluded, code needs clean up, further testing required | amadilsons | 2017-10-04 | 1 | -7/+9 |
|/ | |||||
* | Usernames should be able to include dots (.) | Jonas Oberg | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | current progress | Ryan Helsing | 2017-03-18 | 1 | -0/+7 |
| | |||||
* | Upgrade ESLint to v2 | Maxime Quandalle | 2016-03-17 | 1 | -1/+3 |
| | | | | This commit also tweak the code style following backward-incompatible v2 rules. | ||||
* | Remove unnecessary template name declaration | Maxime Quandalle | 2016-01-03 | 1 | -8/+0 |
| | | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration. | ||||
* | Dynamically resize the new card form if the title is too long | Maxime Quandalle | 2015-12-09 | 1 | -1/+6 |
| | |||||
* | bugfix: only care active members, also optimize some code | floatinghotpot | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Finish the minicard editor auto-completion feature | Maxime Quandalle | 2015-11-08 | 1 | -85/+71 |
| | | | | | | | | | | | This commit stands on the initial support implemented in #342. We now avoid error-prone parsing step by adding the member or the label directly to the card object. We also added support for `Tab` to completion on our textComplete component. Closes #342 | ||||
* | Merge branch 'devel' into minicard-editor | Maxime Quandalle | 2015-10-31 | 1 | -5/+5 |
|\ | | | | | | | | | Conflicts: client/components/lists/listBody.js | ||||
| * | Upgrade Meteor to 1.2.1-rc4 | Maxime Quandalle | 2015-10-23 | 1 | -3/+3 |
| | | | | | | | | | | | | 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()`. | ||||
| * | Upgrade peerlibrary:blaze-components to v0.14 | Maxime Quandalle | 2015-10-21 | 1 | -1/+1 |
| | | | | | | | | | | This change includes method renames and others UI related packages updates. | ||||
| * | Use a better API to retrieve the new card position | Maxime Quandalle | 2015-10-13 | 1 | -1/+1 |
| | | | | | | | | Fixes #347 | ||||
* | | Made colours light grey in the labels dropdown | Kenton Hamaluik | 2015-10-10 | 1 | -1/+6 |
| | | |||||
* | | Added coloured label badges in autocomplete list | Kenton Hamaluik | 2015-10-08 | 1 | -5/+14 |
| | | |||||
* | | Pressing escape while autocomplete is open no longer closes the minicard | Kenton Hamaluik | 2015-10-08 | 1 | -0/+5 |
| | | |||||
* | | Now cards with *only* metadata aren't created empty | Kenton Hamaluik | 2015-10-08 | 1 | -27/+27 |
| | | |||||
* | | Added space after if to conform to formatting | Kenton Hamaluik | 2015-10-08 | 1 | -3/+3 |
| | | |||||
* | | Fixed issue with possible race condition, suggested by @mquandalle | Kenton Hamaluik | 2015-10-08 | 1 | -8/+4 |
| | | |||||
* | | Fixed typo in template for quick-adding a user. | Kenton Hamaluik | 2015-10-03 | 1 | -1/+1 |
| | | |||||
* | | Made eslinter happy. | Kenton Hamaluik | 2015-10-03 | 1 | -12/+12 |
| | | |||||
* | | Conformed to the 80-character line length limit. | Kenton Hamaluik | 2015-10-03 | 1 | -9/+11 |
| | | |||||
* | | Initial support for @user and #label use in new cards. | Kenton Hamaluik | 2015-10-03 | 1 | -1/+97 |
|/ | | | | | | | | | | | | 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. | ||||
* | Fix a recurrent English typo | Maxime Quandalle | 2015-09-06 | 1 | -2/+2 |
| | |||||
* | Enforce a consistent ES6 coding style | Maxime Quandalle | 2015-09-03 | 1 | -40/+40 |
| | | | | | | | | | Replace the old (and broken) jshint + jscsrc by eslint and configure it to support some of the ES6 features. The command `eslint` currently has one error which is a bug that was discovered by its static analysis and should be fixed (usage of a dead object). | ||||
* | Call me Wekan | Maxime Quandalle | 2015-08-28 | 1 | -1/+1 |
| | | | | | | Thank you @neynah for the Wekan icons Closes #247 | ||||
* | More explicit file names | Maxime Quandalle | 2015-08-28 | 1 | -0/+143 |