|
1 | 1 | NEWS |
2 | 2 | ==== |
3 | 3 |
|
| 4 | +Version 2.19 (4 Oct 2019) |
| 5 | +------------------------------- |
| 6 | + |
| 7 | +List of changes |
| 8 | +~~~~~~~~~~~~~~~ |
| 9 | + |
| 10 | +* Tasks |
| 11 | + * #232,#392: Fix default date based on local timezone for all browsers. [Jacobo Aragunde Pérez] |
| 12 | + * #259: Disable "copy tasks from date" feature in blocked dates. [Jacobo Aragunde Pérez] |
| 13 | + * #353: Fix wrong length of "full day task" on new users' first day. [Jacobo Aragunde Pérez] |
| 14 | + * #411: Load tasks page with no GET params when "today" is selected. [Jacobo Aragunde Pérez] |
| 15 | + * #431: Address some PHP warnings in tasks page. [Jacobo Aragunde Pérez] |
| 16 | + * Use better names for date-related vars in tasks.js. [Jacobo Aragunde Pérez] |
| 17 | + |
| 18 | +* Reports |
| 19 | + * #401: Extract JS code from viewProjectDetails.php. [Jacobo Aragunde Pérez] |
| 20 | + * #431: Address some PHP warnings in project details report. [Jacobo Aragunde Pérez] |
| 21 | + * #459: Fix wrong dates in user tasks report due to timezone conversion. [Jacobo Aragunde Pérez] |
| 22 | + |
| 23 | +* Other |
| 24 | + * #343: Fix a number of HTML validation errors and warnings. [Jacobo Aragunde Pérez] |
| 25 | + * #423: Use CSS sprites for top menu icons. [Jacobo Aragunde Pérez] |
| 26 | + * #435,#455: Take into account contract info in unfilled task reminders. [Jacobo Aragunde Pérez] |
| 27 | + * #440: Calculate version number from Git tag + hash. [Jacobo Aragunde Pérez] |
| 28 | + * #444: Only use minified sources after they are created. [Jacobo Aragunde Pérez] |
| 29 | + * #448: Fix regression in blur event on input fields in FF 65. [Jacobo Aragunde Pérez] |
| 30 | + * Docs: how to setup a development environment. [Jacobo Aragunde Pérez] |
| 31 | + * Add docker support. [Juan A. Suárez Romero] |
| 32 | + * Never return failed credentials in an error message. [Jacobo Aragunde Pérez] |
| 33 | + * Integrate with external authentication: allow using a custom authentication header and disabling password check. [Jacobo Aragunde Pérez] |
| 34 | + * Allow setting custom PostgreSQL connection parameters. [Jacobo Aragunde Pérez] |
| 35 | + * Fix wrong use of SQLIncorrectTypeException constructor. [Jacobo Aragunde Pérez] |
| 36 | + * Beautify ExtJS CSS. [Jacobo Aragunde Pérez] |
| 37 | + * Explicitly set text color in text areas to black to prevent problems with dark themes. [Jacobo Aragunde Pérez] |
| 38 | + |
| 39 | + |
4 | 40 | Version 2.18 (15 Aug 2018) |
5 | 41 | ------------------------------- |
6 | 42 |
|
|
0 commit comments