summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-2812-24/+74
|\
| * v2.32v2.32Lauri Ojansivu2019-02-283-4/+4
| |
| * [Fix filtering in swimlane ↵Lauri Ojansivu2019-02-281-4/+3
| | | | | | | | | | | | | | | | | | | | | | view](https://github.com/wekan/wekan/commit/49229e1723de14cdc66dc6480624bba426d35e36) that was [broken since v2.29](https://github.com/wekan/wekan/issues/2213). Thanks to andresmanelli ! Closes #2213, Related #2209
| * - ↵Lauri Ojansivu2019-02-281-0/+5
| | | | | | | | | | | | | | | | | | | | [Fix](https://github.com/wekan/wekan/commit/49229e1723de14cdc66dc6480624bba426d35e36) [Filtering in swimlane view is broken since v2.29](https://github.com/wekan/wekan/issues/2213). Thanks to andresmanelli ! Related #2209
| * Merge branch 'devel' into edgeLauri Ojansivu2019-02-288-15/+61
| |\
| | * [Performance improvements](https://github.com/wekan/wekan/pull/2214), thanks ↵Lauri Ojansivu2019-02-281-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | to justinr1234: - New indexes for queries that were missing an index; - Bulk querying documents to reduce the number of mongo queries when loading a board; - Ensure oplog is being used to query the database by providing a `sort` key when `limit` is used querying the `boards` collection.
| | * Merge branch 'justinr1234-wekan-perf-improvements' into develLauri Ojansivu2019-02-287-15/+51
| | |\
| | | * Merge branch 'wekan-perf-improvements' of ↵Lauri Ojansivu2019-02-287-15/+51
| | |/| | | | | | | | | | | | | https://github.com/justinr1234/wekan into justinr1234-wekan-perf-improvements
| | | * Performance EnhancementsJustin Reynolds2019-02-287-15/+51
| | | |
| * | | Fix filter in swimlanes viewAndrés Manelli2019-02-281-5/+5
| |/ /
* | | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-2853-56/+62
|\| |
| * | v2.31v2.31Lauri Ojansivu2019-02-284-5/+5
| | |
| * | Update translations.Lauri Ojansivu2019-02-2848-48/+48
| | |
| * | - [Fix copy card](https://github.com/wekan/wekan/issues/2210).Lauri Ojansivu2019-02-281-0/+6
| | | | | | | | | | | | | | | | | | | | | Thanks to andresmanelli ! Closes #2210, Related #2209
| * | Merge remote-tracking branch 'andresmanelli/edge' into edgeLauri Ojansivu2019-02-281-4/+4
| |\ \
| | * | Fix card copyAndrés Manelli2019-02-281-4/+4
| | | |
* | | | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-2811-27/+68
|\| | |
| * | | v2.30v2.30Lauri Ojansivu2019-02-284-5/+5
| | | |
| * | | Add new [Template features](https://github.com/wekan/wekan/issues/2209):Lauri Ojansivu2019-02-281-0/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | - [Fix popup title. Add element title modification](https://github.com/wekan/wekan/commit/888e1ad5d3e32be53283aa32198057f669f3d706); - [Copy template attachments](https://github.com/wekan/wekan/commit/abb71083215462d91b084c4de13af0b130638e4d); - [Standarize copy functions. Match labels by name](https://github.com/wekan/wekan/commit/da21a2a410c9b905de89d66236748e0c8f5357ea). Thanks to andresmanelli ! Related #2209
| * | Fix popup titleAndrés Manelli2019-02-274-3/+11
| | | | | | | | | | | | Add element title modification
| * | Copy template attachmentsAndrés Manelli2019-02-271-0/+9
| | |
| * | Standarize copy functions. Match labels by nameAndrés Manelli2019-02-274-20/+36
| |/
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-2734-191/+811
|\|
| * v2.29v2.29Lauri Ojansivu2019-02-274-4/+11
| |
| * Update translations.Lauri Ojansivu2019-02-271-6/+6
| |
| * Fix templates board not foundAndrés Manelli2019-02-271-2/+2
| |
| * Merge branch 'devel' into edgeLauri Ojansivu2019-02-271-1/+1
| |\
| * \ Merge branch 'devel' into edgeLauri Ojansivu2019-02-2714-170/+180
| |\ \
| * \ \ Merge branch 'devel' into edgeLauri Ojansivu2019-02-2713-53/+50
| |\ \ \
| * | | | Removed console.log.Lauri Ojansivu2019-02-261-1/+0
| | | | |
| * | | | Update translations.Lauri Ojansivu2019-02-268-195/+195
| | | | |
| * | | | Fix list view issues. Allow creation of boards from templatesAndrés Manelli2019-02-2512-35/+122
| | | | |
| * | | | Update translations.Lauri Ojansivu2019-02-2548-6/+294
| | | | |
| * | | | Add migrationsAndrés Manelli2019-02-241-0/+95
| | | | |
| * | | | Fix miniscreen renderAndrés Manelli2019-02-245-21/+24
| | | | |
| * | | | Fix lint errorsAndrés Manelli2019-02-249-169/+169
| | | | |
| * | | | Allow swimlane creation from templateAndrés Manelli2019-02-2410-35/+100
| | | | | | | | | | | | | | | | | | | | Mix lists with same name to avoid duplicates
| * | | | Allow list creation from templateAndrés Manelli2019-02-248-26/+121
| | | | |
| * | | | Allow card creation from templateAndrés Manelli2019-02-241-17/+18
| | | | |
| * | | | Prepare to create card from templateAndrés Manelli2019-02-247-60/+57
| | | | |
| * | | | Add template search in Add Card menuAndrés Manelli2019-02-245-31/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Archive all cards in list when list is archived Remove default board in link popup Only list non-template boards in card link and search
| * | | | Avoid links on a template-boardAndrés Manelli2019-02-247-30/+54
| | | | | | | | | | | | | | | | | | | | | | | | | Allow creation of template boards with a linked card Avoid changing the name of the template-container swimlanes
| * | | | Remove links from templates board for the momentAndrés Manelli2019-02-247-10/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Insert the correct template type in templates board Allow independant lists in templates board Add some helpers
| * | | | Save template swimlanes in profile. Fix swimlane view for templates board. ↵Andrés Manelli2019-02-249-26/+74
| | | | | | | | | | | | | | | | | | | | Avoid deleting template containers
| * | | | Add first draft of data model and user interface. No actions.Andrés Manelli2019-02-2414-7/+129
| | | | |
* | | | | Merge branch 'devel' into meteor-1.8Lauri Ojansivu2019-02-271-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix typo.Lauri Ojansivu2019-02-271-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'devel' into meteor-1.8Lauri Ojansivu2019-02-2714-164/+174
|\| | |
| * | | v2.28v2.28Lauri Ojansivu2019-02-274-5/+5
| | | |
| * | | Update ChangeLog.Lauri Ojansivu2019-02-271-0/+19
| | | |