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