Project

General

Profile

Changelog 2 5 » History » Version 1

Jean-Philippe Lang, 2014-10-21 21:22

1 1 Jean-Philippe Lang
h1. Changelog 2.5.x
2
3
h2. version:2.5.3 (2014-10-21)
4
5
* Defect #14796: Yard rake file is not updated for Redmine 2.x
6
* Defect #17163: Files assigned to a version can not be deleted if Issue Tracking module is disabled
7
* Defect #17486: Error when removing user from group
8
* Patch #17399: German translation
9
* Patch #17421: Traditional Chinese translation
10
* Patch #17451: Bulgarian translation
11
12
h2. version:2.5.2 (2014-07-06)
13
14
* Defect #3483: Relative url for source links in notifications
15
* Defect #16415: Users get e-mail notification twice, if they are watchers and assignees at the same time.
16
* Defect #16519: Generating a spent time report on a list type custom field with multiple values causes an invalid SQL error
17
* Defect #16564: Repository identifiers can be reserved words
18
* Defect #16619: Mailer.token_for generates invalid message_id when using from address with full name
19
* Defect #16655: start_date not set despite settings[default_issue_start_date_to_creation_date] being set.
20
* Defect #16668: Redmine links broken when object name contains special characters
21
* Defect #16669: Markdown formatter should use the :no_intra_emphasis extension
22
* Defect #16708: Form is submitted when swithing tab
23
* Defect #16739: custom_fields.json only returns single tracker instead of array of trackers
24
* Defect #16747: Remove useless settings when editing a query from the gantt
25
* Defect #16755: Field set as read-only still available in the issues list context menu
26
* Defect #16795: Member#destroy triggers after_destroy callbacks twice
27
* Defect #16798: Custom field - list type - checkboxes - unchecking all - does not save
28
* Defect #16926: Custom field referencing deleted value trigger an error on display
29
* Defect #16989: Inline images in email does not appear when thumbnail macro is used.
30
* Defect #17003: Option to display bool custom fields as a single checkbox
31
* Feature #3177: Add "Check for updates" functionality to installed plugins
32
* Feature #16194: Ruby 2.1 support
33
* Patch #16566: French "text_git_repository_note" translation
34
* Patch #16700: Blank content type for attachments attached via Ajax file upload
35
* Patch #16710: Support for the 1.x versions of mime-types gem
36
* Patch #16781: Crash in markdown formatter causes ruby process to end
37
* Patch #17166: Japanese translation update (plugin update check)
38
* Patch #17301: Czech plugin strings
39
40
h2. version:2.5.1 (2014-03-29)
41
42
* Defect #14298: Error generated on 'search for watchers to add' after clicking add without selected users
43
* Defect #16236: Right-aligned table of contents (TOC) not working with markdown
44
* Defect #16255: Internal Error for specific version of non-existent wiki page
45
* Defect #16259: Changing Tracker value on new issue form makes hidden fields appearing after hitting F5
46
* Defect #16321: Custom Fields with "Link values to URL" set are displayed as escaped html in email
47
* Defect #16338: Can't choose an issue of a different project when updating time entries
48
* Defect #16353: Regexp bug in JournalsController regexp handling when quoting existing journal entries
49
* Feature #16326: Custom queries, buttons to move column to top and bottom
50
* Patch #16291: Japanese translation update
51
* Patch #16319: Random crash when using custom fields
52
* Patch #16320: Turkish typo fix
53
* Patch #16334: Korean Translation
54
* Patch #16336: Russian translation
55
* Patch #16356: Spanish Translation: label_custom_field_select_type
56
* Patch #16368: Polish translation update
57
* Patch #16381: Extract code to render project context links to helper
58
* Patch #16453: Czech localisation
59
* Defect #16466: Fixed back url verification (JVN#93004610)
60
61
h2. version:2.5.0 (2014-03-02)
62
63
* Defect #3163: Large inline images overflow
64
* Defect #13385: Searchable checkbox displayed on edit form for not-searchable custom field formats.
65
* Defect #13396: Updating an issue with user or list format custom field, currently having value that is locked or removed, clears that field
66
* Defect #14361: Mercurial commit ids are short (12 digits) on database
67
* Defect #15377: bundle install --without development test fails
68
* Defect #15381: Error pages improvement
69
* Defect #15485: HTML 5 validation multiple ids
70
* Defect #15551: Validating a Setting with invalid name triggers an error
71
* Defect #15552: Preferences are not preserved after adding user with validation error
72
* Defect #15704: Journal for relation should store relation type instead of i18n key
73
* Defect #15709: TimeEntry custom_values are not deleted from the database when destroying the associated project
74
* Defect #15831: Successful update notice for workflows
75
* Defect #15848: REST API: Cannot retrieve memberships of closed projects
76
* Defect #15929: REST API: Integer custom field validation fails when using non-string values
77
* Defect #15947: Deadlock when delete issues in same time on multiple sessions
78
* Defect #15983: Project.activities returns different types depending on context
79
* Defect #16077: Table of contents macro conflicts with collapse macro
80
* Defect #16091: Export CSV with many custom field runs many queries
81
* Defect #16107: ApplicationController mishandles non-Basic authentication information, causing an internal error
82
* Defect #16143: Can't insert too long comment field from repository (MySQL)
83
* Feature #1179: Optionally allow Text and Long Text custom fields support wiki formatting
84
* Feature #1358: Link_to for Custom Field
85
* Feature #2083: CustomField of type "external-link-to" with configurable URL prefix
86
* Feature #2549: Enable the watching of news
87
* Feature #2691: Option to disable automated language-guessing based on HTTP_ACCEPT_LANGUAGE HTTP-header
88
* Feature #8152: Render Version and User custom fields as links
89
* Feature #8562: Watchers list too big in new issue form
90
* Feature #8572: Configuration of which versions (by version-status) are shown in version-format custom fields
91
* Feature #8842: REST API: Filter issues created/updated before or after specific timestamp
92
* Feature #13134: Focus first text field automatically
93
* Feature #14309: Add favicon to Atom feeds
94
* Feature #15275: Improve usage of label "button_update"
95
* Feature #15362: Wrap filters, options and buttons with extra div on the issue list
96
* Feature #15520: Markdown formatting
97
* Feature #15699: Description for custom fields
98
* Feature #15701: Add project identifier substitution option to the URL-pattern property of link format custom fields
99
* Feature #15790: Use the mime-types gem to get mime type for unknown extension
100
* Feature #15815: REST API : Add project status in API response
101
* Feature #15926: Redirect to back_url or referer when clicking "Sign in" while already logged-in
102
* Patch #12753: Update config.i18n.load_path for plugin-supplied locales
103
* Patch #13774: Show warning if CSV-Export exceeds limit
104
* Patch #14766: Better block detection on my page
105
* Patch #15403: Czech "message" and "changeset" translation change
106
* Patch #15420: Don't create duplicate wikis in tests
107
* Patch #15689: Make favicon themeable
108
* Patch #15785: Support more character encodings in incoming emails