Project

General

Profile

Changelog » History » Version 11

Jean-Philippe Lang, 2008-07-06 14:09
0.7.3 release

1 1 Jean-Philippe Lang
h1. Changelog
2
3 11 Jean-Philippe Lang
h2. v0.7.3 (2008-07-06)
4
5
* Allow dot in firstnames and lastnames
6
* Add project name to cross-project Atom feeds
7
* Encoding set to utf8 in example database.yml
8
* HTML titles on forums related views
9
* Fixed: various XSS vulnerabilities
10
* Fixed: Entourage (and some old client) fails to correctly render notification styles
11
* Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
12
* Fixed: wrong relative paths to images in wiki_syntax.html
13
14 10 Jean-Philippe Lang
h2. v0.7.2 (2008-06-15)
15
16
* Links to repository directories on the repo browser
17
* Move status to front in Activity View
18
* Remove edit step from Status context menu
19
* Fixed: No way to do textile horizontal rule
20
* Fixed: Repository: View differences doesn't work
21
* Fixed: attachement's name maybe invalid.
22
* Fixed: Error when creating a new issue
23
* Fixed: NoMethodError on @available_filters.has_key?
24
* Fixed: Check All / Uncheck All in Email Settings
25
* Fixed: "View differences" of one file at /repositories/revision/ fails
26
* Fixed: Column width in "my page"
27
* Fixed: private subprojects are listed on Issues view
28
* Fixed: Textile: bold, italics, underline, etc... not working after parentheses
29
* Fixed: Update issue form: comment field from log time end out of screen
30
* Fixed: Editing role: "issue can be assigned to this role" out of box
31
* Fixed: Unable use angular braces after include word
32
* Fixed: Using '*' as keyword for repository referencing keywords doesn't work
33
* Fixed: Subversion repository "View differences" on each file rise ERROR
34
* Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
35
* Fixed: It is possible to lock out the last admin account
36
* Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
37
* Fixed: Issue number display clipped on 'my issues'
38
* Fixed: Roadmap version list links not carrying state
39
* Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
40
* Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
41
* Fixed: browser's language subcodes ignored
42
* Fixed: Error on project selection with numeric (only) identifier.
43
* Fixed: Link to PDF doesn't work after creating new issue
44
* Fixed: "Replies" should not be shown on forum threads that are locked
45
* Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
46
* Fixed: http links containing hashes don't display correct
47
* Fixed: Allow ampersands in Enumeration names
48
* Fixed: Atom link on saved query does not include query_id
49
* Fixed: Logtime info lost when there's an error updating an issue
50
* Fixed: TOC does not parse colorization markups
51
* Fixed: CVS: add support for modules names with spaces
52
* Fixed: Bad rendering on projects/add
53
* Fixed: exception when viewing differences on cvs
54
* Fixed: export issue to pdf will messup when use Chinese language
55
* Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
56
* Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
57
* Fixed: Importing from trac : some wiki links are messed
58
* Fixed: Incorrect weekend definition in Hebrew calendar locale
59
* Fixed: Atom feeds don't provide author section for repository revisions
60
* Fixed: In Activity views, changesets titles can be multiline while they should not
61
* Fixed: Ignore unreadable subversion directories (read disabled using authz)
62
* Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
63
* Fixed: Close statement handler in Redmine.pm
64
65 9 Jean-Philippe Lang
h2. v0.7.1 (2008-05-04)
66
67
* Thai translation added (Gampol Thitinilnithi)
68
* Translations updates
69
* Escape HTML comment tags
70
* Prevent "can't convert nil into String" error when :sort_order param is not present
71
* Fixed: Updating tickets add a time log with zero hours
72
* Fixed: private subprojects names are revealed on the project overview
73
* Fixed: Search for target version of "none" fails with postgres 8.3
74
* Fixed: Home, Logout, Login links shouldn't be absolute links
75
* Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
76
* Fixed: error when using upcase language name in coderay
77
* Fixed: error on Trac import when :due attribute is nil
78
79 8 Jean-Philippe Lang
h2. v0.7.0 (2008-04-28)
80
81
* Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
82
* Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
83
* Add predefined date ranges to the time report
84
* Time report can be done at issue level
85
* Various timelog report enhancements
86
* Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
87
* Display the context menu above and/or to the left of the click if needed
88
* Make the admin project files list sortable
89
* Mercurial: display working directory files sizes unless browsing a specific revision
90
* Preserve status filter and page number when using lock/unlock/activate links on the users list
91
* Redmine.pm support for LDAP authentication
92
* Better error message and AR errors in log for failed LDAP on-the-fly user creation
93
* Redirected user to where he is coming from after logging hours
94
* Warn user that subprojects are also deleted when deleting a project
95
* Include subprojects versions on calendar and gantt
96
* Notify project members when a message is posted if they want to receive notifications
97
* Fixed: Feed content limit setting has no effect
98
* Fixed: Priorities not ordered when displayed as a filter in issue list
99
* Fixed: can not display attached images inline in message replies
100
* Fixed: Boards are not deleted when project is deleted
101
* Fixed: trying to preview a new issue raises an exception with postgresql
102
* Fixed: single file 'View difference' links do not work because of duplicate slashes in url
103
* Fixed: inline image not displayed when including a wiki page
104
* Fixed: CVS duplicate key violation
105
* Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
106
* Fixed: custom field filters behaviour
107
* Fixed: Postgresql 8.3 compatibility
108
* Fixed: Links to repository directories don't work
109
110 7 Jean-Philippe Lang
h2. v0.7.0 RC1 (2008-03-29)
111
112
* Overall activity view and feed added, link is available on the project list
113
* Git VCS support
114
* Rails 2.0 sessions cookie store compatibility
115
* Use project identifiers in urls instead of ids
116
* Default configuration data can now be loaded from the administration screen
117
* Administration settings screen split to tabs (email notifications options moved to 'Settings')
118
* Project description is now unlimited and optional
119
* Wiki annotate view
120
* Escape HTML tag in textile content
121
* Add Redmine links to documents, versions, attachments and repository files
122
* New setting to specify how many objects should be displayed on paginated lists. There are 2 ways to select a set of issues on the issue list:
123
124
    * by using checkbox and/or the little tick that will select/unselect all issues
