Skip to content

Commit ba0cb3a

Browse files
committed
Bump version number to 2.16, update NEWS and AUTHORS.
1 parent 0d5241b commit ba0cb3a

File tree

3 files changed

+78
-3
lines changed

3 files changed

+78
-3
lines changed

AUTHORS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Copyright (C) 2009-2011 Igalia, S.L. <[email protected]>
1+
Copyright (C) 2009-2016 Igalia, S.L. <[email protected]>
22

33
Jacobo Aragunde Pérez <[email protected]>
4-
Jorge López Fernández <[email protected]>
4+
Jorge López Fernández <[email protected]>
5+
Martin Robinson <[email protected]>
56

67
Based on the previous work of:
78

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=2.1
1+
VERSION=2.16
22

33
tgz: help
44
cp config/config.php config/config.defaults

NEWS

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,80 @@
11
NEWS
22
====
33

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+
478
Version 2.1 (27 Feb 2013)
579
-------------------------------
680

0 commit comments

Comments
 (0)