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