Project

General

Profile

Changelog » History » Version 13

Jean-Philippe Lang, 2008-12-07 13:05
move old changes to another page

1 1 Jean-Philippe Lang
h1. Changelog
2
3 12 Jean-Philippe Lang
h2. v0.8.0 RC1 (2008-12-07)
4
5
* Wiki page protection
6
* Wiki page hierarchy. Parent page can be assigned on the Rename screen
7
* Adds support for issue creation via email
8
* Adds support for free ticket filtering and custom queries on Gantt chart and calendar
9
* Cross-project search
10
* Ability to search a project and its subprojects
11
* Ability to search the projects the user belongs to
12
* Adds custom fields on time entries
13
* Adds boolean and list custom fields for time entries as criteria on time report
14
* Cross-project time reports
15
* Display latest user's activity on account/show view
16
* Show last connexion time on user's page
17
* Obfuscates email address on user's account page using javascript
18
* wiki TOC rendered as an unordered list
19
* Adds the ability to search for a user on the administration users list
20
* Adds the ability to search for a project name or identifier on the administration projects list
21
* Redirect user to the previous page after logging in
22
* Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
23
* Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
24
* Adds permissions to let users edit and/or delete their messages
25
* Link to activity view when displaying dates
26
* Hide Redmine version in atom feeds and pdf properties
27
* Maps repository users to Redmine users. Users with same username or email are automatically mapped. Mapping can be manually adjusted in repository settings. Multiple usernames can be mapped to the same Redmine user.
28
* Sort users by their display names so that user dropdown lists are sorted alphabetically
29
* Adds estimated hours to issue filters
30
* Switch order of current and previous revisions in side-by-side diff
31
* Render the commit changes list as a tree
32
* Adds watch/unwatch functionality at forum topic level
33
* When moving an issue to another project, reassign it to the category with same name if any
34
* Adds child_pages macro for wiki pages
35
* Use GET instead of POST on roadmap (#718), gantt and calendar forms
36
* Search engine: display total results count and count by result type
37
* Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
38
* Adds icons on search results
39
* Adds 'Edit' link on account/show for admin users
40
* Adds Lock/Unlock/Activate link on user edit screen
41
* Adds user count in status drop down on admin user list
42
* Adds multi-levels blockquotes support by using > at the beginning of lines
43
* Adds a Reply link to each issue note
44
* Adds plain text only option for mail notifications
45
* Gravatar support for issue detail, user grid, and activity stream (disabled by default)
46
* Adds 'Delete wiki pages attachments' permission
47
* Show the most recent file when displaying an inline image
48
* Makes permission screens localized
49
* AuthSource list: display associated users count and disable 'Delete' buton if any
50
* Make the 'duplicates of' relation asymmetric
51
* Adds username to the password reminder email
52
* Adds links to forum messages using message#id syntax
53
* Allow same name for custom fields on different object types
54
* One-click bulk edition using the issue list context menu within the same project
55
* Adds support for commit logs reencoding to UTF-8 before insertion in the database. Source encoding of commit logs can be selected in Application settings -> Repositories.
56
* Adds checkboxes toggle links on permissions report
57
* Adds Trac-Like anchors on wiki headings
58
* Adds support for wiki links with anchor
59
* Adds category to the issue context menu
60
* Adds a workflow overview screen
61
* Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
62
* Dots allowed in custom field name
63
* Adds posts quoting functionality
64
* Adds an option to generate sequential project identifiers
65
* Adds mailto link on the user administration list
66
* Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
67
* Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
68
* Change projects homepage limit to 255 chars
69
* Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes
70
* Adds "please select" to activity select box if no activity is set as default
71
* Do not silently ignore timelog validation failure on issue edit
72
* Adds a rake task to send reminder emails
73
* Allow empty cells in wiki tables
74
* Makes wiki text formatter pluggable
75
* Adds back textile acronyms support
76
* Remove pre tag attributes
77
* Plugin hooks
78
* Pluggable admin menu
79
* Plugins can provide activity content
80
* Moves plugin list to its own administration menu item
81
* Adds url and author_url plugin attributes
82
* Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
83
* Adds atom feed on time entries details
84
* Adds project name to issues feed title
85
* Adds a css class on menu items in order to apply item specific styles (eg. icons)
86
* Adds a Redmine plugin generators
87
* Adds timelog link to the issue context menu
88
* Adds links to the user page on various views
89
* Turkish translation by Ismail Sezen
90
* Catalan translation
91
* Vietnamese translation
92
* Slovak translation
93
* Better naming of activity feed if only one kind of event is displayed
94
* Enable syntax highlight on issues, messages and news
95
* Add target version to the issue list context menu
96
* Hide 'Target version' filter if no version is defined
97
* Add filters on cross-project issue list for custom fields marked as 'For all projects'
98
* Turn ftp urls into links
99
* Hiding the View Differences button when a wiki page's history only has one version
100
* Messages on a Board can now be sorted by the number of replies
101
* Adds a class ('me') to events of the activity view created by current user
102
* Strip pre/code tags content from activity view events
103
* Display issue notes in the activity view
104
* Adds links to changesets atom feed on repository browser
105
* Track project and tracker changes in issue history
106
* Adds anchor to atom feed messages links
107
* Adds a key in lang files to set the decimal separator (point or comma) in csv exports
108
* Makes importer work with Trac 0.8.x
109
* Upgraded to Prototype 1.6.0.1
110
* File viewer for attached text files
111
* Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
112
* Removed inconsistent revision numbers on diff view
113
* CVS: add support for modules names with spaces
114
* Log the user in after registration if account activation is not needed
115
* Mercurial adapter improvements
116
* Trac importer: read session_attribute table to find user's email and real name
117
* Ability to disable unused SCM adapters in application settings
118
* Adds Filesystem adapter
119
* Clear changesets and changes with raw sql when deleting a repository for performance
120
* Redmine.pm now uses the 'commit access' permission defined in Redmine
121
* Reposman can create any type of scm (--scm option)
122
* Reposman creates a repository if the 'repository' module is enabled at project level only
123
* Display svn properties in the browser, svn >= 1.5.0 only
124
* Reduces memory usage when importing large git repositories
125
* Wider SVG graphs in repository stats
126
* SubversionAdapter#entries performance improvement
127
* SCM browser: ability to download raw unified diffs
128
* More detailed error message in log when scm command fails
129
* Adds support for file viewing with Darcs 2.0+
130
* Check that git changeset is not in the database before creating it
131
* Unified diff viewer for attached files with .patch or .diff extension
132
* File size display with Bazaar repositories
133
* Git adapter: use commit time instead of author time
134
* Prettier url for changesets
135
* Makes changes link to entries on the revision view
136
* Adds a field on the repository view to browse at specific revision
137
* Adds new projects atom feed
138
* Added rake tasks to generate rcov code coverage reports
139
* Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
140
* Show the project hierarchy in the drop down list for new membership on user administration screen
141
* Split user edit screen into tabs
142
* Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
143
* Fixed: Roadmap crashes when a version has a due date > 2037
144
* Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
145
* Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
146
* Fixed: logtime entry duplicated when edited from parent project
147
* Fixed: wrong digest for text files under Windows
148
* Fixed: associated revisions are displayed in wrong order on issue view
149
* Fixed: Git Adapter date parsing ignores timezone
150
* Fixed: Printing long roadmap doesn't split across pages
151
* Fixes custom fields display order at several places
152
* Fixed: urls containing @ are parsed as email adress by the wiki formatter
153
* Fixed date filters accuracy with SQLite
154
* Fixed: tokens not escaped in highlight_tokens regexp
155
* Fixed Bazaar shared repository browsing
156
* Fixes platform determination under JRuby
157
* Fixed: Estimated time in issue's journal should be rounded to two decimals
158
* Fixed: 'search titles only' box ignored after one search is done on titles only
159
* Fixed: non-ASCII subversion path can't be displayed
160
* Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
161
* Fixed: document listing shows on "my page" when viewing documents is disabled for the role
162
* Fixed: Latest news appear on the homepage for projects with the News module disabled
163
* Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
164
* Fixed: the default status is lost when reordering issue statuses
165
* Fixes error with Postgresql and non-UTF8 commit logs
166
* Fixed: textile footnotes no longer work
167
* Fixed: http links containing parentheses fail to reder correctly
168
* Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
169
170 11 Jean-Philippe Lang
h2. v0.7.3 (2008-07-06)
171
172
* Allow dot in firstnames and lastnames
173
* Add project name to cross-project Atom feeds
174
* Encoding set to utf8 in example database.yml
175
* HTML titles on forums related views
176
* Fixed: various XSS vulnerabilities
177
* Fixed: Entourage (and some old client) fails to correctly render notification styles
178
* Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
179
* Fixed: wrong relative paths to images in wiki_syntax.html
180
181 10 Jean-Philippe Lang
h2. v0.7.2 (2008-06-15)
182
183
* Links to repository directories on the repo browser
184
* Move status to front in Activity View
185
* Remove edit step from Status context menu
186
* Fixed: No way to do textile horizontal rule
187
* Fixed: Repository: View differences doesn't work
188
* Fixed: attachement's name maybe invalid.
189
* Fixed: Error when creating a new issue
190
* Fixed: NoMethodError on @available_filters.has_key?
191
* Fixed: Check All / Uncheck All in Email Settings
192
* Fixed: "View differences" of one file at /repositories/revision/ fails
193
* Fixed: Column width in "my page"
194
* Fixed: private subprojects are listed on Issues view
195
* Fixed: Textile: bold, italics, underline, etc... not working after parentheses
196
* Fixed: Update issue form: comment field from log time end out of screen
197
* Fixed: Editing role: "issue can be assigned to this role" out of box
198
* Fixed: Unable use angular braces after include word
199
* Fixed: Using '*' as keyword for repository referencing keywords doesn't work
200
* Fixed: Subversion repository "View differences" on each file rise ERROR
201
* Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
202
* Fixed: It is possible to lock out the last admin account
203
* Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
204
* Fixed: Issue number display clipped on 'my issues'
205
* Fixed: Roadmap version list links not carrying state
206
* Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
207
* Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
208
* Fixed: browser's language subcodes ignored
209
* Fixed: Error on project selection with numeric (only) identifier.
210
* Fixed: Link to PDF doesn't work after creating new issue
211
* Fixed: "Replies" should not be shown on forum threads that are locked
212
* Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
213
* Fixed: http links containing hashes don't display correct
214
* Fixed: Allow ampersands in Enumeration names
215
* Fixed: Atom link on saved query does not include query_id
216
* Fixed: Logtime info lost when there's an error updating an issue
217
* Fixed: TOC does not parse colorization markups
218
* Fixed: CVS: add support for modules names with spaces
219
* Fixed: Bad rendering on projects/add
220
* Fixed: exception when viewing differences on cvs
221
* Fixed: export issue to pdf will messup when use Chinese language
222
* Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
223
* Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
224
* Fixed: Importing from trac : some wiki links are messed
225
* Fixed: Incorrect weekend definition in Hebrew calendar locale
226
* Fixed: Atom feeds don't provide author section for repository revisions
227
* Fixed: In Activity views, changesets titles can be multiline while they should not
228
* Fixed: Ignore unreadable subversion directories (read disabled using authz)
229
* Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
230
* Fixed: Close statement handler in Redmine.pm
231
232 9 Jean-Philippe Lang
h2. v0.7.1 (2008-05-04)
233
234
* Thai translation added (Gampol Thitinilnithi)
235
* Translations updates
236
* Escape HTML comment tags
237
* Prevent "can't convert nil into String" error when :sort_order param is not present
238
* Fixed: Updating tickets add a time log with zero hours
239
* Fixed: private subprojects names are revealed on the project overview
240
* Fixed: Search for target version of "none" fails with postgres 8.3
241
* Fixed: Home, Logout, Login links shouldn't be absolute links
242
* Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
243
* Fixed: error when using upcase language name in coderay
244
* Fixed: error on Trac import when :due attribute is nil
245
246 8 Jean-Philippe Lang
h2. v0.7.0 (2008-04-28)
247
248
* Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
249
* Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
250
* Add predefined date ranges to the time report
251
* Time report can be done at issue level
252
* Various timelog report enhancements
253
* Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
254
* Display the context menu above and/or to the left of the click if needed
255
* Make the admin project files list sortable
256
* Mercurial: display working directory files sizes unless browsing a specific revision
257
* Preserve status filter and page number when using lock/unlock/activate links on the users list
258
* Redmine.pm support for LDAP authentication
259
* Better error message and AR errors in log for failed LDAP on-the-fly user creation
260
* Redirected user to where he is coming from after logging hours
261
* Warn user that subprojects are also deleted when deleting a project
262
* Include subprojects versions on calendar and gantt
263
* Notify project members when a message is posted if they want to receive notifications
264
* Fixed: Feed content limit setting has no effect
265
* Fixed: Priorities not ordered when displayed as a filter in issue list
266
* Fixed: can not display attached images inline in message replies
267
* Fixed: Boards are not deleted when project is deleted
268
* Fixed: trying to preview a new issue raises an exception with postgresql
269
* Fixed: single file 'View difference' links do not work because of duplicate slashes in url
270
* Fixed: inline image not displayed when including a wiki page
271
* Fixed: CVS duplicate key violation
272
* Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
273
* Fixed: custom field filters behaviour
274
* Fixed: Postgresql 8.3 compatibility
275
* Fixed: Links to repository directories don't work
276
277 7 Jean-Philippe Lang
h2. v0.7.0 RC1 (2008-03-29)
278
279
* Overall activity view and feed added, link is available on the project list
280
* Git VCS support
281
* Rails 2.0 sessions cookie store compatibility
282
* Use project identifiers in urls instead of ids
283
* Default configuration data can now be loaded from the administration screen
284
* Administration settings screen split to tabs (email notifications options moved to 'Settings')
285
* Project description is now unlimited and optional
286
* Wiki annotate view
287
* Escape HTML tag in textile content
288
* Add Redmine links to documents, versions, attachments and repository files
289
* 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:
290
291
    * by using checkbox and/or the little tick that will select/unselect all issues
292
    * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
293
294
* 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)
295
* User display format is now configurable in administration settings
296
* Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
297
* Merged 'change status', 'edit issue' and 'add note' actions:
298
299
    * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
