##// END OF EJS Templates
Merged r10391 from trunk....
Jean-Philippe Lang -
r10209:5eab4af70d1b
parent child
Show More
@@ -4,6 +4,105 Redmine - project management software
4 Copyright (C) 2006-2012 Jean-Philippe Lang
4 Copyright (C) 2006-2012 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2012-09-16 v2.1.0
8
9 * Defect #2071: Reordering priority-enumerations breaks alternate-theme's issue-colouring
10 * Defect #2190: Month names not translated to german
11 * Defect #8978: LDAP timeout if an LDAP auth provider is unreachable
12 * Defect #9839: Gantt abbr of weekday should not be necessarily the first letter of the long day name
13 * Defect #10928: Documentation about generating a plugin is not up-to-date
14 * Defect #11034: TLS configuration documentation for Rails 3
15 * Defect #11073: UserCustomField order_statement returns wrong output
16 * Defect #11153: Default sorting for target version is DESC instead of ASC
17 * Defect #11207: Issues associated with a locked version are not copied when copying a project
18 * Defect #11304: Issue-class: status-1, status-2 etc. refer to status position instead of status id
19 * Defect #11331: Openid registration form should not require user to enter password
20 * Defect #11345: Context menu should show shared versions when editing issues from different projects
21 * Defect #11355: Plain text notification emails content is HTML escaped
22 * Defect #11388: Updating a version through rest API returns invalid JSON
23 * Defect #11389: Warning in awesome_nested_set.rb
24 * Defect #11503: Accessing /projects/:project/wiki/something.png fails with error 500
25 * Defect #11506: Versions that are not shared should not be assignable when selecting another project
26 * Defect #11508: Projects not ordered alphabetically after renaming project
27 * Defect #11540: Roadmap anchor links can be ambigous
28 * Defect #11545: Overwriting existing method Issue.open
29 * Defect #11552: MailHandler does not match assignee name with spaces
30 * Defect #11571: Custom fields of type version not proper handled in receiving e-mails
31 * Defect #11577: Can't use non-latin anchor in wiki
32 * Defect #11612: Revision graph sometimes broken due to raphael.js error
33 * Defect #11621: Redmine MIME Detection Of Javascript Files Non-Standard
34 * Defect #11633: Macro arguments should not be parsed by text formatters
35 * Defect #11662: Invalid query returned from Issues.visible scope after accessing User#projects_by_role with a role that is not present
36 * Defect #11691: 404 response when deleting a user from the edit page
37 * Defect #11723: redmine:send_reminders notification misses if assignee is a group
38 * Defect #11738: Batch update of issues clears project path
39 * Defect #11749: Redmine.pm: HEAD is not considered as a read-only method
40 * Defect #11814: Date picker does not respect week start setting
41 * Feature #703: Configurable required fields per tracker/status/role
42 * Feature #1006: Display thumbnails of attached images
43 * Feature #1091: Disabling default ticket fields per tracker
44 * Feature #1360: Permission for adding an issue to a version.
45 * Feature #3061: Let macros optionally match over multiple lines and ignore single curly braces
46 * Feature #3510: Inserting image thumbnails inside the wiki
47 * Feature #3521: Permissions for roles to change fields per tracker/status
48 * Feature #3640: Freeze / Close Projects
49 * Feature #3831: Support for subforums
50 * Feature #6597: Configurable session lifetime and timeout
51 * Feature #6965: Option to Copy Subtasks when copying an issue
52 * Feature #8161: Ability to filter issues on project custom fields
53 * Feature #8577: "Private" column and filter on the issue list
54 * Feature #8981: REST Api for Groups
55 * Feature #9258: Create role by copy
56 * Feature #9419: Group/sort the issue list by user/version-format custom fields
57 * Feature #10362: Show images in repositories inline when clicking the 'View' link
58 * Feature #10419: Upgrade raphael.js (2.1.0)
59 * Feature #11068: Ability to set default column order in issue list
60 * Feature #11102: Add autocomplete to "Related issue" field on revision
61 * Feature #11109: Repository Identifier should be frozen
62 * Feature #11181: Additional "Log time" link on project overview
63 * Feature #11205: Reversed order of priorities on the issue summary page
64 * Feature #11445: Switch from Prototype to JQuery
65 * Feature #11469: JSONP support
66 * Feature #11475: Redmine.pm: Allow fallback to other Apache auth providers
67 * Feature #11494: Don't turn #nnn with leading zeros into links
68 * Feature #11539: Display a projects tree instead of a flat list in notification preferences
69 * Feature #11578: Option to pass whole arguments to a macro without splitting them
70 * Feature #11595: Missing mime type for svg files
71 * Feature #11758: Upgrade to Rails 3.2.8
72 * Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
73 * Patch #10988: New Korean translation patch
74 * Patch #11201: Korean translation special update
75 * Patch #11401: Fix Japanese mistranslation for "button_submit"
76 * Patch #11402: Japanese translation added for default role names
77 * Patch #11411: Fix disordered use of long sound in Japanese "user" translation
78 * Patch #11412: Unnatural Japanese message when users failed to login
79 * Patch #11419: Fix wrong Japanese "label_attachment" translation
80 * Patch #11496: Make labels clickable in Adminstration/Settings
81 * Patch #11704: Avoid the use of tag("...", "...", true) in layout
82 * Patch #11818: Redmine.pm fails when permissions are NULL
83
84 == 2012-09-16 v2.0.4
85
86 * Defect #10818: Running rake in test environment causes exception
87 * Defect #11209: Wiki diff may generate broken HTML
88 * Defect #11217: Project names in drop-down are escaped twice
89 * Defect #11262: Link is escaped in wiki added/updated notification email
90 * Defect #11307: Can't filter for negative numeric custom fields
91 * Defect #11325: Unified diff link broken on specific file/revision diff view
92 * Defect #11341: Escaped link in conflict resolution form
93 * Defect #11365: Attachment description length is not validated
94 * Defect #11511: Confirmation page has broken HTML when a project folding sub project is deleted
95 * Defect #11533: rake redmine:plugins:test doesn't run tests in subdirectories
96 * Defect #11541: Version sharing is missing in the REST API
97 * Defect #11550: Issue reminder doesn't work when using asynchronous delivery
98 * Defect #11776: Can't override mailer views inside redmine plugin.
99 * Defect #11789: Edit section links broken with h5/h6 headings
100 * Feature #11338: Exclude emails with auto-submitted => auto-generated
101 * Patch #11299: redmine:plugins:migrate should update db/schema.rb
102 * Patch #11328: Fix Japanese mistranslation for 'label_language_based'
103 * Patch #11448: Russian translation for 1.4-stable and 2.0-stable
104 * Patch #11600: Fix plural form of the abbreviation for hours in Brazilian Portuguese
105
7 == 2012-06-18 v2.0.3
106 == 2012-06-18 v2.0.3
8
107
9 * Defect #10688: PDF export from Wiki - Problems with tables
108 * Defect #10688: PDF export from Wiki - Problems with tables
@@ -13,7 +13,7 http://www.redmine.org/
13
13
14 * A database:
14 * A database:
15 * MySQL (tested with MySQL 5.1)
15 * MySQL (tested with MySQL 5.1)
16 * PostgreSQL (tested with PostgreSQL 8.4)
16 * PostgreSQL (tested with PostgreSQL 9.1)
17 * SQLite3 (tested with SQLite 3.6)
17 * SQLite3 (tested with SQLite 3.6)
18
18
19 Optional:
19 Optional:
@@ -38,7 +38,10 Optional:
38 3. Create an empty utf8 encoded database: "redmine" for example
38 3. Create an empty utf8 encoded database: "redmine" for example
39
39
40 4. Configure the database parameters in config/database.yml
40 4. Configure the database parameters in config/database.yml
41 for the "production" environment (default database is MySQL)
41 for the "production" environment (default database is MySQL and ruby1.8)
42
43 If you're running Redmine with MySQL and ruby1.9, replace the adapter name
44 with `mysql2`
42
45
43 5. Generate a session store secret
46 5. Generate a session store secret
44
47
General Comments 0
You need to be logged in to leave comments. Login now