Project

General

Profile

Changelog 0 6 » History » Version 3

Etienne Massip, 2013-01-11 09:57
fix broken non-ascii characters

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