125
    * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
126
127
* Context menu disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (click anywhere else on the row to display the context menu)
128
* User display format is now configurable in administration settings
129
* Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
130
* Merged 'change status', 'edit issue' and 'add note' actions:
131
132
    * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
133
    * 'Change issue status' permission removed. To change an issue status, a user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed
134
135
* Details by assignees on issue summary view
136
* 'New issue' link in the main menu (accesskey 7). The drop-down lists to add an issue on the project overview and the issue list are removed
137
* Change status select box default to current status
138
* Preview for issue notes, news and messages
139
* Optional description for attachments
140
* 'Fixed version' label changed to 'Target version'
141
* Let the user choose when deleting issues with reported hours to:
142
143
    * delete the hours
144
    * assign the hours to the project
145
    * reassign the hours to another issue
146
147
* Date range filter and pagination on time entries detail view
148
* Propagate time tracking to the parent project
149
* Switch added on the project activity view to include subprojects
150
* Display total estimated and spent hours on the version detail view
151
* Weekly time tracking block for 'My page'
152
* Permissions to edit time entries
153
* Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
154
* Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
155
* Make versions with same date sorted by name
156
* Allow issue list to be sorted by target version
157
* Related changesets messages displayed on the issue details view
158
* Create a journal and send an email when an issue is closed by commit
159
* Add 'Author' to the available columns for the issue list
160
* More appropriate default sort order on sortable columns
161
* Add issue subject to the time entries view and issue subject, description and tracker to the csv export
162
* Permissions to edit issue notes
163
* Display date/time instead of date on files list
164
* Do not show Roadmap menu item if the project doesn't define any versions
165
* Allow longer version names (60 chars)
166
* Ability to copy an existing workflow when creating a new role
167
* Display custom fields in two columns on the issue form
168
* Added 'estimated time' in the csv export of the issue list
169
* Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
170
* Setting for whether new projects should be public by default
171
* User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
172
* Added default value for custom fields
173
* Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
174
* Redirect to issue page after creating a new issue
175
* Wiki toolbar improvements (mainly for Firefox)
176
* Display wiki syntax quick ref link on all wiki textareas
177
* Display links to Atom feeds
178
* Breadcrumb nav for the forums
179
* Show replies when choosing to display messages in the activity
180
* Added 'include' macro to include another wiki page
181
* RedmineWikiFormatting page available as a static HTML file locally
182
* Wrap diff content
183
* Strip out email address from authors in repository screens
184
* Highlight the current item of the main menu
185
* Added simple syntax highlighters for php and java languages
186
* Do not show empty diffs
187
* Show explicit error message when the scm command failed (eg. when svn binary is not available)
188
* Lithuanian translation added (Sergej Jegorov)
189
* Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
190
* Danish translation added (Mads Vestergaard)
191
* Added i18n support to the jstoolbar and various settings screen
192
* RedCloth's glyphs no longer user
193
* New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
194
* The following menus can now be extended by plugins: top_menu, account_menu, application_menu
195
* Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
196
* Remove hardcoded "Redmine" strings in account related emails and use application title instead
197
* Mantis importer preserve bug ids
198
* Trac importer: Trac guide wiki pages skipped
199
* Trac importer: wiki attachments migration added
200
* Trac importer: support database schema for Trac migration
201
* Trac importer: support CamelCase links
202
* Removes the Redmine version from the footer (can be viewed on admin -> info)
203
* Rescue and display an error message when trying to delete a role that is in use
204
* Add various 'X-Redmine' headers to email notifications: X-Redmine-Host, X-Redmine-Site, X-Redmine-Project, X-Redmine-Issue-Id, -Author, -Assignee, X-Redmine-Topic-Id
205
* Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
206
* Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
207
* Fixed: Textile image with style attribute cause internal server error
208
* Fixed: wiki TOC not rendered properly when used in an issue or document description
209
* Fixed: 'has already been taken' error message on username and email fields if left empty
210
* Fixed: non-ascii attachement filename with IE
211
* Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
212
* Fixed: search for all words doesn't work
213
* Fixed: Do not show sticky and locked checkboxes when replying to a message
214
* Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
215
* Fixed: Date custom fields not displayed as specified in application settings
216
* Fixed: titles not escaped in the activity view
217
* Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
218
* Fixed: on calendar, gantt and in the tracker filter on the issue list, only active trackers of the project (and its sub projects) should be available
219
* Fixed: locked users should not receive email notifications
220
* Fixed: custom field selection is not saved when unchecking them all on project settings
221
* Fixed: can not lock a topic when creating it
222
* Fixed: Incorrect filtering for unset values when using 'is not' filter
223
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
224
* Fixed: ajax pagination does not scroll up
225
* Fixed: error when uploading a file with no content-type specified by the browser
226
* Fixed: wiki and changeset links not displayed when previewing issue description or notes
227
* Fixed: 'LdapError: no bind result' error when authenticating
228
* Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
229
* Fixed: CVS repository doesn't work if port is used in the url
230
* Fixed: Email notifications: host name is missing in generated links
231
* Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
232
* Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
233
* Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
234
* Fixed: Do not send an email with no recipient, cc or bcc
235
* Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
236
* Fixed: Mercurial browsing under unix-like os and for directory depth > 2
237
* Fixed: Wiki links with pipe can not be used in wiki tables
238
* Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
239
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
240
241 6 Jean-Philippe Lang
h2. v0.6.4 (2008-03-12)
242
243
* Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
244
* Fixed: potential LDAP authentication security flaw
245
* Fixed: context submenus on the issue list don't show up with IE6.
246
* Fixed: Themes are not applied with Rails 2.0
247
* Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
248
* Fixed: Mercurial repository browsing
249
* Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
250
* Fixed: not null constraints not removed with Postgresql
251
* Doctype set to transitional
252
253 5 Jean-Philippe Lang
h2. v0.6.3 (2007-12-18)
254
255
* Fixed: upload doesn't work in 'Files' section
256 4 Jean-Philippe Lang
257
h2. v0.6.2 (2007-12-16)
258
259
* Search engine: issue custom fields can now be searched
260
* News comments are now textilized
261
* Updated Japanese translation (Satoru Kurashiki)
262
* Updated Chinese translation (Shortie Lo)
263
* Fixed Rails 2.0 compatibility bugs:
264
265
  * Unable to create a wiki
