Project

General

Profile

Changelog 0 9 » History » Version 1

Jean-Philippe Lang, 2011-01-15 16:22

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