##// END OF EJS Templates
Merged r3923 from trunk....
Eric Davis -
r3859:18d841553e1f
parent child
Show More
@@ -6,151 +6,151 http://www.redmine.org/
6 6
7 7 == 2010-07-18 v1.0.0 (Release candidate)
8 8
9 #443: Adds context menu to the roadmap issue lists
10 #443: Subtasking
11 #741: Description preview while editing an issue
12 #1131: Add support for alternate (non-LDAP) authentication
13 #1214: REST API for Issues
14 #1223: File upload on wiki edit form
15 #1755: add "blocked by" as a related issues option
16 #2420: Fetching emails from an POP server
17 #2482: Named scopes in Issue and ActsAsWatchable plus some view refactoring (logic extraction).
18 #2924: Make the right click menu more discoverable using a cursor property
19 #2985: Make syntax highlighting pluggable
20 #3201: Workflow Check/Uncheck All Rows/Columns
21 #3359: Update CodeRay 0.9
22 #3706: Allow assigned_to field configuration on Issue creation by email
23 #3936: configurable list of models to include in search
24 #4480: Create a link to the user profile from the administration interface
25 #4482: Cache textile rendering
26 #4572: Make it harder to ruin your database
27 #4573: Move github gems to Gemcutter
28 #4664: Add pagination to forum threads
29 #4732: Make login case-insensitive also for PostgreSQL
30 #4812: Create links to other projects
31 #4819: Replace images with smushed ones for speed
32 #4945: Allow custom fields attached to project to be searchable
33 #5121: Fix issues list layout overflow
34 #5169: Issue list view hook request
35 #5208: Aibility to edit wiki sidebar
36 #5281: Remove empty ul tags in the issue history
37 #5291: Updated basque translations
38 #5328: Automatically add "Repository" menu_item after repository creation
39 #5415: Fewer SQL statements generated for watcher_recipients
40 #5416: Exclude "fields_for" from overridden methods in TabularFormBuilder
41 #5573: Allow issue assignment in email
42 #5595: Allow start date and due dates to be set via incoming email
43 #5752: The projects view (/projects) renders ul's wrong
44 #5781: Allow to use more macros on the welcome page and project list
45 Fixed #1288: Unable to past escaped wiki syntax in an issue description
46 Fixed #1334: Wiki formatting character *_ and _*
47 Fixed #1416: Inline code with less-then/greater-than produces @lt; and @gt; respectively
48 Fixed #2473: Login and mail should not be case sensitive
49 Fixed #2990: Ruby 1.9 - wrong number of arguments (1 for 0) on rake db:migrate
50 Fixed #3089: Text formatting sometimes breaks when combined
51 Fixed #3690: Status change info duplicates on the issue screen
52 Fixed #3691: Redmine allows two files with the same file name to be uploaded to the same issue
53 Fixed #3764: ApplicationHelperTest fails with JRuby
54 Fixed #4265: Unclosed code tags in issue descriptions affects main UI
55 Fixed #4745: Bug in index.xml.builder (issues)
56 Fixed #4852: changing user/roles of project member not possible without javascript
57 Fixed #4857: Week number calculation in date picker is wrong if a week starts with Sunday
58 Fixed #4883: Bottom "contextual" placement in issue with associated changeset
59 Fixed #4918: Revisions r3453 and r3454 broke On-the-fly user creation with LDAP
60 Fixed #4935: Navigation to the Master Timesheet page (time_entries)
61 Fixed #5043: Flash messages are not displayed after the project settings[module/activity] saved
62 Fixed #5081: Broken links on public/help/wiki_syntax_detailed.html
63 Fixed #5104: Description of document not wikified on documents index
64 Fixed #5108: Issue linking fails inside of []s
65 Fixed #5199: diff code coloring using coderay
66 Fixed #5233: Add a hook to the issue report (Summary) view
67 Fixed #5265: timetracking: subtasks time is added to the main task
68 Fixed #5343: acts_as_event Doesn't Accept Outside URLs
69 Fixed #5440: UI Inconsistency : Administration > Enumerations table row headers should be enclosed in <thead>
70 Fixed #5463: 0.9.4 INSTALL and/or UPGRADE, missing session_store.rb
71 Fixed #5524: Update_parent_attributes doesn't work for the old parent issue when reparenting
72 Fixed #5548: SVN Repository: Can not list content of a folder which includes square brackets.
73 Fixed #5589: "with subproject" malfunction
74 Fixed #5676: Search for Numeric Value
75 Fixed #5696: Redmine + PostgreSQL 8.4.4 fails on _dir_list_content.rhtml
76 Fixed #5698: redmine:email:receive_imap fails silently for mails with subject longer than 255 characters
77 Fixed #5700: TimelogController#destroy assumes success
78 Fixed #5751: developer role is mispelled
79 Fixed #5769: Popup Calendar doesn't Advance in Chrome
80 Fixed #5771: Problem when importing git repository
81 Fixed #5823: Error in comments in plugin.rb
9 * #443: Adds context menu to the roadmap issue lists
10 * #443: Subtasking
11 * #741: Description preview while editing an issue
12 * #1131: Add support for alternate (non-LDAP) authentication
13 * #1214: REST API for Issues
14 * #1223: File upload on wiki edit form
15 * #1755: add "blocked by" as a related issues option
16 * #2420: Fetching emails from an POP server
17 * #2482: Named scopes in Issue and ActsAsWatchable plus some view refactoring (logic extraction).
18 * #2924: Make the right click menu more discoverable using a cursor property
19 * #2985: Make syntax highlighting pluggable
20 * #3201: Workflow Check/Uncheck All Rows/Columns
21 * #3359: Update CodeRay 0.9
22 * #3706: Allow assigned_to field configuration on Issue creation by email
23 * #3936: configurable list of models to include in search
24 * #4480: Create a link to the user profile from the administration interface
25 * #4482: Cache textile rendering
26 * #4572: Make it harder to ruin your database
27 * #4573: Move github gems to Gemcutter
28 * #4664: Add pagination to forum threads
29 * #4732: Make login case-insensitive also for PostgreSQL
30 * #4812: Create links to other projects
31 * #4819: Replace images with smushed ones for speed
32 * #4945: Allow custom fields attached to project to be searchable
33 * #5121: Fix issues list layout overflow
34 * #5169: Issue list view hook request
35 * #5208: Aibility to edit wiki sidebar
36 * #5281: Remove empty ul tags in the issue history
37 * #5291: Updated basque translations
38 * #5328: Automatically add "Repository" menu_item after repository creation
39 * #5415: Fewer SQL statements generated for watcher_recipients
40 * #5416: Exclude "fields_for" from overridden methods in TabularFormBuilder
41 * #5573: Allow issue assignment in email
42 * #5595: Allow start date and due dates to be set via incoming email
43 * #5752: The projects view (/projects) renders ul's wrong
44 * #5781: Allow to use more macros on the welcome page and project list
45 * Fixed #1288: Unable to past escaped wiki syntax in an issue description
46 * Fixed #1334: Wiki formatting character *_ and _*
47 * Fixed #1416: Inline code with less-then/greater-than produces @lt; and @gt; respectively
48 * Fixed #2473: Login and mail should not be case sensitive
49 * Fixed #2990: Ruby 1.9 - wrong number of arguments (1 for 0) on rake db:migrate
50 * Fixed #3089: Text formatting sometimes breaks when combined
51 * Fixed #3690: Status change info duplicates on the issue screen
52 * Fixed #3691: Redmine allows two files with the same file name to be uploaded to the same issue
53 * Fixed #3764: ApplicationHelperTest fails with JRuby
54 * Fixed #4265: Unclosed code tags in issue descriptions affects main UI
55 * Fixed #4745: Bug in index.xml.builder (issues)
56 * Fixed #4852: changing user/roles of project member not possible without javascript
57 * Fixed #4857: Week number calculation in date picker is wrong if a week starts with Sunday
58 * Fixed #4883: Bottom "contextual" placement in issue with associated changeset
59 * Fixed #4918: Revisions r3453 and r3454 broke On-the-fly user creation with LDAP
60 * Fixed #4935: Navigation to the Master Timesheet page (time_entries)
61 * Fixed #5043: Flash messages are not displayed after the project settings[module/activity] saved
62 * Fixed #5081: Broken links on public/help/wiki_syntax_detailed.html
63 * Fixed #5104: Description of document not wikified on documents index
64 * Fixed #5108: Issue linking fails inside of []s
65 * Fixed #5199: diff code coloring using coderay
66 * Fixed #5233: Add a hook to the issue report (Summary) view
67 * Fixed #5265: timetracking: subtasks time is added to the main task
68 * Fixed #5343: acts_as_event Doesn't Accept Outside URLs
69 * Fixed #5440: UI Inconsistency : Administration > Enumerations table row headers should be enclosed in <thead>
70 * Fixed #5463: 0.9.4 INSTALL and/or UPGRADE, missing session_store.rb
71 * Fixed #5524: Update_parent_attributes doesn't work for the old parent issue when reparenting
72 * Fixed #5548: SVN Repository: Can not list content of a folder which includes square brackets.
73 * Fixed #5589: "with subproject" malfunction
74 * Fixed #5676: Search for Numeric Value
75 * Fixed #5696: Redmine + PostgreSQL 8.4.4 fails on _dir_list_content.rhtml
76 * Fixed #5698: redmine:email:receive_imap fails silently for mails with subject longer than 255 characters
77 * Fixed #5700: TimelogController#destroy assumes success
78 * Fixed #5751: developer role is mispelled
79 * Fixed #5769: Popup Calendar doesn't Advance in Chrome
80 * Fixed #5771: Problem when importing git repository
81 * Fixed #5823: Error in comments in plugin.rb
82 82
83 83
84 84 == 2010-07-07 v0.9.6
85 85
86 Fixed: Redmine.pm access by unauthorized users
86 * Fixed: Redmine.pm access by unauthorized users
87 87
88 88 == 2010-06-24 v0.9.5
89 89
90 Linkify folder names on revision view
91 "fiters" and "options" should be hidden in print view via css
92 Fixed: NoMethodError when no issue params are submitted
93 Fixed: projects.atom with required authentication
94 Fixed: External links not correctly displayed in Wiki TOC
95 Fixed: Member role forms in project settings are not hidden after member added
96 Fixed: pre can't be inside p
97 Fixed: session cookie path does not respect RAILS_RELATIVE_URL_ROOT
98 Fixed: mail handler fails when the from address is empty
90 * Linkify folder names on revision view
91 * "fiters" and "options" should be hidden in print view via css
92 * Fixed: NoMethodError when no issue params are submitted
93 * Fixed: projects.atom with required authentication
94 * Fixed: External links not correctly displayed in Wiki TOC
95 * Fixed: Member role forms in project settings are not hidden after member added
96 * Fixed: pre can't be inside p
97 * Fixed: session cookie path does not respect RAILS_RELATIVE_URL_ROOT
98 * Fixed: mail handler fails when the from address is empty
99 99
100 100
101 101 == 2010-05-01 v0.9.4
102 102
103 Filters collapsed by default on issues index page for a saved query
104 Fixed: When categories list is too big the popup menu doesn't adjust (ex. in the issue list)
105 Fixed: remove "main-menu" div when the menu is empty
106 Fixed: Code syntax highlighting not working in Document page
107 Fixed: Git blame/annotate fails on moved files
108 Fixed: Failing test in test_show_atom
109 Fixed: Migrate from trac - not displayed Wikis
110 Fixed: Email notifications on file upload sent to empty recipient list
111 Fixed: Migrating from trac is not possible, fails to allocate memory
112 Fixed: Lost password no longer flashes a confirmation message
113 Fixed: Crash while deleting in-use enumeration
114 Fixed: Hard coded English string at the selection of issue watchers
115 Fixed: Bazaar v2.1.0 changed behaviour
116 Fixed: Roadmap display can raise an exception if no trackers are selected
117 Fixed: Gravatar breaks layout of "logged in" page
118 Fixed: Reposman.rb on Windows
119 Fixed: Possible error 500 while moving an issue to another project with SQLite
120 Fixed: backslashes in issue description/note should be escaped when quoted
121 Fixed: Long text in <pre> disrupts Associated revisions
122 Fixed: Links to missing wiki pages not red on project overview page
123 Fixed: Cannot delete a project with subprojects that shares versions
124 Fixed: Update of Subversion changesets broken under Solaris
125 Fixed: "Move issues" permission not working for Non member
126 Fixed: Sidebar overlap on Users tab of Group editor
127 Fixed: Error on db:migrate with table prefix set (hardcoded name in principal.rb)
128 Fixed: Report shows sub-projects for non-members
129 Fixed: 500 internal error when browsing any Redmine page in epiphany
130 Fixed: Watchers selection lost when issue creation fails
131 Fixed: When copying projects, redmine should not generate an email to people who created issues
132 Fixed: Issue "#" table cells should have a class attribute to enable fine-grained CSS theme
133 Fixed: Plugin generators should display help if no parameter is given
103 * Filters collapsed by default on issues index page for a saved query
104 * Fixed: When categories list is too big the popup menu doesn't adjust (ex. in the issue list)
105 * Fixed: remove "main-menu" div when the menu is empty
106 * Fixed: Code syntax highlighting not working in Document page
107 * Fixed: Git blame/annotate fails on moved files
108 * Fixed: Failing test in test_show_atom
109 * Fixed: Migrate from trac - not displayed Wikis
110 * Fixed: Email notifications on file upload sent to empty recipient list
111 * Fixed: Migrating from trac is not possible, fails to allocate memory
112 * Fixed: Lost password no longer flashes a confirmation message
113 * Fixed: Crash while deleting in-use enumeration
114 * Fixed: Hard coded English string at the selection of issue watchers
115 * Fixed: Bazaar v2.1.0 changed behaviour
116 * Fixed: Roadmap display can raise an exception if no trackers are selected
117 * Fixed: Gravatar breaks layout of "logged in" page
118 * Fixed: Reposman.rb on Windows
119 * Fixed: Possible error 500 while moving an issue to another project with SQLite
120 * Fixed: backslashes in issue description/note should be escaped when quoted
121 * Fixed: Long text in <pre> disrupts Associated revisions
122 * Fixed: Links to missing wiki pages not red on project overview page
123 * Fixed: Cannot delete a project with subprojects that shares versions
124 * Fixed: Update of Subversion changesets broken under Solaris
125 * Fixed: "Move issues" permission not working for Non member
126 * Fixed: Sidebar overlap on Users tab of Group editor
127 * Fixed: Error on db:migrate with table prefix set (hardcoded name in principal.rb)
128 * Fixed: Report shows sub-projects for non-members
129 * Fixed: 500 internal error when browsing any Redmine page in epiphany
130 * Fixed: Watchers selection lost when issue creation fails
131 * Fixed: When copying projects, redmine should not generate an email to people who created issues
132 * Fixed: Issue "#" table cells should have a class attribute to enable fine-grained CSS theme
133 * Fixed: Plugin generators should display help if no parameter is given
134 134
135 135
136 136 == 2010-02-28 v0.9.3
137 137
138 Adds filter for system shared versions on the cross project issue list
139 Makes project identifiers searchable
140 Remove invalid utf8 sequences from commit comments and author name
141 Fixed: Wrong link when "http" not included in project "Homepage" link
142 Fixed: Escaping in html email templates
143 Fixed: Pound (#) followed by number with leading zero (0) removes leading zero when rendered in wiki
144 Fixed: Deselecting textile text formatting causes interning empty string errors
145 Fixed: error with postgres when entering a non-numeric id for an issue relation
146 Fixed: div.task incorrectly wrapping on Gantt Chart
147 Fixed: Project copy loses wiki pages hierarchy
148 Fixed: parent project field doesn't include blank value when a member with 'add subproject' permission edits a child project
149 Fixed: Repository.fetch_changesets tries to fetch changesets for archived projects
150 Fixed: Duplicated project name for subproject version on gantt chart
151 Fixed: roadmap shows subprojects issues even if subprojects is unchecked
152 Fixed: IndexError if all the :last menu items are deleted from a menu
153 Fixed: Very high CPU usage for a long time when fetching commits from a large Git repository
138 * Adds filter for system shared versions on the cross project issue list
139 * Makes project identifiers searchable
140 * Remove invalid utf8 sequences from commit comments and author name
141 * Fixed: Wrong link when "http" not included in project "Homepage" link
142 * Fixed: Escaping in html email templates
143 * Fixed: Pound (#) followed by number with leading zero (0) removes leading zero when rendered in wiki
144 * Fixed: Deselecting textile text formatting causes interning empty string errors
145 * Fixed: error with postgres when entering a non-numeric id for an issue relation
146 * Fixed: div.task incorrectly wrapping on Gantt Chart
147 * Fixed: Project copy loses wiki pages hierarchy
148 * Fixed: parent project field doesn't include blank value when a member with 'add subproject' permission edits a child project
149 * Fixed: Repository.fetch_changesets tries to fetch changesets for archived projects
150 * Fixed: Duplicated project name for subproject version on gantt chart
151 * Fixed: roadmap shows subprojects issues even if subprojects is unchecked
152 * Fixed: IndexError if all the :last menu items are deleted from a menu
153 * Fixed: Very high CPU usage for a long time when fetching commits from a large Git repository
154 154
155 155
156 156 == 2010-02-07 v0.9.2
General Comments 0
You need to be logged in to leave comments. Login now