Project

General

Profile

Changelog » History » Version 32

Jean-Philippe Lang, 2010-05-01 14:46
0.9.4 release

1 1 Jean-Philippe Lang
h1. Changelog
2 19 Jean-Philippe Lang
3
{{>toc}}
4 1 Jean-Philippe Lang
5 32 Jean-Philippe Lang
h2. v0.9.4 (2010-05-01)
6 1 Jean-Philippe Lang
7 32 Jean-Philippe Lang
* Filters collapsed by default on issues index page for a saved query
8
* Fixed: When categories list is too big the popup menu doesn't adjust (ex. in the issue list)
9
* Fixed: remove "main-menu" div when the menu is empty
10
* Fixed: Code syntax highlighting not working in Document page
11
* Fixed: Git blame/annotate fails on moved files
12
* Fixed: Failing test in test_show_atom
13
* Fixed: Migrate from trac - not displayed Wikis
14
* Fixed: Email notifications on file upload sent to empty recipient list
15
* Fixed: Migrating from trac is not possible, fails to allocate memory
16
* Fixed: Lost password no longer flashes a confirmation message
17
* Fixed: Crash while deleting in-use enumeration
18
* Fixed: Hard coded English string at the selection of issue watchers
19
* Fixed: Bazaar v2.1.0 changed behaviour
20
* Fixed: Roadmap display can raise an exception if no trackers are selected
21
* Fixed: Gravatar breaks layout of "logged in" page
22
* Fixed: Reposman.rb on Windows
23
* Fixed: Possible error 500 while moving an issue to another project with SQLite
24
* Fixed: backslashes in issue description/note should be escaped when quoted
25
* Fixed: Long text in <pre> disrupts Associated revisions
26
* Fixed: Links to missing wiki pages not red on project overview page
27
* Fixed: Cannot delete a project with subprojects that shares versions
28
* Fixed: Update of Subversion changesets broken under Solaris
29
* Fixed: "Move issues" permission not working for Non member
30
* Fixed: Sidebar overlap on Users tab of Group editor
31
* Fixed: Error on db:migrate with table prefix set (hardcoded name in principal.rb)
32
* Fixed: Report shows sub-projects for non-members
33
* Fixed: 500 internal error when browsing any Redmine page in epiphany
34
* Fixed: Watchers selection lost when issue creation fails
35
* Fixed: When copying projects, redmine should not generate an email to people who created issues
36
* Fixed: Issue "#" table cells should have a class attribute to enable fine-grained CSS theme
37
* Fixed: Plugin generators should display help if no parameter is given
38 29 Azamat Hackimov
* New translation: Mongolian
39
40 28 Jean-Philippe Lang
h2. v0.9.3 (2010-02-28)
41
42
* Adds filter for system shared versions on the cross project issue list
43
* Makes project identifiers searchable
44
* Remove invalid utf8 sequences from commit comments and author name
45
* Fixed: Wrong link when "http" not included in project "Homepage" link
46
* Fixed: Escaping in html email templates
47
* Fixed: Pound (#) followed by number with leading zero (0) removes leading zero when rendered in wiki
48
* Fixed: Deselecting textile text formatting causes interning empty string errors
49
* Fixed: error with postgres when entering a non-numeric id for an issue relation
50
* Fixed: div.task incorrectly wrapping on Gantt Chart
51
* Fixed: Project copy loses wiki pages hierarchy
52
* Fixed: parent project field doesn't include blank value when a member with 'add subproject' permission edits a child project
53
* Fixed: Repository.fetch_changesets tries to fetch changesets for archived projects
54
* Fixed: Duplicated project name for subproject version on gantt chart
55
* Fixed: roadmap shows subprojects issues even if subprojects is unchecked
56
* Fixed: IndexError if all the :last menu items are deleted from a menu
57
* Fixed: Very high CPU usage for a long time when fetching commits from a large Git repository
58
59 27 Jean-Philippe Lang
h2. v0.9.2 (2010-02-07)
60
61
* Fixed: Sub-project repository commits not displayed on parent project issues
62
* Fixed: Potential security leak on my page calendar
63
* Fixed: Project tree structure is broken by deleting the project with the subproject
64
* Fixed: Error message shown duplicated when creating a new group
65
* Fixed: Firefox cuts off large pages
66
* Fixed: Invalid format parameter returns a DoubleRenderError on issues index
67
* Fixed: Unnecessary Quote button on locked forum message
68
* Fixed: Error raised when trying to view the gantt or calendar with a grouped query
69
* Fixed: PDF support for Korean locale
70
* Fixed: Deprecation warning in extra/svn/reposman.rb
71
72 25 Jean-Philippe Lang
h2. v0.9.1 (2010-01-31)
73
74
* Vertical alignment for inline images in formatted text set to 'middle'
75
* Fixed: Redmine.pm error "closing dbh with active statement handles at /usr/lib/perl5/Apache/Redmine.pm"
76
* Fixed: copyright year in footer set to 2010
77
* Fixed: Trac migration script may not output query lines
78
* Fixed: Email notifications may affect language of notice messages on the UI
79
* Fixed: Can not search for 2 letters word
80
* Fixed: Attachments get saved on issue update even if validation fails
81
* Fixed: Tab's 'border-bottom' not absent when selected
82
* Fixed: Issue summary tables that list by user are not sorted
83
* Fixed: Issue pdf export fails if target version is set
84
* Fixed: Issue list export to PDF breaks when issues are sorted by a custom field
85
* Fixed: SQL error when adding a group
86 26 Jean-Philippe Lang
* Fixed: Min password length during password reset always displays as 4 chars
87 25 Jean-Philippe Lang
88
89
h2. v0.9.0 RC (2010-01-09)
90
91
* Unlimited subproject nesting
92
* Multiple roles per user per project
93
* User groups
94
* Inheritence of versions
95
* OpenID login
96
* "Watched by me" issue filter
97
* Project copy
98
* Project creation by non admin users
99
* Accept emails from anyone on a private project
100
* Add email notification on Wiki changes
101
* Make issue description non-required field
102
* Custom fields for Versions
103
* Being able to sort the issue list by custom fields
104
* Ability to close versions
105
* User display/editing of custom fields attached to their user profile
106
* Add "follows" issue relation
107
* Copy workflows between trackers and roles
108
* Defaults enabled modules list for project creation
109
* Weighted version completion percentage on the roadmap
110
* Autocreate user account when user submits email that creates new issue
111
* CSS class on overdue issues on the issue list
112
* Enable tracker update on issue edit form
113
* Remove issue watchers
114
* Ability to move threads between project forums
115
* Changed custom field "Possible values" to a textarea
116
* Adds projects association on tracker form
117
* Set session store to cookie store by default
118
* Set a default wiki page on project creation
119
* Roadmap for main project should see Roadmaps for sub projects
120
* Ticket grouping on the issue list
121
* Hierarchical Project links in the page header
122
* Allow My Page blocks to be added to from a plugin
123
* Sort issues by multiple columns
124
* Filters of saved query are now visible and be adjusted without editing the query
125
* Saving "sort order" in custom queries
126
* Url to fetch changesets for a repository
127
* Managers able to create subprojects
128
* Issue Totals on My Page Modules
129
* Convert Enumerations to single table inheritance (STI)
130
* Allow custom my_page blocks to define drop-down names
131
* "View Issues" user permission added
132
* Ask user what to do with child pages when deleting a parent wiki page
133
* Contextual quick search
134
* Allow resending of password by email
135
* Change reply subject to be a link to the reply itself
136
* Include Logged Time as part of the project's Activity history
137
* REST API for authentication
138
* Browse through Git branches
139
* Setup Object Daddy to replace test fixtures
140
* Setup shoulda to make it easier to test
141
* Custom fields and overrides on Enumerations
142
* Add or remove columns from the issue list
143
* Ability to add new version from issues screen
144
* Setting to choose which day calendars start
145
* Asynchronous email delivery method
146
* RESTful URLs for (almost) everything
147
* Include issue status in search results and activity pages
148
* Add email to admin user search filter
149
* Proper content type for plain text mails
150
* Default value of project jump box
151
* Tree based menus
152
* Ability to use issue status to update percent done
153
* Second set of issue "Action Links" at the bottom of an issue page
154
* Proper exist status code for rdm-mailhandler.rb
155
* Remove incoming email body via a delimiter
156
* Fixed: Custom querry 'Export to PDF' ignores field selection
157
* Fixed: Related e-mail notifications aren't threaded
158
* Fixed: No warning when the creation of a categories from the issue form fails
159
* Fixed: Actually block issues from closing when relation 'blocked by' isn't closed
160
* Fixed: Include both first and last name when sorting by users
161
* Fixed: Table cell with multiple line text
162
* Fixed: Project overview page shows disabled trackers
163
* Fixed: Cross project issue relations and user permissions
164
* Fixed: My page shows tickets the user doesn't have access to
165
* Fixed: TOC does not parse wiki page reference links with description
166
* Fixed: Target version-list on bulk edit form is incorrectly sorted
167
* Fixed: Cannot modify/delete project named "Documents"
168
* Fixed: Email address in brackets breaks html
169
* Fixed: Timelog detail loose issue filter passing to report tab
170
* Fixed: Inform about custom field's name maximum length
171
* Fixed: Activity page and Atom feed links contain project id instead of identifier
172
* Fixed: no Atom key for forums with only 1 forum
173
* Fixed: When reading RSS feed in MS Outlook, the inline links are broken.
174
* Fixed: Sometimes new posts don't show up in the topic list of a forum.
175
* Fixed: The all/active filter selection in the project view does not stick.
176
* Fixed: Login box has Different width
177
* Fixed: User removed from project - still getting project update emails
178
* Fixed: Project with the identifier of 'new' cannot be viewed
179
* Fixed: Artefacts in search view (Cyrillic)
180
* Fixed: Allow [#id] as subject to reply by email
181
* Fixed: Wrong language used when closing an issue via a commit message
182
* Fixed: email handler drops emails for new issues with no subject
183
* Fixed: Calendar misspelled under Roles/Permissions
184
* Fixed: Emails from no-reply redmine's address hell cycle
185
* Fixed: child_pages macro fails on wiki page history
186
* Fixed: Pre-filled time tracking date ignores timezone
187
* Fixed: Links on locked users lead to 404 page
188
* Fixed: Page changes in issue-list when using context menu
189
* Fixed: diff parser removes lines starting with multiple dashes
190
* Fixed: Quoting in forums resets message subject
191
* Fixed: Editing issue comment removes quote link
192
* Fixed: Redmine.pm ignore browse_repository permission
193
* Fixed: text formatting breaks on [msg1][msg2]
194
* Fixed: Spent Time Default Value of 0.0
195
* Fixed: Wiki pages in search results are referenced by project number, not by project identifier.
196
* Fixed: When logging in via an autologin cookie the user's last_login_on should be updated
197
* Fixed: 50k users cause problems in project->settings->members screen
198
* Fixed: Document timestamp needs to show updated timestamps
199
* Fixed: Users getting notifications for issues they are no longer allowed to view
200
* Fixed: issue summary counts should link to the issue list without subprojects
201
* Fixed: 'Delete' link on LDAP list has no effect
202 12 Jean-Philippe Lang
203 14 Jean-Philippe Lang
h2. Previous changes
204 18 Jean-Philippe Lang
205 26 Jean-Philippe Lang
* [[Changelog_0_8|0.8.x series]]
206
* [[Changelog_0_7|0.7.x series]]
207 17 Jean-Philippe Lang
* [[Changelog_0_6|0.6.x and below]]