Project

General

Profile

Changelog » History » Version 5

Jean-Philippe Lang, 2007-12-18 20:03
0.6.3 release

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