|
1 | 1 | NEWS |
2 | 2 | ==== |
3 | 3 |
|
| 4 | +Version 2.16 (31 March 2016) |
| 5 | +------------------------------- |
| 6 | + |
| 7 | +Release containing new features and bug fixes. Highlights for this release are |
| 8 | +the possibility to export report tables in CSV format, the addition of |
| 9 | +quick-access buttons for the most common date filters on reports and the new |
| 10 | +behavior of the "copy from date" feature in tasks screen. |
| 11 | + |
| 12 | +List of changes |
| 13 | +~~~~~~~~~~~~~~~ |
| 14 | + |
| 15 | +* Tasks screen: |
| 16 | + * Fix trim on story fields. |
| 17 | + * #148: Explicitly scroll to the newly added task. |
| 18 | + * #184: Copy tasks feature selects by default the previous date containing |
| 19 | + any tasks. |
| 20 | + * #203: Reset taskStory field in a task when the project field is changed. |
| 21 | + * #212: Show alert of unsaved tasks before leaving. |
| 22 | + * #218: Middle-click pasted text is properly saved. |
| 23 | + * #222: Cloned tasks belonging to closed projects cannot be assigned to the |
| 24 | + closed project. |
| 25 | + * #230: Fix conditions to prevent edition of tasks from closed projects. |
| 26 | + * #232: Use client timezone to get current date instead of the server's. |
| 27 | + |
| 28 | +* Project management screen: |
| 29 | + * Double-click to edit projects, consistently with other edition screens. |
| 30 | + * Fix tab navigation in client/user assigment subwindows. |
| 31 | + * Close subwindows with ESC. |
| 32 | + * Rearrange button layout in subwindows. |
| 33 | + * Clear "new project" subwindow every time it is used. |
| 34 | + * Select and scroll to newly added projects. |
| 35 | + * The grid now uses the entire screen space. |
| 36 | + * #192: Sort newly added projects into the list. |
| 37 | + * #231: Prevent removing start and end dates in newly added projects. |
| 38 | + |
| 39 | +* Reports: |
| 40 | + * Added quick-access buttons for current and previous week and current month. |
| 41 | + * Ability to export report tables in CSV format. |
| 42 | + * Accumulated hours report grid now uses the entire screen space. |
| 43 | + * Accumulated hours report keeps the selected row and scrolls to it when the |
| 44 | + report is refreshed. |
| 45 | + * #128: Fix conflict in date constraints when one date is deleted. |
| 46 | + * #133: Always open project details in a new window to prevent closing the |
| 47 | + open report. |
| 48 | + * #229: Fix unexpected results in partial extra hours report after extended |
| 49 | + timetable compensation. |
| 50 | + |
| 51 | +* Coordination tools: |
| 52 | + * #195: List project members as candidate reviewers for a story. |
| 53 | + * #198: List project members as candidate developers for a task-story. |
| 54 | + * #202: Add combo box in XP tracker screen to select any project, even if |
| 55 | + not listed. |
| 56 | + * #210: Prevent a division by zero when listing stories inside an iteration. |
| 57 | + * #213: List project members as candidate reviewers for a section. |
| 58 | + |
| 59 | +* Other: |
| 60 | + * Migrate project home to GitHub. |
| 61 | + * Upgrade Ext JS framework from 3.4.0 to 3.4.1.1. |
| 62 | + * Upgrade datepickerplus component from 1.4 to 1.4.3. |
| 63 | + * Refresh user and administrator documentation. |
| 64 | + * Correct errors in the installation instructions. |
| 65 | + * Fix some small problems in the installation process. |
| 66 | + * Underline focused button label to fix invisible focus problem in Chrome. |
| 67 | + * Underline the label next to a focused check box for better visibility. |
| 68 | + * Start splitting JS code contained inside PHP scripts for improved caching |
| 69 | + and easier debugging. |
| 70 | + * Add a column for comments in extra hour compensations management. |
| 71 | + * Extra hour compensations grid now uses the entire screen space. |
| 72 | + * Remove any usage of Flash in the application. |
| 73 | + * #188: Explicitly set week start to Monday in all the calendar widgets. |
| 74 | + * #226: Allow float values in extra hours compensation UI. |
| 75 | + * #233: Add week number to most date selectors. |
| 76 | + |
| 77 | + |
4 | 78 | Version 2.1 (27 Feb 2013) |
5 | 79 | ------------------------------- |
6 | 80 |
|
|
0 commit comments