266
  * Gantt and calendar error
267
  * Trac importer error (readonly? is defined by ActiveRecord)
268
269
* Fixed: 'assigned to me' filter broken
270
* Fixed: crash when validation fails on issue edition with no custom fields
271
* Fixed: reposman "can't find group" error
272
* Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
273
* Fixed: empty lines when displaying repository files with Windows style eol
274
* Fixed: missing body closing tag in repository annotate and entry views
275
276 3 Jean-Philippe Lang
h2. v0.6.1 (2007-12-10)
277
278
* Rails 2.0 compatibility
279
* Custom fields can now be displayed as columns on the issue list
280
* Added version details view (accessible from the roadmap)
281
* Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
282
* Added per-project tracker selection. Trackers can be selected on project settings
283
* Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
284
* Forums: messages can now be edited/deleted (explicit permissions need to be given)
285
* Forums: topics can be locked so that no reply can be added
286
* Forums: topics can be marked as sticky so that they always appear at the top of the list
287
* Forums: attachments can now be added to replies
288
* Added time zone support
289
* Added a setting to choose the account activation strategy (available in application settings)
290
* Added 'Classic' theme (inspired from the v0.51 design)
291
* Added an alternate theme which provides issue list colorization based on issues priority
292
* Added Bazaar SCM adapter
293
* Added Annotate/Blame view in the repository browser (except for Darcs SCM)
294
* Diff style (inline or side by side) automatically saved as a user preference
295
* Added issues status changes on the activity view (by Cyril Mougel)
296 1 Jean-Philippe Lang
* Added forums topics on the activity view (disabled by default)
297 6 Jean-Philippe Lang
* Added an option on 'My account' for users who don’t want to be notified of changes that they make
298 3 Jean-Philippe Lang
* Trac importer now supports mysql and postgresql databases
299
* Trac importer improvements (by Mat Trudel)
300
* 'fixed version' field can now be displayed on the issue list
301
* Added a couple of new formats for the 'date format' setting
302
* Added Traditional Chinese translation (by Shortie Lo)
303
* Added Russian translation (iGor kMeta)
304
* Project name format limitation removed (name can now contain any character)
305
* Project identifier maximum length changed from 12 to 20
306
* Changed the maximum length of LDAP account to 255 characters
307
* Removed the 12 characters limit on passwords
308
* Added wiki macros support
309
* Performance improvement on workflow setup screen
310
* More detailed html title on several views
311
* Custom fields can now be reordered
312
* Search engine: search can be restricted to an exact phrase by using quotation marks
313
* Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
314
* Email notifications are now sent as Blind carbon copy by default
315
* Fixed: all members (including non active) should be deleted when deleting a project
316
* Fixed: Error on wiki syntax link (accessible from wiki/edit)
317
* Fixed: 'quick jump to a revision' form on the revisions list
318
* Fixed: error on admin/info if there's more than 1 plugin installed
319
* Fixed: svn or ldap password can be found in clear text in the html source in editing mode
320
* Fixed: 'Assigned to' drop down list is not sorted
321
* Fixed: 'View all issues' link doesn't work on issues/show
322
* Fixed: error on account/register when validation fails
323
* Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
324
* Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
325
* Fixed: Wrong feed URLs on the home page
326
* Fixed: Update of time entry fails when the issue has been moved to an other project
327
* Fixed: Error when moving an issue without changing its tracker (Postgresql)
328
* Fixed: Changes not recorded when using :pserver string (CVS adapter)
329
* Fixed: admin should be able to move issues to any project
330 1 Jean-Philippe Lang
* Fixed: adding an attachment is not possible when changing the status of an issue
331 3 Jean-Philippe Lang
* Fixed: No mime-types in documents/files downloading
332 6 Jean-Philippe Lang
* Fixed: error when sorting the messages if there’s only one board for the project
333 3 Jean-Philippe Lang
* Fixed: 'me' doesn't appear in the drop down filters on a project issue list
334
335 2 Jean-Philippe Lang
h2. v0.6.0 (2007-11-04)
336
337
* Permission model refactoring.
338
* Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
339
* Permissions: some permissions (eg. browse the repository) can be removed for certain roles
340
* Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
341
* Added Mantis and Trac importers
342
* New application layout
343
* Added "Bulk edit" functionality on the issue list
344
* More flexible mail notifications settings at user level
345
* 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
346
* 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
347
* Added the ability to customize issue list columns (at application level or for each saved query)
348
* Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
349
* Added the ability to rename wiki pages (specific permission required)
350 1 Jean-Philippe Lang
* Search engines now supports pagination. Results are sorted in reverse chronological order
351 2 Jean-Philippe Lang
* Added "Estimated hours" attribute on issues
352
* A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
353 6 Jean-Philippe Lang
* Forum notifications are now also sent to the authors of the thread, even if they don’t watch the board
354 2 Jean-Philippe Lang
* Added an application setting to specify the application protocol (http or https) used to generate urls in emails
355
* Gantt chart: now starts at the current month by default
356
* Gantt chart: month count and zoom factor are automatically saved as user preferences
357 1 Jean-Philippe Lang
* Wiki links can now refer to other project wikis
358 2 Jean-Philippe Lang
* Added wiki index by date
359
* Added preview on add/edit issue form
360
* Emails footer can now be customized from the admin interface (Admin -> Email notifications)
361 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)
362 2 Jean-Philippe Lang
* Calendar: first day of week can now be set in lang files
363
* Automatic closing of duplicate issues
364
* Added a cross-project issue list
365
* AJAXified the SCM browser (tree view)
366
* Pretty URL for the repository browser (Cyril Mougel)
367
* Search engine: added a checkbox to search titles only
368 1 Jean-Philippe Lang
* Added "% done" in the filter list
369 2 Jean-Philippe Lang
* Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
370
* Added some accesskeys
371
* Added "Float" as a custom field format
372
* Added basic Theme support
373 6 Jean-Philippe Lang
* Added the ability to set the “done ratio” of issues fixed by commit (Nikolay Solakov)
374 2 Jean-Philippe Lang
* Added custom fields in issue related mail notifications
375
* Email notifications are now sent in plain text and html
376
* Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
377
* Added syntax highlightment for repository files and wiki
378
* Improved automatic Redmine links
379
* Added automatic table of content support on wiki pages
380
* Added radio buttons on the documents list to sort documents by category, date, title or author
381
* Added basic plugin support, with a sample plugin
382
* Added a link to add a new category when creating or editing an issue
383
* Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
384
* Added an option to be able to relate issues in different projects
385
* Added the ability to move issues (to another project) without changing their trackers.
386
* Atom feeds added on project activity, news and changesets
387
* Added the ability to reset its own RSS access key
388
* Main project list now displays root projects with their subprojects
389
* Added anchor links to issue notes
390
* Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
391
* Issue notes are now included in search
392
* Added email sending test functionality
393
* Added LDAPS support for LDAP authentication
394
* Removed hard-coded URLs in mail templates
395
* Subprojects are now grouped by projects in the navigation drop-down menu
396
* Added a new value for date filters: this week
397
* Added cache for application settings
398
* Added Polish translation (Tomasz Gawryl)
399
* Added Czech translation (Jan Kadlecek)
400 1 Jean-Philippe Lang
* Added Romanian translation (Csongor Bartus)
401 2 Jean-Philippe Lang
* Added Hebrew translation (Bob Builder)
402
* Added Serbian translation (Dragan Matic)
403
* Added Korean translation (Choi Jong Yoon)
404
* Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
405
* Performance improvement on calendar and gantt
406 6 Jean-Philippe Lang
* Fixed: wiki preview doesn’t work on long entries
407 2 Jean-Philippe Lang
* Fixed: queries with multiple custom fields return no result
408
* Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
409 1 Jean-Philippe Lang
* Fixed: URL with ~ broken in wiki formatting
410 2 Jean-Philippe Lang
* Fixed: some quotation marks are rendered as strange characters in pdf
411
412 1 Jean-Philippe Lang
h2. v0.5.1 (2007-07-15)
413
414
* per project forums added
415
* added the ability to archive projects
416 6 Jean-Philippe Lang
* added “Watch” functionality on issues. It allows users to receive notifications about issue changes
417 1 Jean-Philippe Lang
* custom fields for issues can now be used as filters on issue list
418
* added per user custom queries
419
* commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
420
* projects list now shows the list of public projects and private projects for which the user is a member
421
* versions can now be created with no date
422
* added issue count details for versions on Reports view
423
* added time report, by member/activity/tracker/version and year/month/week for the selected period
424
* each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
425
* added autologin feature (disabled by default)
426
* optimistic locking added for wiki edits
427
* added wiki diff
428
* added the ability to destroy wiki pages (requires permission)
429
* a wiki page can now be attached to each version, and displayed on the roadmap
430
* attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
431
* added an option to see all versions in the roadmap view (including completed ones)
432
* added basic issue relations
433
* added the ability to log time when changing an issue status
434
* account information can now be sent to the user when creating an account
435
* author and assignee of an issue always receive notifications (even if they turned of mail notifications)
436
* added a quick search form in page header
437
* added 'me' value for 'assigned to' and 'author' query filters
438
* added a link on revision screen to see the entire diff for the revision
439
* added last commit message for each entry in repository browser
440
* added the ability to view a file diff with free to/from revision selection.
441
* text files can now be viewed online when browsing the repository
442
* added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
443
* added fragment caching for svn diffs
444
* added fragment caching for calendar and gantt views
445
* login field automatically focused on login form
446
* subproject name displayed on issue list, calendar and gantt
447
* added an option to choose the date format: language based or ISO 8601
448
* added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
449
* a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
450
* added portuguese translation (Joao Carlos Clementoni)
451
* added partial online help japanese translation (Ken Date)
452
* added bulgarian translation (Nikolay Solakov)
453
* added dutch translation (Linda van den Brink)
454
* added swedish translation (Thomas Habets)
455
* italian translation update (Alessio Spadaro)
456
* japanese translation update (Satoru Kurashiki)
457 6 Jean-Philippe Lang
* fixed: error on history atom feed when there’s no notes on an issue change
458 1 Jean-Philippe Lang
* fixed: error in journalizing an issue with longtext custom fields (Postgresql)
459
* fixed: creation of Oracle schema
460
* fixed: last day of the month not included in project activity
461
* fixed: files with an apostrophe in their names can't be accessed in SVN repository
462
* fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
463
* fixed: open/closed issue counts are always 0 on reports view (postgresql)
464
* fixed: date query filters (wrong results and sql error with postgresql)
465
* fixed: confidentiality issue on account/show (private project names displayed to anyone)
466
* fixed: Long text custom fields displayed without line breaks
467
* fixed: Error when editing the wokflow after deleting a status
468
* fixed: SVN commit dates are now stored as local time
469
470
h2. v0.5.0 (2007-04-11)
471
472
* added per project Wiki
473
* added rss/atom feeds at project level (custom queries can be used as feeds)
474
* added search engine (search in issues, news, commits, wiki pages, documents)
475
* simple time tracking functionality added
476
* added version due dates on calendar and gantt
477
* added subprojects issue count on project Reports page
478
* added the ability to copy an existing workflow when creating a new tracker
479
* added the ability to include subprojects on calendar and gantt
480
* added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
481
* added side by side svn diff view (Cyril Mougel)
482
* added back subproject filter on issue list
483
* added permissions report in admin area
484
* added a status filter on users list
485
* support for password-protected SVN repositories
486
* SVN commits are now stored in the database
487
* added simple svn statistics SVG graphs
488
* progress bars for roadmap versions (Nick Read)
489
* issue history now shows file uploads and deletions
490
* #id patterns are turned into links to issues in descriptions and commit messages
491
* japanese translation added (Satoru Kurashiki)
492
* chinese simplified translation added (Andy Wu)
493
* italian translation added (Alessio Spadaro)
494
* added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
495
* better calendar rendering time
496
* fixed migration scripts to work with mysql 5 running in strict mode
497
* fixed: error when clicking "add" with no block selected on my/page_layout
498
* fixed: hard coded links in navigation bar
499
* fixed: table_name pre/suffix support
500
501
h2. v0.4.2 (2007-02-18)
502
503
* Rails 1.2 is now required
504
* settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
505
* added project roadmap view
506
* mail notifications added when a document, a file or an attachment is added
507
* tooltips added on Gantt chart and calender to view the details of the issues
508
* ability to set the sort order for roles, trackers, issue statuses
509
* added missing fields to csv export: priority, start date, due date, done ratio
510
* added total number of issues per tracker on project overview
511
* 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-)
512
* added back "fixed version" field on issue screen and in filters
513
* project settings screen split in 4 tabs
514
* custom fields screen split in 3 tabs (one for each kind of custom field)
515
* multiple issues pdf export now rendered as a table
516
* added a button on users/list to manually activate an account
517
* added a setting option to disable "password lost" functionality
518
* added a setting option to set max number of issues in csv/pdf exports
519
* fixed: subprojects count is always 0 on projects list
520
* fixed: locked users are proposed when adding a member to a project
521
* fixed: setting an issue status as default status leads to an sql error with SQLite
522
* fixed: unable to delete an issue status even if it's not used yet
523
* fixed: filters ignored when exporting a predefined query to csv/pdf
524
* fixed: crash when french "issue_edit" email notification is sent
525
* fixed: hide mail preference not saved (my/account)
526
* fixed: crash when a new user try to edit its "my page" layout
527
528
h2. v0.4.1 (2007-01-03)
529
530
* fixed: emails have no recipient when one of the project members has notifications disabled
531
532
h2. v0.4.0 (2007-01-02)
533
534
* simple SVN browser added (just needs svn binaries in PATH)
535
* comments can now be added on news
536
* "my page" is now customizable 
537
* more powerfull and savable filters for issues lists
538
* improved issues change history
539
* new functionality: move an issue to another project or tracker
540
* new functionality: add a note to an issue
541
* new report: project activity
542
* "start date" and "% done" fields added on issues
543
* project calendar added
544
* gantt chart added (exportable to pdf)
545
* single/multiple issues pdf export added
546
* issues reports improvements
547
* multiple file upload for issues, documents and files
548
* option to set maximum size of uploaded files
549
* textile formating of issue and news descritions (RedCloth required)
550
* integration of DotClear jstoolbar for textile formatting
551
* calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
552
* new filter in issues list: Author
553
* ajaxified paginators
554
* news rss feed added
555
* option to set number of results per page on issues list
556
* localized csv separator (comma/semicolon)
557
* csv output encoded to ISO-8859-1
558
* user custom field displayed on account/show
559
* default configuration improved (default roles, trackers, status, permissions and workflows)
560
* language for default configuration data can now be chosen when running 'load_default_data' task
561
* javascript added on custom field form to show/hide fields according to the format of custom field
562
* fixed: custom fields not in csv exports
563
* fixed: project settings now displayed according to user's permissions
564
* fixed: application error when no version is selected on projects/add_file
565
* fixed: public actions not authorized for members of non public projects
566
* fixed: non public projects were shown on welcome screen even if current user is not a member
567
568
h2. v0.3.0 (2006-10-08)
569
570
* user authentication against multiple LDAP (optional)
571
* token based "lost password" functionality
572
* user self-registration functionality (optional)
573
* custom fields now available for issues, users and projects
574
* new custom field format "text" (displayed as a textarea field) 
575
* project & administration drop down menus in navigation bar for quicker access
576
* text formatting is preserved for long text fields (issues, projects and news descriptions)
577
* urls and emails are turned into clickable links in long text fields
578
* "due date" field added on issues
579
* tracker selection filter added on change log
580
* Localization plugin replaced with GLoc 1.1.0 (iconv required)
581
* error messages internationalization
582
* german translation added (thanks to Karim Trott)
583
* data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
584
* new filter in issues list: "Fixed version"
585
* active filters are displayed with colored background on issues list
586
* custom configuration is now defined in config/config_custom.rb
587
* user object no more stored in session (only user_id)
588
* news summary field is no longer required
589
* tables and forms redesign
590
* Fixed: boolean custom field not working
591
* Fixed: error messages for custom fields are not displayed
592
* Fixed: invalid custom fields should have a red border
593
* Fixed: custom fields values are not validated on issue update
594
* Fixed: unable to choose an empty value for 'List' custom fields
595
* Fixed: no issue categories sorting
596
* Fixed: incorrect versions sorting
597
598
h2. v0.2.2 (2006-07-12)
599
600
* Fixed: bug in "issues list"
601
602
h2. v0.2.1 (2006-07-09)
603
604
* new databases supported: Oracle, PostgreSQL, SQL Server
605
* projects/subprojects hierarchy (1 level of subprojects only)
606
* environment information display in admin/info
607
* more filter options in issues list (rev6)
608
* default language based on browser settings (Accept-Language HTTP header)
609
* issues list exportable to CSV (rev6)
610
* simple_format and auto_link on long text fields
611
* more data validations
612
* Fixed: error when all mail notifications are unchecked in admin/mail_options
613
* Fixed: all project news are displayed on project summary
614
* Fixed: Can't change user password in users/edit
615
* Fixed: Error on tables creation with PostgreSQL (rev5)
616
* Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
617
618
h2. v0.1.0 (2006-06-25)
619
620
* multiple users/multiple projects
621
* role based access control
622
* issue tracking system
623
* fully customizable workflow
624
* documents/files repository
625
* email notifications on issue creation and update
626
* multilanguage support (except for error messages):english, french, spanish
627
* online manual in french (unfinished)