Harry Adel
1b74fd8d4e
Migrate wekan-fullcalendar to npm FullCalendar v5 and remove Meteor moment package
2026-02-24 23:07:05 +02:00
Lauri Ojansivu
1b8b8d2eef
Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements.
...
Thanks to xet7 !
2026-02-08 00:48:39 +02:00
copilot-swe-agent[bot]
97dd5d2064
Resolve merge conflicts by accepting PR #6131 changes
...
Co-authored-by: xet7 <15545+xet7@users.noreply.github.com>
2026-02-07 16:30:08 +00:00
Lauri Ojansivu
7ad04f4535
Most Unicode Icons back to Font Awesome 4.7 for better accessibility. Less always visible buttons, More at ☰ Men.
...
Thanks to xet7 !
2026-01-28 13:02:02 +02:00
Lauri Ojansivu
3af94c2a90
Font Awesome to Unicode icons. Part 3.
...
Thanks to xet7 !
2025-10-17 07:08:01 +03:00
Lauri Ojansivu
2c36fe3d45
Commented out links at My Cards Table, because they unexpectly caused to go elsewhere from current view.
...
Thanks to xet7 !
2023-11-09 12:45:21 +02:00
Martin Filser
ea39cfbf5a
FontAwesome 6.4.2, adding back the previous icons because now all icons are included into Wekan
2023-09-16 13:12:47 +02:00
helioguardabaxo
ffdeed099e
Update Font Awesome version to 6.4.2
2023-09-08 20:23:58 -03:00
Lauri Ojansivu
0c3ca14699
Merge branch 'upgrade-meteor-2.6' of https://github.com/majus/wekan into upgrade-meteor
2022-04-18 21:25:47 +03:00
helioguardabaxo
147a3d99cb
Added Table View to My Cards
2022-04-17 22:23:29 -03:00
John R. Supplee
07a3301414
Bug fix for issue #3698
...
* Rewrite routine for building the My Cards hierarchical list
* Use a separate publication for retrieving My Cards
* Fix bug with limit and skip projectsion
2021-04-12 17:34:02 +02:00
John Supplee
5f53c71b0c
Merge branch 'master' into search
2021-03-05 21:46:06 +02:00
Majed6
b4e343369a
Fixed Bug: inconsistent use of relative/absolute URLs
...
Some pages use relative links such as boards link at the home page.
Others use absolute url such as cards in boards' lists.
This commits goal is to allow for consistent use of relative
urls.
Origin relative URLs also helps decoupling Wekan from the infrastructure
it's deployed on. i.e if it's being served, it should work.
2021-03-05 15:05:53 +03:00
John R. Supplee
a1bda1169e
Update Global Search, Due Cards, and My Cards to use the same
...
code for searching and display
2021-03-01 01:49:56 +02:00
helioguardabaxo
8dd088d727
Remove unsed class
2021-01-22 23:15:37 -03:00
helioguardabaxo
e1c14b04ad
Add link to board title and remove horizontal scroll to My Cards
2021-01-22 23:06:25 -03:00
helioguardabaxo
99bdee5b12
Add link to open board in My Cards boards
2021-01-22 17:44:30 -03:00
helioguardabaxo
fb9524bba8
Add horizontal scroll to My Cards boards
2021-01-22 16:02:25 -03:00
John R. Supplee
74f89ef80d
Use resultCard for displaying results in MyCards and DueCards
2021-01-18 12:20:03 +02:00
Lauri Ojansivu
4180224fd9
Limit visibility of Global Search, My Cards and Due Cards to logged in users, because they do not work without logging in.
...
Thanks to xet7 !
2021-01-16 04:59:17 +02:00
Lauri Ojansivu
9293de541b
My Cards and Broken Cards: Added popup title and horizontal line between menu options.
...
Thanks to xet7 !
2021-01-10 23:18:03 +02:00
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
2021-01-10 18:08:03 +02:00
John R. Supplee
55b121e0d3
Development and fixes to My Cards and Due Cards
2021-01-09 18:36:27 +02:00
John R. Supplee
0e1c510948
My Cards: fix bug when null board, swimlane, or list
...
* Add new functions to model card for retrieving associated board,
swimlane, or list with default values
* Use new card model methods
2021-01-08 21:51:28 +02:00
John R. Supplee
e55b50bc5a
My Cards development
...
* Popup.open() not working so simply toggle between board sort and 'due by'
* clean-up CSS classes
* code clean-up
2021-01-07 12:04:14 +02:00
John R. Supplee
1ea99a5dc8
My Cards development
...
* Add cards due view
* Add input for selecting sort (not working)
* Add methods to `Utils` to save sort to local browser storage
* CSS updates to make lists display horizontally within swimlanes
2021-01-06 20:13:36 +02:00
John R. Supplee
1733162df8
My Cards development
...
* add default color for swimlane with no color
2021-01-04 23:58:29 +02:00
John R. Supplee
5e68362352
My Cards page development
...
* rename `findCards()` to `myBoards()`
* return model objects for Boards, Swimlanes, Lists, and Cards.
Previously created a data structure with limited properties.
* Sort the myBoards data structure according to the `sort` property
* add a `swimlane()` method in the cards model
2021-01-04 22:08:09 +02:00
John R. Supplee
e793e71163
Reformat My Cards page
...
* make the page more visually pleasing
* user +viewer to display Markdown in titles
* modify `colorClass()` in Lists model to return 'list-header-{color}'
* modify `colorClass()` of Swimlanes model to return 'swimlane-{color}'
2021-01-04 13:53:08 +02:00
John R. Supplee
a58b27e9b0
My Cards development
...
* always go to page
* use minicard for displaying cards
* change the icon for my cards menu option
2021-01-01 22:03:29 +02:00
John R. Supplee
885de88d35
more my cards
...
* add user menu entry (needs icon)
* format list
* add new translation slugs to English and Arabic
2021-01-01 01:06:42 +02:00
John R. Supplee
077e78d37c
My Cards development
...
first prototype
2020-12-31 19:14:55 +02:00