The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Harry Adel
d68ad47de6
Await async setDone before closing popup in copy/move dialogs
...
The click handler called setDone() without await then immediately
called Popup.back(2), destroying the popup template while the async
operation was still running. This caused unhandled promise rejections
and made errors invisible to the user.
3 weeks ago
..
tests
Set drag handle on touch screen not miniscreen
4 years ago
accessibility.js
Prettier & eslint project style update
7 years ago
attachmentMigrationManager.js
Change list width by dragging between lists.
4 months ago
autofocus.js
Fix autofocus.
4 weeks ago
boardConverter.js
Updated dependencies.
4 months ago
boardMultiSelection.js
Feature: Workspaces, at All Boards page.
4 months ago
cardSearch.js
Fix Regression - due date taking a while to load all cards v8.06.
4 months ago
cssEvents.js
Prettier & eslint project style update
7 years ago
customFields.js
CustomFieldStringTemplate regular expressions, .{1,10} also possible
3 years ago
datepicker.js
Fix Regression - Show calendar popup at set due date.
4 months ago
dialogWithBoardSwimlaneList.js
Await async setDone before closing popup in copy/move dialogs
3 weeks ago
dialogWithBoardSwimlaneListCard.js
Await async setDone before closing popup in copy/move dialogs
3 weeks ago
dropImage.js
Use on instead of bind
6 years ago
escapeActions.js
Replace mousetrap
1 month ago
exportHTML.js
feat: download webfonts as well
2 years ago
filter.js
Replaced moment.js with Javascript date.
4 months ago
fixDuplicateLists.js
Fix duplicated lists.
4 months ago
i18n.js
Move every Meteor.user() to the ReactiveCache
3 years ago
inlinedform.js
Most Unicode Icons back to Font Awesome 4.7 for better accessibility. Less always visible buttons, More at ☰ Men.
4 weeks ago
jquery-ui.js
Updated dependencies.
1 month ago
keyboard.js
Replace mquandalle:collection-mutations with collection helpers
1 month ago
localStorageValidator.js
Per-User and Board-level data save fixes. Per-User is collapse, width, height. Per-Board is Swimlanes, Lists, Cards etc.
2 months ago
mixins.js
…
modal.js
Remove pwix:blaze-layout
1 month ago
multiSelection.js
Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
3 years ago
originalPositionHelpers.js
Show original positions of swimlanes, lists and cards.
4 months ago
pasteImage.js
Use on instead of bind
6 years ago
popup.js
Fix mentions and notifications drawer.
1 month ago
secureDOMPurify.js
Fix Broken Strikethroughs in Markdown to HTML conversion.
4 months ago
spinner.js
removing Utils.getCurrentSetting() and use ReactiveCache directly
3 years ago
textComplete.js
Replace mousetrap
1 month ago
unsavedEdits.js
Prettier & eslint project style update
7 years ago
uploadProgressManager.js
Drag any files from file manager to minicard or opened card. Part 2.
5 months ago
utils.js
Replace mquandalle:collection-mutations with collection helpers
1 month ago