@@ -4,6 +4,136 @@ Redmine - project management software
4
4
Copyright (C) 2006-2013 Jean-Philippe Lang
5
5
http://www.redmine.org/
6
6
7
+ == 2013-03-19 v2.3.0
8
+
9
+ * Defect #3107: Issue with two digit year on Logtime
10
+ * Defect #3371: Autologin does not work when using openid
11
+ * Defect #3676: www. generates broken link in formatted text
12
+ * Defect #4700: Adding news does not send notification to all project members
13
+ * Defect #5329: Time entries report broken on first week of year
14
+ * Defect #8794: Circular loop when using relations and subtasks
15
+ * Defect #9475: German Translation "My custom queries" and "Custom queries"
16
+ * Defect #9549: Only 100 users are displayed when adding new project members
17
+ * Defect #10277: Redmine wikitext URL-into-link creation with hyphen is wrong
18
+ * Defect #10364: Custom field float separator in CSV export
19
+ * Defect #10930: rake redmine:load_default_data error in 2.0 with SQLServer
20
+ * Defect #10977: Redmine shouldn't require all database gems
21
+ * Defect #12528: Handle temporary failures gracefully in the external mail handler script
22
+ * Defect #12629: Wrong German "label_issues_by" translation
23
+ * Defect #12641: Diff outputs become ??? in some non ASCII words.
24
+ * Defect #12707: Typo in app/models/tracker.rb
25
+ * Defect #12716: Attachment description lost when issue validation fails
26
+ * Defect #12735: Negative duration allowed
27
+ * Defect #12736: Negative start/due dates allowed
28
+ * Defect #12968: Subtasks don't resepect following/precedes
29
+ * Defect #13006: Filter "Assignee's group" doesn't work with group assignments
30
+ * Defect #13022: Image pointing towards /logout signs out user
31
+ * Defect #13059: Custom fields are listed two times in workflow/Fields permission
32
+ * Defect #13076: Project overview page shows trackers from subprojects with disabled issue module
33
+ * Defect #13119: custom_field_values are not reloaded on #reload
34
+ * Defect #13154: After upgrade to 2.2.2 ticket list on some projects fails
35
+ * Defect #13188: Forms are not updated after changing the status field without "Add issues" permission
36
+ * Defect #13251: Adding a "follows" relation may not refresh relations list
37
+ * Defect #13272: translation missing: setting_default_projects_tracker_ids
38
+ * Defect #13328: Copying an issue as a child of itself creates an extra issue
39
+ * Defect #13335: Autologin does not work with custom autologin cookie name
40
+ * Defect #13350: Japanese mistranslation fix
41
+ * Feature #824: Add "closed_on" issue field (storing time of last closing) & add it as a column and filter on the issue list.
42
+ * Feature #1766: Custom fields should become addable to Spent Time list/report
43
+ * Feature #3436: Show relations in Gantt diagram
44
+ * Feature #3957: Ajax file upload with progress bar
45
+ * Feature #5298: Store attachments in sub directories
46
+ * Feature #5605: Subprojects should (optionally) inherit Members from their parent
47
+ * Feature #6727: Add/remove issue watchers via REST API
48
+ * Feature #7159: Bulk watch/unwatch issues from the context menu
49
+ * Feature #8529: Get the API key of the user through REST API
50
+ * Feature #8579: Multiple file upload with HTML5 / Drag-and-Drop
51
+ * Feature #10191: Add Filters For Spent time's Details and Report
52
+ * Feature #10286: Auto-populate fields while creating a new user with LDAP
53
+ * Feature #10352: Preview should already display the freshly attached images
54
+ * Feature #11498: Add --no-account-notice option for the mail handler script
55
+ * Feature #12122: Gantt progress lines (html only)
56
+ * Feature #12228: JRuby 1.7.2 support
57
+ * Feature #12251: Custom fields: 'Multiple values' should be able to be checked and then unchecked
58
+ * Feature #12401: Split "Manage documents" permission into create, edit and delete permissions
59
+ * Feature #12542: Group events in the activity view
60
+ * Feature #12665: Link to a file in a repository branch
61
+ * Feature #12713: Microsoft SQLServer support
62
+ * Feature #12787: Remove "Warning - iconv will be deprecated in the future, use String#encode instead."
63
+ * Feature #12843: Add links to projects in Group projects list
64
+ * Feature #12898: Handle GET /issues/context_menu parameters nicely to prevent returning error 500 to crawlers
65
+ * Feature #12992: Make JSONP support optional and disabled by default
66
+ * Feature #13174: Raise group name maximum length to 255 characters
67
+ * Feature #13175: Possibility to define the default enable trackers when creating a project
68
+ * Feature #13329: Ruby 2.0 support
69
+ * Feature #13337: Split translation "label_total"
70
+ * Feature #13340: Mail handler: option to add created user to default group
71
+ * Feature #13341: Mail handler: --no-notification option to disable notifications to the created user
72
+ * Patch #7202: Polish translation for v1.0.4
73
+ * Patch #7851: Italian translation for 'issue'
74
+ * Patch #9225: Generate project identifier automatically with JavaScript
75
+ * Patch #10916: Optimisation in issues relations display
76
+ * Patch #12485: Don't force english language for default admin account
77
+ * Patch #12499: Use lambda in model scopes
78
+ * Patch #12611: Login link unexpected logs you out
79
+ * Patch #12626: Updated Japanese translations for button_view and permission_commit_access
80
+ * Patch #12640: Russian "about_x_hours" translation change
81
+ * Patch #12645: Russian numeric translation
82
+ * Patch #12660: Consistent German translation for my page
83
+ * Patch #12708: Restructured german translation (Cleanup)
84
+ * Patch #12721: Optimize MenuManager a bit
85
+ * Patch #12725: Change pourcent to percent (#12724)
86
+ * Patch #12754: Updated Japanese translation for notice_account_register_done
87
+ * Patch #12788: Copyright for 2013
88
+ * Patch #12806: Serbian translation change
89
+ * Patch #12810: Swedish Translation change
90
+ * Patch #12910: Plugin settings div should perhaps have 'settings' CSS class
91
+ * Patch #12911: Fix 500 error for requests to the settings path for non-configurable plugins
92
+ * Patch #12926: Bulgarian translation (r11218)
93
+ * Patch #12927: Swedish Translation for r11244
94
+ * Patch #12967: Change Spanish login/logout translations
95
+ * Patch #12988: Russian translation for trunk
96
+ * Patch #13080: German translation of label_in
97
+ * Patch #13098: Small datepicker improvements
98
+ * Patch #13152: Locale file for Azerbaijanian language
99
+ * Patch #13155: Add login to /users/:id API for current user
100
+ * Patch #13173: Put source :rubygems url HTTP secure
101
+ * Patch #13190: Bulgarian translation (r11404)
102
+ * Patch #13198: Traditional Chinese language file (to r11426)
103
+ * Patch #13203: German translation change for follow and precedes is inconsitent
104
+ * Patch #13206: Portuguese translation file
105
+ * Patch #13246: Some german translation patches
106
+ * Patch #13280: German translation (r11478)
107
+ * Patch #13301: Performance: avoid querying all memberships in User#roles_for_project
108
+ * Patch #13309: Add "tracker-[id]" CSS class to issues
109
+ * Patch #13324: fixing some pt-br locales
110
+ * Patch #13339: Complete language Vietnamese file
111
+ * Patch #13391: Czech translation update
112
+ * Patch #13399: Fixed some wrong or confusing translation in Korean locale
113
+ * Patch #13414: Bulgarian translation (r11567)
114
+ * Patch #13420: Korean translation for 2.3 (r11583)
115
+ * Patch #13437: German translation of setting_emails_header
116
+ * Patch #13438: English translation
117
+ * Patch #13447: German translation - some patches
118
+ * Patch #13450: Czech translation
119
+ * Patch #13475: fixing some pt-br locales
120
+ * Patch #13514: fixing some pt-br locales
121
+
122
+ == 2013-03-19 v2.2.4
123
+
124
+ * Upgrade to Rails 3.2.13
125
+ * Defect #12243: Ordering forum replies by last reply date is broken
126
+ * Defect #13127: h1 multiple lined titles breaks into main menu
127
+ * Defect #13138: Generating PDF of issue causes UndefinedConversionError with htmlentities gem
128
+ * Defect #13165: rdm-mailhandler.rb: initialize_http_header override basic auth
129
+ * Defect #13232: Link to topic in nonexistent forum causes error 500
130
+ * Patch #13181: Bulgarian translation of jstoolbar-bg.js
131
+ * Patch #13207: Portuguese translation for 2.2-stable
132
+ * Patch #13310: pt-BR label_last_n_weeks translation
133
+ * Patch #13325: pt-BR translation for 2.2-stable
134
+ * Patch #13343: Vietnamese translation for 2.2-stable
135
+ * Patch #13398: Czech translation for 2.2-stable
136
+
7
137
== 2013-02-12 v2.2.3
8
138
9
139
* Upgrade to Rails 3.2.12
0 commit comments