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