Lauri Ojansivu
729d8fb435
Accessibility statement. Part 1. In Progress.
...
Thanks to xet7 !
6 months ago
Martin Filser
c925a27870
Fixing opening cards and slow performance of closing cards
...
Fixes : #5533
Fixes : #5548
Revert "Switch from kadira:flow-router to ostrio:flow-router-extra"
This reverts commit 718c1a393d
.
7 months ago
Denis Perov
718c1a393d
Switch from kadira:flow-router to ostrio:flow-router-extra
8 months ago
Yevhenii Pertiaka
b1525d4221
Added new function to add cumstom translation strings on Admin panel
2 years ago
Martin Filser
9022e9949f
Move every Boards.findOne(Session.get('currentBoard')) to the ReactiveCache
2 years ago
Martin Filser
b8d14abe0c
Attachment Management at Admin Console
3 years ago
Jan Küster
60af7766bf
Switch tap:i18n to custom TAPi18n implementation
3 years ago
Lauri Ojansivu
40265144af
Upgrade to Meteor 2.3.4
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
7f32de3bec
Fixed Templates are Missing, Error: Site not Found "/templates" is missing in the URL.
...
Shared Templates part 5: Make visible Create template board checkbox and templates at All Boards page, In Progress.
Thanks to xet7 !
Fixes #4253 ,
related #3313
3 years ago
Martin Filser
f4a3363f6f
replace Session key popupCard with popupCardId (better meaning of what the variable contains)
4 years ago
Martin Filser
4733afe4eb
Global Search Card Popup has now every data if the search was opened from another board
...
- the global search only returns the card details data needed to display
the search results, but for opening the popup card details a lot more
information is needed. It already worked if the data was already in the
minimongo, but if not, nearly nothing was displayed
4 years ago
Martin Filser
bd2b8625fb
Set popupCard to null in router.js if currentCard is set to null
4 years ago
John R. Supplee
0e593c7d81
Add admin reports to admin panel
...
* Broken cards
* Attachments
* Orphaned Attachments
4 years ago
Lauri Ojansivu
0b263cf582
- Fixed Bug: Move Swimlane to Archive does not work anymore.
...
- Fixed lint in router.js
Thanks to marcungeschikts and xet7 !
Fixes #3690
4 years ago
mae
4a95cb42cd
fixed sort reset
4 years ago
John R. Supplee
856f3bf864
Require signed-in user for My Cards, Due Cards, and global search
4 years ago
John R. Supplee
e70a1f0a60
Fix bug when no search param specified
4 years ago
John R. Supplee
7e8475e64d
Add link to search header for storing search
4 years ago
John R. Supplee
d74dc92681
Global Search improvements
...
* support for searching from the URL
* add support for searching by assignee and member
4 years ago
John R. Supplee
5913a4af1b
Global search development
...
* search input
* parse query with operators
4 years ago
John R. Supplee
ecc3558987
My Cards and Due Cards development
...
* add spinner while pages are loading
* use a single publication for My Cards
* add Due Cards to the user menu
* add description to the All Users option for Due Cards
* some code clean-up
4 years ago
John R. Supplee
4679db6ec4
New Broken Cards page
4 years ago
John R. Supplee
2e955cff54
Fix name of Due Cards in router
4 years ago
John R. Supplee
1abdd5177d
Initial work on due cards page
4 years ago
John R. Supplee
a58b27e9b0
My Cards development
...
* always go to page
* use minicard for displaying cards
* change the icon for my cards menu option
4 years ago
John R. Supplee
077e78d37c
My Cards development
...
first prototype
4 years ago
Nico
edf52bc438
Public boards overview
5 years ago
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
6 years ago
Lauri Ojansivu
dbb1a86ca3
- Admin Panel / Layout / Custom Product Name now changes webpage title.
...
Thanks to xet7 !
Related #1196
7 years ago
guillaume
ec59af3777
Integration of matomo with env vars
7 years ago
nztqa
c31d7455f7
Optimize for mobile web, show single list per page with navigate bar
8 years ago
Thuan Pham Quoc
29d54f46aa
Added people list in admin panel , just raw data right now, will add more features soon
8 years ago
nztqa
e407eb9a8b
Add display wekan version number and runtime environment
8 years ago
Ghassen Rjab
d2b1a837e6
Import boards in Sandstorm
8 years ago
Ghassen Rjab
3f4c285551
Add import Wekan board feature
8 years ago
nztqa
37effd8324
Fix filter reset on moving between starred boards.
8 years ago
lkisme
39f2837838
wording change, email sending optimization, add texts to i18n
8 years ago
lkisme
1dfb6ef477
Admin panel:
...
Only invited user can register in strict mode,
Set mail server in admin panel,
Switch strict mode in admin panel,
Invite people to system in admin panel
8 years ago
Maxime Quandalle
a13fad749e
Change the board import layout from a popup to a full page
...
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.
9 years ago
Maxime Quandalle
6dc7404f23
Share the router configuration between the client and the server
10 years ago
Maxime Quandalle
71b9a42f00
Allow the header bar customization
...
This commit also provide a way to escape the Shorcuts page on
Sandstorm.
10 years ago
Maxime Quandalle
b9d20e04f2
Display the board name in the page title
...
Fixes #364
10 years ago
Maxime Quandalle
cad7741b54
Fix the draft saving feature on card switching
10 years ago
Maxime Quandalle
6a92963e2a
Force popup closing when closing the detailed card pane
...
Fixes #283
10 years ago
Maxime Quandalle
b3851817ec
Enforce a consistent ES6 coding style
...
Replace the old (and broken) jshint + jscsrc by eslint and configure
it to support some of the ES6 features.
The command `eslint` currently has one error which is a bug that was
discovered by its static analysis and should be fixed (usage of a
dead object).
10 years ago
Maxime Quandalle
0ce381aa0a
Fix the horizontal canvas scrolling on card opening
10 years ago
Maxime Quandalle
d644cba38f
Replace the component bounded `cachedValue` by a global `UnsavedEdits`
...
This new draft saving system is currently only implemented for the
card description and comment. We need better a component
inheritance/composition model to support this for all editable fields.
Fixes #186
10 years ago
Maxime Quandalle
31c4aa01bd
Open a modal (or a new page) based on context
...
This feature is also sometime named the Pinterest-style route, which is further explained in this react-router example:
cf0419f70e/examples/pinterest
10 years ago
Maxime Quandalle
60712e1ac4
Fix EscapeActions click in handling
...
Fixes a bug introduced in 07cc454
and one introduced in 22e854c
.
10 years ago
Maxime Quandalle
d2af2ed521
Close the Popup when all escape actions are executed
10 years ago