##// END OF EJS Templates
Merged 0.8.x changelog....
Jean-Philippe Lang -
r3129:1052658df201
parent child
Show More
@@ -1,971 +1,1062
1 == Redmine changelog
1 == Redmine changelog
2
2
3 Redmine - project management software
3 Redmine - project management software
4 Copyright (C) 2006-2009 Jean-Philippe Lang
4 Copyright (C) 2006-2009 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == v0.9.0
7 == v0.9.0
8
8
9 * Unlimited subproject nesting
9 * Unlimited subproject nesting
10 * Multiple roles per user per project
10 * Multiple roles per user per project
11 * User groups
11 * User groups
12 * Inheritence of versions
12 * Inheritence of versions
13 * OpenID login
13 * OpenID login
14 * "Watched by me" issue filter
14 * "Watched by me" issue filter
15 * Project copy
15 * Project copy
16 * Project creation by non admin users
16 * Project creation by non admin users
17 * Accept emails from anyone on a private project
17 * Accept emails from anyone on a private project
18 * Add email notification on Wiki changes
18 * Add email notification on Wiki changes
19 * Make issue description non-required field
19 * Make issue description non-required field
20 * Custom fields for Versions
20 * Custom fields for Versions
21 * Being able to sort the issue list by custom fields
21 * Being able to sort the issue list by custom fields
22 * Ability to close versions
22 * Ability to close versions
23 * User display/editing of custom fields attached to their user profile
23 * User display/editing of custom fields attached to their user profile
24 * Add "follows" issue relation
24 * Add "follows" issue relation
25 * Copy workflows between trackers and roles
25 * Copy workflows between trackers and roles
26 * Defaults enabled modules list for project creation
26 * Defaults enabled modules list for project creation
27 * Weighted version completion percentage on the roadmap
27 * Weighted version completion percentage on the roadmap
28 * Autocreate user account when user submits email that creates new issue
28 * Autocreate user account when user submits email that creates new issue
29 * CSS class on overdue issues on the issue list
29 * CSS class on overdue issues on the issue list
30 * Enable tracker update on issue edit form
30 * Enable tracker update on issue edit form
31 * Remove issue watchers
31 * Remove issue watchers
32 * Ability to move threads between project forums
32 * Ability to move threads between project forums
33 * Changed custom field "Possible values" to a textarea
33 * Changed custom field "Possible values" to a textarea
34 * Adds projects association on tracker form
34 * Adds projects association on tracker form
35 * Set session store to cookie store by default
35 * Set session store to cookie store by default
36 * Set a default wiki page on project creation
36 * Set a default wiki page on project creation
37 * Roadmap for main project should see Roadmaps for sub projects
37 * Roadmap for main project should see Roadmaps for sub projects
38 * Ticket grouping on the issue list
38 * Ticket grouping on the issue list
39 * Hierarchical Project links in the page header
39 * Hierarchical Project links in the page header
40 * Allow My Page blocks to be added to from a plugin
40 * Allow My Page blocks to be added to from a plugin
41 * Sort issues by multiple columns
41 * Sort issues by multiple columns
42 * Filters of saved query are now visible and be adjusted without editing the query
42 * Filters of saved query are now visible and be adjusted without editing the query
43 * Saving "sort order" in custom queries
43 * Saving "sort order" in custom queries
44 * Url to fetch changesets for a repository
44 * Url to fetch changesets for a repository
45 * Managers able to create subprojects
45 * Managers able to create subprojects
46 * Issue Totals on My Page Modules
46 * Issue Totals on My Page Modules
47 * Convert Enumerations to single table inheritance (STI)
47 * Convert Enumerations to single table inheritance (STI)
48 * Allow custom my_page blocks to define drop-down names
48 * Allow custom my_page blocks to define drop-down names
49 * "View Issues" user permission added
49 * "View Issues" user permission added
50 * Ask user what to do with child pages when deleting a parent wiki page
50 * Ask user what to do with child pages when deleting a parent wiki page
51 * Contextual quick search
51 * Contextual quick search
52 * Allow resending of password by email
52 * Allow resending of password by email
53 * Change reply subject to be a link to the reply itself
53 * Change reply subject to be a link to the reply itself
54 * Include Logged Time as part of the project's Activity history
54 * Include Logged Time as part of the project's Activity history
55 * REST API for authentication
55 * REST API for authentication
56 * Browse through Git branches
56 * Browse through Git branches
57 * Setup Object Daddy to replace test fixtures
57 * Setup Object Daddy to replace test fixtures
58 * Setup shoulda to make it easier to test
58 * Setup shoulda to make it easier to test
59 * Custom fields and overrides on Enumerations
59 * Custom fields and overrides on Enumerations
60 * Add or remove columns from the issue list
60 * Add or remove columns from the issue list
61 * Ability to add new version from issues screen
61 * Ability to add new version from issues screen
62 * Setting to choose which day calendars start
62 * Setting to choose which day calendars start
63 * Asynchronous email delivery method
63 * Asynchronous email delivery method
64 * RESTful URLs for (almost) everything
64 * RESTful URLs for (almost) everything
65 * Include issue status in search results and activity pages
65 * Include issue status in search results and activity pages
66 * Add email to admin user search filter
66 * Add email to admin user search filter
67 * Proper content type for plain text mails
67 * Proper content type for plain text mails
68 * Default value of project jump box
68 * Default value of project jump box
69 * Tree based menus
69 * Tree based menus
70 * Ability to use issue status to update percent done
70 * Ability to use issue status to update percent done
71 * Second set of issue "Action Links" at the bottom of an issue page
71 * Second set of issue "Action Links" at the bottom of an issue page
72 * Proper exist status code for rdm-mailhandler.rb
72 * Proper exist status code for rdm-mailhandler.rb
73 * Remove incoming email body via a delimiter
73 * Remove incoming email body via a delimiter
74 * Fixed: Custom querry 'Export to PDF' ignores field selection
74 * Fixed: Custom querry 'Export to PDF' ignores field selection
75 * Fixed: Related e-mail notifications aren't threaded
75 * Fixed: Related e-mail notifications aren't threaded
76 * Fixed: No warning when the creation of a categories from the issue form fails
76 * Fixed: No warning when the creation of a categories from the issue form fails
77 * Fixed: Actually block issues from closing when relation 'blocked by' isn't closed
77 * Fixed: Actually block issues from closing when relation 'blocked by' isn't closed
78 * Fixed: Include both first and last name when sorting by users
78 * Fixed: Include both first and last name when sorting by users
79 * Fixed: Table cell with multiple line text
79 * Fixed: Table cell with multiple line text
80 * Fixed: Project overview page shows disabled trackers
80 * Fixed: Project overview page shows disabled trackers
81 * Fixed: Cross project issue relations and user permissions
81 * Fixed: Cross project issue relations and user permissions
82 * Fixed: My page shows tickets the user doesn't have access to
82 * Fixed: My page shows tickets the user doesn't have access to
83 * Fixed: TOC does not parse wiki page reference links with description
83 * Fixed: TOC does not parse wiki page reference links with description
84 * Fixed: Target version-list on bulk edit form is incorrectly sorted
84 * Fixed: Target version-list on bulk edit form is incorrectly sorted
85 * Fixed: Cannot modify/delete project named "Documents"
85 * Fixed: Cannot modify/delete project named "Documents"
86 * Fixed: Email address in brackets breaks html
86 * Fixed: Email address in brackets breaks html
87 * Fixed: Timelog detail loose issue filter passing to report tab
87 * Fixed: Timelog detail loose issue filter passing to report tab
88 * Fixed: Inform about custom field's name maximum length
88 * Fixed: Inform about custom field's name maximum length
89 * Fixed: Activity page and Atom feed links contain project id instead of identifier
89 * Fixed: Activity page and Atom feed links contain project id instead of identifier
90 * Fixed: no Atom key for forums with only 1 forum
90 * Fixed: no Atom key for forums with only 1 forum
91 * Fixed: When reading RSS feed in MS Outlook, the inline links are broken.
91 * Fixed: When reading RSS feed in MS Outlook, the inline links are broken.
92 * Fixed: Sometimes new posts don't show up in the topic list of a forum.
92 * Fixed: Sometimes new posts don't show up in the topic list of a forum.
93 * Fixed: The all/active filter selection in the project view does not stick.
93 * Fixed: The all/active filter selection in the project view does not stick.
94 * Fixed: Login box has Different width
94 * Fixed: Login box has Different width
95 * Fixed: User removed from project - still getting project update emails
95 * Fixed: User removed from project - still getting project update emails
96 * Fixed: Project with the identifier of 'new' cannot be viewed
96 * Fixed: Project with the identifier of 'new' cannot be viewed
97 * Fixed: Artefacts in search view (Cyrillic)
97 * Fixed: Artefacts in search view (Cyrillic)
98 * Fixed: Allow [#id] as subject to reply by email
98 * Fixed: Allow [#id] as subject to reply by email
99 * Fixed: Wrong language used when closing an issue via a commit message
99 * Fixed: Wrong language used when closing an issue via a commit message
100 * Fixed: email handler drops emails for new issues with no subject
100 * Fixed: email handler drops emails for new issues with no subject
101 * Fixed: Calendar misspelled under Roles/Permissions
101 * Fixed: Calendar misspelled under Roles/Permissions
102 * Fixed: Emails from no-reply redmine's address hell cycle
102 * Fixed: Emails from no-reply redmine's address hell cycle
103 * Fixed: child_pages macro fails on wiki page history
103 * Fixed: child_pages macro fails on wiki page history
104 * Fixed: Pre-filled time tracking date ignores timezone
104 * Fixed: Pre-filled time tracking date ignores timezone
105 * Fixed: Links on locked users lead to 404 page
105 * Fixed: Links on locked users lead to 404 page
106 * Fixed: Page changes in issue-list when using context menu
106 * Fixed: Page changes in issue-list when using context menu
107 * Fixed: diff parser removes lines starting with multiple dashes
107 * Fixed: diff parser removes lines starting with multiple dashes
108 * Fixed: Quoting in forums resets message subject
108 * Fixed: Quoting in forums resets message subject
109 * Fixed: Editing issue comment removes quote link
109 * Fixed: Editing issue comment removes quote link
110 * Fixed: Redmine.pm ignore browse_repository permission
110 * Fixed: Redmine.pm ignore browse_repository permission
111 * Fixed: text formatting breaks on [msg1][msg2]
111 * Fixed: text formatting breaks on [msg1][msg2]
112 * Fixed: Spent Time Default Value of 0.0
112 * Fixed: Spent Time Default Value of 0.0
113 * Fixed: Wiki pages in search results are referenced by project number, not by project identifier.
113 * Fixed: Wiki pages in search results are referenced by project number, not by project identifier.
114 * Fixed: When logging in via an autologin cookie the user's last_login_on should be updated
114 * Fixed: When logging in via an autologin cookie the user's last_login_on should be updated
115 * Fixed: 50k users cause problems in project->settings->members screen
115 * Fixed: 50k users cause problems in project->settings->members screen
116 * Fixed: Document timestamp needs to show updated timestamps
116 * Fixed: Document timestamp needs to show updated timestamps
117 * Fixed: Users getting notifications for issues they are no longer allowed to view
117 * Fixed: Users getting notifications for issues they are no longer allowed to view
118
118
119
119
120 == 2009-11-15 v0.8.7
121
122 * Fixed: Hide paragraph terminator at the end of headings on html export
123 * Fixed: pre tags containing "<pre*"
124 * Fixed: First date of the date range not included in the time report with SQLite
125 * Fixed: Password field not styled correctly on alternative stylesheet
126 * Fixed: Error when sumbitting a POST request that requires a login
127 * Fixed: CSRF vulnerabilities
128
129
130 == 2009-11-04 v0.8.6
131
132 * Change links to closed issues to be a grey color
133 * Change subversion adapter to not cache authentication and run non interactively
134 * Fixed: Custom Values with a nil value cause HTTP error 500
135 * Fixed: Failure to convert HTML entities when editing an Issue reply
136 * Fixed: Error trying to show repository when there are no comments in a changeset
137 * Fixed: account/show/:user_id should not be accessible for other users not in your projects
138 * Fixed: XSS vulnerabilities
139 * Fixed: IssuesController#destroy should accept POST only
140 * Fixed: Inline images in wiki headings
141
142
143 == 2009-09-13 v0.8.5
144
145 * Incoming mail handler : Allow spaces between keywords and colon
146 * Do not require a non-word character after a comma in Redmine links
147 * Include issue hyperlinks in reminder emails
148 * Prevent nil error when retrieving svn version
149 * Various plugin hooks added
150 * Add plugins information to script/about
151 * Fixed: 500 Internal Server Error is raised if add an empty comment to the news
152 * Fixed: Atom links for wiki pages are not correct
153 * Fixed: Atom feeds leak email address
154 * Fixed: Case sensitivity in Issue filtering
155 * Fixed: When reading RSS feed, the inline-embedded images are not properly shown
156
157
158 == 2009-05-17 v0.8.4
159
160 * Allow textile mailto links
161 * Fixed: memory consumption when uploading file
162 * Fixed: Mercurial integration doesn't work if Redmine is installed in folder path containing space
163 * Fixed: an error is raised when no tab is available on project settings
164 * Fixed: insert image macro corrupts urls with excalamation marks
165 * Fixed: error on cross-project gantt PNG export
166 * Fixed: self and alternate links in atom feeds do not respect Atom specs
167 * Fixed: accept any svn tunnel scheme in repository URL
168 * Fixed: issues/show should accept user's rss key
169 * Fixed: consistency of custom fields display on the issue detail view
170 * Fixed: wiki comments length validation is missing
171 * Fixed: weak autologin token generation algorithm causes duplicate tokens
172
173
174 == 2009-04-05 v0.8.3
175
176 * Separate project field and subject in cross-project issue view
177 * Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable
178 * Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data task
179 * CSS classes to highlight own and assigned issues
180 * Hide "New file" link on wiki pages from printing
181 * Flush buffer when asking for language in redmine:load_default_data task
182 * Minimum project identifier length set to 1
183 * Include headers so that emails don't trigger vacation auto-responders
184 * Fixed: Time entries csv export links for all projects are malformed
185 * Fixed: Files without Version aren't visible in the Activity page
186 * Fixed: Commit logs are centered in the repo browser
187 * Fixed: News summary field content is not searchable
188 * Fixed: Journal#save has a wrong signature
189 * Fixed: Email footer signature convention
190 * Fixed: Timelog report do not show time for non-versioned issues
191
192
193 == 2009-03-07 v0.8.2
194
195 * Send an email to the user when an administrator activates a registered user
196 * Strip keywords from received email body
197 * Footer updated to 2009
198 * Show RSS-link even when no issues is found
199 * One click filter action in activity view
200 * Clickable/linkable line #'s while browsing the repo or viewing a file
201 * Links to versions on files list
202 * Added request and controller objects to the hooks by default
203 * Fixed: exporting an issue with attachments to PDF raises an error
204 * Fixed: "too few arguments" error may occur on activerecord error translation
205 * Fixed: "Default columns Displayed on the Issues list" setting is not easy to read
206 * Fixed: visited links to closed tickets are not striked through with IE6
207 * Fixed: MailHandler#plain_text_body returns nil if there was nothing to strip
208 * Fixed: MailHandler raises an error when processing an email without From header
209
210
120 == 2009-02-15 v0.8.1
211 == 2009-02-15 v0.8.1
121
212
122 * Select watchers on new issue form
213 * Select watchers on new issue form
123 * Issue description is no longer a required field
214 * Issue description is no longer a required field
124 * Files module: ability to add files without version
215 * Files module: ability to add files without version
125 * Jump to the current tab when using the project quick-jump combo
216 * Jump to the current tab when using the project quick-jump combo
126 * Display a warning if some attachments were not saved
217 * Display a warning if some attachments were not saved
127 * Import custom fields values from emails on issue creation
218 * Import custom fields values from emails on issue creation
128 * Show view/annotate/download links on entry and annotate views
219 * Show view/annotate/download links on entry and annotate views
129 * Admin Info Screen: Display if plugin assets directory is writable
220 * Admin Info Screen: Display if plugin assets directory is writable
130 * Adds a 'Create and continue' button on the new issue form
221 * Adds a 'Create and continue' button on the new issue form
131 * IMAP: add options to move received emails
222 * IMAP: add options to move received emails
132 * Do not show Category field when categories are not defined
223 * Do not show Category field when categories are not defined
133 * Lower the project identifier limit to a minimum of two characters
224 * Lower the project identifier limit to a minimum of two characters
134 * Add "closed" html class to closed entries in issue list
225 * Add "closed" html class to closed entries in issue list
135 * Fixed: broken redirect URL on login failure
226 * Fixed: broken redirect URL on login failure
136 * Fixed: Deleted files are shown when using Darcs
227 * Fixed: Deleted files are shown when using Darcs
137 * Fixed: Darcs adapter works on Win32 only
228 * Fixed: Darcs adapter works on Win32 only
138 * Fixed: syntax highlight doesn't appear in new ticket preview
229 * Fixed: syntax highlight doesn't appear in new ticket preview
139 * Fixed: email notification for changes I make still occurs when running Repository.fetch_changesets
230 * Fixed: email notification for changes I make still occurs when running Repository.fetch_changesets
140 * Fixed: no error is raised when entering invalid hours on the issue update form
231 * Fixed: no error is raised when entering invalid hours on the issue update form
141 * Fixed: Details time log report CSV export doesn't honour date format from settings
232 * Fixed: Details time log report CSV export doesn't honour date format from settings
142 * Fixed: invalid css classes on issue details
233 * Fixed: invalid css classes on issue details
143 * Fixed: Trac importer creates duplicate custom values
234 * Fixed: Trac importer creates duplicate custom values
144 * Fixed: inline attached image should not match partial filename
235 * Fixed: inline attached image should not match partial filename
145
236
146
237
147 == 2008-12-30 v0.8.0
238 == 2008-12-30 v0.8.0
148
239
149 * Setting added in order to limit the number of diff lines that should be displayed
240 * Setting added in order to limit the number of diff lines that should be displayed
150 * Makes logged-in username in topbar linking to
241 * Makes logged-in username in topbar linking to
151 * Mail handler: strip tags when receiving a html-only email
242 * Mail handler: strip tags when receiving a html-only email
152 * Mail handler: add watchers before sending notification
243 * Mail handler: add watchers before sending notification
153 * Adds a css class (overdue) to overdue issues on issue lists and detail views
244 * Adds a css class (overdue) to overdue issues on issue lists and detail views
154 * Fixed: project activity truncated after viewing user's activity
245 * Fixed: project activity truncated after viewing user's activity
155 * Fixed: email address entered for password recovery shouldn't be case-sensitive
246 * Fixed: email address entered for password recovery shouldn't be case-sensitive
156 * Fixed: default flag removed when editing a default enumeration
247 * Fixed: default flag removed when editing a default enumeration
157 * Fixed: default category ignored when adding a document
248 * Fixed: default category ignored when adding a document
158 * Fixed: error on repository user mapping when a repository username is blank
249 * Fixed: error on repository user mapping when a repository username is blank
159 * Fixed: Firefox cuts off large diffs
250 * Fixed: Firefox cuts off large diffs
160 * Fixed: CVS browser should not show dead revisions (deleted files)
251 * Fixed: CVS browser should not show dead revisions (deleted files)
161 * Fixed: escape double-quotes in image titles
252 * Fixed: escape double-quotes in image titles
162 * Fixed: escape textarea content when editing a issue note
253 * Fixed: escape textarea content when editing a issue note
163 * Fixed: JS error on context menu with IE
254 * Fixed: JS error on context menu with IE
164 * Fixed: bold syntax around single character in series doesn't work
255 * Fixed: bold syntax around single character in series doesn't work
165 * Fixed several XSS vulnerabilities
256 * Fixed several XSS vulnerabilities
166 * Fixed a SQL injection vulnerability
257 * Fixed a SQL injection vulnerability
167
258
168
259
169 == 2008-12-07 v0.8.0-rc1
260 == 2008-12-07 v0.8.0-rc1
170
261
171 * Wiki page protection
262 * Wiki page protection
172 * Wiki page hierarchy. Parent page can be assigned on the Rename screen
263 * Wiki page hierarchy. Parent page can be assigned on the Rename screen
173 * Adds support for issue creation via email
264 * Adds support for issue creation via email
174 * Adds support for free ticket filtering and custom queries on Gantt chart and calendar
265 * Adds support for free ticket filtering and custom queries on Gantt chart and calendar
175 * Cross-project search
266 * Cross-project search
176 * Ability to search a project and its subprojects
267 * Ability to search a project and its subprojects
177 * Ability to search the projects the user belongs to
268 * Ability to search the projects the user belongs to
178 * Adds custom fields on time entries
269 * Adds custom fields on time entries
179 * Adds boolean and list custom fields for time entries as criteria on time report
270 * Adds boolean and list custom fields for time entries as criteria on time report
180 * Cross-project time reports
271 * Cross-project time reports
181 * Display latest user's activity on account/show view
272 * Display latest user's activity on account/show view
182 * Show last connexion time on user's page
273 * Show last connexion time on user's page
183 * Obfuscates email address on user's account page using javascript
274 * Obfuscates email address on user's account page using javascript
184 * wiki TOC rendered as an unordered list
275 * wiki TOC rendered as an unordered list
185 * Adds the ability to search for a user on the administration users list
276 * Adds the ability to search for a user on the administration users list
186 * Adds the ability to search for a project name or identifier on the administration projects list
277 * Adds the ability to search for a project name or identifier on the administration projects list
187 * Redirect user to the previous page after logging in
278 * Redirect user to the previous page after logging in
188 * Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
279 * Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
189 * Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
280 * Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
190 * Adds permissions to let users edit and/or delete their messages
281 * Adds permissions to let users edit and/or delete their messages
191 * Link to activity view when displaying dates
282 * Link to activity view when displaying dates
192 * Hide Redmine version in atom feeds and pdf properties
283 * Hide Redmine version in atom feeds and pdf properties
193 * Maps repository users to Redmine users. Users with same username or email are automatically mapped. Mapping can be manually adjusted in repository settings. Multiple usernames can be mapped to the same Redmine user.
284 * Maps repository users to Redmine users. Users with same username or email are automatically mapped. Mapping can be manually adjusted in repository settings. Multiple usernames can be mapped to the same Redmine user.
194 * Sort users by their display names so that user dropdown lists are sorted alphabetically
285 * Sort users by their display names so that user dropdown lists are sorted alphabetically
195 * Adds estimated hours to issue filters
286 * Adds estimated hours to issue filters
196 * Switch order of current and previous revisions in side-by-side diff
287 * Switch order of current and previous revisions in side-by-side diff
197 * Render the commit changes list as a tree
288 * Render the commit changes list as a tree
198 * Adds watch/unwatch functionality at forum topic level
289 * Adds watch/unwatch functionality at forum topic level
199 * When moving an issue to another project, reassign it to the category with same name if any
290 * When moving an issue to another project, reassign it to the category with same name if any
200 * Adds child_pages macro for wiki pages
291 * Adds child_pages macro for wiki pages
201 * Use GET instead of POST on roadmap (#718), gantt and calendar forms
292 * Use GET instead of POST on roadmap (#718), gantt and calendar forms
202 * Search engine: display total results count and count by result type
293 * Search engine: display total results count and count by result type
203 * Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
294 * Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
204 * Adds icons on search results
295 * Adds icons on search results
205 * Adds 'Edit' link on account/show for admin users
296 * Adds 'Edit' link on account/show for admin users
206 * Adds Lock/Unlock/Activate link on user edit screen
297 * Adds Lock/Unlock/Activate link on user edit screen
207 * Adds user count in status drop down on admin user list
298 * Adds user count in status drop down on admin user list
208 * Adds multi-levels blockquotes support by using > at the beginning of lines
299 * Adds multi-levels blockquotes support by using > at the beginning of lines
209 * Adds a Reply link to each issue note
300 * Adds a Reply link to each issue note
210 * Adds plain text only option for mail notifications
301 * Adds plain text only option for mail notifications
211 * Gravatar support for issue detail, user grid, and activity stream (disabled by default)
302 * Gravatar support for issue detail, user grid, and activity stream (disabled by default)
212 * Adds 'Delete wiki pages attachments' permission
303 * Adds 'Delete wiki pages attachments' permission
213 * Show the most recent file when displaying an inline image
304 * Show the most recent file when displaying an inline image
214 * Makes permission screens localized
305 * Makes permission screens localized
215 * AuthSource list: display associated users count and disable 'Delete' buton if any
306 * AuthSource list: display associated users count and disable 'Delete' buton if any
216 * Make the 'duplicates of' relation asymmetric
307 * Make the 'duplicates of' relation asymmetric
217 * Adds username to the password reminder email
308 * Adds username to the password reminder email
218 * Adds links to forum messages using message#id syntax
309 * Adds links to forum messages using message#id syntax
219 * Allow same name for custom fields on different object types
310 * Allow same name for custom fields on different object types
220 * One-click bulk edition using the issue list context menu within the same project
311 * One-click bulk edition using the issue list context menu within the same project
221 * Adds support for commit logs reencoding to UTF-8 before insertion in the database. Source encoding of commit logs can be selected in Application settings -> Repositories.
312 * Adds support for commit logs reencoding to UTF-8 before insertion in the database. Source encoding of commit logs can be selected in Application settings -> Repositories.
222 * Adds checkboxes toggle links on permissions report
313 * Adds checkboxes toggle links on permissions report
223 * Adds Trac-Like anchors on wiki headings
314 * Adds Trac-Like anchors on wiki headings
224 * Adds support for wiki links with anchor
315 * Adds support for wiki links with anchor
225 * Adds category to the issue context menu
316 * Adds category to the issue context menu
226 * Adds a workflow overview screen
317 * Adds a workflow overview screen
227 * Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
318 * Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
228 * Dots allowed in custom field name
319 * Dots allowed in custom field name
229 * Adds posts quoting functionality
320 * Adds posts quoting functionality
230 * Adds an option to generate sequential project identifiers
321 * Adds an option to generate sequential project identifiers
231 * Adds mailto link on the user administration list
322 * Adds mailto link on the user administration list
232 * Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
323 * Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
233 * Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
324 * Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
234 * Change projects homepage limit to 255 chars
325 * Change projects homepage limit to 255 chars
235 * Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes
326 * Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes
236 * Adds "please select" to activity select box if no activity is set as default
327 * Adds "please select" to activity select box if no activity is set as default
237 * Do not silently ignore timelog validation failure on issue edit
328 * Do not silently ignore timelog validation failure on issue edit
238 * Adds a rake task to send reminder emails
329 * Adds a rake task to send reminder emails
239 * Allow empty cells in wiki tables
330 * Allow empty cells in wiki tables
240 * Makes wiki text formatter pluggable
331 * Makes wiki text formatter pluggable
241 * Adds back textile acronyms support
332 * Adds back textile acronyms support
242 * Remove pre tag attributes
333 * Remove pre tag attributes
243 * Plugin hooks
334 * Plugin hooks
244 * Pluggable admin menu
335 * Pluggable admin menu
245 * Plugins can provide activity content
336 * Plugins can provide activity content
246 * Moves plugin list to its own administration menu item
337 * Moves plugin list to its own administration menu item
247 * Adds url and author_url plugin attributes
338 * Adds url and author_url plugin attributes
248 * Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
339 * Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
249 * Adds atom feed on time entries details
340 * Adds atom feed on time entries details
250 * Adds project name to issues feed title
341 * Adds project name to issues feed title
251 * Adds a css class on menu items in order to apply item specific styles (eg. icons)
342 * Adds a css class on menu items in order to apply item specific styles (eg. icons)
252 * Adds a Redmine plugin generators
343 * Adds a Redmine plugin generators
253 * Adds timelog link to the issue context menu
344 * Adds timelog link to the issue context menu
254 * Adds links to the user page on various views
345 * Adds links to the user page on various views
255 * Turkish translation by Ismail Sezen
346 * Turkish translation by Ismail Sezen
256 * Catalan translation
347 * Catalan translation
257 * Vietnamese translation
348 * Vietnamese translation
258 * Slovak translation
349 * Slovak translation
259 * Better naming of activity feed if only one kind of event is displayed
350 * Better naming of activity feed if only one kind of event is displayed
260 * Enable syntax highlight on issues, messages and news
351 * Enable syntax highlight on issues, messages and news
261 * Add target version to the issue list context menu
352 * Add target version to the issue list context menu
262 * Hide 'Target version' filter if no version is defined
353 * Hide 'Target version' filter if no version is defined
263 * Add filters on cross-project issue list for custom fields marked as 'For all projects'
354 * Add filters on cross-project issue list for custom fields marked as 'For all projects'
264 * Turn ftp urls into links
355 * Turn ftp urls into links
265 * Hiding the View Differences button when a wiki page's history only has one version
356 * Hiding the View Differences button when a wiki page's history only has one version
266 * Messages on a Board can now be sorted by the number of replies
357 * Messages on a Board can now be sorted by the number of replies
267 * Adds a class ('me') to events of the activity view created by current user
358 * Adds a class ('me') to events of the activity view created by current user
268 * Strip pre/code tags content from activity view events
359 * Strip pre/code tags content from activity view events
269 * Display issue notes in the activity view
360 * Display issue notes in the activity view
270 * Adds links to changesets atom feed on repository browser
361 * Adds links to changesets atom feed on repository browser
271 * Track project and tracker changes in issue history
362 * Track project and tracker changes in issue history
272 * Adds anchor to atom feed messages links
363 * Adds anchor to atom feed messages links
273 * Adds a key in lang files to set the decimal separator (point or comma) in csv exports
364 * Adds a key in lang files to set the decimal separator (point or comma) in csv exports
274 * Makes importer work with Trac 0.8.x
365 * Makes importer work with Trac 0.8.x
275 * Upgraded to Prototype 1.6.0.1
366 * Upgraded to Prototype 1.6.0.1
276 * File viewer for attached text files
367 * File viewer for attached text files
277 * Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
368 * Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
278 * Removed inconsistent revision numbers on diff view
369 * Removed inconsistent revision numbers on diff view
279 * CVS: add support for modules names with spaces
370 * CVS: add support for modules names with spaces
280 * Log the user in after registration if account activation is not needed
371 * Log the user in after registration if account activation is not needed
281 * Mercurial adapter improvements
372 * Mercurial adapter improvements
282 * Trac importer: read session_attribute table to find user's email and real name
373 * Trac importer: read session_attribute table to find user's email and real name
283 * Ability to disable unused SCM adapters in application settings
374 * Ability to disable unused SCM adapters in application settings
284 * Adds Filesystem adapter
375 * Adds Filesystem adapter
285 * Clear changesets and changes with raw sql when deleting a repository for performance
376 * Clear changesets and changes with raw sql when deleting a repository for performance
286 * Redmine.pm now uses the 'commit access' permission defined in Redmine
377 * Redmine.pm now uses the 'commit access' permission defined in Redmine
287 * Reposman can create any type of scm (--scm option)
378 * Reposman can create any type of scm (--scm option)
288 * Reposman creates a repository if the 'repository' module is enabled at project level only
379 * Reposman creates a repository if the 'repository' module is enabled at project level only
289 * Display svn properties in the browser, svn >= 1.5.0 only
380 * Display svn properties in the browser, svn >= 1.5.0 only
290 * Reduces memory usage when importing large git repositories
381 * Reduces memory usage when importing large git repositories
291 * Wider SVG graphs in repository stats
382 * Wider SVG graphs in repository stats
292 * SubversionAdapter#entries performance improvement
383 * SubversionAdapter#entries performance improvement
293 * SCM browser: ability to download raw unified diffs
384 * SCM browser: ability to download raw unified diffs
294 * More detailed error message in log when scm command fails
385 * More detailed error message in log when scm command fails
295 * Adds support for file viewing with Darcs 2.0+
386 * Adds support for file viewing with Darcs 2.0+
296 * Check that git changeset is not in the database before creating it
387 * Check that git changeset is not in the database before creating it
297 * Unified diff viewer for attached files with .patch or .diff extension
388 * Unified diff viewer for attached files with .patch or .diff extension
298 * File size display with Bazaar repositories
389 * File size display with Bazaar repositories
299 * Git adapter: use commit time instead of author time
390 * Git adapter: use commit time instead of author time
300 * Prettier url for changesets
391 * Prettier url for changesets
301 * Makes changes link to entries on the revision view
392 * Makes changes link to entries on the revision view
302 * Adds a field on the repository view to browse at specific revision
393 * Adds a field on the repository view to browse at specific revision
303 * Adds new projects atom feed
394 * Adds new projects atom feed
304 * Added rake tasks to generate rcov code coverage reports
395 * Added rake tasks to generate rcov code coverage reports
305 * Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
396 * Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
306 * Show the project hierarchy in the drop down list for new membership on user administration screen
397 * Show the project hierarchy in the drop down list for new membership on user administration screen
307 * Split user edit screen into tabs
398 * Split user edit screen into tabs
308 * Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
399 * Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
309 * Fixed: Roadmap crashes when a version has a due date > 2037
400 * Fixed: Roadmap crashes when a version has a due date > 2037
310 * Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
401 * Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
311 * Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
402 * Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
312 * Fixed: logtime entry duplicated when edited from parent project
403 * Fixed: logtime entry duplicated when edited from parent project
313 * Fixed: wrong digest for text files under Windows
404 * Fixed: wrong digest for text files under Windows
314 * Fixed: associated revisions are displayed in wrong order on issue view
405 * Fixed: associated revisions are displayed in wrong order on issue view
315 * Fixed: Git Adapter date parsing ignores timezone
406 * Fixed: Git Adapter date parsing ignores timezone
316 * Fixed: Printing long roadmap doesn't split across pages
407 * Fixed: Printing long roadmap doesn't split across pages
317 * Fixes custom fields display order at several places
408 * Fixes custom fields display order at several places
318 * Fixed: urls containing @ are parsed as email adress by the wiki formatter
409 * Fixed: urls containing @ are parsed as email adress by the wiki formatter
319 * Fixed date filters accuracy with SQLite
410 * Fixed date filters accuracy with SQLite
320 * Fixed: tokens not escaped in highlight_tokens regexp
411 * Fixed: tokens not escaped in highlight_tokens regexp
321 * Fixed Bazaar shared repository browsing
412 * Fixed Bazaar shared repository browsing
322 * Fixes platform determination under JRuby
413 * Fixes platform determination under JRuby
323 * Fixed: Estimated time in issue's journal should be rounded to two decimals
414 * Fixed: Estimated time in issue's journal should be rounded to two decimals
324 * Fixed: 'search titles only' box ignored after one search is done on titles only
415 * Fixed: 'search titles only' box ignored after one search is done on titles only
325 * Fixed: non-ASCII subversion path can't be displayed
416 * Fixed: non-ASCII subversion path can't be displayed
326 * Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
417 * Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
327 * Fixed: document listing shows on "my page" when viewing documents is disabled for the role
418 * Fixed: document listing shows on "my page" when viewing documents is disabled for the role
328 * Fixed: Latest news appear on the homepage for projects with the News module disabled
419 * Fixed: Latest news appear on the homepage for projects with the News module disabled
329 * Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
420 * Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
330 * Fixed: the default status is lost when reordering issue statuses
421 * Fixed: the default status is lost when reordering issue statuses
331 * Fixes error with Postgresql and non-UTF8 commit logs
422 * Fixes error with Postgresql and non-UTF8 commit logs
332 * Fixed: textile footnotes no longer work
423 * Fixed: textile footnotes no longer work
333 * Fixed: http links containing parentheses fail to reder correctly
424 * Fixed: http links containing parentheses fail to reder correctly
334 * Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
425 * Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
335
426
336
427
337 == 2008-07-06 v0.7.3
428 == 2008-07-06 v0.7.3
338
429
339 * Allow dot in firstnames and lastnames
430 * Allow dot in firstnames and lastnames
340 * Add project name to cross-project Atom feeds
431 * Add project name to cross-project Atom feeds
341 * Encoding set to utf8 in example database.yml
432 * Encoding set to utf8 in example database.yml
342 * HTML titles on forums related views
433 * HTML titles on forums related views
343 * Fixed: various XSS vulnerabilities
434 * Fixed: various XSS vulnerabilities
344 * Fixed: Entourage (and some old client) fails to correctly render notification styles
435 * Fixed: Entourage (and some old client) fails to correctly render notification styles
345 * Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
436 * Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
346 * Fixed: wrong relative paths to images in wiki_syntax.html
437 * Fixed: wrong relative paths to images in wiki_syntax.html
347
438
348
439
349 == 2008-06-15 v0.7.2
440 == 2008-06-15 v0.7.2
350
441
351 * "New Project" link on Projects page
442 * "New Project" link on Projects page
352 * Links to repository directories on the repo browser
443 * Links to repository directories on the repo browser
353 * Move status to front in Activity View
444 * Move status to front in Activity View
354 * Remove edit step from Status context menu
445 * Remove edit step from Status context menu
355 * Fixed: No way to do textile horizontal rule
446 * Fixed: No way to do textile horizontal rule
356 * Fixed: Repository: View differences doesn't work
447 * Fixed: Repository: View differences doesn't work
357 * Fixed: attachement's name maybe invalid.
448 * Fixed: attachement's name maybe invalid.
358 * Fixed: Error when creating a new issue
449 * Fixed: Error when creating a new issue
359 * Fixed: NoMethodError on @available_filters.has_key?
450 * Fixed: NoMethodError on @available_filters.has_key?
360 * Fixed: Check All / Uncheck All in Email Settings
451 * Fixed: Check All / Uncheck All in Email Settings
361 * Fixed: "View differences" of one file at /repositories/revision/ fails
452 * Fixed: "View differences" of one file at /repositories/revision/ fails
362 * Fixed: Column width in "my page"
453 * Fixed: Column width in "my page"
363 * Fixed: private subprojects are listed on Issues view
454 * Fixed: private subprojects are listed on Issues view
364 * Fixed: Textile: bold, italics, underline, etc... not working after parentheses
455 * Fixed: Textile: bold, italics, underline, etc... not working after parentheses
365 * Fixed: Update issue form: comment field from log time end out of screen
456 * Fixed: Update issue form: comment field from log time end out of screen
366 * Fixed: Editing role: "issue can be assigned to this role" out of box
457 * Fixed: Editing role: "issue can be assigned to this role" out of box
367 * Fixed: Unable use angular braces after include word
458 * Fixed: Unable use angular braces after include word
368 * Fixed: Using '*' as keyword for repository referencing keywords doesn't work
459 * Fixed: Using '*' as keyword for repository referencing keywords doesn't work
369 * Fixed: Subversion repository "View differences" on each file rise ERROR
460 * Fixed: Subversion repository "View differences" on each file rise ERROR
370 * Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
461 * Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
371 * Fixed: It is possible to lock out the last admin account
462 * Fixed: It is possible to lock out the last admin account
372 * Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
463 * Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
373 * Fixed: Issue number display clipped on 'my issues'
464 * Fixed: Issue number display clipped on 'my issues'
374 * Fixed: Roadmap version list links not carrying state
465 * Fixed: Roadmap version list links not carrying state
375 * Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
466 * Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
376 * Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
467 * Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
377 * Fixed: browser's language subcodes ignored
468 * Fixed: browser's language subcodes ignored
378 * Fixed: Error on project selection with numeric (only) identifier.
469 * Fixed: Error on project selection with numeric (only) identifier.
379 * Fixed: Link to PDF doesn't work after creating new issue
470 * Fixed: Link to PDF doesn't work after creating new issue
380 * Fixed: "Replies" should not be shown on forum threads that are locked
471 * Fixed: "Replies" should not be shown on forum threads that are locked
381 * Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
472 * Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
382 * Fixed: http links containing hashes don't display correct
473 * Fixed: http links containing hashes don't display correct
383 * Fixed: Allow ampersands in Enumeration names
474 * Fixed: Allow ampersands in Enumeration names
384 * Fixed: Atom link on saved query does not include query_id
475 * Fixed: Atom link on saved query does not include query_id
385 * Fixed: Logtime info lost when there's an error updating an issue
476 * Fixed: Logtime info lost when there's an error updating an issue
386 * Fixed: TOC does not parse colorization markups
477 * Fixed: TOC does not parse colorization markups
387 * Fixed: CVS: add support for modules names with spaces
478 * Fixed: CVS: add support for modules names with spaces
388 * Fixed: Bad rendering on projects/add
479 * Fixed: Bad rendering on projects/add
389 * Fixed: exception when viewing differences on cvs
480 * Fixed: exception when viewing differences on cvs
390 * Fixed: export issue to pdf will messup when use Chinese language
481 * Fixed: export issue to pdf will messup when use Chinese language
391 * Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
482 * Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
392 * Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
483 * Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
393 * Fixed: Importing from trac : some wiki links are messed
484 * Fixed: Importing from trac : some wiki links are messed
394 * Fixed: Incorrect weekend definition in Hebrew calendar locale
485 * Fixed: Incorrect weekend definition in Hebrew calendar locale
395 * Fixed: Atom feeds don't provide author section for repository revisions
486 * Fixed: Atom feeds don't provide author section for repository revisions
396 * Fixed: In Activity views, changesets titles can be multiline while they should not
487 * Fixed: In Activity views, changesets titles can be multiline while they should not
397 * Fixed: Ignore unreadable subversion directories (read disabled using authz)
488 * Fixed: Ignore unreadable subversion directories (read disabled using authz)
398 * Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
489 * Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
399 * Fixed: Close statement handler in Redmine.pm
490 * Fixed: Close statement handler in Redmine.pm
400
491
401
492
402 == 2008-05-04 v0.7.1
493 == 2008-05-04 v0.7.1
403
494
404 * Thai translation added (Gampol Thitinilnithi)
495 * Thai translation added (Gampol Thitinilnithi)
405 * Translations updates
496 * Translations updates
406 * Escape HTML comment tags
497 * Escape HTML comment tags
407 * Prevent "can't convert nil into String" error when :sort_order param is not present
498 * Prevent "can't convert nil into String" error when :sort_order param is not present
408 * Fixed: Updating tickets add a time log with zero hours
499 * Fixed: Updating tickets add a time log with zero hours
409 * Fixed: private subprojects names are revealed on the project overview
500 * Fixed: private subprojects names are revealed on the project overview
410 * Fixed: Search for target version of "none" fails with postgres 8.3
501 * Fixed: Search for target version of "none" fails with postgres 8.3
411 * Fixed: Home, Logout, Login links shouldn't be absolute links
502 * Fixed: Home, Logout, Login links shouldn't be absolute links
412 * Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
503 * Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
413 * Fixed: error when using upcase language name in coderay
504 * Fixed: error when using upcase language name in coderay
414 * Fixed: error on Trac import when :due attribute is nil
505 * Fixed: error on Trac import when :due attribute is nil
415
506
416
507
417 == 2008-04-28 v0.7.0
508 == 2008-04-28 v0.7.0
418
509
419 * Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
510 * Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
420 * Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
511 * Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
421 * Add predefined date ranges to the time report
512 * Add predefined date ranges to the time report
422 * Time report can be done at issue level
513 * Time report can be done at issue level
423 * Various timelog report enhancements
514 * Various timelog report enhancements
424 * Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
515 * Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
425 * Display the context menu above and/or to the left of the click if needed
516 * Display the context menu above and/or to the left of the click if needed
426 * Make the admin project files list sortable
517 * Make the admin project files list sortable
427 * Mercurial: display working directory files sizes unless browsing a specific revision
518 * Mercurial: display working directory files sizes unless browsing a specific revision
428 * Preserve status filter and page number when using lock/unlock/activate links on the users list
519 * Preserve status filter and page number when using lock/unlock/activate links on the users list
429 * Redmine.pm support for LDAP authentication
520 * Redmine.pm support for LDAP authentication
430 * Better error message and AR errors in log for failed LDAP on-the-fly user creation
521 * Better error message and AR errors in log for failed LDAP on-the-fly user creation
431 * Redirected user to where he is coming from after logging hours
522 * Redirected user to where he is coming from after logging hours
432 * Warn user that subprojects are also deleted when deleting a project
523 * Warn user that subprojects are also deleted when deleting a project
433 * Include subprojects versions on calendar and gantt
524 * Include subprojects versions on calendar and gantt
434 * Notify project members when a message is posted if they want to receive notifications
525 * Notify project members when a message is posted if they want to receive notifications
435 * Fixed: Feed content limit setting has no effect
526 * Fixed: Feed content limit setting has no effect
436 * Fixed: Priorities not ordered when displayed as a filter in issue list
527 * Fixed: Priorities not ordered when displayed as a filter in issue list
437 * Fixed: can not display attached images inline in message replies
528 * Fixed: can not display attached images inline in message replies
438 * Fixed: Boards are not deleted when project is deleted
529 * Fixed: Boards are not deleted when project is deleted
439 * Fixed: trying to preview a new issue raises an exception with postgresql
530 * Fixed: trying to preview a new issue raises an exception with postgresql
440 * Fixed: single file 'View difference' links do not work because of duplicate slashes in url
531 * Fixed: single file 'View difference' links do not work because of duplicate slashes in url
441 * Fixed: inline image not displayed when including a wiki page
532 * Fixed: inline image not displayed when including a wiki page
442 * Fixed: CVS duplicate key violation
533 * Fixed: CVS duplicate key violation
443 * Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
534 * Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
444 * Fixed: custom field filters behaviour
535 * Fixed: custom field filters behaviour
445 * Fixed: Postgresql 8.3 compatibility
536 * Fixed: Postgresql 8.3 compatibility
446 * Fixed: Links to repository directories don't work
537 * Fixed: Links to repository directories don't work
447
538
448
539
449 == 2008-03-29 v0.7.0-rc1
540 == 2008-03-29 v0.7.0-rc1
450
541
451 * Overall activity view and feed added, link is available on the project list
542 * Overall activity view and feed added, link is available on the project list
452 * Git VCS support
543 * Git VCS support
453 * Rails 2.0 sessions cookie store compatibility
544 * Rails 2.0 sessions cookie store compatibility
454 * Use project identifiers in urls instead of ids
545 * Use project identifiers in urls instead of ids
455 * Default configuration data can now be loaded from the administration screen
546 * Default configuration data can now be loaded from the administration screen
456 * Administration settings screen split to tabs (email notifications options moved to 'Settings')
547 * Administration settings screen split to tabs (email notifications options moved to 'Settings')
457 * Project description is now unlimited and optional
548 * Project description is now unlimited and optional
458 * Wiki annotate view
549 * Wiki annotate view
459 * Escape HTML tag in textile content
550 * Escape HTML tag in textile content
460 * Add Redmine links to documents, versions, attachments and repository files
551 * Add Redmine links to documents, versions, attachments and repository files
461 * New setting to specify how many objects should be displayed on paginated lists. There are 2 ways to select a set of issues on the issue list:
552 * New setting to specify how many objects should be displayed on paginated lists. There are 2 ways to select a set of issues on the issue list:
462 * by using checkbox and/or the little pencil that will select/unselect all issues
553 * by using checkbox and/or the little pencil that will select/unselect all issues
463 * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
554 * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
464 * Context menu disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (click anywhere else on the row to display the context menu)
555 * Context menu disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (click anywhere else on the row to display the context menu)
465 * User display format is now configurable in administration settings
556 * User display format is now configurable in administration settings
466 * Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
557 * Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
467 * Merged 'change status', 'edit issue' and 'add note' actions:
558 * Merged 'change status', 'edit issue' and 'add note' actions:
468 * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
559 * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
469 * 'Change issue status' permission removed. To change an issue status, a user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed
560 * 'Change issue status' permission removed. To change an issue status, a user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed
470 * Details by assignees on issue summary view
561 * Details by assignees on issue summary view
471 * 'New issue' link in the main menu (accesskey 7). The drop-down lists to add an issue on the project overview and the issue list are removed
562 * 'New issue' link in the main menu (accesskey 7). The drop-down lists to add an issue on the project overview and the issue list are removed
472 * Change status select box default to current status
563 * Change status select box default to current status
473 * Preview for issue notes, news and messages
564 * Preview for issue notes, news and messages
474 * Optional description for attachments
565 * Optional description for attachments
475 * 'Fixed version' label changed to 'Target version'
566 * 'Fixed version' label changed to 'Target version'
476 * Let the user choose when deleting issues with reported hours to:
567 * Let the user choose when deleting issues with reported hours to:
477 * delete the hours
568 * delete the hours
478 * assign the hours to the project
569 * assign the hours to the project
479 * reassign the hours to another issue
570 * reassign the hours to another issue
480 * Date range filter and pagination on time entries detail view
571 * Date range filter and pagination on time entries detail view
481 * Propagate time tracking to the parent project
572 * Propagate time tracking to the parent project
482 * Switch added on the project activity view to include subprojects
573 * Switch added on the project activity view to include subprojects
483 * Display total estimated and spent hours on the version detail view
574 * Display total estimated and spent hours on the version detail view
484 * Weekly time tracking block for 'My page'
575 * Weekly time tracking block for 'My page'
485 * Permissions to edit time entries
576 * Permissions to edit time entries
486 * Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
577 * Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
487 * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
578 * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
488 * Make versions with same date sorted by name
579 * Make versions with same date sorted by name
489 * Allow issue list to be sorted by target version
580 * Allow issue list to be sorted by target version
490 * Related changesets messages displayed on the issue details view
581 * Related changesets messages displayed on the issue details view
491 * Create a journal and send an email when an issue is closed by commit
582 * Create a journal and send an email when an issue is closed by commit
492 * Add 'Author' to the available columns for the issue list
583 * Add 'Author' to the available columns for the issue list
493 * More appropriate default sort order on sortable columns
584 * More appropriate default sort order on sortable columns
494 * Add issue subject to the time entries view and issue subject, description and tracker to the csv export
585 * Add issue subject to the time entries view and issue subject, description and tracker to the csv export
495 * Permissions to edit issue notes
586 * Permissions to edit issue notes
496 * Display date/time instead of date on files list
587 * Display date/time instead of date on files list
497 * Do not show Roadmap menu item if the project doesn't define any versions
588 * Do not show Roadmap menu item if the project doesn't define any versions
498 * Allow longer version names (60 chars)
589 * Allow longer version names (60 chars)
499 * Ability to copy an existing workflow when creating a new role
590 * Ability to copy an existing workflow when creating a new role
500 * Display custom fields in two columns on the issue form
591 * Display custom fields in two columns on the issue form
501 * Added 'estimated time' in the csv export of the issue list
592 * Added 'estimated time' in the csv export of the issue list
502 * Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
593 * Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
503 * Setting for whether new projects should be public by default
594 * Setting for whether new projects should be public by default
504 * User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
595 * User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
505 * Added default value for custom fields
596 * Added default value for custom fields
506 * Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
597 * Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
507 * Redirect to issue page after creating a new issue
598 * Redirect to issue page after creating a new issue
508 * Wiki toolbar improvements (mainly for Firefox)
599 * Wiki toolbar improvements (mainly for Firefox)
509 * Display wiki syntax quick ref link on all wiki textareas
600 * Display wiki syntax quick ref link on all wiki textareas
510 * Display links to Atom feeds
601 * Display links to Atom feeds
511 * Breadcrumb nav for the forums
602 * Breadcrumb nav for the forums
512 * Show replies when choosing to display messages in the activity
603 * Show replies when choosing to display messages in the activity
513 * Added 'include' macro to include another wiki page
604 * Added 'include' macro to include another wiki page
514 * RedmineWikiFormatting page available as a static HTML file locally
605 * RedmineWikiFormatting page available as a static HTML file locally
515 * Wrap diff content
606 * Wrap diff content
516 * Strip out email address from authors in repository screens
607 * Strip out email address from authors in repository screens
517 * Highlight the current item of the main menu
608 * Highlight the current item of the main menu
518 * Added simple syntax highlighters for php and java languages
609 * Added simple syntax highlighters for php and java languages
519 * Do not show empty diffs
610 * Do not show empty diffs
520 * Show explicit error message when the scm command failed (eg. when svn binary is not available)
611 * Show explicit error message when the scm command failed (eg. when svn binary is not available)
521 * Lithuanian translation added (Sergej Jegorov)
612 * Lithuanian translation added (Sergej Jegorov)
522 * Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
613 * Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
523 * Danish translation added (Mads Vestergaard)
614 * Danish translation added (Mads Vestergaard)
524 * Added i18n support to the jstoolbar and various settings screen
615 * Added i18n support to the jstoolbar and various settings screen
525 * RedCloth's glyphs no longer user
616 * RedCloth's glyphs no longer user
526 * New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
617 * New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
527 * The following menus can now be extended by plugins: top_menu, account_menu, application_menu
618 * The following menus can now be extended by plugins: top_menu, account_menu, application_menu
528 * Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
619 * Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
529 * Remove hardcoded "Redmine" strings in account related emails and use application title instead
620 * Remove hardcoded "Redmine" strings in account related emails and use application title instead
530 * Mantis importer preserve bug ids
621 * Mantis importer preserve bug ids
531 * Trac importer: Trac guide wiki pages skipped
622 * Trac importer: Trac guide wiki pages skipped
532 * Trac importer: wiki attachments migration added
623 * Trac importer: wiki attachments migration added
533 * Trac importer: support database schema for Trac migration
624 * Trac importer: support database schema for Trac migration
534 * Trac importer: support CamelCase links
625 * Trac importer: support CamelCase links
535 * Removes the Redmine version from the footer (can be viewed on admin -> info)
626 * Removes the Redmine version from the footer (can be viewed on admin -> info)
536 * Rescue and display an error message when trying to delete a role that is in use
627 * Rescue and display an error message when trying to delete a role that is in use
537 * Add various 'X-Redmine' headers to email notifications: X-Redmine-Host, X-Redmine-Site, X-Redmine-Project, X-Redmine-Issue-Id, -Author, -Assignee, X-Redmine-Topic-Id
628 * Add various 'X-Redmine' headers to email notifications: X-Redmine-Host, X-Redmine-Site, X-Redmine-Project, X-Redmine-Issue-Id, -Author, -Assignee, X-Redmine-Topic-Id
538 * Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
629 * Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
539 * Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
630 * Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
540 * Fixed: Textile image with style attribute cause internal server error
631 * Fixed: Textile image with style attribute cause internal server error
541 * Fixed: wiki TOC not rendered properly when used in an issue or document description
632 * Fixed: wiki TOC not rendered properly when used in an issue or document description
542 * Fixed: 'has already been taken' error message on username and email fields if left empty
633 * Fixed: 'has already been taken' error message on username and email fields if left empty
543 * Fixed: non-ascii attachement filename with IE
634 * Fixed: non-ascii attachement filename with IE
544 * Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
635 * Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
545 * Fixed: search for all words doesn't work
636 * Fixed: search for all words doesn't work
546 * Fixed: Do not show sticky and locked checkboxes when replying to a message
637 * Fixed: Do not show sticky and locked checkboxes when replying to a message
547 * Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
638 * Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
548 * Fixed: Date custom fields not displayed as specified in application settings
639 * Fixed: Date custom fields not displayed as specified in application settings
549 * Fixed: titles not escaped in the activity view
640 * Fixed: titles not escaped in the activity view
550 * Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
641 * Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
551 * Fixed: on calendar, gantt and in the tracker filter on the issue list, only active trackers of the project (and its sub projects) should be available
642 * Fixed: on calendar, gantt and in the tracker filter on the issue list, only active trackers of the project (and its sub projects) should be available
552 * Fixed: locked users should not receive email notifications
643 * Fixed: locked users should not receive email notifications
553 * Fixed: custom field selection is not saved when unchecking them all on project settings
644 * Fixed: custom field selection is not saved when unchecking them all on project settings
554 * Fixed: can not lock a topic when creating it
645 * Fixed: can not lock a topic when creating it
555 * Fixed: Incorrect filtering for unset values when using 'is not' filter
646 * Fixed: Incorrect filtering for unset values when using 'is not' filter
556 * Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
647 * Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
557 * Fixed: ajax pagination does not scroll up
648 * Fixed: ajax pagination does not scroll up
558 * Fixed: error when uploading a file with no content-type specified by the browser
649 * Fixed: error when uploading a file with no content-type specified by the browser
559 * Fixed: wiki and changeset links not displayed when previewing issue description or notes
650 * Fixed: wiki and changeset links not displayed when previewing issue description or notes
560 * Fixed: 'LdapError: no bind result' error when authenticating
651 * Fixed: 'LdapError: no bind result' error when authenticating
561 * Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
652 * Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
562 * Fixed: CVS repository doesn't work if port is used in the url
653 * Fixed: CVS repository doesn't work if port is used in the url
563 * Fixed: Email notifications: host name is missing in generated links
654 * Fixed: Email notifications: host name is missing in generated links
564 * Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
655 * Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
565 * Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
656 * Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
566 * Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
657 * Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
567 * Fixed: Do not send an email with no recipient, cc or bcc
658 * Fixed: Do not send an email with no recipient, cc or bcc
568 * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
659 * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
569 * Fixed: Mercurial browsing under unix-like os and for directory depth > 2
660 * Fixed: Mercurial browsing under unix-like os and for directory depth > 2
570 * Fixed: Wiki links with pipe can not be used in wiki tables
661 * Fixed: Wiki links with pipe can not be used in wiki tables
571 * Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
662 * Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
572 * Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
663 * Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
573
664
574
665
575 == 2008-03-12 v0.6.4
666 == 2008-03-12 v0.6.4
576
667
577 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
668 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
578 * Fixed: potential LDAP authentication security flaw
669 * Fixed: potential LDAP authentication security flaw
579 * Fixed: context submenus on the issue list don't show up with IE6.
670 * Fixed: context submenus on the issue list don't show up with IE6.
580 * Fixed: Themes are not applied with Rails 2.0
671 * Fixed: Themes are not applied with Rails 2.0
581 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
672 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
582 * Fixed: Mercurial repository browsing
673 * Fixed: Mercurial repository browsing
583 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
674 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
584 * Fixed: not null constraints not removed with Postgresql
675 * Fixed: not null constraints not removed with Postgresql
585 * Doctype set to transitional
676 * Doctype set to transitional
586
677
587
678
588 == 2007-12-18 v0.6.3
679 == 2007-12-18 v0.6.3
589
680
590 * Fixed: upload doesn't work in 'Files' section
681 * Fixed: upload doesn't work in 'Files' section
591
682
592
683
593 == 2007-12-16 v0.6.2
684 == 2007-12-16 v0.6.2
594
685
595 * Search engine: issue custom fields can now be searched
686 * Search engine: issue custom fields can now be searched
596 * News comments are now textilized
687 * News comments are now textilized
597 * Updated Japanese translation (Satoru Kurashiki)
688 * Updated Japanese translation (Satoru Kurashiki)
598 * Updated Chinese translation (Shortie Lo)
689 * Updated Chinese translation (Shortie Lo)
599 * Fixed Rails 2.0 compatibility bugs:
690 * Fixed Rails 2.0 compatibility bugs:
600 * Unable to create a wiki
691 * Unable to create a wiki
601 * Gantt and calendar error
692 * Gantt and calendar error
602 * Trac importer error (readonly? is defined by ActiveRecord)
693 * Trac importer error (readonly? is defined by ActiveRecord)
603 * Fixed: 'assigned to me' filter broken
694 * Fixed: 'assigned to me' filter broken
604 * Fixed: crash when validation fails on issue edition with no custom fields
695 * Fixed: crash when validation fails on issue edition with no custom fields
605 * Fixed: reposman "can't find group" error
696 * Fixed: reposman "can't find group" error
606 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
697 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
607 * Fixed: empty lines when displaying repository files with Windows style eol
698 * Fixed: empty lines when displaying repository files with Windows style eol
608 * Fixed: missing body closing tag in repository annotate and entry views
699 * Fixed: missing body closing tag in repository annotate and entry views
609
700
610
701
611 == 2007-12-10 v0.6.1
702 == 2007-12-10 v0.6.1
612
703
613 * Rails 2.0 compatibility
704 * Rails 2.0 compatibility
614 * Custom fields can now be displayed as columns on the issue list
705 * Custom fields can now be displayed as columns on the issue list
615 * Added version details view (accessible from the roadmap)
706 * Added version details view (accessible from the roadmap)
616 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
707 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
617 * Added per-project tracker selection. Trackers can be selected on project settings
708 * Added per-project tracker selection. Trackers can be selected on project settings
618 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
709 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
619 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
710 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
620 * Forums: topics can be locked so that no reply can be added
711 * Forums: topics can be locked so that no reply can be added
621 * Forums: topics can be marked as sticky so that they always appear at the top of the list
712 * Forums: topics can be marked as sticky so that they always appear at the top of the list
622 * Forums: attachments can now be added to replies
713 * Forums: attachments can now be added to replies
623 * Added time zone support
714 * Added time zone support
624 * Added a setting to choose the account activation strategy (available in application settings)
715 * Added a setting to choose the account activation strategy (available in application settings)
625 * Added 'Classic' theme (inspired from the v0.51 design)
716 * Added 'Classic' theme (inspired from the v0.51 design)
626 * Added an alternate theme which provides issue list colorization based on issues priority
717 * Added an alternate theme which provides issue list colorization based on issues priority
627 * Added Bazaar SCM adapter
718 * Added Bazaar SCM adapter
628 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
719 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
629 * Diff style (inline or side by side) automatically saved as a user preference
720 * Diff style (inline or side by side) automatically saved as a user preference
630 * Added issues status changes on the activity view (by Cyril Mougel)
721 * Added issues status changes on the activity view (by Cyril Mougel)
631 * Added forums topics on the activity view (disabled by default)
722 * Added forums topics on the activity view (disabled by default)
632 * Added an option on 'My account' for users who don't want to be notified of changes that they make
723 * Added an option on 'My account' for users who don't want to be notified of changes that they make
633 * Trac importer now supports mysql and postgresql databases
724 * Trac importer now supports mysql and postgresql databases
634 * Trac importer improvements (by Mat Trudel)
725 * Trac importer improvements (by Mat Trudel)
635 * 'fixed version' field can now be displayed on the issue list
726 * 'fixed version' field can now be displayed on the issue list
636 * Added a couple of new formats for the 'date format' setting
727 * Added a couple of new formats for the 'date format' setting
637 * Added Traditional Chinese translation (by Shortie Lo)
728 * Added Traditional Chinese translation (by Shortie Lo)
638 * Added Russian translation (iGor kMeta)
729 * Added Russian translation (iGor kMeta)
639 * Project name format limitation removed (name can now contain any character)
730 * Project name format limitation removed (name can now contain any character)
640 * Project identifier maximum length changed from 12 to 20
731 * Project identifier maximum length changed from 12 to 20
641 * Changed the maximum length of LDAP account to 255 characters
732 * Changed the maximum length of LDAP account to 255 characters
642 * Removed the 12 characters limit on passwords
733 * Removed the 12 characters limit on passwords
643 * Added wiki macros support
734 * Added wiki macros support
644 * Performance improvement on workflow setup screen
735 * Performance improvement on workflow setup screen
645 * More detailed html title on several views
736 * More detailed html title on several views
646 * Custom fields can now be reordered
737 * Custom fields can now be reordered
647 * Search engine: search can be restricted to an exact phrase by using quotation marks
738 * Search engine: search can be restricted to an exact phrase by using quotation marks
648 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
739 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
649 * Email notifications are now sent as Blind carbon copy by default
740 * Email notifications are now sent as Blind carbon copy by default
650 * Fixed: all members (including non active) should be deleted when deleting a project
741 * Fixed: all members (including non active) should be deleted when deleting a project
651 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
742 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
652 * Fixed: 'quick jump to a revision' form on the revisions list
743 * Fixed: 'quick jump to a revision' form on the revisions list
653 * Fixed: error on admin/info if there's more than 1 plugin installed
744 * Fixed: error on admin/info if there's more than 1 plugin installed
654 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
745 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
655 * Fixed: 'Assigned to' drop down list is not sorted
746 * Fixed: 'Assigned to' drop down list is not sorted
656 * Fixed: 'View all issues' link doesn't work on issues/show
747 * Fixed: 'View all issues' link doesn't work on issues/show
657 * Fixed: error on account/register when validation fails
748 * Fixed: error on account/register when validation fails
658 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
749 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
659 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
750 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
660 * Fixed: Wrong feed URLs on the home page
751 * Fixed: Wrong feed URLs on the home page
661 * Fixed: Update of time entry fails when the issue has been moved to an other project
752 * Fixed: Update of time entry fails when the issue has been moved to an other project
662 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
753 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
663 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
754 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
664 * Fixed: admin should be able to move issues to any project
755 * Fixed: admin should be able to move issues to any project
665 * Fixed: adding an attachment is not possible when changing the status of an issue
756 * Fixed: adding an attachment is not possible when changing the status of an issue
666 * Fixed: No mime-types in documents/files downloading
757 * Fixed: No mime-types in documents/files downloading
667 * Fixed: error when sorting the messages if there's only one board for the project
758 * Fixed: error when sorting the messages if there's only one board for the project
668 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
759 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
669
760
670 == 2007-11-04 v0.6.0
761 == 2007-11-04 v0.6.0
671
762
672 * Permission model refactoring.
763 * Permission model refactoring.
673 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
764 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
674 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
765 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
675 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
766 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
676 * Added Mantis and Trac importers
767 * Added Mantis and Trac importers
677 * New application layout
768 * New application layout
678 * Added "Bulk edit" functionality on the issue list
769 * Added "Bulk edit" functionality on the issue list
679 * More flexible mail notifications settings at user level
770 * More flexible mail notifications settings at user level
680 * Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue
771 * Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue
681 * Added the hability to copy an issue. It can be done from the "issue/show" view or from the context menu on the issue list
772 * Added the hability to copy an issue. It can be done from the "issue/show" view or from the context menu on the issue list
682 * Added the ability to customize issue list columns (at application level or for each saved query)
773 * Added the ability to customize issue list columns (at application level or for each saved query)
683 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
774 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
684 * Added the ability to rename wiki pages (specific permission required)
775 * Added the ability to rename wiki pages (specific permission required)
685 * Search engines now supports pagination. Results are sorted in reverse chronological order
776 * Search engines now supports pagination. Results are sorted in reverse chronological order
686 * Added "Estimated hours" attribute on issues
777 * Added "Estimated hours" attribute on issues
687 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
778 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
688 * Forum notifications are now also sent to the authors of the thread, even if they donοΏ½t watch the board
779 * Forum notifications are now also sent to the authors of the thread, even if they donοΏ½t watch the board
689 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
780 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
690 * Gantt chart: now starts at the current month by default
781 * Gantt chart: now starts at the current month by default
691 * Gantt chart: month count and zoom factor are automatically saved as user preferences
782 * Gantt chart: month count and zoom factor are automatically saved as user preferences
692 * Wiki links can now refer to other project wikis
783 * Wiki links can now refer to other project wikis
693 * Added wiki index by date
784 * Added wiki index by date
694 * Added preview on add/edit issue form
785 * Added preview on add/edit issue form
695 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
786 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
696 * Default encodings for repository files can now be set in application settings (used to convert files content and diff to UTF-8 so that theyοΏ½re properly displayed)
787 * Default encodings for repository files can now be set in application settings (used to convert files content and diff to UTF-8 so that theyοΏ½re properly displayed)
697 * Calendar: first day of week can now be set in lang files
788 * Calendar: first day of week can now be set in lang files
698 * Automatic closing of duplicate issues
789 * Automatic closing of duplicate issues
699 * Added a cross-project issue list
790 * Added a cross-project issue list
700 * AJAXified the SCM browser (tree view)
791 * AJAXified the SCM browser (tree view)
701 * Pretty URL for the repository browser (Cyril Mougel)
792 * Pretty URL for the repository browser (Cyril Mougel)
702 * Search engine: added a checkbox to search titles only
793 * Search engine: added a checkbox to search titles only
703 * Added "% done" in the filter list
794 * Added "% done" in the filter list
704 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
795 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
705 * Added some accesskeys
796 * Added some accesskeys
706 * Added "Float" as a custom field format
797 * Added "Float" as a custom field format
707 * Added basic Theme support
798 * Added basic Theme support
708 * Added the ability to set the οΏ½done ratioοΏ½ of issues fixed by commit (Nikolay Solakov)
799 * Added the ability to set the οΏ½done ratioοΏ½ of issues fixed by commit (Nikolay Solakov)
709 * Added custom fields in issue related mail notifications
800 * Added custom fields in issue related mail notifications
710 * Email notifications are now sent in plain text and html
801 * Email notifications are now sent in plain text and html
711 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
802 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
712 * Added syntax highlightment for repository files and wiki
803 * Added syntax highlightment for repository files and wiki
713 * Improved automatic Redmine links
804 * Improved automatic Redmine links
714 * Added automatic table of content support on wiki pages
805 * Added automatic table of content support on wiki pages
715 * Added radio buttons on the documents list to sort documents by category, date, title or author
806 * Added radio buttons on the documents list to sort documents by category, date, title or author
716 * Added basic plugin support, with a sample plugin
807 * Added basic plugin support, with a sample plugin
717 * Added a link to add a new category when creating or editing an issue
808 * Added a link to add a new category when creating or editing an issue
718 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
809 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
719 * Added an option to be able to relate issues in different projects
810 * Added an option to be able to relate issues in different projects
720 * Added the ability to move issues (to another project) without changing their trackers.
811 * Added the ability to move issues (to another project) without changing their trackers.
721 * Atom feeds added on project activity, news and changesets
812 * Atom feeds added on project activity, news and changesets
722 * Added the ability to reset its own RSS access key
813 * Added the ability to reset its own RSS access key
723 * Main project list now displays root projects with their subprojects
814 * Main project list now displays root projects with their subprojects
724 * Added anchor links to issue notes
815 * Added anchor links to issue notes
725 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
816 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
726 * Issue notes are now included in search
817 * Issue notes are now included in search
727 * Added email sending test functionality
818 * Added email sending test functionality
728 * Added LDAPS support for LDAP authentication
819 * Added LDAPS support for LDAP authentication
729 * Removed hard-coded URLs in mail templates
820 * Removed hard-coded URLs in mail templates
730 * Subprojects are now grouped by projects in the navigation drop-down menu
821 * Subprojects are now grouped by projects in the navigation drop-down menu
731 * Added a new value for date filters: this week
822 * Added a new value for date filters: this week
732 * Added cache for application settings
823 * Added cache for application settings
733 * Added Polish translation (Tomasz Gawryl)
824 * Added Polish translation (Tomasz Gawryl)
734 * Added Czech translation (Jan Kadlecek)
825 * Added Czech translation (Jan Kadlecek)
735 * Added Romanian translation (Csongor Bartus)
826 * Added Romanian translation (Csongor Bartus)
736 * Added Hebrew translation (Bob Builder)
827 * Added Hebrew translation (Bob Builder)
737 * Added Serbian translation (Dragan Matic)
828 * Added Serbian translation (Dragan Matic)
738 * Added Korean translation (Choi Jong Yoon)
829 * Added Korean translation (Choi Jong Yoon)
739 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
830 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
740 * Performance improvement on calendar and gantt
831 * Performance improvement on calendar and gantt
741 * Fixed: wiki preview doesnοΏ½t work on long entries
832 * Fixed: wiki preview doesnοΏ½t work on long entries
742 * Fixed: queries with multiple custom fields return no result
833 * Fixed: queries with multiple custom fields return no result
743 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
834 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
744 * Fixed: URL with ~ broken in wiki formatting
835 * Fixed: URL with ~ broken in wiki formatting
745 * Fixed: some quotation marks are rendered as strange characters in pdf
836 * Fixed: some quotation marks are rendered as strange characters in pdf
746
837
747
838
748 == 2007-07-15 v0.5.1
839 == 2007-07-15 v0.5.1
749
840
750 * per project forums added
841 * per project forums added
751 * added the ability to archive projects
842 * added the ability to archive projects
752 * added οΏ½WatchοΏ½ functionality on issues. It allows users to receive notifications about issue changes
843 * added οΏ½WatchοΏ½ functionality on issues. It allows users to receive notifications about issue changes
753 * custom fields for issues can now be used as filters on issue list
844 * custom fields for issues can now be used as filters on issue list
754 * added per user custom queries
845 * added per user custom queries
755 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
846 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
756 * projects list now shows the list of public projects and private projects for which the user is a member
847 * projects list now shows the list of public projects and private projects for which the user is a member
757 * versions can now be created with no date
848 * versions can now be created with no date
758 * added issue count details for versions on Reports view
849 * added issue count details for versions on Reports view
759 * added time report, by member/activity/tracker/version and year/month/week for the selected period
850 * added time report, by member/activity/tracker/version and year/month/week for the selected period
760 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
851 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
761 * added autologin feature (disabled by default)
852 * added autologin feature (disabled by default)
762 * optimistic locking added for wiki edits
853 * optimistic locking added for wiki edits
763 * added wiki diff
854 * added wiki diff
764 * added the ability to destroy wiki pages (requires permission)
855 * added the ability to destroy wiki pages (requires permission)
765 * a wiki page can now be attached to each version, and displayed on the roadmap
856 * a wiki page can now be attached to each version, and displayed on the roadmap
766 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
857 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
767 * added an option to see all versions in the roadmap view (including completed ones)
858 * added an option to see all versions in the roadmap view (including completed ones)
768 * added basic issue relations
859 * added basic issue relations
769 * added the ability to log time when changing an issue status
860 * added the ability to log time when changing an issue status
770 * account information can now be sent to the user when creating an account
861 * account information can now be sent to the user when creating an account
771 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
862 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
772 * added a quick search form in page header
863 * added a quick search form in page header
773 * added 'me' value for 'assigned to' and 'author' query filters
864 * added 'me' value for 'assigned to' and 'author' query filters
774 * added a link on revision screen to see the entire diff for the revision
865 * added a link on revision screen to see the entire diff for the revision
775 * added last commit message for each entry in repository browser
866 * added last commit message for each entry in repository browser
776 * added the ability to view a file diff with free to/from revision selection.
867 * added the ability to view a file diff with free to/from revision selection.
777 * text files can now be viewed online when browsing the repository
868 * text files can now be viewed online when browsing the repository
778 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
869 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
779 * added fragment caching for svn diffs
870 * added fragment caching for svn diffs
780 * added fragment caching for calendar and gantt views
871 * added fragment caching for calendar and gantt views
781 * login field automatically focused on login form
872 * login field automatically focused on login form
782 * subproject name displayed on issue list, calendar and gantt
873 * subproject name displayed on issue list, calendar and gantt
783 * added an option to choose the date format: language based or ISO 8601
874 * added an option to choose the date format: language based or ISO 8601
784 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
875 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
785 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
876 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
786 * added portuguese translation (Joao Carlos Clementoni)
877 * added portuguese translation (Joao Carlos Clementoni)
787 * added partial online help japanese translation (Ken Date)
878 * added partial online help japanese translation (Ken Date)
788 * added bulgarian translation (Nikolay Solakov)
879 * added bulgarian translation (Nikolay Solakov)
789 * added dutch translation (Linda van den Brink)
880 * added dutch translation (Linda van den Brink)
790 * added swedish translation (Thomas Habets)
881 * added swedish translation (Thomas Habets)
791 * italian translation update (Alessio Spadaro)
882 * italian translation update (Alessio Spadaro)
792 * japanese translation update (Satoru Kurashiki)
883 * japanese translation update (Satoru Kurashiki)
793 * fixed: error on history atom feed when thereοΏ½s no notes on an issue change
884 * fixed: error on history atom feed when thereοΏ½s no notes on an issue change
794 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
885 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
795 * fixed: creation of Oracle schema
886 * fixed: creation of Oracle schema
796 * fixed: last day of the month not included in project activity
887 * fixed: last day of the month not included in project activity
797 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
888 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
798 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
889 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
799 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
890 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
800 * fixed: date query filters (wrong results and sql error with postgresql)
891 * fixed: date query filters (wrong results and sql error with postgresql)
801 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
892 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
802 * fixed: Long text custom fields displayed without line breaks
893 * fixed: Long text custom fields displayed without line breaks
803 * fixed: Error when editing the wokflow after deleting a status
894 * fixed: Error when editing the wokflow after deleting a status
804 * fixed: SVN commit dates are now stored as local time
895 * fixed: SVN commit dates are now stored as local time
805
896
806
897
807 == 2007-04-11 v0.5.0
898 == 2007-04-11 v0.5.0
808
899
809 * added per project Wiki
900 * added per project Wiki
810 * added rss/atom feeds at project level (custom queries can be used as feeds)
901 * added rss/atom feeds at project level (custom queries can be used as feeds)
811 * added search engine (search in issues, news, commits, wiki pages, documents)
902 * added search engine (search in issues, news, commits, wiki pages, documents)
812 * simple time tracking functionality added
903 * simple time tracking functionality added
813 * added version due dates on calendar and gantt
904 * added version due dates on calendar and gantt
814 * added subprojects issue count on project Reports page
905 * added subprojects issue count on project Reports page
815 * added the ability to copy an existing workflow when creating a new tracker
906 * added the ability to copy an existing workflow when creating a new tracker
816 * added the ability to include subprojects on calendar and gantt
907 * added the ability to include subprojects on calendar and gantt
817 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
908 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
818 * added side by side svn diff view (Cyril Mougel)
909 * added side by side svn diff view (Cyril Mougel)
819 * added back subproject filter on issue list
910 * added back subproject filter on issue list
820 * added permissions report in admin area
911 * added permissions report in admin area
821 * added a status filter on users list
912 * added a status filter on users list
822 * support for password-protected SVN repositories
913 * support for password-protected SVN repositories
823 * SVN commits are now stored in the database
914 * SVN commits are now stored in the database
824 * added simple svn statistics SVG graphs
915 * added simple svn statistics SVG graphs
825 * progress bars for roadmap versions (Nick Read)
916 * progress bars for roadmap versions (Nick Read)
826 * issue history now shows file uploads and deletions
917 * issue history now shows file uploads and deletions
827 * #id patterns are turned into links to issues in descriptions and commit messages
918 * #id patterns are turned into links to issues in descriptions and commit messages
828 * japanese translation added (Satoru Kurashiki)
919 * japanese translation added (Satoru Kurashiki)
829 * chinese simplified translation added (Andy Wu)
920 * chinese simplified translation added (Andy Wu)
830 * italian translation added (Alessio Spadaro)
921 * italian translation added (Alessio Spadaro)
831 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
922 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
832 * better calendar rendering time
923 * better calendar rendering time
833 * fixed migration scripts to work with mysql 5 running in strict mode
924 * fixed migration scripts to work with mysql 5 running in strict mode
834 * fixed: error when clicking "add" with no block selected on my/page_layout
925 * fixed: error when clicking "add" with no block selected on my/page_layout
835 * fixed: hard coded links in navigation bar
926 * fixed: hard coded links in navigation bar
836 * fixed: table_name pre/suffix support
927 * fixed: table_name pre/suffix support
837
928
838
929
839 == 2007-02-18 v0.4.2
930 == 2007-02-18 v0.4.2
840
931
841 * Rails 1.2 is now required
932 * Rails 1.2 is now required
842 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
933 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
843 * added project roadmap view
934 * added project roadmap view
844 * mail notifications added when a document, a file or an attachment is added
935 * mail notifications added when a document, a file or an attachment is added
845 * tooltips added on Gantt chart and calender to view the details of the issues
936 * tooltips added on Gantt chart and calender to view the details of the issues
846 * ability to set the sort order for roles, trackers, issue statuses
937 * ability to set the sort order for roles, trackers, issue statuses
847 * added missing fields to csv export: priority, start date, due date, done ratio
938 * added missing fields to csv export: priority, start date, due date, done ratio
848 * added total number of issues per tracker on project overview
939 * added total number of issues per tracker on project overview
849 * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-)
940 * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-)
850 * added back "fixed version" field on issue screen and in filters
941 * added back "fixed version" field on issue screen and in filters
851 * project settings screen split in 4 tabs
942 * project settings screen split in 4 tabs
852 * custom fields screen split in 3 tabs (one for each kind of custom field)
943 * custom fields screen split in 3 tabs (one for each kind of custom field)
853 * multiple issues pdf export now rendered as a table
944 * multiple issues pdf export now rendered as a table
854 * added a button on users/list to manually activate an account
945 * added a button on users/list to manually activate an account
855 * added a setting option to disable "password lost" functionality
946 * added a setting option to disable "password lost" functionality
856 * added a setting option to set max number of issues in csv/pdf exports
947 * added a setting option to set max number of issues in csv/pdf exports
857 * fixed: subprojects count is always 0 on projects list
948 * fixed: subprojects count is always 0 on projects list
858 * fixed: locked users are proposed when adding a member to a project
949 * fixed: locked users are proposed when adding a member to a project
859 * fixed: setting an issue status as default status leads to an sql error with SQLite
950 * fixed: setting an issue status as default status leads to an sql error with SQLite
860 * fixed: unable to delete an issue status even if it's not used yet
951 * fixed: unable to delete an issue status even if it's not used yet
861 * fixed: filters ignored when exporting a predefined query to csv/pdf
952 * fixed: filters ignored when exporting a predefined query to csv/pdf
862 * fixed: crash when french "issue_edit" email notification is sent
953 * fixed: crash when french "issue_edit" email notification is sent
863 * fixed: hide mail preference not saved (my/account)
954 * fixed: hide mail preference not saved (my/account)
864 * fixed: crash when a new user try to edit its "my page" layout
955 * fixed: crash when a new user try to edit its "my page" layout
865
956
866
957
867 == 2007-01-03 v0.4.1
958 == 2007-01-03 v0.4.1
868
959
869 * fixed: emails have no recipient when one of the project members has notifications disabled
960 * fixed: emails have no recipient when one of the project members has notifications disabled
870
961
871
962
872 == 2007-01-02 v0.4.0
963 == 2007-01-02 v0.4.0
873
964
874 * simple SVN browser added (just needs svn binaries in PATH)
965 * simple SVN browser added (just needs svn binaries in PATH)
875 * comments can now be added on news
966 * comments can now be added on news
876 * "my page" is now customizable
967 * "my page" is now customizable
877 * more powerfull and savable filters for issues lists
968 * more powerfull and savable filters for issues lists
878 * improved issues change history
969 * improved issues change history
879 * new functionality: move an issue to another project or tracker
970 * new functionality: move an issue to another project or tracker
880 * new functionality: add a note to an issue
971 * new functionality: add a note to an issue
881 * new report: project activity
972 * new report: project activity
882 * "start date" and "% done" fields added on issues
973 * "start date" and "% done" fields added on issues
883 * project calendar added
974 * project calendar added
884 * gantt chart added (exportable to pdf)
975 * gantt chart added (exportable to pdf)
885 * single/multiple issues pdf export added
976 * single/multiple issues pdf export added
886 * issues reports improvements
977 * issues reports improvements
887 * multiple file upload for issues, documents and files
978 * multiple file upload for issues, documents and files
888 * option to set maximum size of uploaded files
979 * option to set maximum size of uploaded files
889 * textile formating of issue and news descritions (RedCloth required)
980 * textile formating of issue and news descritions (RedCloth required)
890 * integration of DotClear jstoolbar for textile formatting
981 * integration of DotClear jstoolbar for textile formatting
891 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
982 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
892 * new filter in issues list: Author
983 * new filter in issues list: Author
893 * ajaxified paginators
984 * ajaxified paginators
894 * news rss feed added
985 * news rss feed added
895 * option to set number of results per page on issues list
986 * option to set number of results per page on issues list
896 * localized csv separator (comma/semicolon)
987 * localized csv separator (comma/semicolon)
897 * csv output encoded to ISO-8859-1
988 * csv output encoded to ISO-8859-1
898 * user custom field displayed on account/show
989 * user custom field displayed on account/show
899 * default configuration improved (default roles, trackers, status, permissions and workflows)
990 * default configuration improved (default roles, trackers, status, permissions and workflows)
900 * language for default configuration data can now be chosen when running 'load_default_data' task
991 * language for default configuration data can now be chosen when running 'load_default_data' task
901 * javascript added on custom field form to show/hide fields according to the format of custom field
992 * javascript added on custom field form to show/hide fields according to the format of custom field
902 * fixed: custom fields not in csv exports
993 * fixed: custom fields not in csv exports
903 * fixed: project settings now displayed according to user's permissions
994 * fixed: project settings now displayed according to user's permissions
904 * fixed: application error when no version is selected on projects/add_file
995 * fixed: application error when no version is selected on projects/add_file
905 * fixed: public actions not authorized for members of non public projects
996 * fixed: public actions not authorized for members of non public projects
906 * fixed: non public projects were shown on welcome screen even if current user is not a member
997 * fixed: non public projects were shown on welcome screen even if current user is not a member
907
998
908
999
909 == 2006-10-08 v0.3.0
1000 == 2006-10-08 v0.3.0
910
1001
911 * user authentication against multiple LDAP (optional)
1002 * user authentication against multiple LDAP (optional)
912 * token based "lost password" functionality
1003 * token based "lost password" functionality
913 * user self-registration functionality (optional)
1004 * user self-registration functionality (optional)
914 * custom fields now available for issues, users and projects
1005 * custom fields now available for issues, users and projects
915 * new custom field format "text" (displayed as a textarea field)
1006 * new custom field format "text" (displayed as a textarea field)
916 * project & administration drop down menus in navigation bar for quicker access
1007 * project & administration drop down menus in navigation bar for quicker access
917 * text formatting is preserved for long text fields (issues, projects and news descriptions)
1008 * text formatting is preserved for long text fields (issues, projects and news descriptions)
918 * urls and emails are turned into clickable links in long text fields
1009 * urls and emails are turned into clickable links in long text fields
919 * "due date" field added on issues
1010 * "due date" field added on issues
920 * tracker selection filter added on change log
1011 * tracker selection filter added on change log
921 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
1012 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
922 * error messages internationalization
1013 * error messages internationalization
923 * german translation added (thanks to Karim Trott)
1014 * german translation added (thanks to Karim Trott)
924 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
1015 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
925 * new filter in issues list: "Fixed version"
1016 * new filter in issues list: "Fixed version"
926 * active filters are displayed with colored background on issues list
1017 * active filters are displayed with colored background on issues list
927 * custom configuration is now defined in config/config_custom.rb
1018 * custom configuration is now defined in config/config_custom.rb
928 * user object no more stored in session (only user_id)
1019 * user object no more stored in session (only user_id)
929 * news summary field is no longer required
1020 * news summary field is no longer required
930 * tables and forms redesign
1021 * tables and forms redesign
931 * Fixed: boolean custom field not working
1022 * Fixed: boolean custom field not working
932 * Fixed: error messages for custom fields are not displayed
1023 * Fixed: error messages for custom fields are not displayed
933 * Fixed: invalid custom fields should have a red border
1024 * Fixed: invalid custom fields should have a red border
934 * Fixed: custom fields values are not validated on issue update
1025 * Fixed: custom fields values are not validated on issue update
935 * Fixed: unable to choose an empty value for 'List' custom fields
1026 * Fixed: unable to choose an empty value for 'List' custom fields
936 * Fixed: no issue categories sorting
1027 * Fixed: no issue categories sorting
937 * Fixed: incorrect versions sorting
1028 * Fixed: incorrect versions sorting
938
1029
939
1030
940 == 2006-07-12 - v0.2.2
1031 == 2006-07-12 - v0.2.2
941
1032
942 * Fixed: bug in "issues list"
1033 * Fixed: bug in "issues list"
943
1034
944
1035
945 == 2006-07-09 - v0.2.1
1036 == 2006-07-09 - v0.2.1
946
1037
947 * new databases supported: Oracle, PostgreSQL, SQL Server
1038 * new databases supported: Oracle, PostgreSQL, SQL Server
948 * projects/subprojects hierarchy (1 level of subprojects only)
1039 * projects/subprojects hierarchy (1 level of subprojects only)
949 * environment information display in admin/info
1040 * environment information display in admin/info
950 * more filter options in issues list (rev6)
1041 * more filter options in issues list (rev6)
951 * default language based on browser settings (Accept-Language HTTP header)
1042 * default language based on browser settings (Accept-Language HTTP header)
952 * issues list exportable to CSV (rev6)
1043 * issues list exportable to CSV (rev6)
953 * simple_format and auto_link on long text fields
1044 * simple_format and auto_link on long text fields
954 * more data validations
1045 * more data validations
955 * Fixed: error when all mail notifications are unchecked in admin/mail_options
1046 * Fixed: error when all mail notifications are unchecked in admin/mail_options
956 * Fixed: all project news are displayed on project summary
1047 * Fixed: all project news are displayed on project summary
957 * Fixed: Can't change user password in users/edit
1048 * Fixed: Can't change user password in users/edit
958 * Fixed: Error on tables creation with PostgreSQL (rev5)
1049 * Fixed: Error on tables creation with PostgreSQL (rev5)
959 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
1050 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
960
1051
961
1052
962 == 2006-06-25 - v0.1.0
1053 == 2006-06-25 - v0.1.0
963
1054
964 * multiple users/multiple projects
1055 * multiple users/multiple projects
965 * role based access control
1056 * role based access control
966 * issue tracking system
1057 * issue tracking system
967 * fully customizable workflow
1058 * fully customizable workflow
968 * documents/files repository
1059 * documents/files repository
969 * email notifications on issue creation and update
1060 * email notifications on issue creation and update
970 * multilanguage support (except for error messages):english, french, spanish
1061 * multilanguage support (except for error messages):english, french, spanish
971 * online manual in french (unfinished)
1062 * online manual in french (unfinished)
General Comments 0
You need to be logged in to leave comments. Login now