summaryrefslogtreecommitdiffstats
path: root/i18n
Commit message (Collapse)AuthorAgeFilesLines
* Changing to the correct pluralization of emojiDaniel2016-02-2810-17/+17
|
* Change the board import layout from a popup to a full pageMaxime Quandalle2016-01-311-7/+4
| | | | | | | | This commit also removes the “import a single Trello card” as we couldn’t figure out some reasonable use case. We also create a new publication on the server to provide the minimal user profile informations required to display an avatar.
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-1/+34
|
* Pull translations from TransifexMaxime Quandalle2015-12-2212-368/+401
|
* Remove the import trello card featureMaxime Quandalle2015-12-221-4/+1
| | | | | | See the following discussion for rationale: https://github.com/wekan/wekan/issues/113#issuecomment-163039089
* Fix invitation email subjectMaxime Quandalle2015-12-211-3/+3
|
* Merge remote-tracking branch 'upstream/devel' into develXavier Priour2015-12-1314-146/+351
|\
| * Add a button to move selected cardsMaxime Quandalle2015-12-101-9/+11
| | | | | | | | | | | | | | This is an alternative to drag and drop to move a set of selected cards. This feature was available at the list level until I deleted it in 5bdf91b, so it makes sense to add it back at the multi-selection level.
| * Pull translations from Transifex in prepartion of v0.10-RC2Maxime Quandalle2015-12-0913-133/+338
| |
| * Fix board archive instructionsMaxime Quandalle2015-12-091-2/+2
| | | | | | | | Fixes #277.
| * Remove the move and archive all cards of a list featureMaxime Quandalle2015-12-091-2/+0
| | | | | | | | | | | | | | | | | | | | This operation should now be handled using the multi-selection feature, ie “select all cards” and then move them or click the “archive selection” button. This new process add an extra click which I consider reasonable enough for a relatively rare operation -- plus I want to encourage mutli-selection usage. Closes #390.
* | export board to Wekan JSONXavier Priour2015-12-091-0/+1
|/
* Pull translations from TransifexMaxime Quandalle2015-12-076-62/+434
|
* Pull translations from Transifex in preparation for v0.10-RC1Maxime Quandalle2015-12-067-101/+1104
|
* add: invite user via email, invited user can accept or decline, allow member ↵floatinghotpot2015-12-071-0/+15
| | | | to quit
* i18n-ize meteor email templatesfloatinghotpot2015-12-041-0/+6
|
* Merge GitHub PR #401Maxime Quandalle2015-11-251-0/+6
|\ | | | | | | | | | | I also completed the release notes related to the import feature. Closes #401
| * Import members: board importXavier Priour2015-11-141-1/+4
| |
| * Import members: UI flow okXavier Priour2015-11-131-0/+1
| |
| * Merge branch 'devel' into feature/import-board-membersXavier Priour2015-10-231-1/+1
| |\
| * | Import members: added UIXavier Priour2015-10-231-0/+2
| | |
* | | Enphasize keyboard shortcuts with a dedicated styleMaxime Quandalle2015-11-251-1/+1
| | | | | | | | | | | | | | | | | | Also add release notes related to the #387 merge. -- Fluctuat nec mergitur
* | | add preview attached image, allow upload image from clipboard and drag & drpfloatinghotpot2015-11-131-0/+6
| |/ |/|
* | Fix a typo in the card activityMaxime Quandalle2015-10-221-1/+1
|/ | | | Fixes #366
* Import board: import comments and log activitiesXavier Priour2015-10-191-0/+1
|
* Import board: added UIXavier Priour2015-10-171-2/+6
|
* Translate the label colorsMaxime Quandalle2015-10-151-0/+10
|
* Import single card: proper error handlingXavier Priour2015-10-141-0/+4
|
* Import single card: create an 'importCard' activity entryXavier Priour2015-10-141-0/+1
|
* Import single card: now with description and commentsXavier Priour2015-10-141-3/+3
|
* Add card import UIXavier Priour2015-10-141-0/+5
|
* Shortcut: F toggles filter sidebarfisle2015-09-191-0/+1
|
* Shortcut: Spacebar assigns self to current cardfisle2015-09-191-0/+1
|
* Add some strings to the translation setMaxime Quandalle2015-09-181-0/+2
|
* Pull translations from TransifexMaxime Quandalle2015-09-092-37/+37
|
* Pull translations from TransifexMaxime Quandalle2015-09-0615-1965/+1140
| | | | Fixes #293
* Fix a recurrent English typoMaxime Quandalle2015-09-061-1/+1
|
* Add a missing translationMaxime Quandalle2015-09-061-0/+2
|
* Update translation source fileMaxime Quandalle2015-09-011-108/+110
|
* Redesign the card design header and change header menu iconMaxime Quandalle2015-08-301-0/+1
|
* Fix a bug with the comment buttonsMaxime Quandalle2015-08-291-0/+1
|
* Increase the avatar max size and show an error if it is too bigMaxime Quandalle2015-08-281-0/+1
| | | | Fixes #190
* Call me WekanMaxime Quandalle2015-08-281-1/+1
| | | | | | Thank you @neynah for the Wekan icons Closes #247
* Improve the list menuMaxime Quandalle2015-08-281-3/+3
| | | | | | | | | * Grow the click-able zone of the list menu * Remove a dead link on the list menu * Merge list menu files with header menu to be consistent with the board components internal organization Closes #106
* Update de.i18n.jsonePirat2015-08-271-3/+3
| | | | Added missing translations and fixed some typos and wording.
* Implement board archive and restorationMaxime Quandalle2015-08-2616-16/+16
|
* Improve the multi-selection experienceMaxime Quandalle2015-06-161-1/+2
| | | | | | | | | | New features: - select all filtered cards - assign or unassign a member to selected cards - archive selected cards This commit also fix the card sort indexes calculation when a multi- selection is drag-dropped.
* Add a UI to restore archived cardsMaxime Quandalle2015-06-071-1/+3
|
* Remove modal componentMaxime Quandalle2015-06-071-1/+0
| | | | | | This component wasn't used anymore. We'll probably need something like that again in the future, but we'll try to use a generic component from Atmosphere.
* Start designing the card details paneMaxime Quandalle2015-06-051-0/+1
| | | | Implement a dynamic overflow to focus sight on the pane.