Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-15 | Fix Kanboard installation errors on MySQL 8.0.0 | Volodymyr Kushnir | |
This is a quick and dirty fix for "Internal Error: Unable to run SQL migrations: Running migration \Schema\version_113, SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'role VARCHAR(255) NOT NULL,". As per https://dev.mysql.com/doc/refman/8.0/en/keywords.html **role** is a reserved keyword in MySQL 8.0.0. | |||
2017-01-14 | Add task creation event to automatic action that email tasks | Frederic Guillot | |
2017-01-14 | Improve external link form when validation fail | Frederic Guillot | |
2017-01-14 | Add workaround when IE11 submit corrupted multipart/form-data | Frederic Guillot | |
2017-01-14 | Fix PHP notice in task creation form | Frederic Guillot | |
2017-01-11 | Fix wrong arguments for submitButtons() helper | Frederic Guillot | |
2017-01-08 | Display at least the title when there is no custom filters | Frederic Guillot | |
2017-01-08 | Sync locales | Frederic Guillot | |
2017-01-08 | Improve user views layout | Frederic Guillot | |
2017-01-08 | Improve settings pages layout | Frederic Guillot | |
2017-01-08 | Add margin bottom under search box | Frederic Guillot | |
2017-01-08 | Improve link labels pages navigation | Frederic Guillot | |
2017-01-08 | Improve currencies pages navigation | Frederic Guillot | |
2017-01-08 | Minor improvements in settings page | Frederic Guillot | |
2017-01-08 | Rename methods to render fields in TaskHelper and SubtaskHelper | Frederic Guillot | |
2017-01-08 | Offer the possibility to define version compatibility from plugins | Frederic Guillot | |
2017-01-08 | Display project exports in modal box | Frederic Guillot | |
2017-01-08 | Display project analytics in modal box | Frederic Guillot | |
2017-01-08 | Open project activities in modal box | Frederic Guillot | |
2017-01-08 | Open form to create customer filters in modal box | Frederic Guillot | |
2017-01-08 | Open task import in modal box | Frederic Guillot | |
2017-01-08 | Rename CSS class "listing" to "panel" | Frederic Guillot | |
2017-01-08 | Make icons clickable in menus | Frederic Guillot | |
2017-01-05 | Update Swiftmailer to avoid potential security risk | Frederic Guillot | |
2017-01-02 | Refactoring/rewrite of modal boxes handling | Frederic Guillot | |
2016-12-30 | Fix typo in French translation | Frederic Guillot | |
2016-12-30 | Add missing French translation | Frederic Guillot | |
2016-12-21 | Fix conflict | phecho | |
2016-12-21 | Add missing traslations | phecho | |
2016-12-21 | Added pagination details showing | phecho | |
2016-12-20 | Display user full name in auto-complete field value | Frederic Guillot | |
2016-12-20 | Merge pull-request #2900 | Frederic Guillot | |
2016-12-20 | Make PR #2897 pass unit tests | Frederic Guillot | |
2016-12-20 | Merge pull-request #2897 | Frederic Guillot | |
2016-12-20 | Offer the possibility to override internal formatter objects from plugins | Frederic Guillot | |
2016-12-21 | Update ru_RU translations | Dmitry | |
Corrected existing translation and added new strings | |||
2016-12-20 | array_combine error in PHP 5.3 | Busfreak | |
2016-12-19 | Add missing french translation | Frederic Guillot | |
2016-12-19 | Merge pull-request #2896 | Frederic Guillot | |
2016-12-19 | Avoid code duplication in PR #2891 | Frederic Guillot | |
2016-12-19 | Merge pull-request #2891 | Frederic Guillot | |
2016-12-20 | Add currency of Chinese Yuan | phecho | |
2016-12-18 | Add tags parameter to task API calls | Frederic Guillot | |
2016-12-17 | Add API calls to manage tags | Frederic Guillot | |
2016-12-17 | Add cache decorator for UserModel | Frederic Guillot | |
2016-12-17 | Handle username with dots in user mentions | Frederic Guillot | |
2016-12-13 | Merge pull-request #2890 | Frederic Guillot | |
2016-12-13 | Implement feature #2843 | phecho | |
2016-12-13 | Verify file upload size | phecho | |
2016-12-12 | Fix issue #2881 | Guan Shiliang | |
The locally uploaded avatar images should be visible in public view |