@@ -4,6 +4,107 Redmine - project management software | |||
|
4 | 4 | Copyright (C) 2006-2011 Jean-Philippe Lang |
|
5 | 5 | http://www.redmine.org/ |
|
6 | 6 | |
|
7 | == 2011-12-10 v1.3.0 | |
|
8 | ||
|
9 | * Defect #2109: Context menu is being submitted twice per right click | |
|
10 | * Defect #7717: MailHandler user creation for unknown_user impossible due to diverging length-limits of login and email fields | |
|
11 | * Defect #7917: Creating users via email fails if user real name containes special chars | |
|
12 | * Defect #7966: MailHandler does not include JournalDetail for attached files | |
|
13 | * Defect #8368: Bad decimal separator in time entry CSV | |
|
14 | * Defect #8371: MySQL error when filtering a custom field using the REST api | |
|
15 | * Defect #8549: Export CSV has character encoding error | |
|
16 | * Defect #8573: Do not show inactive Enumerations where not needed | |
|
17 | * Defect #8611: rake/rdoctask is deprecated | |
|
18 | * Defect #8751: Email notification: bug, when number of recipients more then 8 | |
|
19 | * Defect #8894: Private issues - make it more obvious in the UI? | |
|
20 | * Defect #8994: Hardcoded French string "anonyme" | |
|
21 | * Defect #9043: Hardcoded string "diff" in Wiki#show and Repositories_Helper | |
|
22 | * Defect #9051: wrong "text_issue_added" in russian translation. | |
|
23 | * Defect #9108: Custom query not saving status filter | |
|
24 | * Defect #9252: Regression: application title escaped 2 times | |
|
25 | * Defect #9264: Bad Portuguese translation | |
|
26 | * Defect #9470: News list is missing Avatars | |
|
27 | * Defect #9471: Inline markup broken in Wiki link labels | |
|
28 | * Defect #9489: Label all input field and control tags | |
|
29 | * Defect #9534: Precedence: bulk email header is non standard and discouraged | |
|
30 | * Defect #9540: Issue filter by assigned_to_role is not project specific | |
|
31 | * Defect #9619: Time zone ignored when logging time while editing ticket | |
|
32 | * Defect #9638: Inconsistent image filename extensions | |
|
33 | * Defect #9669: Issue list doesn't sort assignees/authors regarding user display format | |
|
34 | * Defect #9672: Message-quoting in forums module broken | |
|
35 | * Defect #9719: Filtering by numeric custom field types broken after update to master | |
|
36 | * Defect #9724: Can't remote add new categories | |
|
37 | * Defect #9738: Setting of cross-project custom query is not remembered inside project | |
|
38 | * Defect #9748: Error about configuration.yml validness should mention file path | |
|
39 | * Feature #69: Textilized description in PDF | |
|
40 | * Feature #401: Add pdf export for WIKI page | |
|
41 | * Feature #1567: Make author column sortable and groupable | |
|
42 | * Feature #2222: Single section edit. | |
|
43 | * Feature #2269: Default issue start date should become configurable. | |
|
44 | * Feature #2371: character encoding for attachment file | |
|
45 | * Feature #2964: Ability to assign issues to groups | |
|
46 | * Feature #3033: Bug Reporting: Using "Create and continue" should show bug id of saved bug | |
|
47 | * Feature #3261: support attachment images in PDF export | |
|
48 | * Feature #4264: Update CodeRay to 1.0 final | |
|
49 | * Feature #4324: Redmine renames my files, it shouldn't. | |
|
50 | * Feature #4729: Add Date-Based Filters for Issues List | |
|
51 | * Feature #4742: CSV export: option to export selected or all columns | |
|
52 | * Feature #4976: Allow rdm-mailhandler to read the API key from a file | |
|
53 | * Feature #5501: Git: Mercurial: Adding visual merge/branch history to repository view | |
|
54 | * Feature #5634: Export issue to PDF does not include Subtasks and Related Issues | |
|
55 | * Feature #5670: Cancel option for file upload | |
|
56 | * Feature #5737: Custom Queries available through the REST Api | |
|
57 | * Feature #6180: Searchable custom fields do not provide adequate operators | |
|
58 | * Feature #6954: Filter from date to date | |
|
59 | * Feature #7180: List of statuses in REST API | |
|
60 | * Feature #7181: List of trackers in REST API | |
|
61 | * Feature #7366: REST API for Issue Relations | |
|
62 | * Feature #7403: REST API for Versions | |
|
63 | * Feature #7671: REST API for reading attachments | |
|
64 | * Feature #7832: Ability to assign issue categories to groups | |
|
65 | * Feature #8420: Consider removing #7013 workaround | |
|
66 | * Feature #9196: Improve logging in MailHandler when user creation fails | |
|
67 | * Feature #9496: Adds an option in mailhandler to disable server certificate verification | |
|
68 | * Feature #9553: CRUD operations for "Issue categories" in REST API | |
|
69 | * Feature #9593: HTML title should be reordered | |
|
70 | * Feature #9600: Wiki links for news and forums | |
|
71 | * Feature #9607: Filter for issues without start date (or any another field based on date type) | |
|
72 | * Feature #9609: Upgrade to Rails 2.3.14 | |
|
73 | * Feature #9612: "side by side" and "inline" patch view for attachments | |
|
74 | * Feature #9667: Check attachment size before upload | |
|
75 | * Feature #9690: Link in notification pointing to the actual update | |
|
76 | * Feature #9720: Add note number for single issue's PDF | |
|
77 | * Patch #8617: Indent subject of subtask ticket in exported issues PDF | |
|
78 | * Patch #8778: Traditional Chinese 'issue' translation change | |
|
79 | * Patch #9053: Fix up Russian translation | |
|
80 | * Patch #9129: Improve wording of Git repository note at project setting | |
|
81 | * Patch #9148: Better handling of field_due_date italian translation | |
|
82 | * Patch #9273: Fix typos in russian localization | |
|
83 | * Patch #9484: Limit SCM annotate to text files under the maximum file size for viewing | |
|
84 | * Patch #9659: Indexing rows in auth_sources/index view | |
|
85 | * Patch #9692: Fix Textilized description in PDF for CodeRay | |
|
86 | ||
|
87 | == 2011-12-10 v1.2.3 | |
|
88 | ||
|
89 | * Defect #8707: Reposman: wrong constant name | |
|
90 | * Defect #8809: Table in timelog report overflows | |
|
91 | * Defect #9055: Version files in Files module cannot be downloaded if issue tracking is disabled | |
|
92 | * Defect #9137: db:encrypt fails to handle repositories with blank password | |
|
93 | * Defect #9394: Custom date field only validating on regex and not a valid date | |
|
94 | * Defect #9405: Any user with :log_time permission can edit time entries via context menu | |
|
95 | * Defect #9448: The attached images are not shown in documents | |
|
96 | * Defect #9520: Copied private query not visible after project copy | |
|
97 | * Defect #9552: Error when reading ciphered text from the database without cipher key configured | |
|
98 | * Defect #9566: Redmine.pm considers all projects private when login_required is enabled | |
|
99 | * Defect #9567: Redmine.pm potential security issue with cache credential enabled and subversion | |
|
100 | * Defect #9577: Deleting a subtasks doesn't update parent's rgt & lft values | |
|
101 | * Defect #9597: Broken version links in wiki annotate history | |
|
102 | * Defect #9682: Wiki HTML Export only useful when Access history is accessible | |
|
103 | * Defect #9737: Custom values deleted before issue submit | |
|
104 | * Defect #9741: calendar-hr.js (Croatian) is not UTF-8 | |
|
105 | * Patch #9558: Simplified Chinese translation for 1.2.2 updated | |
|
106 | * Patch #9695: Bulgarian translation (r7942) | |
|
107 | ||
|
7 | 108 | == 2011-11-11 v1.2.2 |
|
8 | 109 | |
|
9 | 110 | * Defect #3276: Incorrect handling of anchors in Wiki to HTML export |
General Comments 0
You need to be logged in to leave comments.
Login now