Project

General

Profile

Changelog » History » Version 4

Jean-Philippe Lang, 2007-12-16 15:26
v0.6.2 release

1 1 Jean-Philippe Lang
h1. Changelog
2
3 4 Jean-Philippe Lang
4
h2. v0.6.2 (2007-12-16)
5
6
* Search engine: issue custom fields can now be searched
7
* News comments are now textilized
8
* Updated Japanese translation (Satoru Kurashiki)
9
* Updated Chinese translation (Shortie Lo)
10
* Fixed Rails 2.0 compatibility bugs:
11
12
  * Unable to create a wiki
13
  * Gantt and calendar error
14
  * Trac importer error (readonly? is defined by ActiveRecord)
15
16
* Fixed: 'assigned to me' filter broken
17
* Fixed: crash when validation fails on issue edition with no custom fields
18
* Fixed: reposman "can't find group" error
19
* Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
20
* Fixed: empty lines when displaying repository files with Windows style eol
21
* Fixed: missing body closing tag in repository annotate and entry views
22
23 3 Jean-Philippe Lang
h2. v0.6.1 (2007-12-10)
24
25
* Rails 2.0 compatibility
26
* Custom fields can now be displayed as columns on the issue list
27
* Added version details view (accessible from the roadmap)
28
* Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
29
* Added per-project tracker selection. Trackers can be selected on project settings
30
* Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
31
* Forums: messages can now be edited/deleted (explicit permissions need to be given)
32
* Forums: topics can be locked so that no reply can be added
33
* Forums: topics can be marked as sticky so that they always appear at the top of the list
34
* Forums: attachments can now be added to replies
35
* Added time zone support
36
* Added a setting to choose the account activation strategy (available in application settings)
37
* Added 'Classic' theme (inspired from the v0.51 design)
38
* Added an alternate theme which provides issue list colorization based on issues priority
39
* Added Bazaar SCM adapter
40
* Added Annotate/Blame view in the repository browser (except for Darcs SCM)
41
* Diff style (inline or side by side) automatically saved as a user preference
42
* Added issues status changes on the activity view (by Cyril Mougel)
43
* Added forums topics on the activity view (disabled by default)
44
* Added an option on 'My account' for users who don’t want to be notified of changes that they make
45
* Trac importer now supports mysql and postgresql databases
46
* Trac importer improvements (by Mat Trudel)
47
* 'fixed version' field can now be displayed on the issue list
48
* Added a couple of new formats for the 'date format' setting
49
* Added Traditional Chinese translation (by Shortie Lo)
50
* Added Russian translation (iGor kMeta)
51
* Project name format limitation removed (name can now contain any character)
52
* Project identifier maximum length changed from 12 to 20
53
* Changed the maximum length of LDAP account to 255 characters
54
* Removed the 12 characters limit on passwords
55
* Added wiki macros support
56
* Performance improvement on workflow setup screen
57
* More detailed html title on several views
58
* Custom fields can now be reordered
59
* Search engine: search can be restricted to an exact phrase by using quotation marks
60
* Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
61
* Email notifications are now sent as Blind carbon copy by default
62
* Fixed: all members (including non active) should be deleted when deleting a project
63
* Fixed: Error on wiki syntax link (accessible from wiki/edit)
64
* Fixed: 'quick jump to a revision' form on the revisions list
65
* Fixed: error on admin/info if there's more than 1 plugin installed
66
* Fixed: svn or ldap password can be found in clear text in the html source in editing mode
67
* Fixed: 'Assigned to' drop down list is not sorted
68
* Fixed: 'View all issues' link doesn't work on issues/show
69
* Fixed: error on account/register when validation fails
70
* Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
71
* Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
72
* Fixed: Wrong feed URLs on the home page
73
* Fixed: Update of time entry fails when the issue has been moved to an other project
74
* Fixed: Error when moving an issue without changing its tracker (Postgresql)
75
* Fixed: Changes not recorded when using :pserver string (CVS adapter)
76
* Fixed: admin should be able to move issues to any project
77
* Fixed: adding an attachment is not possible when changing the status of an issue
78
* Fixed: No mime-types in documents/files downloading
79
* Fixed: error when sorting the messages if there’s only one board for the project
80
* Fixed: 'me' doesn't appear in the drop down filters on a project issue list
81
82 2 Jean-Philippe Lang
h2. v0.6.0 (2007-11-04)
83
84
* Permission model refactoring.
85
* Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
86
* Permissions: some permissions (eg. browse the repository) can be removed for certain roles
87
* Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
88
* Added Mantis and Trac importers
89
* New application layout
90
* Added "Bulk edit" functionality on the issue list
91
* More flexible mail notifications settings at user level
92
* Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue
93
* Added the hability to copy an issue. It can be done from the "issue/show" view or from the context menu on the issue list
94
* Added the ability to customize issue list columns (at application level or for each saved query)
95
* Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
96
* Added the ability to rename wiki pages (specific permission required)
97
* Search engines now supports pagination. Results are sorted in reverse chronological order
98
* Added "Estimated hours" attribute on issues
99
* A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
100
* Forum notifications are now also sent to the authors of the thread, even if they don’t watch the board
101
* Added an application setting to specify the application protocol (http or https) used to generate urls in emails
102
* Gantt chart: now starts at the current month by default
103
* Gantt chart: month count and zoom factor are automatically saved as user preferences
104
* Wiki links can now refer to other project wikis
105
* Added wiki index by date
106
* Added preview on add/edit issue form
107
* Emails footer can now be customized from the admin interface (Admin -> Email notifications)
108
* Default encodings for repository files can now be set in application settings (used to convert files content and diff to UTF-8 so that they’re properly displayed)
109
* Calendar: first day of week can now be set in lang files
110
* Automatic closing of duplicate issues
111
* Added a cross-project issue list
112
* AJAXified the SCM browser (tree view)
113
* Pretty URL for the repository browser (Cyril Mougel)
114
* Search engine: added a checkbox to search titles only
115
* Added "% done" in the filter list
116
* Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
117
* Added some accesskeys
118
* Added "Float" as a custom field format
119
* Added basic Theme support
120
* Added the ability to set the “done ratio” of issues fixed by commit (Nikolay Solakov)
121
* Added custom fields in issue related mail notifications
122
* Email notifications are now sent in plain text and html
123
* Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
124
* Added syntax highlightment for repository files and wiki
125
* Improved automatic Redmine links
126
* Added automatic table of content support on wiki pages
127
* Added radio buttons on the documents list to sort documents by category, date, title or author
128
* Added basic plugin support, with a sample plugin
129
* Added a link to add a new category when creating or editing an issue
130
* Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
131
* Added an option to be able to relate issues in different projects
132
* Added the ability to move issues (to another project) without changing their trackers.
133
* Atom feeds added on project activity, news and changesets
134
* Added the ability to reset its own RSS access key
135
* Main project list now displays root projects with their subprojects
136
* Added anchor links to issue notes
137
* Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
138
* Issue notes are now included in search
139
* Added email sending test functionality
140
* Added LDAPS support for LDAP authentication
141
* Removed hard-coded URLs in mail templates
142
* Subprojects are now grouped by projects in the navigation drop-down menu
143
* Added a new value for date filters: this week
144
* Added cache for application settings
145
* Added Polish translation (Tomasz Gawryl)
146
* Added Czech translation (Jan Kadlecek)
147
* Added Romanian translation (Csongor Bartus)
148
* Added Hebrew translation (Bob Builder)
149
* Added Serbian translation (Dragan Matic)
150
* Added Korean translation (Choi Jong Yoon)
151
* Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
152
* Performance improvement on calendar and gantt
153
* Fixed: wiki preview doesn’t work on long entries
154
* Fixed: queries with multiple custom fields return no result
155
* Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
156
* Fixed: URL with ~ broken in wiki formatting
157
* Fixed: some quotation marks are rendered as strange characters in pdf
158
159 1 Jean-Philippe Lang
h2. v0.5.1 (2007-07-15)
160
161
* per project forums added
162
* added the ability to archive projects
163
* added “Watch” functionality on issues. It allows users to receive notifications about issue changes
164
* custom fields for issues can now be used as filters on issue list
165
* added per user custom queries
166
* commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
167
* projects list now shows the list of public projects and private projects for which the user is a member
168
* versions can now be created with no date
169
* added issue count details for versions on Reports view
170
* added time report, by member/activity/tracker/version and year/month/week for the selected period
171
* each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
172
* added autologin feature (disabled by default)
173
* optimistic locking added for wiki edits
174
* added wiki diff
175
* added the ability to destroy wiki pages (requires permission)
176
* a wiki page can now be attached to each version, and displayed on the roadmap
177
* attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
178
* added an option to see all versions in the roadmap view (including completed ones)
179
* added basic issue relations
180
* added the ability to log time when changing an issue status
181
* account information can now be sent to the user when creating an account
182
* author and assignee of an issue always receive notifications (even if they turned of mail notifications)
183
* added a quick search form in page header
184
* added 'me' value for 'assigned to' and 'author' query filters
185
* added a link on revision screen to see the entire diff for the revision
186
* added last commit message for each entry in repository browser
187
* added the ability to view a file diff with free to/from revision selection.
188
* text files can now be viewed online when browsing the repository
189
* added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
190
* added fragment caching for svn diffs
191
* added fragment caching for calendar and gantt views
192
* login field automatically focused on login form
193
* subproject name displayed on issue list, calendar and gantt
194
* added an option to choose the date format: language based or ISO 8601
195
* added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
196
* a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
197
* added portuguese translation (Joao Carlos Clementoni)
198
* added partial online help japanese translation (Ken Date)
199
* added bulgarian translation (Nikolay Solakov)
200
* added dutch translation (Linda van den Brink)
201
* added swedish translation (Thomas Habets)
202
* italian translation update (Alessio Spadaro)
203
* japanese translation update (Satoru Kurashiki)
204
* fixed: error on history atom feed when there’s no notes on an issue change
205
* fixed: error in journalizing an issue with longtext custom fields (Postgresql)
206
* fixed: creation of Oracle schema
207
* fixed: last day of the month not included in project activity
208
* fixed: files with an apostrophe in their names can't be accessed in SVN repository
209
* fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
210
* fixed: open/closed issue counts are always 0 on reports view (postgresql)
211
* fixed: date query filters (wrong results and sql error with postgresql)
212
* fixed: confidentiality issue on account/show (private project names displayed to anyone)
213
* fixed: Long text custom fields displayed without line breaks
214
* fixed: Error when editing the wokflow after deleting a status
215
* fixed: SVN commit dates are now stored as local time
216
217
h2. v0.5.0 (2007-04-11)
218
219
* added per project Wiki
220
* added rss/atom feeds at project level (custom queries can be used as feeds)
221
* added search engine (search in issues, news, commits, wiki pages, documents)
222
* simple time tracking functionality added
223
* added version due dates on calendar and gantt
224
* added subprojects issue count on project Reports page
225
* added the ability to copy an existing workflow when creating a new tracker
226
* added the ability to include subprojects on calendar and gantt
227
* added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
228
* added side by side svn diff view (Cyril Mougel)
229
* added back subproject filter on issue list
230
* added permissions report in admin area
231
* added a status filter on users list
232
* support for password-protected SVN repositories
233
* SVN commits are now stored in the database
234
* added simple svn statistics SVG graphs
235
* progress bars for roadmap versions (Nick Read)
236
* issue history now shows file uploads and deletions
237
* #id patterns are turned into links to issues in descriptions and commit messages
238
* japanese translation added (Satoru Kurashiki)
239
* chinese simplified translation added (Andy Wu)
240
* italian translation added (Alessio Spadaro)
241
* added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
242
* better calendar rendering time
243
* fixed migration scripts to work with mysql 5 running in strict mode
244
* fixed: error when clicking "add" with no block selected on my/page_layout
245
* fixed: hard coded links in navigation bar
246
* fixed: table_name pre/suffix support
247
248
h2. v0.4.2 (2007-02-18)
249
250
* Rails 1.2 is now required
251
* settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
252
* added project roadmap view
253
* mail notifications added when a document, a file or an attachment is added
254
* tooltips added on Gantt chart and calender to view the details of the issues
255
* ability to set the sort order for roles, trackers, issue statuses
256
* added missing fields to csv export: priority, start date, due date, done ratio
257
* added total number of issues per tracker on project overview
258
* 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-)
259
* added back "fixed version" field on issue screen and in filters
260
* project settings screen split in 4 tabs
261
* custom fields screen split in 3 tabs (one for each kind of custom field)
262
* multiple issues pdf export now rendered as a table
263
* added a button on users/list to manually activate an account
264
* added a setting option to disable "password lost" functionality
265
* added a setting option to set max number of issues in csv/pdf exports
266
* fixed: subprojects count is always 0 on projects list
267
* fixed: locked users are proposed when adding a member to a project
268
* fixed: setting an issue status as default status leads to an sql error with SQLite
269
* fixed: unable to delete an issue status even if it's not used yet
270
* fixed: filters ignored when exporting a predefined query to csv/pdf
271
* fixed: crash when french "issue_edit" email notification is sent
272
* fixed: hide mail preference not saved (my/account)
273
* fixed: crash when a new user try to edit its "my page" layout
274
275
h2. v0.4.1 (2007-01-03)
276
277
* fixed: emails have no recipient when one of the project members has notifications disabled
278
279
h2. v0.4.0 (2007-01-02)
280
281
* simple SVN browser added (just needs svn binaries in PATH)
282
* comments can now be added on news
283
* "my page" is now customizable 
284
* more powerfull and savable filters for issues lists
285
* improved issues change history
286
* new functionality: move an issue to another project or tracker
287
* new functionality: add a note to an issue
288
* new report: project activity
289
* "start date" and "% done" fields added on issues
290
* project calendar added
291
* gantt chart added (exportable to pdf)
292
* single/multiple issues pdf export added
293
* issues reports improvements
294
* multiple file upload for issues, documents and files
295
* option to set maximum size of uploaded files
296
* textile formating of issue and news descritions (RedCloth required)
297
* integration of DotClear jstoolbar for textile formatting
298
* calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
299
* new filter in issues list: Author
300
* ajaxified paginators
301
* news rss feed added
302
* option to set number of results per page on issues list
303
* localized csv separator (comma/semicolon)
304
* csv output encoded to ISO-8859-1
305
* user custom field displayed on account/show
306
* default configuration improved (default roles, trackers, status, permissions and workflows)
307
* language for default configuration data can now be chosen when running 'load_default_data' task
308
* javascript added on custom field form to show/hide fields according to the format of custom field
309
* fixed: custom fields not in csv exports
310
* fixed: project settings now displayed according to user's permissions
311
* fixed: application error when no version is selected on projects/add_file
312
* fixed: public actions not authorized for members of non public projects
313
* fixed: non public projects were shown on welcome screen even if current user is not a member
314
315
h2. v0.3.0 (2006-10-08)
316
317
* user authentication against multiple LDAP (optional)
318
* token based "lost password" functionality
319
* user self-registration functionality (optional)
320
* custom fields now available for issues, users and projects
321
* new custom field format "text" (displayed as a textarea field) 
322
* project & administration drop down menus in navigation bar for quicker access
323
* text formatting is preserved for long text fields (issues, projects and news descriptions)
324
* urls and emails are turned into clickable links in long text fields
325
* "due date" field added on issues
326
* tracker selection filter added on change log
327
* Localization plugin replaced with GLoc 1.1.0 (iconv required)
328
* error messages internationalization
329
* german translation added (thanks to Karim Trott)
330
* data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
331
* new filter in issues list: "Fixed version"
332
* active filters are displayed with colored background on issues list
333
* custom configuration is now defined in config/config_custom.rb
334
* user object no more stored in session (only user_id)
335
* news summary field is no longer required
336
* tables and forms redesign
337
* Fixed: boolean custom field not working
338
* Fixed: error messages for custom fields are not displayed
339
* Fixed: invalid custom fields should have a red border
340
* Fixed: custom fields values are not validated on issue update
341
* Fixed: unable to choose an empty value for 'List' custom fields
342
* Fixed: no issue categories sorting
343
* Fixed: incorrect versions sorting
344
345
h2. v0.2.2 (2006-07-12)
346
347
* Fixed: bug in "issues list"
348
349
h2. v0.2.1 (2006-07-09)
350
351
* new databases supported: Oracle, PostgreSQL, SQL Server
352
* projects/subprojects hierarchy (1 level of subprojects only)
353
* environment information display in admin/info
354
* more filter options in issues list (rev6)
355
* default language based on browser settings (Accept-Language HTTP header)
356
* issues list exportable to CSV (rev6)
357
* simple_format and auto_link on long text fields
358
* more data validations
359
* Fixed: error when all mail notifications are unchecked in admin/mail_options
360
* Fixed: all project news are displayed on project summary
361
* Fixed: Can't change user password in users/edit
362
* Fixed: Error on tables creation with PostgreSQL (rev5)
363
* Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
364
365
h2. v0.1.0 (2006-06-25)
366
367
* multiple users/multiple projects
368
* role based access control
369
* issue tracking system
370
* fully customizable workflow
371
* documents/files repository
372
* email notifications on issue creation and update
373
* multilanguage support (except for error messages):english, french, spanish
374
* online manual in french (unfinished)