Project

General

Profile

Changelog » History » Version 6

Jean-Philippe Lang, 2008-03-12 19:56

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