##// END OF EJS Templates
Changelog updated....
Jean-Philippe Lang -
r1289:a381b0978f96
parent child
Show More
@@ -1,526 +1,530
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 == 2008-03-xx v0.7-rc1
8 == 2008-03-29 v0.7.0-rc1
9
9
10 * Overall activity view and feed added, link is available on the project list
10 * Overall activity view and feed added, link is available on the project list
11 * Git VCS support
11 * Git VCS support
12 * Rails 2.0 sessions cookie store compatibility
12 * Rails 2.0 sessions cookie store compatibility
13 * Use project identifiers in urls instead of ids
13 * Use project identifiers in urls instead of ids
14 * Default configuration data can now be loaded from the administration screen
14 * Default configuration data can now be loaded from the administration screen
15 * Administration settings screen split to tabs (email notifications options moved to 'Settings')
15 * Administration settings screen split to tabs (email notifications options moved to 'Settings')
16 * Project description is now unlimited and optional
16 * Project description is now unlimited and optional
17 * Wiki annotate view
17 * Wiki annotate view
18 * Escape HTML tag in textile content
18 * Escape HTML tag in textile content
19 * Add Redmine links to documents, versions, attachments and repository files
19 * Add Redmine links to documents, versions, attachments and repository files
20 * 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:
20 * 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:
21 * by using checkbox and/or the little pencil that will select/unselect all issues
21 * by using checkbox and/or the little pencil that will select/unselect all issues
22 * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
22 * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
23 * 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)
23 * 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)
24 * User display format is now configurable in administration settings
24 * User display format is now configurable in administration settings
25 * Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
25 * Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
26 * Merged 'change status', 'edit issue' and 'add note' actions:
26 * Merged 'change status', 'edit issue' and 'add note' actions:
27 * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
27 * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
28 * '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
28 * '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
29 * Details by assignees on issue summary view
29 * Details by assignees on issue summary view
30 * '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
30 * '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
31 * Change status select box default to current status
31 * Change status select box default to current status
32 * Preview for issue notes, news and messages
32 * Preview for issue notes, news and messages
33 * Optional description for attachments
33 * Optional description for attachments
34 * 'Fixed version' label changed to 'Target version'
34 * 'Fixed version' label changed to 'Target version'
35 * Let the user choose when deleting issues with reported hours to:
35 * Let the user choose when deleting issues with reported hours to:
36 * delete the hours
36 * delete the hours
37 * assign the hours to the project
37 * assign the hours to the project
38 * reassign the hours to another issue
38 * reassign the hours to another issue
39 * Date range filter and pagination on time entries detail view
39 * Date range filter and pagination on time entries detail view
40 * Propagate time tracking to the parent project
40 * Propagate time tracking to the parent project
41 * Switch added on the project activity view to include subprojects
41 * Switch added on the project activity view to include subprojects
42 * Display total estimated and spent hours on the version detail view
42 * Display total estimated and spent hours on the version detail view
43 * Weekly time tracking block for 'My page'
43 * Weekly time tracking block for 'My page'
44 * Permissions to edit time entries
44 * Permissions to edit time entries
45 * Include subprojects on the issue list, calendar and gantt by default (can be turned off is administration settings)
45 * Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
46 * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
46 * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
47 * Make versions with same date sorted by name
47 * Allow issue list to be sorted by target version
48 * Allow issue list to be sorted by target version
48 * Related changesets messages displayed on the issue details view
49 * Related changesets messages displayed on the issue details view
49 * Create a journal and send an email when an issue is closed by commit
50 * Create a journal and send an email when an issue is closed by commit
50 * Add 'Author' to the available columns for the issue list
51 * Add 'Author' to the available columns for the issue list
51 * More appropriate default sort order on sortable columns
52 * More appropriate default sort order on sortable columns
52 * Add issue subject to the time entries view and issue subject + tracker to the csv export
53 * Add issue subject to the time entries view and issue subject, description and tracker to the csv export
53 * Permissions to edit issue notes
54 * Permissions to edit issue notes
54 * Display date/time instead of date on files list
55 * Display date/time instead of date on files list
55 * Do not show Roadmap menu item if the project doesn't define any versions
56 * Do not show Roadmap menu item if the project doesn't define any versions
56 * Allow longer version names (60 chars)
57 * Allow longer version names (60 chars)
57 * Ability to copy an existing workflow when creating a new role
58 * Ability to copy an existing workflow when creating a new role
58 * Display custom fields in two columns on the issue form
59 * Display custom fields in two columns on the issue form
59 * Added 'estimated time' in the csv export of the issue list
60 * Added 'estimated time' in the csv export of the issue list
60 * Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
61 * Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
61 * Setting for whether new projects should be public by default
62 * Setting for whether new projects should be public by default
62 * User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
63 * User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
63 * Added default value for custom fields
64 * Added default value for custom fields
64 * Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
65 * Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
65 * Redirect to issue page after creating a new issue
66 * Redirect to issue page after creating a new issue
66 * Wiki toolbar improvements (mainly for Firefox)
67 * Wiki toolbar improvements (mainly for Firefox)
67 * Display wiki syntax quick ref link on all wiki textareas
68 * Display wiki syntax quick ref link on all wiki textareas
68 * Display links to Atom feeds
69 * Display links to Atom feeds
70 * Breadcrumb nav for the forums
69 * Show replies when choosing to display messages in the activity
71 * Show replies when choosing to display messages in the activity
70 * Added 'include' macro to include another wiki page
72 * Added 'include' macro to include another wiki page
71 * RedmineWikiFormatting page available as a static HTML file locally
73 * RedmineWikiFormatting page available as a static HTML file locally
72 * Wrap diff content
74 * Wrap diff content
73 * Strip out email address from authors in repository screens
75 * Strip out email address from authors in repository screens
74 * Highlight the current item of the main menu
76 * Highlight the current item of the main menu
75 * Added simple syntax highlighters for php and java languages
77 * Added simple syntax highlighters for php and java languages
76 * Do not show empty diffs
78 * Do not show empty diffs
77 * Show explicit error message when the scm command failed (eg. when svn binary is not available)
79 * Show explicit error message when the scm command failed (eg. when svn binary is not available)
78 * Lithuanian translation added (Sergej Jegorov)
80 * Lithuanian translation added (Sergej Jegorov)
79 * Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
81 * Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
80 * Danish translation added (Mads Vestergaard)
82 * Danish translation added (Mads Vestergaard)
81 * Added i18n support to the jstoolbar and various settings screen
83 * Added i18n support to the jstoolbar and various settings screen
82 * RedCloth's glyphs no longer user
84 * RedCloth's glyphs no longer user
83 * New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
85 * New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
84 * The following menus can now be extended by plugins: top_menu, account_menu, application_menu
86 * The following menus can now be extended by plugins: top_menu, account_menu, application_menu
85 * Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
87 * Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
86 * Remove hardcoded "Redmine" strings in account related emails and use application title instead
88 * Remove hardcoded "Redmine" strings in account related emails and use application title instead
87 * Mantis importer preserve bug ids
89 * Mantis importer preserve bug ids
88 * Trac importer: Trac guide wiki pages skipped
90 * Trac importer: Trac guide wiki pages skipped
89 * Trac importer: wiki attachments migration added
91 * Trac importer: wiki attachments migration added
90 * Trac importer: support database schema for Trac migration
92 * Trac importer: support database schema for Trac migration
91 * Trac importer: support CamelCase links
93 * Trac importer: support CamelCase links
92 * Removes the Redmine version from the footer (can be viewed on admin -> info)
94 * Removes the Redmine version from the footer (can be viewed on admin -> info)
93 * Rescue and display an error message when trying to delete a role that is in use
95 * Rescue and display an error message when trying to delete a role that is in use
94 * 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
96 * 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
95 * Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
97 * Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
96 * Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
98 * Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
97 * Fixed: Textile image with style attribute cause internal server error
99 * Fixed: Textile image with style attribute cause internal server error
98 * Fixed: wiki TOC not rendered properly when used in an issue or document description
100 * Fixed: wiki TOC not rendered properly when used in an issue or document description
99 * Fixed: 'has already been taken' error message on username and email fields if left empty
101 * Fixed: 'has already been taken' error message on username and email fields if left empty
100 * Fixed: non-ascii attachement filename with IE
102 * Fixed: non-ascii attachement filename with IE
101 * Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
103 * Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
102 * Fixed: search for all words doesn't work
104 * Fixed: search for all words doesn't work
103 * Fixed: Do not show sticky and locked checkboxes when replying to a message
105 * Fixed: Do not show sticky and locked checkboxes when replying to a message
104 * Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
106 * Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
105 * Fixed: Date custom fields not displayed as specified in application settings
107 * Fixed: Date custom fields not displayed as specified in application settings
106 * Fixed: titles not escaped in the activity view
108 * Fixed: titles not escaped in the activity view
107 * Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
109 * Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
108 * 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
110 * 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
109 * Fixed: locked users should not receive email notifications
111 * Fixed: locked users should not receive email notifications
110 * Fixed: custom field selection is not saved when unchecking them all on project settings
112 * Fixed: custom field selection is not saved when unchecking them all on project settings
111 * Fixed: can not lock a topic when creating it
113 * Fixed: can not lock a topic when creating it
112 * Fixed: Incorrect filtering for unset values when using 'is not' filter
114 * Fixed: Incorrect filtering for unset values when using 'is not' filter
113 * Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
115 * Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
114 * Fixed: ajax pagination does not scroll up
116 * Fixed: ajax pagination does not scroll up
115 * Fixed: error when uploading a file with no content-type specified by the browser
117 * Fixed: error when uploading a file with no content-type specified by the browser
116 * Fixed: wiki and changeset links not displayed when previewing issue description or notes
118 * Fixed: wiki and changeset links not displayed when previewing issue description or notes
117 * Fixed: 'LdapError: no bind result' error when authenticating
119 * Fixed: 'LdapError: no bind result' error when authenticating
118 * Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
120 * Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
119 * Fixed: CVS repository doesn't work if port is used in the url
121 * Fixed: CVS repository doesn't work if port is used in the url
120 * Fixed: Email notifications: host name is missing in generated links
122 * Fixed: Email notifications: host name is missing in generated links
121 * Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
123 * Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
122 * Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
124 * Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
123 * Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
125 * Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
124 * Fixed: Do not send an email with no recipient, cc or bcc
126 * Fixed: Do not send an email with no recipient, cc or bcc
125 * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
127 * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
126 * Fixed: Mercurial browsing under unix-like os and for directory depth > 2
128 * Fixed: Mercurial browsing under unix-like os and for directory depth > 2
127 * Fixed: Wiki links with pipe can not be used in wiki tables
129 * Fixed: Wiki links with pipe can not be used in wiki tables
130 * Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
131 * Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
128
132
129
133
130 == 2008-03-12 v0.6.4
134 == 2008-03-12 v0.6.4
131
135
132 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
136 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
133 * Fixed: potential LDAP authentication security flaw
137 * Fixed: potential LDAP authentication security flaw
134 * Fixed: context submenus on the issue list don't show up with IE6.
138 * Fixed: context submenus on the issue list don't show up with IE6.
135 * Fixed: Themes are not applied with Rails 2.0
139 * Fixed: Themes are not applied with Rails 2.0
136 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
140 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
137 * Fixed: Mercurial repository browsing
141 * Fixed: Mercurial repository browsing
138 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
142 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
139 * Fixed: not null constraints not removed with Postgresql
143 * Fixed: not null constraints not removed with Postgresql
140 * Doctype set to transitional
144 * Doctype set to transitional
141
145
142
146
143 == 2007-12-18 v0.6.3
147 == 2007-12-18 v0.6.3
144
148
145 * Fixed: upload doesn't work in 'Files' section
149 * Fixed: upload doesn't work in 'Files' section
146
150
147
151
148 == 2007-12-16 v0.6.2
152 == 2007-12-16 v0.6.2
149
153
150 * Search engine: issue custom fields can now be searched
154 * Search engine: issue custom fields can now be searched
151 * News comments are now textilized
155 * News comments are now textilized
152 * Updated Japanese translation (Satoru Kurashiki)
156 * Updated Japanese translation (Satoru Kurashiki)
153 * Updated Chinese translation (Shortie Lo)
157 * Updated Chinese translation (Shortie Lo)
154 * Fixed Rails 2.0 compatibility bugs:
158 * Fixed Rails 2.0 compatibility bugs:
155 * Unable to create a wiki
159 * Unable to create a wiki
156 * Gantt and calendar error
160 * Gantt and calendar error
157 * Trac importer error (readonly? is defined by ActiveRecord)
161 * Trac importer error (readonly? is defined by ActiveRecord)
158 * Fixed: 'assigned to me' filter broken
162 * Fixed: 'assigned to me' filter broken
159 * Fixed: crash when validation fails on issue edition with no custom fields
163 * Fixed: crash when validation fails on issue edition with no custom fields
160 * Fixed: reposman "can't find group" error
164 * Fixed: reposman "can't find group" error
161 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
165 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
162 * Fixed: empty lines when displaying repository files with Windows style eol
166 * Fixed: empty lines when displaying repository files with Windows style eol
163 * Fixed: missing body closing tag in repository annotate and entry views
167 * Fixed: missing body closing tag in repository annotate and entry views
164
168
165
169
166 == 2007-12-10 v0.6.1
170 == 2007-12-10 v0.6.1
167
171
168 * Rails 2.0 compatibility
172 * Rails 2.0 compatibility
169 * Custom fields can now be displayed as columns on the issue list
173 * Custom fields can now be displayed as columns on the issue list
170 * Added version details view (accessible from the roadmap)
174 * Added version details view (accessible from the roadmap)
171 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
175 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
172 * Added per-project tracker selection. Trackers can be selected on project settings
176 * Added per-project tracker selection. Trackers can be selected on project settings
173 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
177 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
174 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
178 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
175 * Forums: topics can be locked so that no reply can be added
179 * Forums: topics can be locked so that no reply can be added
176 * Forums: topics can be marked as sticky so that they always appear at the top of the list
180 * Forums: topics can be marked as sticky so that they always appear at the top of the list
177 * Forums: attachments can now be added to replies
181 * Forums: attachments can now be added to replies
178 * Added time zone support
182 * Added time zone support
179 * Added a setting to choose the account activation strategy (available in application settings)
183 * Added a setting to choose the account activation strategy (available in application settings)
180 * Added 'Classic' theme (inspired from the v0.51 design)
184 * Added 'Classic' theme (inspired from the v0.51 design)
181 * Added an alternate theme which provides issue list colorization based on issues priority
185 * Added an alternate theme which provides issue list colorization based on issues priority
182 * Added Bazaar SCM adapter
186 * Added Bazaar SCM adapter
183 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
187 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
184 * Diff style (inline or side by side) automatically saved as a user preference
188 * Diff style (inline or side by side) automatically saved as a user preference
185 * Added issues status changes on the activity view (by Cyril Mougel)
189 * Added issues status changes on the activity view (by Cyril Mougel)
186 * Added forums topics on the activity view (disabled by default)
190 * Added forums topics on the activity view (disabled by default)
187 * Added an option on 'My account' for users who don't want to be notified of changes that they make
191 * Added an option on 'My account' for users who don't want to be notified of changes that they make
188 * Trac importer now supports mysql and postgresql databases
192 * Trac importer now supports mysql and postgresql databases
189 * Trac importer improvements (by Mat Trudel)
193 * Trac importer improvements (by Mat Trudel)
190 * 'fixed version' field can now be displayed on the issue list
194 * 'fixed version' field can now be displayed on the issue list
191 * Added a couple of new formats for the 'date format' setting
195 * Added a couple of new formats for the 'date format' setting
192 * Added Traditional Chinese translation (by Shortie Lo)
196 * Added Traditional Chinese translation (by Shortie Lo)
193 * Added Russian translation (iGor kMeta)
197 * Added Russian translation (iGor kMeta)
194 * Project name format limitation removed (name can now contain any character)
198 * Project name format limitation removed (name can now contain any character)
195 * Project identifier maximum length changed from 12 to 20
199 * Project identifier maximum length changed from 12 to 20
196 * Changed the maximum length of LDAP account to 255 characters
200 * Changed the maximum length of LDAP account to 255 characters
197 * Removed the 12 characters limit on passwords
201 * Removed the 12 characters limit on passwords
198 * Added wiki macros support
202 * Added wiki macros support
199 * Performance improvement on workflow setup screen
203 * Performance improvement on workflow setup screen
200 * More detailed html title on several views
204 * More detailed html title on several views
201 * Custom fields can now be reordered
205 * Custom fields can now be reordered
202 * Search engine: search can be restricted to an exact phrase by using quotation marks
206 * Search engine: search can be restricted to an exact phrase by using quotation marks
203 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
207 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
204 * Email notifications are now sent as Blind carbon copy by default
208 * Email notifications are now sent as Blind carbon copy by default
205 * Fixed: all members (including non active) should be deleted when deleting a project
209 * Fixed: all members (including non active) should be deleted when deleting a project
206 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
210 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
207 * Fixed: 'quick jump to a revision' form on the revisions list
211 * Fixed: 'quick jump to a revision' form on the revisions list
208 * Fixed: error on admin/info if there's more than 1 plugin installed
212 * Fixed: error on admin/info if there's more than 1 plugin installed
209 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
213 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
210 * Fixed: 'Assigned to' drop down list is not sorted
214 * Fixed: 'Assigned to' drop down list is not sorted
211 * Fixed: 'View all issues' link doesn't work on issues/show
215 * Fixed: 'View all issues' link doesn't work on issues/show
212 * Fixed: error on account/register when validation fails
216 * Fixed: error on account/register when validation fails
213 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
217 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
214 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
218 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
215 * Fixed: Wrong feed URLs on the home page
219 * Fixed: Wrong feed URLs on the home page
216 * Fixed: Update of time entry fails when the issue has been moved to an other project
220 * Fixed: Update of time entry fails when the issue has been moved to an other project
217 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
221 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
218 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
222 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
219 * Fixed: admin should be able to move issues to any project
223 * Fixed: admin should be able to move issues to any project
220 * Fixed: adding an attachment is not possible when changing the status of an issue
224 * Fixed: adding an attachment is not possible when changing the status of an issue
221 * Fixed: No mime-types in documents/files downloading
225 * Fixed: No mime-types in documents/files downloading
222 * Fixed: error when sorting the messages if there's only one board for the project
226 * Fixed: error when sorting the messages if there's only one board for the project
223 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
227 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
224
228
225 == 2007-11-04 v0.6.0
229 == 2007-11-04 v0.6.0
226
230
227 * Permission model refactoring.
231 * Permission model refactoring.
228 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
232 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
229 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
233 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
230 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
234 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
231 * Added Mantis and Trac importers
235 * Added Mantis and Trac importers
232 * New application layout
236 * New application layout
233 * Added "Bulk edit" functionality on the issue list
237 * Added "Bulk edit" functionality on the issue list
234 * More flexible mail notifications settings at user level
238 * More flexible mail notifications settings at user level
235 * 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
239 * 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
236 * 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
240 * 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
237 * Added the ability to customize issue list columns (at application level or for each saved query)
241 * Added the ability to customize issue list columns (at application level or for each saved query)
238 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
242 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
239 * Added the ability to rename wiki pages (specific permission required)
243 * Added the ability to rename wiki pages (specific permission required)
240 * Search engines now supports pagination. Results are sorted in reverse chronological order
244 * Search engines now supports pagination. Results are sorted in reverse chronological order
241 * Added "Estimated hours" attribute on issues
245 * Added "Estimated hours" attribute on issues
242 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
246 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
243 * Forum notifications are now also sent to the authors of the thread, even if they donοΏ½t watch the board
247 * Forum notifications are now also sent to the authors of the thread, even if they donοΏ½t watch the board
244 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
248 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
245 * Gantt chart: now starts at the current month by default
249 * Gantt chart: now starts at the current month by default
246 * Gantt chart: month count and zoom factor are automatically saved as user preferences
250 * Gantt chart: month count and zoom factor are automatically saved as user preferences
247 * Wiki links can now refer to other project wikis
251 * Wiki links can now refer to other project wikis
248 * Added wiki index by date
252 * Added wiki index by date
249 * Added preview on add/edit issue form
253 * Added preview on add/edit issue form
250 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
254 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
251 * 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)
255 * 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)
252 * Calendar: first day of week can now be set in lang files
256 * Calendar: first day of week can now be set in lang files
253 * Automatic closing of duplicate issues
257 * Automatic closing of duplicate issues
254 * Added a cross-project issue list
258 * Added a cross-project issue list
255 * AJAXified the SCM browser (tree view)
259 * AJAXified the SCM browser (tree view)
256 * Pretty URL for the repository browser (Cyril Mougel)
260 * Pretty URL for the repository browser (Cyril Mougel)
257 * Search engine: added a checkbox to search titles only
261 * Search engine: added a checkbox to search titles only
258 * Added "% done" in the filter list
262 * Added "% done" in the filter list
259 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
263 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
260 * Added some accesskeys
264 * Added some accesskeys
261 * Added "Float" as a custom field format
265 * Added "Float" as a custom field format
262 * Added basic Theme support
266 * Added basic Theme support
263 * Added the ability to set the οΏ½done ratioοΏ½ of issues fixed by commit (Nikolay Solakov)
267 * Added the ability to set the οΏ½done ratioοΏ½ of issues fixed by commit (Nikolay Solakov)
264 * Added custom fields in issue related mail notifications
268 * Added custom fields in issue related mail notifications
265 * Email notifications are now sent in plain text and html
269 * Email notifications are now sent in plain text and html
266 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
270 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
267 * Added syntax highlightment for repository files and wiki
271 * Added syntax highlightment for repository files and wiki
268 * Improved automatic Redmine links
272 * Improved automatic Redmine links
269 * Added automatic table of content support on wiki pages
273 * Added automatic table of content support on wiki pages
270 * Added radio buttons on the documents list to sort documents by category, date, title or author
274 * Added radio buttons on the documents list to sort documents by category, date, title or author
271 * Added basic plugin support, with a sample plugin
275 * Added basic plugin support, with a sample plugin
272 * Added a link to add a new category when creating or editing an issue
276 * Added a link to add a new category when creating or editing an issue
273 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
277 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
274 * Added an option to be able to relate issues in different projects
278 * Added an option to be able to relate issues in different projects
275 * Added the ability to move issues (to another project) without changing their trackers.
279 * Added the ability to move issues (to another project) without changing their trackers.
276 * Atom feeds added on project activity, news and changesets
280 * Atom feeds added on project activity, news and changesets
277 * Added the ability to reset its own RSS access key
281 * Added the ability to reset its own RSS access key
278 * Main project list now displays root projects with their subprojects
282 * Main project list now displays root projects with their subprojects
279 * Added anchor links to issue notes
283 * Added anchor links to issue notes
280 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
284 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
281 * Issue notes are now included in search
285 * Issue notes are now included in search
282 * Added email sending test functionality
286 * Added email sending test functionality
283 * Added LDAPS support for LDAP authentication
287 * Added LDAPS support for LDAP authentication
284 * Removed hard-coded URLs in mail templates
288 * Removed hard-coded URLs in mail templates
285 * Subprojects are now grouped by projects in the navigation drop-down menu
289 * Subprojects are now grouped by projects in the navigation drop-down menu
286 * Added a new value for date filters: this week
290 * Added a new value for date filters: this week
287 * Added cache for application settings
291 * Added cache for application settings
288 * Added Polish translation (Tomasz Gawryl)
292 * Added Polish translation (Tomasz Gawryl)
289 * Added Czech translation (Jan Kadlecek)
293 * Added Czech translation (Jan Kadlecek)
290 * Added Romanian translation (Csongor Bartus)
294 * Added Romanian translation (Csongor Bartus)
291 * Added Hebrew translation (Bob Builder)
295 * Added Hebrew translation (Bob Builder)
292 * Added Serbian translation (Dragan Matic)
296 * Added Serbian translation (Dragan Matic)
293 * Added Korean translation (Choi Jong Yoon)
297 * Added Korean translation (Choi Jong Yoon)
294 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
298 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
295 * Performance improvement on calendar and gantt
299 * Performance improvement on calendar and gantt
296 * Fixed: wiki preview doesnοΏ½t work on long entries
300 * Fixed: wiki preview doesnοΏ½t work on long entries
297 * Fixed: queries with multiple custom fields return no result
301 * Fixed: queries with multiple custom fields return no result
298 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
302 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
299 * Fixed: URL with ~ broken in wiki formatting
303 * Fixed: URL with ~ broken in wiki formatting
300 * Fixed: some quotation marks are rendered as strange characters in pdf
304 * Fixed: some quotation marks are rendered as strange characters in pdf
301
305
302
306
303 == 2007-07-15 v0.5.1
307 == 2007-07-15 v0.5.1
304
308
305 * per project forums added
309 * per project forums added
306 * added the ability to archive projects
310 * added the ability to archive projects
307 * added οΏ½WatchοΏ½ functionality on issues. It allows users to receive notifications about issue changes
311 * added οΏ½WatchοΏ½ functionality on issues. It allows users to receive notifications about issue changes
308 * custom fields for issues can now be used as filters on issue list
312 * custom fields for issues can now be used as filters on issue list
309 * added per user custom queries
313 * added per user custom queries
310 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
314 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
311 * projects list now shows the list of public projects and private projects for which the user is a member
315 * projects list now shows the list of public projects and private projects for which the user is a member
312 * versions can now be created with no date
316 * versions can now be created with no date
313 * added issue count details for versions on Reports view
317 * added issue count details for versions on Reports view
314 * added time report, by member/activity/tracker/version and year/month/week for the selected period
318 * added time report, by member/activity/tracker/version and year/month/week for the selected period
315 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
319 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
316 * added autologin feature (disabled by default)
320 * added autologin feature (disabled by default)
317 * optimistic locking added for wiki edits
321 * optimistic locking added for wiki edits
318 * added wiki diff
322 * added wiki diff
319 * added the ability to destroy wiki pages (requires permission)
323 * added the ability to destroy wiki pages (requires permission)
320 * a wiki page can now be attached to each version, and displayed on the roadmap
324 * a wiki page can now be attached to each version, and displayed on the roadmap
321 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
325 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
322 * added an option to see all versions in the roadmap view (including completed ones)
326 * added an option to see all versions in the roadmap view (including completed ones)
323 * added basic issue relations
327 * added basic issue relations
324 * added the ability to log time when changing an issue status
328 * added the ability to log time when changing an issue status
325 * account information can now be sent to the user when creating an account
329 * account information can now be sent to the user when creating an account
326 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
330 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
327 * added a quick search form in page header
331 * added a quick search form in page header
328 * added 'me' value for 'assigned to' and 'author' query filters
332 * added 'me' value for 'assigned to' and 'author' query filters
329 * added a link on revision screen to see the entire diff for the revision
333 * added a link on revision screen to see the entire diff for the revision
330 * added last commit message for each entry in repository browser
334 * added last commit message for each entry in repository browser
331 * added the ability to view a file diff with free to/from revision selection.
335 * added the ability to view a file diff with free to/from revision selection.
332 * text files can now be viewed online when browsing the repository
336 * text files can now be viewed online when browsing the repository
333 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
337 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
334 * added fragment caching for svn diffs
338 * added fragment caching for svn diffs
335 * added fragment caching for calendar and gantt views
339 * added fragment caching for calendar and gantt views
336 * login field automatically focused on login form
340 * login field automatically focused on login form
337 * subproject name displayed on issue list, calendar and gantt
341 * subproject name displayed on issue list, calendar and gantt
338 * added an option to choose the date format: language based or ISO 8601
342 * added an option to choose the date format: language based or ISO 8601
339 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
343 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
340 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
344 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
341 * added portuguese translation (Joao Carlos Clementoni)
345 * added portuguese translation (Joao Carlos Clementoni)
342 * added partial online help japanese translation (Ken Date)
346 * added partial online help japanese translation (Ken Date)
343 * added bulgarian translation (Nikolay Solakov)
347 * added bulgarian translation (Nikolay Solakov)
344 * added dutch translation (Linda van den Brink)
348 * added dutch translation (Linda van den Brink)
345 * added swedish translation (Thomas Habets)
349 * added swedish translation (Thomas Habets)
346 * italian translation update (Alessio Spadaro)
350 * italian translation update (Alessio Spadaro)
347 * japanese translation update (Satoru Kurashiki)
351 * japanese translation update (Satoru Kurashiki)
348 * fixed: error on history atom feed when thereοΏ½s no notes on an issue change
352 * fixed: error on history atom feed when thereοΏ½s no notes on an issue change
349 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
353 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
350 * fixed: creation of Oracle schema
354 * fixed: creation of Oracle schema
351 * fixed: last day of the month not included in project activity
355 * fixed: last day of the month not included in project activity
352 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
356 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
353 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
357 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
354 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
358 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
355 * fixed: date query filters (wrong results and sql error with postgresql)
359 * fixed: date query filters (wrong results and sql error with postgresql)
356 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
360 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
357 * fixed: Long text custom fields displayed without line breaks
361 * fixed: Long text custom fields displayed without line breaks
358 * fixed: Error when editing the wokflow after deleting a status
362 * fixed: Error when editing the wokflow after deleting a status
359 * fixed: SVN commit dates are now stored as local time
363 * fixed: SVN commit dates are now stored as local time
360
364
361
365
362 == 2007-04-11 v0.5.0
366 == 2007-04-11 v0.5.0
363
367
364 * added per project Wiki
368 * added per project Wiki
365 * added rss/atom feeds at project level (custom queries can be used as feeds)
369 * added rss/atom feeds at project level (custom queries can be used as feeds)
366 * added search engine (search in issues, news, commits, wiki pages, documents)
370 * added search engine (search in issues, news, commits, wiki pages, documents)
367 * simple time tracking functionality added
371 * simple time tracking functionality added
368 * added version due dates on calendar and gantt
372 * added version due dates on calendar and gantt
369 * added subprojects issue count on project Reports page
373 * added subprojects issue count on project Reports page
370 * added the ability to copy an existing workflow when creating a new tracker
374 * added the ability to copy an existing workflow when creating a new tracker
371 * added the ability to include subprojects on calendar and gantt
375 * added the ability to include subprojects on calendar and gantt
372 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
376 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
373 * added side by side svn diff view (Cyril Mougel)
377 * added side by side svn diff view (Cyril Mougel)
374 * added back subproject filter on issue list
378 * added back subproject filter on issue list
375 * added permissions report in admin area
379 * added permissions report in admin area
376 * added a status filter on users list
380 * added a status filter on users list
377 * support for password-protected SVN repositories
381 * support for password-protected SVN repositories
378 * SVN commits are now stored in the database
382 * SVN commits are now stored in the database
379 * added simple svn statistics SVG graphs
383 * added simple svn statistics SVG graphs
380 * progress bars for roadmap versions (Nick Read)
384 * progress bars for roadmap versions (Nick Read)
381 * issue history now shows file uploads and deletions
385 * issue history now shows file uploads and deletions
382 * #id patterns are turned into links to issues in descriptions and commit messages
386 * #id patterns are turned into links to issues in descriptions and commit messages
383 * japanese translation added (Satoru Kurashiki)
387 * japanese translation added (Satoru Kurashiki)
384 * chinese simplified translation added (Andy Wu)
388 * chinese simplified translation added (Andy Wu)
385 * italian translation added (Alessio Spadaro)
389 * italian translation added (Alessio Spadaro)
386 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
390 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
387 * better calendar rendering time
391 * better calendar rendering time
388 * fixed migration scripts to work with mysql 5 running in strict mode
392 * fixed migration scripts to work with mysql 5 running in strict mode
389 * fixed: error when clicking "add" with no block selected on my/page_layout
393 * fixed: error when clicking "add" with no block selected on my/page_layout
390 * fixed: hard coded links in navigation bar
394 * fixed: hard coded links in navigation bar
391 * fixed: table_name pre/suffix support
395 * fixed: table_name pre/suffix support
392
396
393
397
394 == 2007-02-18 v0.4.2
398 == 2007-02-18 v0.4.2
395
399
396 * Rails 1.2 is now required
400 * Rails 1.2 is now required
397 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
401 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
398 * added project roadmap view
402 * added project roadmap view
399 * mail notifications added when a document, a file or an attachment is added
403 * mail notifications added when a document, a file or an attachment is added
400 * tooltips added on Gantt chart and calender to view the details of the issues
404 * tooltips added on Gantt chart and calender to view the details of the issues
401 * ability to set the sort order for roles, trackers, issue statuses
405 * ability to set the sort order for roles, trackers, issue statuses
402 * added missing fields to csv export: priority, start date, due date, done ratio
406 * added missing fields to csv export: priority, start date, due date, done ratio
403 * added total number of issues per tracker on project overview
407 * added total number of issues per tracker on project overview
404 * 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-)
408 * 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-)
405 * added back "fixed version" field on issue screen and in filters
409 * added back "fixed version" field on issue screen and in filters
406 * project settings screen split in 4 tabs
410 * project settings screen split in 4 tabs
407 * custom fields screen split in 3 tabs (one for each kind of custom field)
411 * custom fields screen split in 3 tabs (one for each kind of custom field)
408 * multiple issues pdf export now rendered as a table
412 * multiple issues pdf export now rendered as a table
409 * added a button on users/list to manually activate an account
413 * added a button on users/list to manually activate an account
410 * added a setting option to disable "password lost" functionality
414 * added a setting option to disable "password lost" functionality
411 * added a setting option to set max number of issues in csv/pdf exports
415 * added a setting option to set max number of issues in csv/pdf exports
412 * fixed: subprojects count is always 0 on projects list
416 * fixed: subprojects count is always 0 on projects list
413 * fixed: locked users are proposed when adding a member to a project
417 * fixed: locked users are proposed when adding a member to a project
414 * fixed: setting an issue status as default status leads to an sql error with SQLite
418 * fixed: setting an issue status as default status leads to an sql error with SQLite
415 * fixed: unable to delete an issue status even if it's not used yet
419 * fixed: unable to delete an issue status even if it's not used yet
416 * fixed: filters ignored when exporting a predefined query to csv/pdf
420 * fixed: filters ignored when exporting a predefined query to csv/pdf
417 * fixed: crash when french "issue_edit" email notification is sent
421 * fixed: crash when french "issue_edit" email notification is sent
418 * fixed: hide mail preference not saved (my/account)
422 * fixed: hide mail preference not saved (my/account)
419 * fixed: crash when a new user try to edit its "my page" layout
423 * fixed: crash when a new user try to edit its "my page" layout
420
424
421
425
422 == 2007-01-03 v0.4.1
426 == 2007-01-03 v0.4.1
423
427
424 * fixed: emails have no recipient when one of the project members has notifications disabled
428 * fixed: emails have no recipient when one of the project members has notifications disabled
425
429
426
430
427 == 2007-01-02 v0.4.0
431 == 2007-01-02 v0.4.0
428
432
429 * simple SVN browser added (just needs svn binaries in PATH)
433 * simple SVN browser added (just needs svn binaries in PATH)
430 * comments can now be added on news
434 * comments can now be added on news
431 * "my page" is now customizable
435 * "my page" is now customizable
432 * more powerfull and savable filters for issues lists
436 * more powerfull and savable filters for issues lists
433 * improved issues change history
437 * improved issues change history
434 * new functionality: move an issue to another project or tracker
438 * new functionality: move an issue to another project or tracker
435 * new functionality: add a note to an issue
439 * new functionality: add a note to an issue
436 * new report: project activity
440 * new report: project activity
437 * "start date" and "% done" fields added on issues
441 * "start date" and "% done" fields added on issues
438 * project calendar added
442 * project calendar added
439 * gantt chart added (exportable to pdf)
443 * gantt chart added (exportable to pdf)
440 * single/multiple issues pdf export added
444 * single/multiple issues pdf export added
441 * issues reports improvements
445 * issues reports improvements
442 * multiple file upload for issues, documents and files
446 * multiple file upload for issues, documents and files
443 * option to set maximum size of uploaded files
447 * option to set maximum size of uploaded files
444 * textile formating of issue and news descritions (RedCloth required)
448 * textile formating of issue and news descritions (RedCloth required)
445 * integration of DotClear jstoolbar for textile formatting
449 * integration of DotClear jstoolbar for textile formatting
446 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
450 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
447 * new filter in issues list: Author
451 * new filter in issues list: Author
448 * ajaxified paginators
452 * ajaxified paginators
449 * news rss feed added
453 * news rss feed added
450 * option to set number of results per page on issues list
454 * option to set number of results per page on issues list
451 * localized csv separator (comma/semicolon)
455 * localized csv separator (comma/semicolon)
452 * csv output encoded to ISO-8859-1
456 * csv output encoded to ISO-8859-1
453 * user custom field displayed on account/show
457 * user custom field displayed on account/show
454 * default configuration improved (default roles, trackers, status, permissions and workflows)
458 * default configuration improved (default roles, trackers, status, permissions and workflows)
455 * language for default configuration data can now be chosen when running 'load_default_data' task
459 * language for default configuration data can now be chosen when running 'load_default_data' task
456 * javascript added on custom field form to show/hide fields according to the format of custom field
460 * javascript added on custom field form to show/hide fields according to the format of custom field
457 * fixed: custom fields not in csv exports
461 * fixed: custom fields not in csv exports
458 * fixed: project settings now displayed according to user's permissions
462 * fixed: project settings now displayed according to user's permissions
459 * fixed: application error when no version is selected on projects/add_file
463 * fixed: application error when no version is selected on projects/add_file
460 * fixed: public actions not authorized for members of non public projects
464 * fixed: public actions not authorized for members of non public projects
461 * fixed: non public projects were shown on welcome screen even if current user is not a member
465 * fixed: non public projects were shown on welcome screen even if current user is not a member
462
466
463
467
464 == 2006-10-08 v0.3.0
468 == 2006-10-08 v0.3.0
465
469
466 * user authentication against multiple LDAP (optional)
470 * user authentication against multiple LDAP (optional)
467 * token based "lost password" functionality
471 * token based "lost password" functionality
468 * user self-registration functionality (optional)
472 * user self-registration functionality (optional)
469 * custom fields now available for issues, users and projects
473 * custom fields now available for issues, users and projects
470 * new custom field format "text" (displayed as a textarea field)
474 * new custom field format "text" (displayed as a textarea field)
471 * project & administration drop down menus in navigation bar for quicker access
475 * project & administration drop down menus in navigation bar for quicker access
472 * text formatting is preserved for long text fields (issues, projects and news descriptions)
476 * text formatting is preserved for long text fields (issues, projects and news descriptions)
473 * urls and emails are turned into clickable links in long text fields
477 * urls and emails are turned into clickable links in long text fields
474 * "due date" field added on issues
478 * "due date" field added on issues
475 * tracker selection filter added on change log
479 * tracker selection filter added on change log
476 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
480 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
477 * error messages internationalization
481 * error messages internationalization
478 * german translation added (thanks to Karim Trott)
482 * german translation added (thanks to Karim Trott)
479 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
483 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
480 * new filter in issues list: "Fixed version"
484 * new filter in issues list: "Fixed version"
481 * active filters are displayed with colored background on issues list
485 * active filters are displayed with colored background on issues list
482 * custom configuration is now defined in config/config_custom.rb
486 * custom configuration is now defined in config/config_custom.rb
483 * user object no more stored in session (only user_id)
487 * user object no more stored in session (only user_id)
484 * news summary field is no longer required
488 * news summary field is no longer required
485 * tables and forms redesign
489 * tables and forms redesign
486 * Fixed: boolean custom field not working
490 * Fixed: boolean custom field not working
487 * Fixed: error messages for custom fields are not displayed
491 * Fixed: error messages for custom fields are not displayed
488 * Fixed: invalid custom fields should have a red border
492 * Fixed: invalid custom fields should have a red border
489 * Fixed: custom fields values are not validated on issue update
493 * Fixed: custom fields values are not validated on issue update
490 * Fixed: unable to choose an empty value for 'List' custom fields
494 * Fixed: unable to choose an empty value for 'List' custom fields
491 * Fixed: no issue categories sorting
495 * Fixed: no issue categories sorting
492 * Fixed: incorrect versions sorting
496 * Fixed: incorrect versions sorting
493
497
494
498
495 == 2006-07-12 - v0.2.2
499 == 2006-07-12 - v0.2.2
496
500
497 * Fixed: bug in "issues list"
501 * Fixed: bug in "issues list"
498
502
499
503
500 == 2006-07-09 - v0.2.1
504 == 2006-07-09 - v0.2.1
501
505
502 * new databases supported: Oracle, PostgreSQL, SQL Server
506 * new databases supported: Oracle, PostgreSQL, SQL Server
503 * projects/subprojects hierarchy (1 level of subprojects only)
507 * projects/subprojects hierarchy (1 level of subprojects only)
504 * environment information display in admin/info
508 * environment information display in admin/info
505 * more filter options in issues list (rev6)
509 * more filter options in issues list (rev6)
506 * default language based on browser settings (Accept-Language HTTP header)
510 * default language based on browser settings (Accept-Language HTTP header)
507 * issues list exportable to CSV (rev6)
511 * issues list exportable to CSV (rev6)
508 * simple_format and auto_link on long text fields
512 * simple_format and auto_link on long text fields
509 * more data validations
513 * more data validations
510 * Fixed: error when all mail notifications are unchecked in admin/mail_options
514 * Fixed: error when all mail notifications are unchecked in admin/mail_options
511 * Fixed: all project news are displayed on project summary
515 * Fixed: all project news are displayed on project summary
512 * Fixed: Can't change user password in users/edit
516 * Fixed: Can't change user password in users/edit
513 * Fixed: Error on tables creation with PostgreSQL (rev5)
517 * Fixed: Error on tables creation with PostgreSQL (rev5)
514 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
518 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
515
519
516
520
517 == 2006-06-25 - v0.1.0
521 == 2006-06-25 - v0.1.0
518
522
519 * multiple users/multiple projects
523 * multiple users/multiple projects
520 * role based access control
524 * role based access control
521 * issue tracking system
525 * issue tracking system
522 * fully customizable workflow
526 * fully customizable workflow
523 * documents/files repository
527 * documents/files repository
524 * email notifications on issue creation and update
528 * email notifications on issue creation and update
525 * multilanguage support (except for error messages):english, french, spanish
529 * multilanguage support (except for error messages):english, french, spanish
526 * online manual in french (unfinished)
530 * online manual in french (unfinished)
General Comments 0
You need to be logged in to leave comments. Login now