Project

General

Profile

Changelog » History » Version 26

Jean-Philippe Lang, 2010-01-30 12:03
moved 0.8.x changelog to a dedicated page

1 1 Jean-Philippe Lang
h1. Changelog
2 19 Jean-Philippe Lang
3
{{>toc}}
4 1 Jean-Philippe Lang
5 25 Jean-Philippe Lang
h2. v0.9.1 (2010-01-31)
6
7
* Vertical alignment for inline images in formatted text set to 'middle'
8
* Fixed: Redmine.pm error "closing dbh with active statement handles at /usr/lib/perl5/Apache/Redmine.pm"
9
* Fixed: copyright year in footer set to 2010
10
* Fixed: Trac migration script may not output query lines
11
* Fixed: Email notifications may affect language of notice messages on the UI
12
* Fixed: Can not search for 2 letters word
13
* Fixed: Attachments get saved on issue update even if validation fails
14
* Fixed: Tab's 'border-bottom' not absent when selected
15
* Fixed: Issue summary tables that list by user are not sorted
16
* Fixed: Issue pdf export fails if target version is set
17
* Fixed: Issue list export to PDF breaks when issues are sorted by a custom field
18
* Fixed: SQL error when adding a group
19 26 Jean-Philippe Lang
* Fixed: Min password length during password reset always displays as 4 chars
20 25 Jean-Philippe Lang
21
22
h2. v0.9.0 RC (2010-01-09)
23
24
* Unlimited subproject nesting
25
* Multiple roles per user per project
26
* User groups
27
* Inheritence of versions
28
* OpenID login
29
* "Watched by me" issue filter
30
* Project copy
31
* Project creation by non admin users
32
* Accept emails from anyone on a private project
33
* Add email notification on Wiki changes
34
* Make issue description non-required field
35
* Custom fields for Versions
36
* Being able to sort the issue list by custom fields
37
* Ability to close versions
38
* User display/editing of custom fields attached to their user profile
39
* Add "follows" issue relation
40
* Copy workflows between trackers and roles
41
* Defaults enabled modules list for project creation
42
* Weighted version completion percentage on the roadmap
43
* Autocreate user account when user submits email that creates new issue
44
* CSS class on overdue issues on the issue list
45
* Enable tracker update on issue edit form
46
* Remove issue watchers
47
* Ability to move threads between project forums
48
* Changed custom field "Possible values" to a textarea
49
* Adds projects association on tracker form
50
* Set session store to cookie store by default
51
* Set a default wiki page on project creation
52
* Roadmap for main project should see Roadmaps for sub projects
53
* Ticket grouping on the issue list
54
* Hierarchical Project links in the page header
55
* Allow My Page blocks to be added to from a plugin
56
* Sort issues by multiple columns
57
* Filters of saved query are now visible and be adjusted without editing the query
58
* Saving "sort order" in custom queries
59
* Url to fetch changesets for a repository
60
* Managers able to create subprojects
61
* Issue Totals on My Page Modules
62
* Convert Enumerations to single table inheritance (STI)
63
* Allow custom my_page blocks to define drop-down names
64
* "View Issues" user permission added
65
* Ask user what to do with child pages when deleting a parent wiki page
66
* Contextual quick search
67
* Allow resending of password by email
68
* Change reply subject to be a link to the reply itself
69
* Include Logged Time as part of the project's Activity history
70
* REST API for authentication
71
* Browse through Git branches
72
* Setup Object Daddy to replace test fixtures
73
* Setup shoulda to make it easier to test
74
* Custom fields and overrides on Enumerations
75
* Add or remove columns from the issue list
76
* Ability to add new version from issues screen
77
* Setting to choose which day calendars start
78
* Asynchronous email delivery method
79
* RESTful URLs for (almost) everything
80
* Include issue status in search results and activity pages
81
* Add email to admin user search filter
82
* Proper content type for plain text mails
83
* Default value of project jump box
84
* Tree based menus
85
* Ability to use issue status to update percent done
86
* Second set of issue "Action Links" at the bottom of an issue page
87
* Proper exist status code for rdm-mailhandler.rb
88
* Remove incoming email body via a delimiter
89
* Fixed: Custom querry 'Export to PDF' ignores field selection
90
* Fixed: Related e-mail notifications aren't threaded
91
* Fixed: No warning when the creation of a categories from the issue form fails
92
* Fixed: Actually block issues from closing when relation 'blocked by' isn't closed
93
* Fixed: Include both first and last name when sorting by users
94
* Fixed: Table cell with multiple line text
95
* Fixed: Project overview page shows disabled trackers
96
* Fixed: Cross project issue relations and user permissions
97
* Fixed: My page shows tickets the user doesn't have access to
98
* Fixed: TOC does not parse wiki page reference links with description
99
* Fixed: Target version-list on bulk edit form is incorrectly sorted
100
* Fixed: Cannot modify/delete project named "Documents"
101
* Fixed: Email address in brackets breaks html
102
* Fixed: Timelog detail loose issue filter passing to report tab
103
* Fixed: Inform about custom field's name maximum length
104
* Fixed: Activity page and Atom feed links contain project id instead of identifier
105
* Fixed: no Atom key for forums with only 1 forum
106
* Fixed: When reading RSS feed in MS Outlook, the inline links are broken.
107
* Fixed: Sometimes new posts don't show up in the topic list of a forum.
108
* Fixed: The all/active filter selection in the project view does not stick.
109
* Fixed: Login box has Different width
110
* Fixed: User removed from project - still getting project update emails
111
* Fixed: Project with the identifier of 'new' cannot be viewed
112
* Fixed: Artefacts in search view (Cyrillic)
113
* Fixed: Allow [#id] as subject to reply by email
114
* Fixed: Wrong language used when closing an issue via a commit message
115
* Fixed: email handler drops emails for new issues with no subject
116
* Fixed: Calendar misspelled under Roles/Permissions
117
* Fixed: Emails from no-reply redmine's address hell cycle
118
* Fixed: child_pages macro fails on wiki page history
119
* Fixed: Pre-filled time tracking date ignores timezone
120
* Fixed: Links on locked users lead to 404 page
121
* Fixed: Page changes in issue-list when using context menu
122
* Fixed: diff parser removes lines starting with multiple dashes
123
* Fixed: Quoting in forums resets message subject
124
* Fixed: Editing issue comment removes quote link
125
* Fixed: Redmine.pm ignore browse_repository permission
126
* Fixed: text formatting breaks on [msg1][msg2]
127
* Fixed: Spent Time Default Value of 0.0
128
* Fixed: Wiki pages in search results are referenced by project number, not by project identifier.
129
* Fixed: When logging in via an autologin cookie the user's last_login_on should be updated
130
* Fixed: 50k users cause problems in project->settings->members screen
131
* Fixed: Document timestamp needs to show updated timestamps
132
* Fixed: Users getting notifications for issues they are no longer allowed to view
133
* Fixed: issue summary counts should link to the issue list without subprojects
134
* Fixed: 'Delete' link on LDAP list has no effect
135 12 Jean-Philippe Lang
136 14 Jean-Philippe Lang
h2. Previous changes
137 18 Jean-Philippe Lang
138 26 Jean-Philippe Lang
* [[Changelog_0_8|0.8.x series]]
139
* [[Changelog_0_7|0.7.x series]]
140 17 Jean-Philippe Lang
* [[Changelog_0_6|0.6.x and below]]