Project

General

Profile

Changelog » History » Version 36

Azamat Hackimov, 2010-06-21 21:48

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