##// END OF EJS Templates
Updates docs fro 3.0.0 release....
Jean-Philippe Lang -
r13655:ec201b08b3cf
parent child
Show More
@@ -4,6 +4,98 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-02-19 v3.0.0
8
9 * Defect #2573: Latest projects list: no space after lists in project description
10 * Defect #6579: Tree hierachy being currupted on multiple submissions of an issue
11 * Defect #14151: Grammer problem with German x_days
12 * Defect #15789: Users can see all groups when adding a filter "Assignee's Group"
13 * Defect #15988: Unexpected behaviour on issue fields for users that have multiple roles
14 * Defect #18237: From a rake task context, impossible to create an IssueRelation normally
15 * Defect #18265: Wrong csv separator in Croatian
16 * Defect #18301: Revision shortlink at end of URL breaks URL autolinking
17 * Defect #18314: German Translation - button_update
18 * Defect #18605: Wrong usage of logger.info to test log level
19 * Defect #18654: Custom field is rendered, even if its value is empty (for multiple)
20 * Defect #18711: Respect cross-project subtask setting on issue bulk edit form
21 * Defect #18781: Redmine::FieldFormat::IntFormat does not accept "real" Integer values
22 * Defect #18832: Activity Stream Filter missing on right hand side due to permission
23 * Defect #18855: User with only Move Issue rights in the project can still create issues using mass copy!
24 * Defect #18918: Grouping label for "none" should be changed to "null", "No Value", or" (blank) ".
25 * Defect #19024: link_to in Redmine::Hook::ViewListener omits url root
26 * Defect #19030: Links to completed versions on the roadmap page might lead to a "403 not authorized page"
27 * Defect #19039: Mail notification is formatting dates with changer's locale
28 * Defect #19040: Potential DB deadlocks on concurrent issue creation
29 * Defect #19055: 'label_per_page' is no longer used
30 * Defect #19111: Bad spelling in Spanish "mail_body_reminder"
31 * Feature #992: Option to search open issues only
32 * Feature #1326: Add / edit an attachment description after upload
33 * Feature #1415: Let system administrator limit repositories valid sources
34 * Feature #4244: Multiple email addresses for each user
35 * Feature #4383: Search Names of Files Attached to Issues
36 * Feature #4518: Wiki formatting documentation for nested lists
37 * Feature #5450: Move wiki page to other project
38 * Feature #5991: Tracker should have it's own default issue status
39 * Feature #6426: MenuManager::MenuItem should support a named route as a url
40 * Feature #7249: Custom fields for Documents
41 * Feature #8121: Allow overriding direction of part of text
42 * Feature #8818: Repository user-mapping with multiple email addresses
43 * Feature #11702: Add user/group to multiple projects at once
44 * Feature #11724: Prevent users from seeing other users based on their project membership
45 * Feature #12097: Multi Thread Support
46 * Feature #12734: Add table reference to textile help
47 * Feature #13051: Support any macro in (pdf) export for wiki's and issues
48 * Feature #13425: Ignore X-Autoreply mails
49 * Feature #13497: Document all available Redmine links properly
50 * Feature #13849: Grouped filters in the filter drop-down
51 * Feature #14371: Drop Ruby 1.8.7 support
52 * Feature #14534: Upgrade to Rails 4.2
53 * Feature #15236: Propose diff view for long text custom fields
54 * Feature #16823: IMAP STARTTLS support
55 * Feature #17354: User detail : show user login to admins
56 * Feature #17763: Ability to render multiple partials with view hook
57 * Feature #18500: Optional linking when copying issues
58 * Feature #18571: Tab "New Issue" should not be displayed if a project has no trackers
59 * Feature #18631: Better search results pagination
60 * Feature #18801: Support for accent insensitive search with PostgreSQL
61 * Feature #18860: Replace awesome_nested_set gem with a custom implementation of nested sets
62 * Feature #18947: Ruby 2.2 support
63 * Feature #19131: Use a better content type for attachments created with application/octet-stream
64 * Patch #6586: Calendar view hook Request
65 * Patch #13120: Translation in language selection
66 * Patch #18182: Latvian translation update
67 * Patch #18261: Japanese translation change (fix terms mismatch "default")
68 * Patch #18276: Allow queries captions to be dynamic
69 * Patch #18290: Issue performance patch
70 * Patch #18390: Better RTL css for the system
71 * Patch #18392: German translation: Self-registration
72 * Patch #18565: html improvements on project landing page
73 * Patch #18659: Do not truncate subissue/related issues titles on single issue view
74 * Patch #18671: Japanese translation change (fix misspelled word)
75 * Patch #18679: LabelledFormBuilder#label outputs 2 label elements
76 * Patch #18692: Access keys for previous (p)/next (n) links
77 * Patch #18707: Allow attachment thumbnails from REST api
78 * Patch #18817: Sort helper undefined to_a for string
79 * Patch #18818: TimeEntry acts_as_activity_provider scope should joins(:project)
80 * Patch #18983: Allow filtering of Redmine Reminders by Version
81 * Patch #19005: Make search results per page configurable
82 * Patch #19035: Japanese translation fix (label_age)
83
84 == 2015-02-19 v2.6.2
85
86 * Defect #10681: Export to Persian PDF problem
87 * Defect #17722: Plugin update check not working if redmine is viewed over https
88 * Defect #18586: Arabic PDF
89 * Defect #18632: PDF Export has no left padding for tables
90 * Defect #18883: Slow rendering of large textile tables
91 * Defect #18894: Grouping of Boolean field: Both "No" and "blank" tickets are grouped in "none" groups
92 * Defect #18896: Grouping of Boolean field in Query: group not displayed for "No" value if the group is in first position
93 * Defect #18922: rdm-mailhandler.rb should catch EOFError
94 * Defect #18961: {{macro_list}} error when choose markdown as wiki language
95 * Defect #19065: API: issue details created_on timestamp not formatted as expected
96 * Defect #19120: Wrap parent task title on the issue list
97 * Defect #19117: Potential XSS vulnerability in some flash messages rendering
98
7 == 2015-01-11 v2.6.1
99 == 2015-01-11 v2.6.1
8
100
9 * Defect #13608: Parent column in CSV export should include issue id only
101 * Defect #13608: Parent column in CSV export should include issue id only
@@ -72,7 +72,7 Optional:
72 8. Test the installation by running the WEBrick web server
72 8. Test the installation by running the WEBrick web server
73
73
74 Under the main application directory run:
74 Under the main application directory run:
75 ruby script/rails server -e production
75 ruby bin/rails server -e production
76
76
77 Once WEBrick has started, point your browser to http://localhost:3000/
77 Once WEBrick has started, point your browser to http://localhost:3000/
78 You should now see the application welcome page.
78 You should now see the application welcome page.
General Comments 0
You need to be logged in to leave comments. Login now