@@ -4,6 +4,102 Redmine - project management software | |||||
4 | Copyright (C) 2006-2015 Jean-Philippe Lang |
|
4 | Copyright (C) 2006-2015 Jean-Philippe Lang | |
5 | http://www.redmine.org/ |
|
5 | http://www.redmine.org/ | |
6 |
|
6 | |||
|
7 | == 2015-12-06 v3.2.0 | |||
|
8 | ||||
|
9 | * Defect #17403: Unknown file size while downloading attachment | |||
|
10 | * Defect #18223: Table renders wrong if a trailing space is after | symbol | |||
|
11 | * Defect #19017: Wiki PDF Export: <pre> not rendered with monospaced font | |||
|
12 | * Defect #19271: Configuration of which versions are shown in version-format custom fields should not affect issue query filter | |||
|
13 | * Defect #19304: <a> tag without attributes in description results in undefined method + for nil:NilClass | |||
|
14 | * Defect #19403: Mistake in Polish Translation file. | |||
|
15 | * Defect #19657: Can't reorder activities after disabling activities on a project | |||
|
16 | * Defect #20117: Activities set as inactive missing in spent time report filter | |||
|
17 | * Defect #20296: Double full stops in Japanese | |||
|
18 | * Defect #20361: Project copy does not update custom field of version type values | |||
|
19 | * Defect #20438: Subject filter doesn't work with non ASCII uppercase symbols | |||
|
20 | * Defect #20463: Internal error when moving an issue to a project without selected trackers and active issue tracking | |||
|
21 | * Defect #20501: Empty divs when there are no custom fields on the issue form | |||
|
22 | * Defect #20543: Mail handler: don't allow override of some attributes by default | |||
|
23 | * Defect #20551: Typo "coma" (correct: "comma") | |||
|
24 | * Defect #20565: Search and get a 404 page when adding a new project | |||
|
25 | * Defect #20583: Setting Category/Version as a required field causes error in projects without categories/versions | |||
|
26 | * Defect #20995: Automatic done ratio calculation in issue tree is wrong in some cases | |||
|
27 | * Defect #21012: Link custom fields with long URLs are distorting issue detail view | |||
|
28 | * Defect #21069: Hard-coded label for hour | |||
|
29 | * Defect #21074: When changing the tracker of an existing issue, new custom fields are not initialized with their default value | |||
|
30 | * Defect #21175: Unused strings: label_(start|end)_to_(start|end) | |||
|
31 | * Defect #21182: Project.uniq.visible raises an SQL error under certain conditions | |||
|
32 | * Defect #21226: Some log messages are missing the "MailHandler" prefix | |||
|
33 | * Defect #21382: Watcher deletion of inactive user not possible for non-admin users | |||
|
34 | * Feature #950: Import Issues from delimited/CSV file | |||
|
35 | * Feature #1159: Allow issue description to be searchable as a filter | |||
|
36 | * Feature #1561: Totals for estimated/spent time and numeric custom fields on the issue list | |||
|
37 | * Feature #1605: Activity page to remember user's selection of activities | |||
|
38 | * Feature #1828: Default target version for new issues | |||
|
39 | * Feature #3034: Add day numbers to gantt | |||
|
40 | * Feature #3398: Link to assigned issues on user profiles | |||
|
41 | * Feature #4285: Add cancel button during edition of the wiki | |||
|
42 | * Feature #5816: New issue initial status should be settable in workflow | |||
|
43 | * Feature #7346: Allow a default version to be set on the command line for incoming emails | |||
|
44 | * Feature #8335: Email styles inline | |||
|
45 | * Feature #10672: Extend Filesize in the attachments table for files with size > 2147483647 bytes | |||
|
46 | * Feature #13429: Include attachment thumbnails in issue history | |||
|
47 | * Feature #13946: Add tracker name to Redmine issue link titles | |||
|
48 | * Feature #16072: Markdown footnote support | |||
|
49 | * Feature #16621: Ability to filter issues blocked by any/no open issues | |||
|
50 | * Feature #16941: Do not clear category on project change if category with same exists | |||
|
51 | * Feature #17618: Upgrade net-ldap version to 0.12.0 | |||
|
52 | * Feature #19097: Responsive layout for mobile devices | |||
|
53 | * Feature #19885: Raise time entries comments limit to 1024 | |||
|
54 | * Feature #19886: Raise wiki edits comments limit to 1024 | |||
|
55 | * Feature #20008: Files upload Restriction by files extensions | |||
|
56 | * Feature #20221: Time entry query : column week | |||
|
57 | * Feature #20388: Removing attachment after commit transaction | |||
|
58 | * Feature #20929: Raise maximum length of LDAP filter | |||
|
59 | * Feature #20933: Options for shorter session maximum lifetime | |||
|
60 | * Feature #20935: Set autologin cookie as secure by default when using https | |||
|
61 | * Feature #20991: Raise maximum length of category name to 60 | |||
|
62 | * Feature #21042: Check "Hide my email address" by default for new users | |||
|
63 | * Feature #21058: Keep track of valid user sessions | |||
|
64 | * Feature #21060: Custom field format with possible values stored as records | |||
|
65 | * Feature #21148: Remove "Latest Projects" from Home page | |||
|
66 | * Feature #21361: Plugins ui tests rake task | |||
|
67 | * Patch #20271: Fix for multiple tabs on the same page | |||
|
68 | * Patch #20288: Finalize CodeRay 1.1.0 upgrade | |||
|
69 | * Patch #20298: "div" tag around revision details | |||
|
70 | * Patch #20338: Turkish "activity" translation change | |||
|
71 | * Patch #20368: Make corners rounded | |||
|
72 | * Patch #20369: Use String#casecmp for case insensitive comparison | |||
|
73 | * Patch #20370: Lighter colors for journal details in issue history | |||
|
74 | * Patch #20411: Change Japanese translation for "view" | |||
|
75 | * Patch #20413: Use a table instead of an unordered list in "Issue tracking" box | |||
|
76 | * Patch #20496: Change Japanese translation for "time tracking" | |||
|
77 | * Patch #20506: redmine I18n autoload instead of require | |||
|
78 | * Patch #20507: ThemesHelper reopening ApplicationHelper is problem with autoloading | |||
|
79 | * Patch #20508: Required file lib/redmine/hook.rb is patching autoloaded ApplicationHelper | |||
|
80 | * Patch #20589: Activate sudo mode after password based login | |||
|
81 | * Patch #20720: Traditional Chinese "issue" translation change | |||
|
82 | * Patch #20732: MailHandler: Select project by subaddress (redmine+project@example.com) | |||
|
83 | * Patch #20740: Confusing name: test public query called "private" | |||
|
84 | * Patch #21033: Polish translation change | |||
|
85 | * Patch #21110: Keep anchor (i.e. to a specific issue note) throughout login | |||
|
86 | * Patch #21119: Give numbers in query sort criteria consistent width for non-monospaced fonts | |||
|
87 | * Patch #21126: Change Japanese translation for "List" | |||
|
88 | * Patch #21137: Rescue network level errors with LDAP auth | |||
|
89 | * Patch #21159: Hide empty <ul> on project overview | |||
|
90 | * Patch #21169: Use config.relative_url_root as the default path for session and autologin cookies | |||
|
91 | * Patch #21176: Japanese translation change (Blocks / Blocked by) | |||
|
92 | * Patch #21258: Use <ul> to do pagination, styling in a GitHub like manner with improved handling in responsive mode | |||
|
93 | * Patch #21280: Change Japanese translation for text_user_wrote | |||
|
94 | ||||
|
95 | == 2015-12-05 v3.1.3 | |||
|
96 | ||||
|
97 | * Defect #16948: Broken anonymous repository access for public projects with Apache 2.4 (redmine.pm) | |||
|
98 | * Defect #21328: pdf: Vietnamese Italic is not shown | |||
|
99 | * Defect #21419: Information leak in Atom feed | |||
|
100 | * Patch #21312: Fix exception in Redmine.pm when authenticating anonymous users | |||
|
101 | * Patch #21430: Simplified Chinese translation | |||
|
102 | ||||
7 | == 2015-11-14 v3.1.2 |
|
103 | == 2015-11-14 v3.1.2 | |
8 |
|
104 | |||
9 | * Defect #20992: Parent priority "Independent of subtasks" setting doesn't work |
|
105 | * Defect #20992: Parent priority "Independent of subtasks" setting doesn't work |
General Comments 0
You need to be logged in to leave comments.
Login now