Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing space in jade file. | Lauri Ojansivu | 2018-07-05 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Fix minicard parents display | Nicu Tofan | 2018-06-26 | 1 | -14/+13 |
| | |||||
* | Show parent in card (no links, yet) | Nicu Tofan | 2018-06-26 | 1 | -1/+15 |
| | |||||
* | Merge branch 'fixRDate' of https://github.com/rjevnikar/wekan into ↵ | Lauri Ojansivu | 2018-06-14 | 1 | -1/+1 |
|\ | | | | | | | rjevnikar-fixRDate | ||||
| * | Fix minicardReceivedDate typo identified in #1694 | RJevnikar | 2018-06-14 | 1 | -1/+1 |
| | | |||||
* | | testing markdown support for custom fields | Ignatz | 2018-06-14 | 1 | -1/+2 |
| | | |||||
* | | trying to fix display Issue with dropdown custom fields | Ignatz | 2018-06-14 | 1 | -1/+1 |
|/ | |||||
* | Modify mini cards so that received date is shown if there is no start date, ↵ | RJevnikar | 2018-06-08 | 1 | -1/+11 |
| | | | | and due date is shown if there is no end date. | ||||
* | making custom-fields uneditable on minicard | IgnatzHome | 2018-05-20 | 1 | -2/+2 |
| | |||||
* | customFields bevore mebers on minicard | IgnatzHome | 2018-05-20 | 1 | -5/+5 |
| | |||||
* | style correction for custom fields on minicard | IgnatzHome | 2018-05-20 | 1 | -4/+5 |
| | |||||
* | correcting indent in jade | IgnatzHome | 2018-05-20 | 1 | -4/+4 |
| | |||||
* | showOnCard test implementation | IgnatzHome | 2018-05-20 | 1 | -0/+9 |
| | |||||
* | Add card spent time to log time what can be overtime or not (will support ↵ | Thuan Pham Quoc | 2017-11-20 | 1 | -4/+8 |
| | | | | filtering in future) | ||||
* | Added markdown support to card-titles, minicard-titles, checklist title, and ↵ | Brooks Becton | 2017-11-14 | 1 | -1/+3 |
| | | | | checklist items | ||||
* | Fix: incorrect attachment link with subfolder in the url | nztqa | 2017-06-27 | 1 | -1/+1 |
| | |||||
* | Make Due Date layout nicer on minicard. Thanks to whittssg2! | Lauri Ojansivu | 2017-02-11 | 1 | -7/+7 |
| | |||||
* | Add checklist feature | lksime | 2017-01-20 | 1 | -1/+6 |
| | |||||
* | Display start and due dates in minicards. | shoetten | 2016-11-22 | 1 | -0/+6 |
| | |||||
* | UI: Fix scaling of cover images (Fixes: #548) | Alexander Sulfrian | 2016-04-25 | 1 | -2/+1 |
| | | | | | | This reverts f039923ac134e4a3cc70a1a7d47c21460676b1c0 and fixes #196 in a different way (adding quotes). So that we can use the css background properties to scale the cover images. | ||||
* | Support app deployment under a path prefix | Maxime Quandalle | 2015-10-08 | 1 | -1/+1 |
| | | | | Fixes #133 | ||||
* | Fix #196 | Maxime Quandalle | 2015-06-16 | 1 | -1/+2 |
| | |||||
* | Work on the card activities and comments | Maxime Quandalle | 2015-06-12 | 1 | -1/+1 |
| | | | | | | | | | This commit also introduces a new CSSEvents object that is used to abstract vendor specifics events related to CSS transitions and animations. Fixes #183. Fixes #179. | ||||
* | Re-factor the avatar system and support avatar uploads | Maxime Quandalle | 2015-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The user is now able to upload an avatar, and pick one in a list. This functionality should eventually be abstracted in a community package but we still need to work on a great public API. We rely on collectionFS to manage uploaded avatars. We also removed bengott:avatar which was trying to solve the wrong problem (namely displaying the avatar, which is as simple as displaying an image), and not a avatar system as it should be. Gravatar support is coming (back) soon. We may also want to have a list of default fun avatars the user can choose instead of uploading its own one. | ||||
* | Add a UI to restore archived cards | Maxime Quandalle | 2015-06-07 | 1 | -30/+24 |
| | |||||
* | Implement multi-selection | Maxime Quandalle | 2015-05-30 | 1 | -6/+10 |
| | | | | | | The UI and the internal APIs are still rough around the edges but the feature is basically working. You can now select multiple cards and move them together or (un|)assign them a label. | ||||
* | UI improvements | Maxime Quandalle | 2015-05-27 | 1 | -0/+27 |
* Implement visibility choice on board creation; * Rework the board header bar. Remove links to un-implemented features; * Implement a board star counter (visible if the board have >2 stars); * Define a new icon (a thin cross) to close elements; * Remove $(document).on('mouseover') event handlers that were basically fired hundreds of times for nothing, we now define a proper Tracker dependency to execute jquery-ui plugin initialization only when something has changed; * Bug fixes related to list scrolling. |