Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-08 | "My tasks" view grops tasks by project - fixes #107 | Dzial Techniczny WMW Projekt s.c | |
2020-04-08 | Display project name in subtask list task title - fixes #108 | Dzial Techniczny WMW Projekt s.c | |
2020-01-15 | Default for task assignee field is now logged-in user ID - fixes #111 | Dzial Techniczny WMW Projekt s.c | |
2020-01-15 | Internal task ID in calendar data | Dzial Techniczny WMW Projekt s.c | |
2020-01-15 | Displaying internal project ID for tasks | Dzial Techniczny WMW Projekt s.c | |
2020-01-15 | Extending extended query for tasks with possible hooks | Dzial Techniczny WMW Projekt s.c | |
2019-12-11 | Default task sort for dashboard list changed | Dzial Techniczny WMW Projekt s.c | |
2019-12-11 | Bigboard link added to dashboard | Dzial Techniczny WMW Projekt s.c | |
2019-12-10 | Style adjustements for compact comment list view | Dzial Techniczny WMW Projekt s.c | |
2019-12-10 | Compact comment list view on board task icon hover | Dzial Techniczny WMW Projekt s.c | |
2019-12-10 | Extending Boardcustomizer with additional options and Polish locale | Dzial Techniczny WMW Projekt s.c | |
2019-12-10 | Visible task description on board | Dzial Techniczny WMW Projekt s.c | |
2019-12-10 | Plugins directory and local modifications | Dzial Techniczny WMW Projekt s.c | |
2019-09-25 | Customized config (plugin installation enabled) | Dzial Techniczny WMW Projekt s.c | |
2019-09-17 | Update Swedish translation | Peter Krantz | |
2019-09-17 | Fix error in translation Översikts -> Översikt | Peter Krantz | |
2019-09-15 | Add Persian translation | حمید کرد | |
2019-09-06 | Updated es_ES translation | Vinanrra | |
2019-09-05 | change user filter icon | Timo Litzbarski | |
2019-09-04 | Anybody added for filter | mkysoft | |
2019-09-02 | Improve Japanese translation | Kiyohito AOKI | |
2019-09-01 | Update pt-br translation | Rafael de Camargo | |
2019-08-29 | change category icon (in favor for tag icon for tags) | Timo | |
2019-08-29 | Update Slovak translation | Slavko | |
Add some translation improvements | |||
2019-08-28 | Disable user scaling to avoid page shrinking when drag&drop on mobile device | Haocen | |
2019-08-27 | Improve english task description | Rafael de Camargo | |
2019-08-27 | Fix automatic action condition check | Rafael de Camargo | |
Checks for source column instead of current column because the condition is "moved away" Closes #4277 | |||
2019-08-27 | Fixes task assignee filter test | Rafael de Camargo | |
The query must be reset before every filter apply | |||
2019-08-27 | Add tests for task link and subtask assignee filters | Rafael de Camargo | |
2019-08-27 | Changes filters from in array to in subqueries | Rafael de Camargo | |
Fixes #3280 | |||
2019-08-27 | Add hash to image url to force browser to update profile when changed | Rafael de Camargo | |
Closes #4241 | |||
2019-08-24 | Update ChangeLog | Frédéric Guillot | |
2019-08-23 | Fixed issue of tooltip not disapearing | Eskiso | |
Tooltips would not disappear if the mouse was never on it. If you move your mouse on an icon and then move the mouse out without passing by the tooltip, the tooltip would remain active until mouse pass and leave or click somewhere else. With this update, the tooltip will be removed if you leave the target unless you move the mouse to the tooltip. | |||
2019-08-22 | Add missing css file to app.min.css | Frédéric Guillot | |
2019-08-21 | Update Docker image to Alpine Linux 3.10.2 | Frédéric Guillot | |
2019-08-20 | Hide due date time if time is 00:00 | Timo | |
2019-08-17 | Update de_DE translation | Timo | |
2019-08-13 | Add new plugin hooks in view switcher | Hitesh Chandwani | |
2019-08-03 | Update Docker image to Alpine Linux 3.10.1 | Frédéric Guillot | |
2019-08-03 | Fix reference to text-carret js library | Rafael de Camargo | |
Closes #4257 | |||
2019-08-03 | Add error checks to glob function | Rafael de Camargo | |
GLOB_ERR will throw errors if an error occurs, such as lack of permission GLOB_NOCHECK will return the pattern if no file is found, this makes the file_exists check valid | |||
2019-08-03 | Enable explicitly Postgresql in travis.yml | Frédéric Guillot | |
2019-07-30 | Add project ID to ExternalTaskProviderInterface::fetch() | Frédéric Guillot | |
2019-07-30 | Updated Polish translation | Igor Mroz | |
2019-07-30 | Updated translation (pt-PT) | Eskiso | |
2019-07-29 | Fix travis config after refactoring | Frédéric Guillot | |
2019-07-25 | Ignore Dockerfiles from git archive | Frédéric Guillot | |
2019-07-25 | Improve assets management | Frédéric Guillot | |
2019-07-25 | Remove dependency on nodejs and gulp | Frédéric Guillot | |
2019-07-25 | Remove dependency on Sass | Frédéric Guillot | |
- Convert *.sass files to vanilla CSS - Start using CSS variables - Add PHP minifier |