Skip to content

Commit 9bf709a

Browse files
committed
Created NEWS file with the latest changes and updated TODO.
1 parent 2d52908 commit 9bf709a

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

NEWS

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
NEWS
2+
====
3+
4+
Version 2.0-beta2 (16 Sep 2011)
5+
-------------------------------
6+
7+
Bugfixing release which fixes some open bugs and improves installation
8+
instructions to be more concrete and specific; specially, a guide to install the
9+
application in Windows systems has been written.
10+
11+
Changes
12+
~~~~~~~
13+
14+
* Improved installation instruccions:
15+
* Added specific steps for Debian/Ubuntu, RedHat/Fedora and Windows users.
16+
* Added a section with common problems.
17+
* [Bug #141] Fixed bug in user creation in fresh installs.
18+
* [Bug #150] Take into account moved hours to calculate deviation and cost per
19+
hour of a project.
20+
* [Bug #151] Detect when a project is opened but should be closed
21+
22+
23+
Version 2.0-beta1 (05 May 2011)
24+
-------------------------------
25+
26+
This is the first binary release of *PhpReport* after its full rewrite.
27+
*PhpReport* is a web application for time tracking, which provides useful
28+
statistics about users, projects, and more.
29+
30+
Main features
31+
~~~~~~~~~~~~~
32+
33+
* Logs individual worker dedication to projects.
34+
* Manages working days, holidays, bank holidays.
35+
* Analyzes project state: cost, deviation, etc.
36+
* Provides tools to organize the work using extreme programming (XP) techniques.
37+
38+
Changes since 1.x
39+
~~~~~~~~~~~~~~~~~
40+
41+
* Modular, layer based software design.
42+
* Plug-in services to extend software functionality without modifying the core.
43+
* Web service API to interact with third-party applications.
44+
* New web interface using AJAX techniques.
45+
* XP tracking tools.

TODO

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ Features
1313
Documentation
1414
~~~~~~~~~~~~~
1515

16-
* Improve instalation instructions.
1716
* Write the basic end-user documentation.
1817

0 commit comments

Comments
 (0)