Project

General

Profile

Changelog » History » Version 2

Jean-Philippe Lang, 2007-11-04 15:06

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