300
    * '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
301
302
* Details by assignees on issue summary view
303
* '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
304
* Change status select box default to current status
305
* Preview for issue notes, news and messages
306
* Optional description for attachments
307
* 'Fixed version' label changed to 'Target version'
308
* Let the user choose when deleting issues with reported hours to:
309
310
    * delete the hours
311
    * assign the hours to the project
312
    * reassign the hours to another issue
313
314
* Date range filter and pagination on time entries detail view
315
* Propagate time tracking to the parent project
316
* Switch added on the project activity view to include subprojects
317
* Display total estimated and spent hours on the version detail view
318
* Weekly time tracking block for 'My page'
319
* Permissions to edit time entries
320
* Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
321
* Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
322
* Make versions with same date sorted by name
323
* Allow issue list to be sorted by target version
324
* Related changesets messages displayed on the issue details view
325
* Create a journal and send an email when an issue is closed by commit
326
* Add 'Author' to the available columns for the issue list
327
* More appropriate default sort order on sortable columns
328
* Add issue subject to the time entries view and issue subject, description and tracker to the csv export
329
* Permissions to edit issue notes
330
* Display date/time instead of date on files list
331
* Do not show Roadmap menu item if the project doesn't define any versions
332
* Allow longer version names (60 chars)
333
* Ability to copy an existing workflow when creating a new role
334
* Display custom fields in two columns on the issue form
335
* Added 'estimated time' in the csv export of the issue list
336
* Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
337
* Setting for whether new projects should be public by default
338
* User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
339
* Added default value for custom fields
340
* Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
341
* Redirect to issue page after creating a new issue
342
* Wiki toolbar improvements (mainly for Firefox)
343
* Display wiki syntax quick ref link on all wiki textareas
344
* Display links to Atom feeds
345
* Breadcrumb nav for the forums
346
* Show replies when choosing to display messages in the activity
347
* Added 'include' macro to include another wiki page
348
* RedmineWikiFormatting page available as a static HTML file locally
349
* Wrap diff content
350
* Strip out email address from authors in repository screens
351
* Highlight the current item of the main menu
352
* Added simple syntax highlighters for php and java languages
353
* Do not show empty diffs
354
* Show explicit error message when the scm command failed (eg. when svn binary is not available)
355
* Lithuanian translation added (Sergej Jegorov)
356
* Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
357
* Danish translation added (Mads Vestergaard)
358
* Added i18n support to the jstoolbar and various settings screen
359
* RedCloth's glyphs no longer user
360
* New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
361
* The following menus can now be extended by plugins: top_menu, account_menu, application_menu
362
* Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
363
* Remove hardcoded "Redmine" strings in account related emails and use application title instead
364
* Mantis importer preserve bug ids
365
* Trac importer: Trac guide wiki pages skipped
366
* Trac importer: wiki attachments migration added
367
* Trac importer: support database schema for Trac migration
368
* Trac importer: support CamelCase links
369
* Removes the Redmine version from the footer (can be viewed on admin -> info)
370
* Rescue and display an error message when trying to delete a role that is in use
371
* 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
372
* Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
373
* Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
374
* Fixed: Textile image with style attribute cause internal server error
375
* Fixed: wiki TOC not rendered properly when used in an issue or document description
376
* Fixed: 'has already been taken' error message on username and email fields if left empty
377
* Fixed: non-ascii attachement filename with IE
378
* Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
379
* Fixed: search for all words doesn't work
380
* Fixed: Do not show sticky and locked checkboxes when replying to a message
381
* Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
382
* Fixed: Date custom fields not displayed as specified in application settings
383
* Fixed: titles not escaped in the activity view
384
* Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
385
* 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
386
* Fixed: locked users should not receive email notifications
387
* Fixed: custom field selection is not saved when unchecking them all on project settings
388
* Fixed: can not lock a topic when creating it
389
* Fixed: Incorrect filtering for unset values when using 'is not' filter
390
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
391
* Fixed: ajax pagination does not scroll up
392
* Fixed: error when uploading a file with no content-type specified by the browser
393
* Fixed: wiki and changeset links not displayed when previewing issue description or notes
394
* Fixed: 'LdapError: no bind result' error when authenticating
395
* Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
396
* Fixed: CVS repository doesn't work if port is used in the url
397
* Fixed: Email notifications: host name is missing in generated links
398
* Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
399
* Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
400
* Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
401
* Fixed: Do not send an email with no recipient, cc or bcc
402
* Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
403
* Fixed: Mercurial browsing under unix-like os and for directory depth > 2
404
* Fixed: Wiki links with pipe can not be used in wiki tables
405
* Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
406
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
407
408 13 Jean-Philippe Lang
[[Changelog_0_6|Previous changes (0.6.x and below)]]