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