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