summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* show custom fields on cards but still with dummy valuePouyan Savoli2017-09-225-30/+89
|
* card model and card ui preparation for custom fields #2Pouyan Savoli2017-09-222-5/+10
|
* card model and card ui preparation for custom fieldsPouyan Savoli2017-09-225-3/+47
|
* many custom fields model and UI enhancementsPouyan Savoli2017-09-2213-67/+157
|
* Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-2213-0/+239
|
* Merge branch 'umbertooo-addChecklist-notification' into develLauri Ojansivu2017-09-2237-4/+85
|\ | | | | | | | | Add translations (en/de/fi) for email notifications regarding checklists and checklist items. Thanks to umbertooo and xet7 ! Closes #1225
| * Add translations (en/de/fi) for email notifications regardingLauri Ojansivu2017-09-221-2/+9
| | | | | | | | checklists and checklist items. Thanks to umbertooo and xet7 ! Closes #1225
| * Update translations.Lauri Ojansivu2017-09-2234-3/+69
| |
| * add translation (en/de) for email notifications regarding checklists and ↵Felix Michels2017-09-223-1/+9
|/ | | | checklist items
* v0.39v0.39Lauri Ojansivu2017-09-173-4/+4
|
* Update translations.Lauri Ojansivu2017-09-172-18/+18
|
* Merge branch 'GhassenRjab-feature/import-checklist-sort' into develLauri Ojansivu2017-09-173-2/+14
|\ | | | | | | | | Import checklist sort attributes from Wekan and Trello. Thanks to GhassenRjab ! Related #876
| * Import checklist sort attributes from Wekan and Trello. Thanks to GhassenRjab !Lauri Ojansivu2017-09-171-0/+8
| |
| * Import sort attribute of checklists and its items from TrelloGhassen Rjab2017-09-161-0/+2
| |
| * Import sort attribute of checklists and its items from WekanGhassen Rjab2017-09-161-2/+4
|/ | | If no sort was found (Old format), we use checklist or checklist item index in the array instead
* v0.38v0.38Lauri Ojansivu2017-09-133-4/+4
|
* Update translations.Lauri Ojansivu2017-09-135-112/+112
|
* Merge branch 'frmwrk123-issue-1213' into develLauri Ojansivu2017-09-132-0/+2
|\ | | | | | | | | Card title is now pre-filled in copy card dialog. Thanks to frmwrk123 ! Related #1213
| * Card title is now pre-filled in copy card dialog.Lauri Ojansivu2017-09-131-0/+1
| | | | | | | | Thanks to frmwrk123 ! Related #1213
| * Merge branch 'issue-1213' of https://github.com/frmwrk123/wekan into ↵Lauri Ojansivu2017-09-131-0/+1
|/| | | | | | | frmwrk123-issue-1213
| * Existing title of card is pre-filled in copy dialogJim Martens2017-09-121-0/+1
| |
* | Merge branch 'frmwrk123-issue-876' into develLauri Ojansivu2017-09-134-13/+126
|\ \ | |/ |/| | | | | Reorder checklists. Move checklist item to another checklist. Thanks to frmwrk123 ! Related #876
| * Reorder checklists. Move checklist item to another checklist. Thanks to ↵Lauri Ojansivu2017-09-131-0/+8
| | | | | | | | frmwrk123 ! Related #876
| * Implemented checklist item sorting across checklistsJim Martens2017-09-121-0/+67
| |
| * Prepared template for sortable checklist itemsJim Martens2017-09-121-4/+3
| |
| * Added support for sorted checklist itemsJim Martens2017-09-121-9/+48
|/
* Update translations.Lauri Ojansivu2017-09-0934-37/+37
|
* Rename New integration to New Outgoing WebhookLauri Ojansivu2017-09-092-2/+2
|
* v0.37v0.37Lauri Ojansivu2017-09-093-4/+4
|
* Merge branch 'frmwrk123-issue-519' into develLauri Ojansivu2017-09-0938-69/+164
|\ | | | | | | Copy card within one board. Thanks to frmwrk123 !
| * Copy card within one board. Thanks to frmwrk123 !Lauri Ojansivu2017-09-091-0/+8
| |
| * Update translations.Lauri Ojansivu2017-09-0935-73/+105
| |
| * Added translation for copy card popup titleJim Martens2017-09-053-2/+5
| | | | | | | | Only English and German were added.
| * Added copy card functionalityJim Martens2017-09-051-0/+45
| |
| * Added copy card to templateJim Martens2017-09-051-0/+7
|/
* v0.36v0.36Lauri Ojansivu2017-09-023-4/+5
|
* Merge branch 'GhassenRjab-feature/manual-attachments-activities' into develLauri Ojansivu2017-09-025-65/+89
|\ | | | | | | | | Import attachments related activities from Wekan and Trello. Thanks to GhassenRjab ! Closes #1157
| * Import attachments related activities from Wekan and Trello.Lauri Ojansivu2017-09-021-0/+9
| | | | | | | | Thanks to GhassenRjab ! Closes #1157
| * Merge branch 'feature/manual-attachments-activities' of ↵Lauri Ojansivu2017-09-024-65/+80
|/| | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/manual-attachments-activities
| * Fix lint errorsGhassen Rjab2017-09-021-2/+3
| |
| * Uncomment code about adding attachments' related activitiesGhassen Rjab2017-09-022-36/+24
| |
| * Put 'this' in 'self' variableGhassen Rjab2017-09-022-5/+7
| | | | | | For some reason, TrelloCreator didn't keep 'this' reference
| * Add idMemberCreator to Trello attachmentGhassen Rjab2017-09-021-0/+2
| | | | | | We need this field to attribute attachment to the user who uploaded it
| * Add source field to imported attachmentsGhassen Rjab2017-09-023-8/+26
| | | | | | We use this field to prevent adding attachments' related activities automatically only. Then this field will be removed.
| * Assign user to attachment before insertingGhassen Rjab2017-08-313-1/+5
| |
| * use beforeWrite method of CollectionFS instead of collection-hooksGhassen Rjab2017-08-311-18/+18
| |
* | v0.35v0.35Lauri Ojansivu2017-09-024-5/+5
| |
* | Update translations.Lauri Ojansivu2017-09-0134-57/+125
| |
* | Merge branch 'andresmanelli-devel' into develLauri Ojansivu2017-09-018-36/+199
|\ \ | | | | | | | | | Add more than one Outgoing Webhook. Thanks to andresmanelli !
| * | Add more than one Outgoing Webhook. Thanks to andresmanelli !Lauri Ojansivu2017-09-011-2/+6
| | |