Mantis importer: fixed default role mapping
[gitredmine.git] / doc / CHANGELOG
blobb18acebddeff55d120233faab85794a131f0db3e
1 == redMine changelog\r
2 \r
3 redMine - project management software\r
4 Copyright (C) 2006-2007  Jean-Philippe Lang\r
5 http://redmine.rubyforge.org/\r
6 \r
7 \r
8 == 2007-07-15 v0.5.1\r
9 \r
10 * per project forums added\r
11 * added the ability to archive projects\r
12 * added “Watch” functionality on issues. It allows users to receive notifications about issue changes\r
13 * custom fields for issues can now be used as filters on issue list\r
14 * added per user custom queries\r
15 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)\r
16 * projects list now shows the list of public projects and private projects for which the user is a member\r
17 * versions can now be created with no date\r
18 * added issue count details for versions on Reports view\r
19 * added time report, by member/activity/tracker/version and year/month/week for the selected period\r
20 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user\r
21 * added autologin feature (disabled by default)\r
22 * optimistic locking added for wiki edits\r
23 * added wiki diff\r
24 * added the ability to destroy wiki pages (requires permission)\r
25 * a wiki page can now be attached to each version, and displayed on the roadmap\r
26 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online\r
27 * added an option to see all versions in the roadmap view (including completed ones)\r
28 * added basic issue relations\r
29 * added the ability to log time when changing an issue status\r
30 * account information can now be sent to the user when creating an account\r
31 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)\r
32 * added a quick search form in page header\r
33 * added 'me' value for 'assigned to' and 'author' query filters\r
34 * added a link on revision screen to see the entire diff for the revision\r
35 * added last commit message for each entry in repository browser\r
36 * added the ability to view a file diff with free to/from revision selection.\r
37 * text files can now be viewed online when browsing the repository\r
38 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs\r
39 * added fragment caching for svn diffs\r
40 * added fragment caching for calendar and gantt views\r
41 * login field automatically focused on login form\r
42 * subproject name displayed on issue list, calendar and gantt\r
43 * added an option to choose the date format: language based or ISO 8601\r
44 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.\r
45 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page\r
46 * added portuguese translation (Joao Carlos Clementoni)\r
47 * added partial online help japanese translation (Ken Date)\r
48 * added bulgarian translation (Nikolay Solakov)\r
49 * added dutch translation (Linda van den Brink)\r
50 * added swedish translation (Thomas Habets)\r
51 * italian translation update (Alessio Spadaro)\r
52 * japanese translation update (Satoru Kurashiki)\r
53 * fixed: error on history atom feed when there’s no notes on an issue change\r
54 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)\r
55 * fixed: creation of Oracle schema\r
56 * fixed: last day of the month not included in project activity\r
57 * fixed: files with an apostrophe in their names can't be accessed in SVN repository\r
58 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)\r
59 * fixed: open/closed issue counts are always 0 on reports view (postgresql)\r
60 * fixed: date query filters (wrong results and sql error with postgresql)\r
61 * fixed: confidentiality issue on account/show (private project names displayed to anyone)\r
62 * fixed: Long text custom fields displayed without line breaks\r
63 * fixed: Error when editing the wokflow after deleting a status\r
64 * fixed: SVN commit dates are now stored as local time\r
67 == 2007-04-11 v0.5.0\r
69 * added per project Wiki\r
70 * added rss/atom feeds at project level (custom queries can be used as feeds)\r
71 * added search engine (search in issues, news, commits, wiki pages, documents)\r
72 * simple time tracking functionality added\r
73 * added version due dates on calendar and gantt\r
74 * added subprojects issue count on project Reports page\r
75 * added the ability to copy an existing workflow when creating a new tracker\r
76 * added the ability to include subprojects on calendar and gantt\r
77 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)\r
78 * added side by side svn diff view (Cyril Mougel)\r
79 * added back subproject filter on issue list\r
80 * added permissions report in admin area\r
81 * added a status filter on users list\r
82 * support for password-protected SVN repositories\r
83 * SVN commits are now stored in the database\r
84 * added simple svn statistics SVG graphs\r
85 * progress bars for roadmap versions (Nick Read)\r
86 * issue history now shows file uploads and deletions\r
87 * #id patterns are turned into links to issues in descriptions and commit messages\r
88 * japanese translation added (Satoru Kurashiki)\r
89 * chinese simplified translation added (Andy Wu)\r
90 * italian translation added (Alessio Spadaro)\r
91 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)\r
92 * better calendar rendering time\r
93 * fixed migration scripts to work with mysql 5 running in strict mode\r
94 * fixed: error when clicking "add" with no block selected on my/page_layout\r
95 * fixed: hard coded links in navigation bar\r
96 * fixed: table_name pre/suffix support\r
99 == 2007-02-18 v0.4.2\r
101 * Rails 1.2 is now required\r
102 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)\r
103 * added project roadmap view\r
104 * mail notifications added when a document, a file or an attachment is added\r
105 * tooltips added on Gantt chart and calender to view the details of the issues\r
106 * ability to set the sort order for roles, trackers, issue statuses\r
107 * added missing fields to csv export: priority, start date, due date, done ratio\r
108 * added total number of issues per tracker on project overview\r
109 * 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-)\r
110 * added back "fixed version" field on issue screen and in filters\r
111 * project settings screen split in 4 tabs\r
112 * custom fields screen split in 3 tabs (one for each kind of custom field)\r
113 * multiple issues pdf export now rendered as a table\r
114 * added a button on users/list to manually activate an account\r
115 * added a setting option to disable "password lost" functionality\r
116 * added a setting option to set max number of issues in csv/pdf exports\r
117 * fixed: subprojects count is always 0 on projects list\r
118 * fixed: locked users are proposed when adding a member to a project\r
119 * fixed: setting an issue status as default status leads to an sql error with SQLite\r
120 * fixed: unable to delete an issue status even if it's not used yet\r
121 * fixed: filters ignored when exporting a predefined query to csv/pdf\r
122 * fixed: crash when french "issue_edit" email notification is sent\r
123 * fixed: hide mail preference not saved (my/account)\r
124 * fixed: crash when a new user try to edit its "my page" layout\r
127 == 2007-01-03 v0.4.1\r
129 * fixed: emails have no recipient when one of the project members has notifications disabled\r
132 == 2007-01-02 v0.4.0\r
134 * simple SVN browser added (just needs svn binaries in PATH)\r
135 * comments can now be added on news\r
136 * "my page" is now customizable \r
137 * more powerfull and savable filters for issues lists\r
138 * improved issues change history\r
139 * new functionality: move an issue to another project or tracker\r
140 * new functionality: add a note to an issue\r
141 * new report: project activity\r
142 * "start date" and "% done" fields added on issues\r
143 * project calendar added\r
144 * gantt chart added (exportable to pdf)\r
145 * single/multiple issues pdf export added\r
146 * issues reports improvements\r
147 * multiple file upload for issues, documents and files\r
148 * option to set maximum size of uploaded files\r
149 * textile formating of issue and news descritions (RedCloth required)\r
150 * integration of DotClear jstoolbar for textile formatting\r
151 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)\r
152 * new filter in issues list: Author\r
153 * ajaxified paginators\r
154 * news rss feed added\r
155 * option to set number of results per page on issues list\r
156 * localized csv separator (comma/semicolon)\r
157 * csv output encoded to ISO-8859-1\r
158 * user custom field displayed on account/show\r
159 * default configuration improved (default roles, trackers, status, permissions and workflows)\r
160 * language for default configuration data can now be chosen when running 'load_default_data' task\r
161 * javascript added on custom field form to show/hide fields according to the format of custom field\r
162 * fixed: custom fields not in csv exports\r
163 * fixed: project settings now displayed according to user's permissions\r
164 * fixed: application error when no version is selected on projects/add_file\r
165 * fixed: public actions not authorized for members of non public projects\r
166 * fixed: non public projects were shown on welcome screen even if current user is not a member\r
169 == 2006-10-08 v0.3.0\r
171 * user authentication against multiple LDAP (optional)\r
172 * token based "lost password" functionality\r
173 * user self-registration functionality (optional)\r
174 * custom fields now available for issues, users and projects\r
175 * new custom field format "text" (displayed as a textarea field) \r
176 * project & administration drop down menus in navigation bar for quicker access\r
177 * text formatting is preserved for long text fields (issues, projects and news descriptions)\r
178 * urls and emails are turned into clickable links in long text fields\r
179 * "due date" field added on issues\r
180 * tracker selection filter added on change log\r
181 * Localization plugin replaced with GLoc 1.1.0 (iconv required)\r
182 * error messages internationalization\r
183 * german translation added (thanks to Karim Trott)\r
184 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)\r
185 * new filter in issues list: "Fixed version"\r
186 * active filters are displayed with colored background on issues list\r
187 * custom configuration is now defined in config/config_custom.rb\r
188 * user object no more stored in session (only user_id)\r
189 * news summary field is no longer required\r
190 * tables and forms redesign\r
191 * Fixed: boolean custom field not working\r
192 * Fixed: error messages for custom fields are not displayed\r
193 * Fixed: invalid custom fields should have a red border\r
194 * Fixed: custom fields values are not validated on issue update\r
195 * Fixed: unable to choose an empty value for 'List' custom fields\r
196 * Fixed: no issue categories sorting\r
197 * Fixed: incorrect versions sorting\r
200 == 2006-07-12 - v0.2.2\r
202 * Fixed: bug in "issues list"\r
205 == 2006-07-09 - v0.2.1\r
207 * new databases supported: Oracle, PostgreSQL, SQL Server\r
208 * projects/subprojects hierarchy (1 level of subprojects only)\r
209 * environment information display in admin/info\r
210 * more filter options in issues list (rev6)\r
211 * default language based on browser settings (Accept-Language HTTP header)\r
212 * issues list exportable to CSV (rev6)\r
213 * simple_format and auto_link on long text fields\r
214 * more data validations\r
215 * Fixed: error when all mail notifications are unchecked in admin/mail_options\r
216 * Fixed: all project news are displayed on project summary\r
217 * Fixed: Can't change user password in users/edit\r
218 * Fixed: Error on tables creation with PostgreSQL (rev5)\r
219 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)\r
222 == 2006-06-25 - v0.1.0\r
224 * multiple users/multiple projects\r
225 * role based access control\r
226 * issue tracking system\r
227 * fully customizable workflow\r
228 * documents/files repository\r
229 * email notifications on issue creation and update\r
230 * multilanguage support (except for error messages):english, french, spanish\r
231 * online manual in french (unfinished)\r