Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed rule allows | Angelo Gallarello | 2018-09-12 | 1 | -1/+1 |
| | |||||
* | Labels activities | Angelo Gallarello | 2018-08-16 | 1 | -0/+17 |
| | |||||
* | Remove Emoji support, so MAC addresses etc show correctly. | Lauri Ojansivu | 2018-02-12 | 1 | -5/+0 |
| | | | | Thanks to xet7 ! Closes #1248, closes #323 | ||||
* | Fix keyframe property | nztqa | 2017-07-28 | 1 | -1/+2 |
| | | | | | Support for IE11 https://github.com/wekan/wekan/pull/646 | ||||
* | Edit card description with invalid markdown | Ghassen Rjab | 2017-06-20 | 1 | -0/+2 |
| | | | The viewer has a minimum height of 18px (at least a single line) so the anchor can still be clickable even there is no text shown | ||||
* | Fix fonts. Still looking for better solution for #707 | Lauri Ojansivu | 2017-03-24 | 1 | -1/+1 |
| | |||||
* | Fix default font so Chinese is shown correctly. Closes #914 | Lauri Ojansivu | 2017-03-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #706 from kamijin-fanta/fix/viewer-link | Lauri Ojansivu | 2017-02-10 | 1 | -0/+5 |
|\ | | | | | UI: fix description link style. | ||||
| * | UI: fix description link style. | kamijin-fanta | 2016-10-12 | 1 | -0/+5 |
| | | | | | | | | | | - apply underline - change text color on hover | ||||
* | | Merge pull request #707 from kamijin-fanta/fix/font-family | Lauri Ojansivu | 2017-02-10 | 1 | -1/+1 |
|\ \ | | | | | | | UI: fix font | ||||
| * | | UI: fix font | kamijin-fanta | 2016-10-12 | 1 | -1/+1 |
| |/ | | | | | | | - Add YuGothic and Meiryo. because display of non english letter dirty. | ||||
* | | fixed few overseights | Mario Orlicky | 2016-11-25 | 1 | -1/+0 |
| | | |||||
* | | New option to set up minimum limit to show cards count for each list in board | Mario Orlicky | 2016-11-25 | 1 | -0/+6 |
|/ | |||||
* | Change the board import layout from a popup to a full page | Maxime Quandalle | 2016-01-31 | 1 | -2/+6 |
| | | | | | | | | 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. | ||||
* | Bugfix, and optimize icon for notification | floatinghotpot | 2016-01-08 | 1 | -3/+3 |
| | |||||
* | Add notification, allow watch boards / lists / cards | Liming Xie | 2016-01-05 | 1 | -1/+4 |
| | |||||
* | add: support compact mode for mobile web, auto adapt to small screen/window | Liming Xie | 2015-12-17 | 1 | -0/+12 |
| | |||||
* | Allow the header bar customization | Maxime Quandalle | 2015-12-09 | 1 | -0/+3 |
| | | | | | This commit also provide a way to escape the Shorcuts page on Sandstorm. | ||||
* | Enphasize keyboard shortcuts with a dedicated style | Maxime Quandalle | 2015-11-25 | 1 | -0/+9 |
| | | | | | | Also add release notes related to the #387 merge. -- Fluctuat nec mergitur | ||||
* | Fix markdown rendering in the message viewer | Maxime Quandalle | 2015-09-06 | 1 | -0/+7 |
| | | | | Fixes #284 | ||||
* | Fix member permission modification | Maxime Quandalle | 2015-09-05 | 1 | -2/+5 |
| | | | | Fixes #280 | ||||
* | Add an horizontal scrollbar on code snippets | Maxime Quandalle | 2015-09-02 | 1 | -0/+5 |
| | | | | Fixes #260 | ||||
* | Display keyboard shortcuts on a modal | Maxime Quandalle | 2015-08-28 | 1 | -1/+4 |
| | | | | Fixes #241 | ||||
* | Fix the layout on IE11 | Maxime Quandalle | 2015-08-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | The new user interface uses the flexbox box model has it's primary way to organize the layout. Unfortunately IE have a non-negligible amount of subtitle and tricky bugs with its flexbox implementation. This one was about a `flex-grow: 1` element not growing in a container which size is defined with `min-height`. See the bug in Microsoft bug tracker for more details: https://connect.microsoft.com/IE/feedback/details/802625/ Fixes #225 | ||||
* | Implement board archive and restoration | Maxime Quandalle | 2015-08-26 | 1 | -1/+5 |
| | |||||
* | Implement a modal system | Maxime Quandalle | 2015-08-26 | 1 | -2/+24 |
| | | | | | | | | | | | | | | I decided to create my own and not to use a community package, because 1. it's straightforward 2. it's better integrated with our others libs such as EscapeActions 3. monitoring third-party packages evolutions (eg, CSS changes) is a lot of work. This is basically the same rationale than for our other generic UI components such as the Popup/Popover. This commit also slightly modify the general layout to remove unnecessary wrapper DOM nodes. | ||||
* | Implement list restoration | Maxime Quandalle | 2015-08-22 | 1 | -0/+4 |
| | |||||
* | Warn if the user try to restore a card in an archived list | Maxime Quandalle | 2015-08-20 | 1 | -0/+3 |
| | |||||
* | Switch the font to roboto | Maxime Quandalle | 2015-08-20 | 1 | -4/+4 |
| | |||||
* | a links specifies line breaking rules hotfix. | Yasar icli | 2015-07-16 | 1 | -0/+1 |
| | |||||
* | Merge, move, and rename the main stylus file | Maxime Quandalle | 2015-06-16 | 1 | -0/+293 |
Also fixes #185 |