Changelog » History » Version 1
Jean-Philippe Lang, 2007-11-04 13:32
1 | 1 | Jean-Philippe Lang | h1. Changelog |
---|---|---|---|
2 | |||
3 | h2. v0.5.1 (2007-07-15) |
||
4 | |||
5 | * per project forums added |
||
6 | * added the ability to archive projects |
||
7 | * added “Watch” functionality on issues. It allows users to receive notifications about issue changes |
||
8 | * custom fields for issues can now be used as filters on issue list |
||
9 | * added per user custom queries |
||
10 | * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings) |
||
11 | * projects list now shows the list of public projects and private projects for which the user is a member |
||
12 | * versions can now be created with no date |
||
13 | * added issue count details for versions on Reports view |
||
14 | * added time report, by member/activity/tracker/version and year/month/week for the selected period |
||
15 | * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user |
||
16 | * added autologin feature (disabled by default) |
||
17 | * optimistic locking added for wiki edits |
||
18 | * added wiki diff |
||
19 | * added the ability to destroy wiki pages (requires permission) |
||
20 | * a wiki page can now be attached to each version, and displayed on the roadmap |
||
21 | * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online |
||
22 | * added an option to see all versions in the roadmap view (including completed ones) |
||
23 | * added basic issue relations |
||
24 | * added the ability to log time when changing an issue status |
||
25 | * account information can now be sent to the user when creating an account |
||
26 | * author and assignee of an issue always receive notifications (even if they turned of mail notifications) |
||
27 | * added a quick search form in page header |
||
28 | * added 'me' value for 'assigned to' and 'author' query filters |
||
29 | * added a link on revision screen to see the entire diff for the revision |
||
30 | * added last commit message for each entry in repository browser |
||
31 | * added the ability to view a file diff with free to/from revision selection. |
||
32 | * text files can now be viewed online when browsing the repository |
||
33 | * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs |
||
34 | * added fragment caching for svn diffs |
||
35 | * added fragment caching for calendar and gantt views |
||
36 | * login field automatically focused on login form |
||
37 | * subproject name displayed on issue list, calendar and gantt |
||
38 | * added an option to choose the date format: language based or ISO 8601 |
||
39 | * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email. |
||
40 | * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page |
||
41 | * added portuguese translation (Joao Carlos Clementoni) |
||
42 | * added partial online help japanese translation (Ken Date) |
||
43 | * added bulgarian translation (Nikolay Solakov) |
||
44 | * added dutch translation (Linda van den Brink) |
||
45 | * added swedish translation (Thomas Habets) |
||
46 | * italian translation update (Alessio Spadaro) |
||
47 | * japanese translation update (Satoru Kurashiki) |
||
48 | * fixed: error on history atom feed when there’s no notes on an issue change |
||
49 | * fixed: error in journalizing an issue with longtext custom fields (Postgresql) |
||
50 | * fixed: creation of Oracle schema |
||
51 | * fixed: last day of the month not included in project activity |
||
52 | * fixed: files with an apostrophe in their names can't be accessed in SVN repository |
||
53 | * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000) |
||
54 | * fixed: open/closed issue counts are always 0 on reports view (postgresql) |
||
55 | * fixed: date query filters (wrong results and sql error with postgresql) |
||
56 | * fixed: confidentiality issue on account/show (private project names displayed to anyone) |
||
57 | * fixed: Long text custom fields displayed without line breaks |
||
58 | * fixed: Error when editing the wokflow after deleting a status |
||
59 | * fixed: SVN commit dates are now stored as local time |
||
60 | |||
61 | h2. v0.5.0 (2007-04-11) |
||
62 | |||
63 | * added per project Wiki |
||
64 | * added rss/atom feeds at project level (custom queries can be used as feeds) |
||
65 | * added search engine (search in issues, news, commits, wiki pages, documents) |
||
66 | * simple time tracking functionality added |
||
67 | * added version due dates on calendar and gantt |
||
68 | * added subprojects issue count on project Reports page |
||
69 | * added the ability to copy an existing workflow when creating a new tracker |
||
70 | * added the ability to include subprojects on calendar and gantt |
||
71 | * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones) |
||
72 | * added side by side svn diff view (Cyril Mougel) |
||
73 | * added back subproject filter on issue list |
||
74 | * added permissions report in admin area |
||
75 | * added a status filter on users list |
||
76 | * support for password-protected SVN repositories |
||
77 | * SVN commits are now stored in the database |
||
78 | * added simple svn statistics SVG graphs |
||
79 | * progress bars for roadmap versions (Nick Read) |
||
80 | * issue history now shows file uploads and deletions |
||
81 | * #id patterns are turned into links to issues in descriptions and commit messages |
||
82 | * japanese translation added (Satoru Kurashiki) |
||
83 | * chinese simplified translation added (Andy Wu) |
||
84 | * italian translation added (Alessio Spadaro) |
||
85 | * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche) |
||
86 | * better calendar rendering time |
||
87 | * fixed migration scripts to work with mysql 5 running in strict mode |
||
88 | * fixed: error when clicking "add" with no block selected on my/page_layout |
||
89 | * fixed: hard coded links in navigation bar |
||
90 | * fixed: table_name pre/suffix support |
||
91 | |||
92 | h2. v0.4.2 (2007-02-18) |
||
93 | |||
94 | * Rails 1.2 is now required |
||
95 | * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used) |
||
96 | * added project roadmap view |
||
97 | * mail notifications added when a document, a file or an attachment is added |
||
98 | * tooltips added on Gantt chart and calender to view the details of the issues |
||
99 | * ability to set the sort order for roles, trackers, issue statuses |
||
100 | * added missing fields to csv export: priority, start date, due date, done ratio |
||
101 | * added total number of issues per tracker on project overview |
||
102 | * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-) |
||
103 | * added back "fixed version" field on issue screen and in filters |
||
104 | * project settings screen split in 4 tabs |
||
105 | * custom fields screen split in 3 tabs (one for each kind of custom field) |
||
106 | * multiple issues pdf export now rendered as a table |
||
107 | * added a button on users/list to manually activate an account |
||
108 | * added a setting option to disable "password lost" functionality |
||
109 | * added a setting option to set max number of issues in csv/pdf exports |
||
110 | * fixed: subprojects count is always 0 on projects list |
||
111 | * fixed: locked users are proposed when adding a member to a project |
||
112 | * fixed: setting an issue status as default status leads to an sql error with SQLite |
||
113 | * fixed: unable to delete an issue status even if it's not used yet |
||
114 | * fixed: filters ignored when exporting a predefined query to csv/pdf |
||
115 | * fixed: crash when french "issue_edit" email notification is sent |
||
116 | * fixed: hide mail preference not saved (my/account) |
||
117 | * fixed: crash when a new user try to edit its "my page" layout |
||
118 | |||
119 | h2. v0.4.1 (2007-01-03) |
||
120 | |||
121 | * fixed: emails have no recipient when one of the project members has notifications disabled |
||
122 | |||
123 | h2. v0.4.0 (2007-01-02) |
||
124 | |||
125 | * simple SVN browser added (just needs svn binaries in PATH) |
||
126 | * comments can now be added on news |
||
127 | * "my page" is now customizable |
||
128 | * more powerfull and savable filters for issues lists |
||
129 | * improved issues change history |
||
130 | * new functionality: move an issue to another project or tracker |
||
131 | * new functionality: add a note to an issue |
||
132 | * new report: project activity |
||
133 | * "start date" and "% done" fields added on issues |
||
134 | * project calendar added |
||
135 | * gantt chart added (exportable to pdf) |
||
136 | * single/multiple issues pdf export added |
||
137 | * issues reports improvements |
||
138 | * multiple file upload for issues, documents and files |
||
139 | * option to set maximum size of uploaded files |
||
140 | * textile formating of issue and news descritions (RedCloth required) |
||
141 | * integration of DotClear jstoolbar for textile formatting |
||
142 | * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar) |
||
143 | * new filter in issues list: Author |
||
144 | * ajaxified paginators |
||
145 | * news rss feed added |
||
146 | * option to set number of results per page on issues list |
||
147 | * localized csv separator (comma/semicolon) |
||
148 | * csv output encoded to ISO-8859-1 |
||
149 | * user custom field displayed on account/show |
||
150 | * default configuration improved (default roles, trackers, status, permissions and workflows) |
||
151 | * language for default configuration data can now be chosen when running 'load_default_data' task |
||
152 | * javascript added on custom field form to show/hide fields according to the format of custom field |
||
153 | * fixed: custom fields not in csv exports |
||
154 | * fixed: project settings now displayed according to user's permissions |
||
155 | * fixed: application error when no version is selected on projects/add_file |
||
156 | * fixed: public actions not authorized for members of non public projects |
||
157 | * fixed: non public projects were shown on welcome screen even if current user is not a member |
||
158 | |||
159 | h2. v0.3.0 (2006-10-08) |
||
160 | |||
161 | * user authentication against multiple LDAP (optional) |
||
162 | * token based "lost password" functionality |
||
163 | * user self-registration functionality (optional) |
||
164 | * custom fields now available for issues, users and projects |
||
165 | * new custom field format "text" (displayed as a textarea field) |
||
166 | * project & administration drop down menus in navigation bar for quicker access |
||
167 | * text formatting is preserved for long text fields (issues, projects and news descriptions) |
||
168 | * urls and emails are turned into clickable links in long text fields |
||
169 | * "due date" field added on issues |
||
170 | * tracker selection filter added on change log |
||
171 | * Localization plugin replaced with GLoc 1.1.0 (iconv required) |
||
172 | * error messages internationalization |
||
173 | * german translation added (thanks to Karim Trott) |
||
174 | * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking) |
||
175 | * new filter in issues list: "Fixed version" |
||
176 | * active filters are displayed with colored background on issues list |
||
177 | * custom configuration is now defined in config/config_custom.rb |
||
178 | * user object no more stored in session (only user_id) |
||
179 | * news summary field is no longer required |
||
180 | * tables and forms redesign |
||
181 | * Fixed: boolean custom field not working |
||
182 | * Fixed: error messages for custom fields are not displayed |
||
183 | * Fixed: invalid custom fields should have a red border |
||
184 | * Fixed: custom fields values are not validated on issue update |
||
185 | * Fixed: unable to choose an empty value for 'List' custom fields |
||
186 | * Fixed: no issue categories sorting |
||
187 | * Fixed: incorrect versions sorting |
||
188 | |||
189 | h2. v0.2.2 (2006-07-12) |
||
190 | |||
191 | * Fixed: bug in "issues list" |
||
192 | |||
193 | h2. v0.2.1 (2006-07-09) |
||
194 | |||
195 | * new databases supported: Oracle, PostgreSQL, SQL Server |
||
196 | * projects/subprojects hierarchy (1 level of subprojects only) |
||
197 | * environment information display in admin/info |
||
198 | * more filter options in issues list (rev6) |
||
199 | * default language based on browser settings (Accept-Language HTTP header) |
||
200 | * issues list exportable to CSV (rev6) |
||
201 | * simple_format and auto_link on long text fields |
||
202 | * more data validations |
||
203 | * Fixed: error when all mail notifications are unchecked in admin/mail_options |
||
204 | * Fixed: all project news are displayed on project summary |
||
205 | * Fixed: Can't change user password in users/edit |
||
206 | * Fixed: Error on tables creation with PostgreSQL (rev5) |
||
207 | * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5) |
||
208 | |||
209 | h2. v0.1.0 (2006-06-25) |
||
210 | |||
211 | * multiple users/multiple projects |
||
212 | * role based access control |
||
213 | * issue tracking system |
||
214 | * fully customizable workflow |
||
215 | * documents/files repository |
||
216 | * email notifications on issue creation and update |
||
217 | * multilanguage support (except for error messages):english, french, spanish |
||
218 | * online manual in french (unfinished) |