##// END OF EJS Templates
Updated CHANGELOG for 1.1.0 release....
Jean-Philippe Lang -
r4550:18cb215d72f7
parent child
Show More
@@ -1,9 +1,80
1 1 == Redmine changelog
2 2
3 3 Redmine - project management software
4 Copyright (C) 2006-2010 Jean-Philippe Lang
4 Copyright (C) 2006-2011 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2011-01-09 v1.1.0
8
9 * Defect #2038: Italics in wiki headers show-up wrong in the toc
10 * Defect #3449: Redmine Takes Too Long On Large Mercurial Repository
11 * Defect #3567: Sorting for changesets might go wrong on Mercurial repos
12 * Defect #3707: {{toc}} doesn't work with {{include}}
13 * Defect #5096: Redmine hangs up while browsing Git repository
14 * Defect #6000: Safe Attributes prevents plugin extension of Issue model...
15 * Defect #6064: Modules not assigned to projects created via API
16 * Defect #6110: MailHandler should allow updating Issue Priority and Custom fields
17 * Defect #6136: JSON API holds less information than XML API
18 * Defect #6345: xml used by rest API is invalid
19 * Defect #6348: Gantt chart PDF rendering errors
20 * Defect #6403: Updating an issue with custom fields fails
21 * Defect #6467: "Member of role", "Member of group" filter not work correctly
22 * Defect #6473: New gantt broken after clearing issue filters
23 * Defect #6541: Email notifications send to everybody
24 * Defect #6549: Notification settings not migrated properly
25 * Defect #6591: Acronyms must have a minimum of three characters
26 * Defect #6674: Delete time log broken after changes to REST
27 * Defect #6681: Mercurial, Bazaar and Darcs auto close issue text should be commit id instead of revision number
28 * Defect #6724: Wiki uploads does not work anymore (SVN 4266)
29 * Defect #6746: Wiki links are broken on Activity page
30 * Defect #6747: Wiki diff does not work since r4265
31 * Defect #6763: New gantt charts: subject displayed twice on issues
32 * Defect #6826: Clicking "Add" twice creates duplicate member record
33 * Defect #6844: Unchecking status filter on the issue list has no effect
34 * Defect #6895: Wrong Polish translation of "blocks"
35 * Defect #6943: Migration from boolean to varchar fails on PostgreSQL 8.1
36 * Defect #7064: Mercurial adapter does not recognize non alphabetic nor numeric in UTF-8 copied files
37 * Defect #7128: New gantt chart does not render subtasks under parent task
38 * Defect #7135: paging mechanism returns the same last page forever
39 * Defect #7188: Activity page not refreshed when changing language
40 * Defect #7195: Apply CLI-supplied defaults for incoming mail only to new issues not replies
41 * Defect #7197: Tracker reset to default when replying to an issue email
42 * Defect #7213: Copy project does not copy all roles and permissions
43 * Defect #7225: Project settings: Trackers & Custom fields only relevant if module Issue tracking is active
44 * Feature #630: Allow non-unique names for projects
45 * Feature #1738: Add a "Visible" flag to project/user custom fields
46 * Feature #2803: Support for Javascript in Themes
47 * Feature #2852: Clean Incoming Email of quoted text "----- Reply above this line ------"
48 * Feature #2995: Improve error message when trying to access an archived project
49 * Feature #3170: Autocomplete issue relations on subject
50 * Feature #3503: Administrator Be Able To Modify Email settings Of Users
51 * Feature #4155: Automatic spent time logging from commit messages
52 * Feature #5136: Parent select on Wiki rename page
53 * Feature #5338: Descendants (subtasks) should be available via REST API
54 * Feature #5494: Wiki TOC should display heading from level 4
55 * Feature #5594: Improve MailHandler's keyword handling
56 * Feature #5622: Allow version to be set via incoming email
57 * Feature #5712: Reload themes
58 * Feature #5869: Issue filters by Group and Role
59 * Feature #6092: Truncate Git revision labels in Activity page/feed and allow configurable length
60 * Feature #6112: Accept localized keywords when receiving emails
61 * Feature #6140: REST issues response with issue count limit and offset
62 * Feature #6260: REST API for Users
63 * Feature #6276: Gantt Chart rewrite
64 * Feature #6446: Remove length limits on project identifier and name
65 * Feature #6628: Improvements in truncate email
66 * Feature #6779: Project JSON API
67 * Feature #6823: REST API for time tracker.
68 * Feature #7072: REST API for news
69 * Feature #7111: Expose more detail on journal entries
70 * Feature #7141: REST API: get information about current user
71 * Patch #4807: Allow to set the done_ratio field with the incoming mail system
72 * Patch #5441: Initialize TimeEntry attributes with params[:time_entry]
73 * Patch #6762: Use GET instead of POST to retrieve context_menu
74 * Patch #7160: French translation ofr "not_a_date" is missing
75 * Patch #7212: Missing remove_index in AddUniqueIndexOnMembers down migration
76
77
7 78 == 2010-12-23 v1.0.5
8 79
9 80 * #6656: Mercurial adapter loses seconds of commit times
General Comments 0
You need to be logged in to leave comments. Login now