Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - [View markdown on List names, Custom Fields (Text and Dropdown), Label names, | Lauri Ojansivu | 2019-05-11 | 1 | -2/+5 |
| | | | | | | | | All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7 ! Related #2334 | ||||
* | Fixed RTL issue #884 | Guy Zylberberg | 2019-05-08 | 1 | -3/+3 |
| | |||||
* | - Remove from card menu, because they also exist at card: | Lauri Ojansivu | 2019-04-24 | 1 | -7/+7 |
| | | | | | | | | | members, labels, attachments, dates received/start/due/end. Thanks to sfahrenholz, jrsupplee and xet7 ! Closes #2242, related https://community.vanila.io/?t=517527b6-3d84-4e9d-b2ec-6f560a9cfdf7 | ||||
* | Avoid set self as parent card, for real | Andrés Manelli | 2019-03-08 | 1 | -5/+5 |
| | |||||
* | Add the following new Sandstorm features and fixes: | Lauri Ojansivu | 2019-02-27 | 1 | -11/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082) - Board favorites - New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125) and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel. - Linked Cards and Linked Boards. - Some not needed options like Logout etc have been hidden from top bar right menu. - [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board. and removes the following features: - Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601). Sandstorm Wekan does not have Welcome Board. Thanks to xet7 ! Closes #2125, closes #2082, closes #1430, closes #1601, related #2205, related #2070, related #1695, related #1192. | ||||
* | IFTTT: card colors: add an actual white entry | Benjamin Tissoires | 2019-01-24 | 1 | -3/+4 |
| | | | | | | | | | To unset the color through the IFTTT, we need a white entry. However, we do not want to show the white enry in the hamburger `Set Color` entry. We can also give the `white` capability to the API, it won't hurt and be more straightforward. | ||||
* | set card colors: properly set the title of the popups | Benjamin Tissoires | 2019-01-24 | 1 | -4/+1 |
| | |||||
* | Set the card color with the color picker | Benjamin Tissoires | 2019-01-22 | 1 | -28/+7 |
| | | | | When triggered from the hamburger | ||||
* | color: add option in hamburger to change the card color | Benjamin Tissoires | 2019-01-22 | 1 | -1/+33 |
| | | | | | | Currently only dropdown, no palette Fixes: #428 | ||||
* | Add the ability to change the card background | Benjamin Tissoires | 2019-01-22 | 1 | -1/+1 |
| | | | | Currently the only way to set it is via the REST API | ||||
* | Issue: Hard to use Wekan on mobile because of UI/UX issues #953 | hupptechnologies | 2019-01-01 | 1 | -2/+2 |
| | | | | Resolved #953 | ||||
* | - Hide Linked Card and Linked Board on Sandstorm, because they are only | Lauri Ojansivu | 2018-11-03 | 1 | -7/+11 |
| | | | | | | | useful when having multiple boards, and at Sandstorm there is only one board per grain. Thanks to ocdtrekkie and xet7. Closes #1982 | ||||
* | - Add permission "No comments". It is like normal user, but does not show ↵ | Lauri Ojansivu | 2018-09-04 | 1 | -18/+21 |
| | | | | | | comments and activities. Thanks to xet7 ! | ||||
* | Only allow ifCanModify users to add dates (received, start, end, and due). | rjevnikar | 2018-08-28 | 1 | -4/+8 |
| | |||||
* | Fix hiddenSystemMessages | Andrés Manelli | 2018-08-15 | 1 | -1/+6 |
| | |||||
* | Fix removed setters and getters | Andrés Manelli | 2018-08-15 | 1 | -10/+10 |
| | |||||
* | Fix rebase errors | Andrés Manelli | 2018-08-11 | 1 | -7/+0 |
| | |||||
* | Refactor imported -> linked in components | Andrés Manelli | 2018-08-11 | 1 | -3/+3 |
| | |||||
* | Add imported card location | Andrés Manelli | 2018-08-11 | 1 | -0/+4 |
| | |||||
* | Indicate board or card through icons. Indicate if archived | Andrés Manelli | 2018-08-11 | 1 | -2/+5 |
| | |||||
* | Add title binding | Andrés Manelli | 2018-08-11 | 1 | -3/+3 |
| | |||||
* | Add two way binding of card/board times | Andrés Manelli | 2018-08-11 | 1 | -5/+12 |
| | |||||
* | Allow description and member two way binding | Andrés Manelli | 2018-08-10 | 1 | -4/+4 |
| | |||||
* | Link description | Andrés Manelli | 2018-08-10 | 1 | -2/+2 |
| | |||||
* | Fix flagging of dates (i.e. due date only flagged when before end date) | RJevnikar | 2018-07-31 | 1 | -7/+7 |
| | |||||
* | Added ability to change card's parent. | Nicu Tofan | 2018-06-26 | 1 | -0/+27 |
| | |||||
* | Links for parents in card details. | Nicu Tofan | 2018-06-26 | 1 | -1/+1 |
| | |||||
* | Show parent in card (no links, yet) | Nicu Tofan | 2018-06-26 | 1 | -0/+6 |
| | |||||
* | Board level settings for subtasks | Nicu Tofan | 2018-06-26 | 1 | -2/+3 |
| | |||||
* | Initial implementation for subtasks | Nicu Tofan | 2018-06-26 | 1 | -0/+3 |
| | |||||
* | Fix spacing on cardDetails.jade to get 'Add' buttons in <a> tag for ↵ | RJevnikar | 2018-06-07 | 1 | -10/+10 |
| | | | | RequestedBy & AssignedBy | ||||
* | Remove delete option from board hamburger menu | RJevnikar | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Fix AssignedBy & RequestedBy fields & forms | RJevnikar | 2018-06-06 | 1 | -5/+3 |
| | |||||
* | Add additional label colours (from pull by JamesLavin), Add Assigned & ↵ | RJevnikar | 2018-06-05 | 1 | -2/+48 |
| | | | | Requested By text fields. | ||||
* | More style corrections | IgnatzHome | 2018-05-17 | 1 | -0/+1 |
| | |||||
* | Removing Doupling start / end and more style corrections | IgnatzHome | 2018-05-17 | 1 | -10/+0 |
| | |||||
* | resolving merge conflicts | IgnatzHome | 2018-05-17 | 1 | -0/+17 |
|\ | |||||
| * | show custom fields on cards but still with dummy value | Pouyan Savoli | 2017-09-22 | 1 | -16/+4 |
| | | |||||
| * | card model and card ui preparation for custom fields | Pouyan Savoli | 2017-09-22 | 1 | -0/+3 |
| | | |||||
| * | many custom fields model and UI enhancements | Pouyan Savoli | 2017-09-22 | 1 | -0/+15 |
| | | |||||
* | | Fix: Copy Card, Move Card and Copy Checklist Template to Many Cards - No ↵ | Lauri Ojansivu | 2018-04-27 | 1 | -12/+3 |
| | | | | | | | | | | | | | | | | longer works in menu in Sandstorm. Thanks to xet7 ! Closes #1607 | ||||
* | | Add additional dates (received & end), default title of checklists to ↵ | RJevnikar | 2018-03-26 | 1 | -12/+33 |
| | | | | | | | | | | | | | | | | 'Checklist' Remove translations Add additional dates (received & end), default name checklists to Checklist | ||||
* | | Fix card copy and move with swimlanes | Andrés Manelli | 2018-03-07 | 1 | -6/+11 |
| | | |||||
* | | changed variable names | Erik Turk | 2018-02-15 | 1 | -3/+3 |
| | | |||||
* | | change copyMany to copyChecklistToManyCards for instructions and title | Erik Turk | 2018-02-15 | 1 | -2/+2 |
| | | |||||
* | | i18n fixes | Erik Turk | 2018-02-14 | 1 | -2/+2 |
| | | |||||
* | | finish adding[4~ copyMany | Erik Turk | 2018-02-08 | 1 | -3/+0 |
| | | |||||
* | | added copyManyCard | Erik Turk | 2018-02-05 | 1 | -0/+14 |
| | | |||||
* | | Always display attachment section for uploading file quickly | Thuan Pham Quoc | 2017-12-10 | 1 | -6/+5 |
| | | |||||
* | | Merge branch 'card-spent-time' of https://github.com/thuanpq/wekan into ↵ | Lauri Ojansivu | 2017-11-21 | 1 | -0/+9 |
|\ \ | | | | | | | | | | thuanpq-card-spent-time |