##// END OF EJS Templates
Update the CHANGELOG for 0.9.6...
Eric Davis -
r3721:83f1ecb980b8
parent child
Show More
@@ -1,1166 +1,1171
1 1 == Redmine changelog
2 2
3 3 Redmine - project management software
4 4 Copyright (C) 2006-2010 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 7 == v1.0.0
8 8
9 9 Adds context menu to the roadmap issue lists
10 10
11 == 2010-07-07 v0.9.6
12
13 Fixed: Redmine.pm access by unauthorized users
14
11 15 == 2010-06-24 v0.9.5
16
12 17 Linkify folder names on revision view
13 18 "fiters" and "options" should be hidden in print view via css
14 19 Fixed: NoMethodError when no issue params are submitted
15 20 Fixed: projects.atom with required authentication
16 21 Fixed: External links not correctly displayed in Wiki TOC
17 22 Fixed: Member role forms in project settings are not hidden after member added
18 23 Fixed: pre can't be inside p
19 24 Fixed: session cookie path does not respect RAILS_RELATIVE_URL_ROOT
20 25 Fixed: mail handler fails when the from address is empty
21 26
22 27
23 28 == 2010-05-01 v0.9.4
24 29
25 30 Filters collapsed by default on issues index page for a saved query
26 31 Fixed: When categories list is too big the popup menu doesn't adjust (ex. in the issue list)
27 32 Fixed: remove "main-menu" div when the menu is empty
28 33 Fixed: Code syntax highlighting not working in Document page
29 34 Fixed: Git blame/annotate fails on moved files
30 35 Fixed: Failing test in test_show_atom
31 36 Fixed: Migrate from trac - not displayed Wikis
32 37 Fixed: Email notifications on file upload sent to empty recipient list
33 38 Fixed: Migrating from trac is not possible, fails to allocate memory
34 39 Fixed: Lost password no longer flashes a confirmation message
35 40 Fixed: Crash while deleting in-use enumeration
36 41 Fixed: Hard coded English string at the selection of issue watchers
37 42 Fixed: Bazaar v2.1.0 changed behaviour
38 43 Fixed: Roadmap display can raise an exception if no trackers are selected
39 44 Fixed: Gravatar breaks layout of "logged in" page
40 45 Fixed: Reposman.rb on Windows
41 46 Fixed: Possible error 500 while moving an issue to another project with SQLite
42 47 Fixed: backslashes in issue description/note should be escaped when quoted
43 48 Fixed: Long text in <pre> disrupts Associated revisions
44 49 Fixed: Links to missing wiki pages not red on project overview page
45 50 Fixed: Cannot delete a project with subprojects that shares versions
46 51 Fixed: Update of Subversion changesets broken under Solaris
47 52 Fixed: "Move issues" permission not working for Non member
48 53 Fixed: Sidebar overlap on Users tab of Group editor
49 54 Fixed: Error on db:migrate with table prefix set (hardcoded name in principal.rb)
50 55 Fixed: Report shows sub-projects for non-members
51 56 Fixed: 500 internal error when browsing any Redmine page in epiphany
52 57 Fixed: Watchers selection lost when issue creation fails
53 58 Fixed: When copying projects, redmine should not generate an email to people who created issues
54 59 Fixed: Issue "#" table cells should have a class attribute to enable fine-grained CSS theme
55 60 Fixed: Plugin generators should display help if no parameter is given
56 61
57 62
58 63 == 2010-02-28 v0.9.3
59 64
60 65 Adds filter for system shared versions on the cross project issue list
61 66 Makes project identifiers searchable
62 67 Remove invalid utf8 sequences from commit comments and author name
63 68 Fixed: Wrong link when "http" not included in project "Homepage" link
64 69 Fixed: Escaping in html email templates
65 70 Fixed: Pound (#) followed by number with leading zero (0) removes leading zero when rendered in wiki
66 71 Fixed: Deselecting textile text formatting causes interning empty string errors
67 72 Fixed: error with postgres when entering a non-numeric id for an issue relation
68 73 Fixed: div.task incorrectly wrapping on Gantt Chart
69 74 Fixed: Project copy loses wiki pages hierarchy
70 75 Fixed: parent project field doesn't include blank value when a member with 'add subproject' permission edits a child project
71 76 Fixed: Repository.fetch_changesets tries to fetch changesets for archived projects
72 77 Fixed: Duplicated project name for subproject version on gantt chart
73 78 Fixed: roadmap shows subprojects issues even if subprojects is unchecked
74 79 Fixed: IndexError if all the :last menu items are deleted from a menu
75 80 Fixed: Very high CPU usage for a long time when fetching commits from a large Git repository
76 81
77 82
78 83 == 2010-02-07 v0.9.2
79 84
80 85 * Fixed: Sub-project repository commits not displayed on parent project issues
81 86 * Fixed: Potential security leak on my page calendar
82 87 * Fixed: Project tree structure is broken by deleting the project with the subproject
83 88 * Fixed: Error message shown duplicated when creating a new group
84 89 * Fixed: Firefox cuts off large pages
85 90 * Fixed: Invalid format parameter returns a DoubleRenderError on issues index
86 91 * Fixed: Unnecessary Quote button on locked forum message
87 92 * Fixed: Error raised when trying to view the gantt or calendar with a grouped query
88 93 * Fixed: PDF support for Korean locale
89 94 * Fixed: Deprecation warning in extra/svn/reposman.rb
90 95
91 96
92 97 == 2010-01-30 v0.9.1
93 98
94 99 * Vertical alignment for inline images in formatted text set to 'middle'
95 100 * Fixed: Redmine.pm error "closing dbh with active statement handles at /usr/lib/perl5/Apache/Redmine.pm"
96 101 * Fixed: copyright year in footer set to 2010
97 102 * Fixed: Trac migration script may not output query lines
98 103 * Fixed: Email notifications may affect language of notice messages on the UI
99 104 * Fixed: Can not search for 2 letters word
100 105 * Fixed: Attachments get saved on issue update even if validation fails
101 106 * Fixed: Tab's 'border-bottom' not absent when selected
102 107 * Fixed: Issue summary tables that list by user are not sorted
103 108 * Fixed: Issue pdf export fails if target version is set
104 109 * Fixed: Issue list export to PDF breaks when issues are sorted by a custom field
105 110 * Fixed: SQL error when adding a group
106 111 * Fixes: Min password length during password reset always displays as 4 chars
107 112
108 113
109 114 == 2010-01-09 v0.9.0 (Release candidate)
110 115
111 116 * Unlimited subproject nesting
112 117 * Multiple roles per user per project
113 118 * User groups
114 119 * Inheritence of versions
115 120 * OpenID login
116 121 * "Watched by me" issue filter
117 122 * Project copy
118 123 * Project creation by non admin users
119 124 * Accept emails from anyone on a private project
120 125 * Add email notification on Wiki changes
121 126 * Make issue description non-required field
122 127 * Custom fields for Versions
123 128 * Being able to sort the issue list by custom fields
124 129 * Ability to close versions
125 130 * User display/editing of custom fields attached to their user profile
126 131 * Add "follows" issue relation
127 132 * Copy workflows between trackers and roles
128 133 * Defaults enabled modules list for project creation
129 134 * Weighted version completion percentage on the roadmap
130 135 * Autocreate user account when user submits email that creates new issue
131 136 * CSS class on overdue issues on the issue list
132 137 * Enable tracker update on issue edit form
133 138 * Remove issue watchers
134 139 * Ability to move threads between project forums
135 140 * Changed custom field "Possible values" to a textarea
136 141 * Adds projects association on tracker form
137 142 * Set session store to cookie store by default
138 143 * Set a default wiki page on project creation
139 144 * Roadmap for main project should see Roadmaps for sub projects
140 145 * Ticket grouping on the issue list
141 146 * Hierarchical Project links in the page header
142 147 * Allow My Page blocks to be added to from a plugin
143 148 * Sort issues by multiple columns
144 149 * Filters of saved query are now visible and be adjusted without editing the query
145 150 * Saving "sort order" in custom queries
146 151 * Url to fetch changesets for a repository
147 152 * Managers able to create subprojects
148 153 * Issue Totals on My Page Modules
149 154 * Convert Enumerations to single table inheritance (STI)
150 155 * Allow custom my_page blocks to define drop-down names
151 156 * "View Issues" user permission added
152 157 * Ask user what to do with child pages when deleting a parent wiki page
153 158 * Contextual quick search
154 159 * Allow resending of password by email
155 160 * Change reply subject to be a link to the reply itself
156 161 * Include Logged Time as part of the project's Activity history
157 162 * REST API for authentication
158 163 * Browse through Git branches
159 164 * Setup Object Daddy to replace test fixtures
160 165 * Setup shoulda to make it easier to test
161 166 * Custom fields and overrides on Enumerations
162 167 * Add or remove columns from the issue list
163 168 * Ability to add new version from issues screen
164 169 * Setting to choose which day calendars start
165 170 * Asynchronous email delivery method
166 171 * RESTful URLs for (almost) everything
167 172 * Include issue status in search results and activity pages
168 173 * Add email to admin user search filter
169 174 * Proper content type for plain text mails
170 175 * Default value of project jump box
171 176 * Tree based menus
172 177 * Ability to use issue status to update percent done
173 178 * Second set of issue "Action Links" at the bottom of an issue page
174 179 * Proper exist status code for rdm-mailhandler.rb
175 180 * Remove incoming email body via a delimiter
176 181 * Fixed: Custom querry 'Export to PDF' ignores field selection
177 182 * Fixed: Related e-mail notifications aren't threaded
178 183 * Fixed: No warning when the creation of a categories from the issue form fails
179 184 * Fixed: Actually block issues from closing when relation 'blocked by' isn't closed
180 185 * Fixed: Include both first and last name when sorting by users
181 186 * Fixed: Table cell with multiple line text
182 187 * Fixed: Project overview page shows disabled trackers
183 188 * Fixed: Cross project issue relations and user permissions
184 189 * Fixed: My page shows tickets the user doesn't have access to
185 190 * Fixed: TOC does not parse wiki page reference links with description
186 191 * Fixed: Target version-list on bulk edit form is incorrectly sorted
187 192 * Fixed: Cannot modify/delete project named "Documents"
188 193 * Fixed: Email address in brackets breaks html
189 194 * Fixed: Timelog detail loose issue filter passing to report tab
190 195 * Fixed: Inform about custom field's name maximum length
191 196 * Fixed: Activity page and Atom feed links contain project id instead of identifier
192 197 * Fixed: no Atom key for forums with only 1 forum
193 198 * Fixed: When reading RSS feed in MS Outlook, the inline links are broken.
194 199 * Fixed: Sometimes new posts don't show up in the topic list of a forum.
195 200 * Fixed: The all/active filter selection in the project view does not stick.
196 201 * Fixed: Login box has Different width
197 202 * Fixed: User removed from project - still getting project update emails
198 203 * Fixed: Project with the identifier of 'new' cannot be viewed
199 204 * Fixed: Artefacts in search view (Cyrillic)
200 205 * Fixed: Allow [#id] as subject to reply by email
201 206 * Fixed: Wrong language used when closing an issue via a commit message
202 207 * Fixed: email handler drops emails for new issues with no subject
203 208 * Fixed: Calendar misspelled under Roles/Permissions
204 209 * Fixed: Emails from no-reply redmine's address hell cycle
205 210 * Fixed: child_pages macro fails on wiki page history
206 211 * Fixed: Pre-filled time tracking date ignores timezone
207 212 * Fixed: Links on locked users lead to 404 page
208 213 * Fixed: Page changes in issue-list when using context menu
209 214 * Fixed: diff parser removes lines starting with multiple dashes
210 215 * Fixed: Quoting in forums resets message subject
211 216 * Fixed: Editing issue comment removes quote link
212 217 * Fixed: Redmine.pm ignore browse_repository permission
213 218 * Fixed: text formatting breaks on [msg1][msg2]
214 219 * Fixed: Spent Time Default Value of 0.0
215 220 * Fixed: Wiki pages in search results are referenced by project number, not by project identifier.
216 221 * Fixed: When logging in via an autologin cookie the user's last_login_on should be updated
217 222 * Fixed: 50k users cause problems in project->settings->members screen
218 223 * Fixed: Document timestamp needs to show updated timestamps
219 224 * Fixed: Users getting notifications for issues they are no longer allowed to view
220 225 * Fixed: issue summary counts should link to the issue list without subprojects
221 226 * Fixed: 'Delete' link on LDAP list has no effect
222 227
223 228
224 229 == 2009-11-15 v0.8.7
225 230
226 231 * Fixed: Hide paragraph terminator at the end of headings on html export
227 232 * Fixed: pre tags containing "<pre*"
228 233 * Fixed: First date of the date range not included in the time report with SQLite
229 234 * Fixed: Password field not styled correctly on alternative stylesheet
230 235 * Fixed: Error when sumbitting a POST request that requires a login
231 236 * Fixed: CSRF vulnerabilities
232 237
233 238
234 239 == 2009-11-04 v0.8.6
235 240
236 241 * Change links to closed issues to be a grey color
237 242 * Change subversion adapter to not cache authentication and run non interactively
238 243 * Fixed: Custom Values with a nil value cause HTTP error 500
239 244 * Fixed: Failure to convert HTML entities when editing an Issue reply
240 245 * Fixed: Error trying to show repository when there are no comments in a changeset
241 246 * Fixed: account/show/:user_id should not be accessible for other users not in your projects
242 247 * Fixed: XSS vulnerabilities
243 248 * Fixed: IssuesController#destroy should accept POST only
244 249 * Fixed: Inline images in wiki headings
245 250
246 251
247 252 == 2009-09-13 v0.8.5
248 253
249 254 * Incoming mail handler : Allow spaces between keywords and colon
250 255 * Do not require a non-word character after a comma in Redmine links
251 256 * Include issue hyperlinks in reminder emails
252 257 * Prevent nil error when retrieving svn version
253 258 * Various plugin hooks added
254 259 * Add plugins information to script/about
255 260 * Fixed: 500 Internal Server Error is raised if add an empty comment to the news
256 261 * Fixed: Atom links for wiki pages are not correct
257 262 * Fixed: Atom feeds leak email address
258 263 * Fixed: Case sensitivity in Issue filtering
259 264 * Fixed: When reading RSS feed, the inline-embedded images are not properly shown
260 265
261 266
262 267 == 2009-05-17 v0.8.4
263 268
264 269 * Allow textile mailto links
265 270 * Fixed: memory consumption when uploading file
266 271 * Fixed: Mercurial integration doesn't work if Redmine is installed in folder path containing space
267 272 * Fixed: an error is raised when no tab is available on project settings
268 273 * Fixed: insert image macro corrupts urls with excalamation marks
269 274 * Fixed: error on cross-project gantt PNG export
270 275 * Fixed: self and alternate links in atom feeds do not respect Atom specs
271 276 * Fixed: accept any svn tunnel scheme in repository URL
272 277 * Fixed: issues/show should accept user's rss key
273 278 * Fixed: consistency of custom fields display on the issue detail view
274 279 * Fixed: wiki comments length validation is missing
275 280 * Fixed: weak autologin token generation algorithm causes duplicate tokens
276 281
277 282
278 283 == 2009-04-05 v0.8.3
279 284
280 285 * Separate project field and subject in cross-project issue view
281 286 * Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable
282 287 * Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data task
283 288 * CSS classes to highlight own and assigned issues
284 289 * Hide "New file" link on wiki pages from printing
285 290 * Flush buffer when asking for language in redmine:load_default_data task
286 291 * Minimum project identifier length set to 1
287 292 * Include headers so that emails don't trigger vacation auto-responders
288 293 * Fixed: Time entries csv export links for all projects are malformed
289 294 * Fixed: Files without Version aren't visible in the Activity page
290 295 * Fixed: Commit logs are centered in the repo browser
291 296 * Fixed: News summary field content is not searchable
292 297 * Fixed: Journal#save has a wrong signature
293 298 * Fixed: Email footer signature convention
294 299 * Fixed: Timelog report do not show time for non-versioned issues
295 300
296 301
297 302 == 2009-03-07 v0.8.2
298 303
299 304 * Send an email to the user when an administrator activates a registered user
300 305 * Strip keywords from received email body
301 306 * Footer updated to 2009
302 307 * Show RSS-link even when no issues is found
303 308 * One click filter action in activity view
304 309 * Clickable/linkable line #'s while browsing the repo or viewing a file
305 310 * Links to versions on files list
306 311 * Added request and controller objects to the hooks by default
307 312 * Fixed: exporting an issue with attachments to PDF raises an error
308 313 * Fixed: "too few arguments" error may occur on activerecord error translation
309 314 * Fixed: "Default columns Displayed on the Issues list" setting is not easy to read
310 315 * Fixed: visited links to closed tickets are not striked through with IE6
311 316 * Fixed: MailHandler#plain_text_body returns nil if there was nothing to strip
312 317 * Fixed: MailHandler raises an error when processing an email without From header
313 318
314 319
315 320 == 2009-02-15 v0.8.1
316 321
317 322 * Select watchers on new issue form
318 323 * Issue description is no longer a required field
319 324 * Files module: ability to add files without version
320 325 * Jump to the current tab when using the project quick-jump combo
321 326 * Display a warning if some attachments were not saved
322 327 * Import custom fields values from emails on issue creation
323 328 * Show view/annotate/download links on entry and annotate views
324 329 * Admin Info Screen: Display if plugin assets directory is writable
325 330 * Adds a 'Create and continue' button on the new issue form
326 331 * IMAP: add options to move received emails
327 332 * Do not show Category field when categories are not defined
328 333 * Lower the project identifier limit to a minimum of two characters
329 334 * Add "closed" html class to closed entries in issue list
330 335 * Fixed: broken redirect URL on login failure
331 336 * Fixed: Deleted files are shown when using Darcs
332 337 * Fixed: Darcs adapter works on Win32 only
333 338 * Fixed: syntax highlight doesn't appear in new ticket preview
334 339 * Fixed: email notification for changes I make still occurs when running Repository.fetch_changesets
335 340 * Fixed: no error is raised when entering invalid hours on the issue update form
336 341 * Fixed: Details time log report CSV export doesn't honour date format from settings
337 342 * Fixed: invalid css classes on issue details
338 343 * Fixed: Trac importer creates duplicate custom values
339 344 * Fixed: inline attached image should not match partial filename
340 345
341 346
342 347 == 2008-12-30 v0.8.0
343 348
344 349 * Setting added in order to limit the number of diff lines that should be displayed
345 350 * Makes logged-in username in topbar linking to
346 351 * Mail handler: strip tags when receiving a html-only email
347 352 * Mail handler: add watchers before sending notification
348 353 * Adds a css class (overdue) to overdue issues on issue lists and detail views
349 354 * Fixed: project activity truncated after viewing user's activity
350 355 * Fixed: email address entered for password recovery shouldn't be case-sensitive
351 356 * Fixed: default flag removed when editing a default enumeration
352 357 * Fixed: default category ignored when adding a document
353 358 * Fixed: error on repository user mapping when a repository username is blank
354 359 * Fixed: Firefox cuts off large diffs
355 360 * Fixed: CVS browser should not show dead revisions (deleted files)
356 361 * Fixed: escape double-quotes in image titles
357 362 * Fixed: escape textarea content when editing a issue note
358 363 * Fixed: JS error on context menu with IE
359 364 * Fixed: bold syntax around single character in series doesn't work
360 365 * Fixed several XSS vulnerabilities
361 366 * Fixed a SQL injection vulnerability
362 367
363 368
364 369 == 2008-12-07 v0.8.0-rc1
365 370
366 371 * Wiki page protection
367 372 * Wiki page hierarchy. Parent page can be assigned on the Rename screen
368 373 * Adds support for issue creation via email
369 374 * Adds support for free ticket filtering and custom queries on Gantt chart and calendar
370 375 * Cross-project search
371 376 * Ability to search a project and its subprojects
372 377 * Ability to search the projects the user belongs to
373 378 * Adds custom fields on time entries
374 379 * Adds boolean and list custom fields for time entries as criteria on time report
375 380 * Cross-project time reports
376 381 * Display latest user's activity on account/show view
377 382 * Show last connexion time on user's page
378 383 * Obfuscates email address on user's account page using javascript
379 384 * wiki TOC rendered as an unordered list
380 385 * Adds the ability to search for a user on the administration users list
381 386 * Adds the ability to search for a project name or identifier on the administration projects list
382 387 * Redirect user to the previous page after logging in
383 388 * Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
384 389 * Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
385 390 * Adds permissions to let users edit and/or delete their messages
386 391 * Link to activity view when displaying dates
387 392 * Hide Redmine version in atom feeds and pdf properties
388 393 * Maps repository users to Redmine users. Users with same username or email are automatically mapped. Mapping can be manually adjusted in repository settings. Multiple usernames can be mapped to the same Redmine user.
389 394 * Sort users by their display names so that user dropdown lists are sorted alphabetically
390 395 * Adds estimated hours to issue filters
391 396 * Switch order of current and previous revisions in side-by-side diff
392 397 * Render the commit changes list as a tree
393 398 * Adds watch/unwatch functionality at forum topic level
394 399 * When moving an issue to another project, reassign it to the category with same name if any
395 400 * Adds child_pages macro for wiki pages
396 401 * Use GET instead of POST on roadmap (#718), gantt and calendar forms
397 402 * Search engine: display total results count and count by result type
398 403 * Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
399 404 * Adds icons on search results
400 405 * Adds 'Edit' link on account/show for admin users
401 406 * Adds Lock/Unlock/Activate link on user edit screen
402 407 * Adds user count in status drop down on admin user list
403 408 * Adds multi-levels blockquotes support by using > at the beginning of lines
404 409 * Adds a Reply link to each issue note
405 410 * Adds plain text only option for mail notifications
406 411 * Gravatar support for issue detail, user grid, and activity stream (disabled by default)
407 412 * Adds 'Delete wiki pages attachments' permission
408 413 * Show the most recent file when displaying an inline image
409 414 * Makes permission screens localized
410 415 * AuthSource list: display associated users count and disable 'Delete' buton if any
411 416 * Make the 'duplicates of' relation asymmetric
412 417 * Adds username to the password reminder email
413 418 * Adds links to forum messages using message#id syntax
414 419 * Allow same name for custom fields on different object types
415 420 * One-click bulk edition using the issue list context menu within the same project
416 421 * Adds support for commit logs reencoding to UTF-8 before insertion in the database. Source encoding of commit logs can be selected in Application settings -> Repositories.
417 422 * Adds checkboxes toggle links on permissions report
418 423 * Adds Trac-Like anchors on wiki headings
419 424 * Adds support for wiki links with anchor
420 425 * Adds category to the issue context menu
421 426 * Adds a workflow overview screen
422 427 * Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
423 428 * Dots allowed in custom field name
424 429 * Adds posts quoting functionality
425 430 * Adds an option to generate sequential project identifiers
426 431 * Adds mailto link on the user administration list
427 432 * Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
428 433 * Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
429 434 * Change projects homepage limit to 255 chars
430 435 * Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes
431 436 * Adds "please select" to activity select box if no activity is set as default
432 437 * Do not silently ignore timelog validation failure on issue edit
433 438 * Adds a rake task to send reminder emails
434 439 * Allow empty cells in wiki tables
435 440 * Makes wiki text formatter pluggable
436 441 * Adds back textile acronyms support
437 442 * Remove pre tag attributes
438 443 * Plugin hooks
439 444 * Pluggable admin menu
440 445 * Plugins can provide activity content
441 446 * Moves plugin list to its own administration menu item
442 447 * Adds url and author_url plugin attributes
443 448 * Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
444 449 * Adds atom feed on time entries details
445 450 * Adds project name to issues feed title
446 451 * Adds a css class on menu items in order to apply item specific styles (eg. icons)
447 452 * Adds a Redmine plugin generators
448 453 * Adds timelog link to the issue context menu
449 454 * Adds links to the user page on various views
450 455 * Turkish translation by Ismail Sezen
451 456 * Catalan translation
452 457 * Vietnamese translation
453 458 * Slovak translation
454 459 * Better naming of activity feed if only one kind of event is displayed
455 460 * Enable syntax highlight on issues, messages and news
456 461 * Add target version to the issue list context menu
457 462 * Hide 'Target version' filter if no version is defined
458 463 * Add filters on cross-project issue list for custom fields marked as 'For all projects'
459 464 * Turn ftp urls into links
460 465 * Hiding the View Differences button when a wiki page's history only has one version
461 466 * Messages on a Board can now be sorted by the number of replies
462 467 * Adds a class ('me') to events of the activity view created by current user
463 468 * Strip pre/code tags content from activity view events
464 469 * Display issue notes in the activity view
465 470 * Adds links to changesets atom feed on repository browser
466 471 * Track project and tracker changes in issue history
467 472 * Adds anchor to atom feed messages links
468 473 * Adds a key in lang files to set the decimal separator (point or comma) in csv exports
469 474 * Makes importer work with Trac 0.8.x
470 475 * Upgraded to Prototype 1.6.0.1
471 476 * File viewer for attached text files
472 477 * Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
473 478 * Removed inconsistent revision numbers on diff view
474 479 * CVS: add support for modules names with spaces
475 480 * Log the user in after registration if account activation is not needed
476 481 * Mercurial adapter improvements
477 482 * Trac importer: read session_attribute table to find user's email and real name
478 483 * Ability to disable unused SCM adapters in application settings
479 484 * Adds Filesystem adapter
480 485 * Clear changesets and changes with raw sql when deleting a repository for performance
481 486 * Redmine.pm now uses the 'commit access' permission defined in Redmine
482 487 * Reposman can create any type of scm (--scm option)
483 488 * Reposman creates a repository if the 'repository' module is enabled at project level only
484 489 * Display svn properties in the browser, svn >= 1.5.0 only
485 490 * Reduces memory usage when importing large git repositories
486 491 * Wider SVG graphs in repository stats
487 492 * SubversionAdapter#entries performance improvement
488 493 * SCM browser: ability to download raw unified diffs
489 494 * More detailed error message in log when scm command fails
490 495 * Adds support for file viewing with Darcs 2.0+
491 496 * Check that git changeset is not in the database before creating it
492 497 * Unified diff viewer for attached files with .patch or .diff extension
493 498 * File size display with Bazaar repositories
494 499 * Git adapter: use commit time instead of author time
495 500 * Prettier url for changesets
496 501 * Makes changes link to entries on the revision view
497 502 * Adds a field on the repository view to browse at specific revision
498 503 * Adds new projects atom feed
499 504 * Added rake tasks to generate rcov code coverage reports
500 505 * Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
501 506 * Show the project hierarchy in the drop down list for new membership on user administration screen
502 507 * Split user edit screen into tabs
503 508 * Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
504 509 * Fixed: Roadmap crashes when a version has a due date > 2037
505 510 * Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
506 511 * Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
507 512 * Fixed: logtime entry duplicated when edited from parent project
508 513 * Fixed: wrong digest for text files under Windows
509 514 * Fixed: associated revisions are displayed in wrong order on issue view
510 515 * Fixed: Git Adapter date parsing ignores timezone
511 516 * Fixed: Printing long roadmap doesn't split across pages
512 517 * Fixes custom fields display order at several places
513 518 * Fixed: urls containing @ are parsed as email adress by the wiki formatter
514 519 * Fixed date filters accuracy with SQLite
515 520 * Fixed: tokens not escaped in highlight_tokens regexp
516 521 * Fixed Bazaar shared repository browsing
517 522 * Fixes platform determination under JRuby
518 523 * Fixed: Estimated time in issue's journal should be rounded to two decimals
519 524 * Fixed: 'search titles only' box ignored after one search is done on titles only
520 525 * Fixed: non-ASCII subversion path can't be displayed
521 526 * Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
522 527 * Fixed: document listing shows on "my page" when viewing documents is disabled for the role
523 528 * Fixed: Latest news appear on the homepage for projects with the News module disabled
524 529 * Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
525 530 * Fixed: the default status is lost when reordering issue statuses
526 531 * Fixes error with Postgresql and non-UTF8 commit logs
527 532 * Fixed: textile footnotes no longer work
528 533 * Fixed: http links containing parentheses fail to reder correctly
529 534 * Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
530 535
531 536
532 537 == 2008-07-06 v0.7.3
533 538
534 539 * Allow dot in firstnames and lastnames
535 540 * Add project name to cross-project Atom feeds
536 541 * Encoding set to utf8 in example database.yml
537 542 * HTML titles on forums related views
538 543 * Fixed: various XSS vulnerabilities
539 544 * Fixed: Entourage (and some old client) fails to correctly render notification styles
540 545 * Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
541 546 * Fixed: wrong relative paths to images in wiki_syntax.html
542 547
543 548
544 549 == 2008-06-15 v0.7.2
545 550
546 551 * "New Project" link on Projects page
547 552 * Links to repository directories on the repo browser
548 553 * Move status to front in Activity View
549 554 * Remove edit step from Status context menu
550 555 * Fixed: No way to do textile horizontal rule
551 556 * Fixed: Repository: View differences doesn't work
552 557 * Fixed: attachement's name maybe invalid.
553 558 * Fixed: Error when creating a new issue
554 559 * Fixed: NoMethodError on @available_filters.has_key?
555 560 * Fixed: Check All / Uncheck All in Email Settings
556 561 * Fixed: "View differences" of one file at /repositories/revision/ fails
557 562 * Fixed: Column width in "my page"
558 563 * Fixed: private subprojects are listed on Issues view
559 564 * Fixed: Textile: bold, italics, underline, etc... not working after parentheses
560 565 * Fixed: Update issue form: comment field from log time end out of screen
561 566 * Fixed: Editing role: "issue can be assigned to this role" out of box
562 567 * Fixed: Unable use angular braces after include word
563 568 * Fixed: Using '*' as keyword for repository referencing keywords doesn't work
564 569 * Fixed: Subversion repository "View differences" on each file rise ERROR
565 570 * Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
566 571 * Fixed: It is possible to lock out the last admin account
567 572 * Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
568 573 * Fixed: Issue number display clipped on 'my issues'
569 574 * Fixed: Roadmap version list links not carrying state
570 575 * Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
571 576 * Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
572 577 * Fixed: browser's language subcodes ignored
573 578 * Fixed: Error on project selection with numeric (only) identifier.
574 579 * Fixed: Link to PDF doesn't work after creating new issue
575 580 * Fixed: "Replies" should not be shown on forum threads that are locked
576 581 * Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
577 582 * Fixed: http links containing hashes don't display correct
578 583 * Fixed: Allow ampersands in Enumeration names
579 584 * Fixed: Atom link on saved query does not include query_id
580 585 * Fixed: Logtime info lost when there's an error updating an issue
581 586 * Fixed: TOC does not parse colorization markups
582 587 * Fixed: CVS: add support for modules names with spaces
583 588 * Fixed: Bad rendering on projects/add
584 589 * Fixed: exception when viewing differences on cvs
585 590 * Fixed: export issue to pdf will messup when use Chinese language
586 591 * Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
587 592 * Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
588 593 * Fixed: Importing from trac : some wiki links are messed
589 594 * Fixed: Incorrect weekend definition in Hebrew calendar locale
590 595 * Fixed: Atom feeds don't provide author section for repository revisions
591 596 * Fixed: In Activity views, changesets titles can be multiline while they should not
592 597 * Fixed: Ignore unreadable subversion directories (read disabled using authz)
593 598 * Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
594 599 * Fixed: Close statement handler in Redmine.pm
595 600
596 601
597 602 == 2008-05-04 v0.7.1
598 603
599 604 * Thai translation added (Gampol Thitinilnithi)
600 605 * Translations updates
601 606 * Escape HTML comment tags
602 607 * Prevent "can't convert nil into String" error when :sort_order param is not present
603 608 * Fixed: Updating tickets add a time log with zero hours
604 609 * Fixed: private subprojects names are revealed on the project overview
605 610 * Fixed: Search for target version of "none" fails with postgres 8.3
606 611 * Fixed: Home, Logout, Login links shouldn't be absolute links
607 612 * Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
608 613 * Fixed: error when using upcase language name in coderay
609 614 * Fixed: error on Trac import when :due attribute is nil
610 615
611 616
612 617 == 2008-04-28 v0.7.0
613 618
614 619 * Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
615 620 * Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
616 621 * Add predefined date ranges to the time report
617 622 * Time report can be done at issue level
618 623 * Various timelog report enhancements
619 624 * Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
620 625 * Display the context menu above and/or to the left of the click if needed
621 626 * Make the admin project files list sortable
622 627 * Mercurial: display working directory files sizes unless browsing a specific revision
623 628 * Preserve status filter and page number when using lock/unlock/activate links on the users list
624 629 * Redmine.pm support for LDAP authentication
625 630 * Better error message and AR errors in log for failed LDAP on-the-fly user creation
626 631 * Redirected user to where he is coming from after logging hours
627 632 * Warn user that subprojects are also deleted when deleting a project
628 633 * Include subprojects versions on calendar and gantt
629 634 * Notify project members when a message is posted if they want to receive notifications
630 635 * Fixed: Feed content limit setting has no effect
631 636 * Fixed: Priorities not ordered when displayed as a filter in issue list
632 637 * Fixed: can not display attached images inline in message replies
633 638 * Fixed: Boards are not deleted when project is deleted
634 639 * Fixed: trying to preview a new issue raises an exception with postgresql
635 640 * Fixed: single file 'View difference' links do not work because of duplicate slashes in url
636 641 * Fixed: inline image not displayed when including a wiki page
637 642 * Fixed: CVS duplicate key violation
638 643 * Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
639 644 * Fixed: custom field filters behaviour
640 645 * Fixed: Postgresql 8.3 compatibility
641 646 * Fixed: Links to repository directories don't work
642 647
643 648
644 649 == 2008-03-29 v0.7.0-rc1
645 650
646 651 * Overall activity view and feed added, link is available on the project list
647 652 * Git VCS support
648 653 * Rails 2.0 sessions cookie store compatibility
649 654 * Use project identifiers in urls instead of ids
650 655 * Default configuration data can now be loaded from the administration screen
651 656 * Administration settings screen split to tabs (email notifications options moved to 'Settings')
652 657 * Project description is now unlimited and optional
653 658 * Wiki annotate view
654 659 * Escape HTML tag in textile content
655 660 * Add Redmine links to documents, versions, attachments and repository files
656 661 * 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:
657 662 * by using checkbox and/or the little pencil that will select/unselect all issues
658 663 * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
659 664 * 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)
660 665 * User display format is now configurable in administration settings
661 666 * Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
662 667 * Merged 'change status', 'edit issue' and 'add note' actions:
663 668 * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
664 669 * '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
665 670 * Details by assignees on issue summary view
666 671 * '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
667 672 * Change status select box default to current status
668 673 * Preview for issue notes, news and messages
669 674 * Optional description for attachments
670 675 * 'Fixed version' label changed to 'Target version'
671 676 * Let the user choose when deleting issues with reported hours to:
672 677 * delete the hours
673 678 * assign the hours to the project
674 679 * reassign the hours to another issue
675 680 * Date range filter and pagination on time entries detail view
676 681 * Propagate time tracking to the parent project
677 682 * Switch added on the project activity view to include subprojects
678 683 * Display total estimated and spent hours on the version detail view
679 684 * Weekly time tracking block for 'My page'
680 685 * Permissions to edit time entries
681 686 * Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
682 687 * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
683 688 * Make versions with same date sorted by name
684 689 * Allow issue list to be sorted by target version
685 690 * Related changesets messages displayed on the issue details view
686 691 * Create a journal and send an email when an issue is closed by commit
687 692 * Add 'Author' to the available columns for the issue list
688 693 * More appropriate default sort order on sortable columns
689 694 * Add issue subject to the time entries view and issue subject, description and tracker to the csv export
690 695 * Permissions to edit issue notes
691 696 * Display date/time instead of date on files list
692 697 * Do not show Roadmap menu item if the project doesn't define any versions
693 698 * Allow longer version names (60 chars)
694 699 * Ability to copy an existing workflow when creating a new role
695 700 * Display custom fields in two columns on the issue form
696 701 * Added 'estimated time' in the csv export of the issue list
697 702 * Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
698 703 * Setting for whether new projects should be public by default
699 704 * User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
700 705 * Added default value for custom fields
701 706 * Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
702 707 * Redirect to issue page after creating a new issue
703 708 * Wiki toolbar improvements (mainly for Firefox)
704 709 * Display wiki syntax quick ref link on all wiki textareas
705 710 * Display links to Atom feeds
706 711 * Breadcrumb nav for the forums
707 712 * Show replies when choosing to display messages in the activity
708 713 * Added 'include' macro to include another wiki page
709 714 * RedmineWikiFormatting page available as a static HTML file locally
710 715 * Wrap diff content
711 716 * Strip out email address from authors in repository screens
712 717 * Highlight the current item of the main menu
713 718 * Added simple syntax highlighters for php and java languages
714 719 * Do not show empty diffs
715 720 * Show explicit error message when the scm command failed (eg. when svn binary is not available)
716 721 * Lithuanian translation added (Sergej Jegorov)
717 722 * Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
718 723 * Danish translation added (Mads Vestergaard)
719 724 * Added i18n support to the jstoolbar and various settings screen
720 725 * RedCloth's glyphs no longer user
721 726 * New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
722 727 * The following menus can now be extended by plugins: top_menu, account_menu, application_menu
723 728 * Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
724 729 * Remove hardcoded "Redmine" strings in account related emails and use application title instead
725 730 * Mantis importer preserve bug ids
726 731 * Trac importer: Trac guide wiki pages skipped
727 732 * Trac importer: wiki attachments migration added
728 733 * Trac importer: support database schema for Trac migration
729 734 * Trac importer: support CamelCase links
730 735 * Removes the Redmine version from the footer (can be viewed on admin -> info)
731 736 * Rescue and display an error message when trying to delete a role that is in use
732 737 * 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
733 738 * Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
734 739 * Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
735 740 * Fixed: Textile image with style attribute cause internal server error
736 741 * Fixed: wiki TOC not rendered properly when used in an issue or document description
737 742 * Fixed: 'has already been taken' error message on username and email fields if left empty
738 743 * Fixed: non-ascii attachement filename with IE
739 744 * Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
740 745 * Fixed: search for all words doesn't work
741 746 * Fixed: Do not show sticky and locked checkboxes when replying to a message
742 747 * Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
743 748 * Fixed: Date custom fields not displayed as specified in application settings
744 749 * Fixed: titles not escaped in the activity view
745 750 * Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
746 751 * 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
747 752 * Fixed: locked users should not receive email notifications
748 753 * Fixed: custom field selection is not saved when unchecking them all on project settings
749 754 * Fixed: can not lock a topic when creating it
750 755 * Fixed: Incorrect filtering for unset values when using 'is not' filter
751 756 * Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
752 757 * Fixed: ajax pagination does not scroll up
753 758 * Fixed: error when uploading a file with no content-type specified by the browser
754 759 * Fixed: wiki and changeset links not displayed when previewing issue description or notes
755 760 * Fixed: 'LdapError: no bind result' error when authenticating
756 761 * Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
757 762 * Fixed: CVS repository doesn't work if port is used in the url
758 763 * Fixed: Email notifications: host name is missing in generated links
759 764 * Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
760 765 * Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
761 766 * Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
762 767 * Fixed: Do not send an email with no recipient, cc or bcc
763 768 * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
764 769 * Fixed: Mercurial browsing under unix-like os and for directory depth > 2
765 770 * Fixed: Wiki links with pipe can not be used in wiki tables
766 771 * Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
767 772 * Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
768 773
769 774
770 775 == 2008-03-12 v0.6.4
771 776
772 777 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
773 778 * Fixed: potential LDAP authentication security flaw
774 779 * Fixed: context submenus on the issue list don't show up with IE6.
775 780 * Fixed: Themes are not applied with Rails 2.0
776 781 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
777 782 * Fixed: Mercurial repository browsing
778 783 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
779 784 * Fixed: not null constraints not removed with Postgresql
780 785 * Doctype set to transitional
781 786
782 787
783 788 == 2007-12-18 v0.6.3
784 789
785 790 * Fixed: upload doesn't work in 'Files' section
786 791
787 792
788 793 == 2007-12-16 v0.6.2
789 794
790 795 * Search engine: issue custom fields can now be searched
791 796 * News comments are now textilized
792 797 * Updated Japanese translation (Satoru Kurashiki)
793 798 * Updated Chinese translation (Shortie Lo)
794 799 * Fixed Rails 2.0 compatibility bugs:
795 800 * Unable to create a wiki
796 801 * Gantt and calendar error
797 802 * Trac importer error (readonly? is defined by ActiveRecord)
798 803 * Fixed: 'assigned to me' filter broken
799 804 * Fixed: crash when validation fails on issue edition with no custom fields
800 805 * Fixed: reposman "can't find group" error
801 806 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
802 807 * Fixed: empty lines when displaying repository files with Windows style eol
803 808 * Fixed: missing body closing tag in repository annotate and entry views
804 809
805 810
806 811 == 2007-12-10 v0.6.1
807 812
808 813 * Rails 2.0 compatibility
809 814 * Custom fields can now be displayed as columns on the issue list
810 815 * Added version details view (accessible from the roadmap)
811 816 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
812 817 * Added per-project tracker selection. Trackers can be selected on project settings
813 818 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
814 819 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
815 820 * Forums: topics can be locked so that no reply can be added
816 821 * Forums: topics can be marked as sticky so that they always appear at the top of the list
817 822 * Forums: attachments can now be added to replies
818 823 * Added time zone support
819 824 * Added a setting to choose the account activation strategy (available in application settings)
820 825 * Added 'Classic' theme (inspired from the v0.51 design)
821 826 * Added an alternate theme which provides issue list colorization based on issues priority
822 827 * Added Bazaar SCM adapter
823 828 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
824 829 * Diff style (inline or side by side) automatically saved as a user preference
825 830 * Added issues status changes on the activity view (by Cyril Mougel)
826 831 * Added forums topics on the activity view (disabled by default)
827 832 * Added an option on 'My account' for users who don't want to be notified of changes that they make
828 833 * Trac importer now supports mysql and postgresql databases
829 834 * Trac importer improvements (by Mat Trudel)
830 835 * 'fixed version' field can now be displayed on the issue list
831 836 * Added a couple of new formats for the 'date format' setting
832 837 * Added Traditional Chinese translation (by Shortie Lo)
833 838 * Added Russian translation (iGor kMeta)
834 839 * Project name format limitation removed (name can now contain any character)
835 840 * Project identifier maximum length changed from 12 to 20
836 841 * Changed the maximum length of LDAP account to 255 characters
837 842 * Removed the 12 characters limit on passwords
838 843 * Added wiki macros support
839 844 * Performance improvement on workflow setup screen
840 845 * More detailed html title on several views
841 846 * Custom fields can now be reordered
842 847 * Search engine: search can be restricted to an exact phrase by using quotation marks
843 848 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
844 849 * Email notifications are now sent as Blind carbon copy by default
845 850 * Fixed: all members (including non active) should be deleted when deleting a project
846 851 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
847 852 * Fixed: 'quick jump to a revision' form on the revisions list
848 853 * Fixed: error on admin/info if there's more than 1 plugin installed
849 854 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
850 855 * Fixed: 'Assigned to' drop down list is not sorted
851 856 * Fixed: 'View all issues' link doesn't work on issues/show
852 857 * Fixed: error on account/register when validation fails
853 858 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
854 859 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
855 860 * Fixed: Wrong feed URLs on the home page
856 861 * Fixed: Update of time entry fails when the issue has been moved to an other project
857 862 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
858 863 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
859 864 * Fixed: admin should be able to move issues to any project
860 865 * Fixed: adding an attachment is not possible when changing the status of an issue
861 866 * Fixed: No mime-types in documents/files downloading
862 867 * Fixed: error when sorting the messages if there's only one board for the project
863 868 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
864 869
865 870 == 2007-11-04 v0.6.0
866 871
867 872 * Permission model refactoring.
868 873 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
869 874 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
870 875 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
871 876 * Added Mantis and Trac importers
872 877 * New application layout
873 878 * Added "Bulk edit" functionality on the issue list
874 879 * More flexible mail notifications settings at user level
875 880 * 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
876 881 * 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
877 882 * Added the ability to customize issue list columns (at application level or for each saved query)
878 883 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
879 884 * Added the ability to rename wiki pages (specific permission required)
880 885 * Search engines now supports pagination. Results are sorted in reverse chronological order
881 886 * Added "Estimated hours" attribute on issues
882 887 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
883 888 * Forum notifications are now also sent to the authors of the thread, even if they donοΏ½t watch the board
884 889 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
885 890 * Gantt chart: now starts at the current month by default
886 891 * Gantt chart: month count and zoom factor are automatically saved as user preferences
887 892 * Wiki links can now refer to other project wikis
888 893 * Added wiki index by date
889 894 * Added preview on add/edit issue form
890 895 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
891 896 * 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)
892 897 * Calendar: first day of week can now be set in lang files
893 898 * Automatic closing of duplicate issues
894 899 * Added a cross-project issue list
895 900 * AJAXified the SCM browser (tree view)
896 901 * Pretty URL for the repository browser (Cyril Mougel)
897 902 * Search engine: added a checkbox to search titles only
898 903 * Added "% done" in the filter list
899 904 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
900 905 * Added some accesskeys
901 906 * Added "Float" as a custom field format
902 907 * Added basic Theme support
903 908 * Added the ability to set the οΏ½done ratioοΏ½ of issues fixed by commit (Nikolay Solakov)
904 909 * Added custom fields in issue related mail notifications
905 910 * Email notifications are now sent in plain text and html
906 911 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
907 912 * Added syntax highlightment for repository files and wiki
908 913 * Improved automatic Redmine links
909 914 * Added automatic table of content support on wiki pages
910 915 * Added radio buttons on the documents list to sort documents by category, date, title or author
911 916 * Added basic plugin support, with a sample plugin
912 917 * Added a link to add a new category when creating or editing an issue
913 918 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
914 919 * Added an option to be able to relate issues in different projects
915 920 * Added the ability to move issues (to another project) without changing their trackers.
916 921 * Atom feeds added on project activity, news and changesets
917 922 * Added the ability to reset its own RSS access key
918 923 * Main project list now displays root projects with their subprojects
919 924 * Added anchor links to issue notes
920 925 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
921 926 * Issue notes are now included in search
922 927 * Added email sending test functionality
923 928 * Added LDAPS support for LDAP authentication
924 929 * Removed hard-coded URLs in mail templates
925 930 * Subprojects are now grouped by projects in the navigation drop-down menu
926 931 * Added a new value for date filters: this week
927 932 * Added cache for application settings
928 933 * Added Polish translation (Tomasz Gawryl)
929 934 * Added Czech translation (Jan Kadlecek)
930 935 * Added Romanian translation (Csongor Bartus)
931 936 * Added Hebrew translation (Bob Builder)
932 937 * Added Serbian translation (Dragan Matic)
933 938 * Added Korean translation (Choi Jong Yoon)
934 939 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
935 940 * Performance improvement on calendar and gantt
936 941 * Fixed: wiki preview doesnοΏ½t work on long entries
937 942 * Fixed: queries with multiple custom fields return no result
938 943 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
939 944 * Fixed: URL with ~ broken in wiki formatting
940 945 * Fixed: some quotation marks are rendered as strange characters in pdf
941 946
942 947
943 948 == 2007-07-15 v0.5.1
944 949
945 950 * per project forums added
946 951 * added the ability to archive projects
947 952 * added οΏ½WatchοΏ½ functionality on issues. It allows users to receive notifications about issue changes
948 953 * custom fields for issues can now be used as filters on issue list
949 954 * added per user custom queries
950 955 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
951 956 * projects list now shows the list of public projects and private projects for which the user is a member
952 957 * versions can now be created with no date
953 958 * added issue count details for versions on Reports view
954 959 * added time report, by member/activity/tracker/version and year/month/week for the selected period
955 960 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
956 961 * added autologin feature (disabled by default)
957 962 * optimistic locking added for wiki edits
958 963 * added wiki diff
959 964 * added the ability to destroy wiki pages (requires permission)
960 965 * a wiki page can now be attached to each version, and displayed on the roadmap
961 966 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
962 967 * added an option to see all versions in the roadmap view (including completed ones)
963 968 * added basic issue relations
964 969 * added the ability to log time when changing an issue status
965 970 * account information can now be sent to the user when creating an account
966 971 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
967 972 * added a quick search form in page header
968 973 * added 'me' value for 'assigned to' and 'author' query filters
969 974 * added a link on revision screen to see the entire diff for the revision
970 975 * added last commit message for each entry in repository browser
971 976 * added the ability to view a file diff with free to/from revision selection.
972 977 * text files can now be viewed online when browsing the repository
973 978 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
974 979 * added fragment caching for svn diffs
975 980 * added fragment caching for calendar and gantt views
976 981 * login field automatically focused on login form
977 982 * subproject name displayed on issue list, calendar and gantt
978 983 * added an option to choose the date format: language based or ISO 8601
979 984 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
980 985 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
981 986 * added portuguese translation (Joao Carlos Clementoni)
982 987 * added partial online help japanese translation (Ken Date)
983 988 * added bulgarian translation (Nikolay Solakov)
984 989 * added dutch translation (Linda van den Brink)
985 990 * added swedish translation (Thomas Habets)
986 991 * italian translation update (Alessio Spadaro)
987 992 * japanese translation update (Satoru Kurashiki)
988 993 * fixed: error on history atom feed when thereοΏ½s no notes on an issue change
989 994 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
990 995 * fixed: creation of Oracle schema
991 996 * fixed: last day of the month not included in project activity
992 997 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
993 998 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
994 999 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
995 1000 * fixed: date query filters (wrong results and sql error with postgresql)
996 1001 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
997 1002 * fixed: Long text custom fields displayed without line breaks
998 1003 * fixed: Error when editing the wokflow after deleting a status
999 1004 * fixed: SVN commit dates are now stored as local time
1000 1005
1001 1006
1002 1007 == 2007-04-11 v0.5.0
1003 1008
1004 1009 * added per project Wiki
1005 1010 * added rss/atom feeds at project level (custom queries can be used as feeds)
1006 1011 * added search engine (search in issues, news, commits, wiki pages, documents)
1007 1012 * simple time tracking functionality added
1008 1013 * added version due dates on calendar and gantt
1009 1014 * added subprojects issue count on project Reports page
1010 1015 * added the ability to copy an existing workflow when creating a new tracker
1011 1016 * added the ability to include subprojects on calendar and gantt
1012 1017 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
1013 1018 * added side by side svn diff view (Cyril Mougel)
1014 1019 * added back subproject filter on issue list
1015 1020 * added permissions report in admin area
1016 1021 * added a status filter on users list
1017 1022 * support for password-protected SVN repositories
1018 1023 * SVN commits are now stored in the database
1019 1024 * added simple svn statistics SVG graphs
1020 1025 * progress bars for roadmap versions (Nick Read)
1021 1026 * issue history now shows file uploads and deletions
1022 1027 * #id patterns are turned into links to issues in descriptions and commit messages
1023 1028 * japanese translation added (Satoru Kurashiki)
1024 1029 * chinese simplified translation added (Andy Wu)
1025 1030 * italian translation added (Alessio Spadaro)
1026 1031 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
1027 1032 * better calendar rendering time
1028 1033 * fixed migration scripts to work with mysql 5 running in strict mode
1029 1034 * fixed: error when clicking "add" with no block selected on my/page_layout
1030 1035 * fixed: hard coded links in navigation bar
1031 1036 * fixed: table_name pre/suffix support
1032 1037
1033 1038
1034 1039 == 2007-02-18 v0.4.2
1035 1040
1036 1041 * Rails 1.2 is now required
1037 1042 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
1038 1043 * added project roadmap view
1039 1044 * mail notifications added when a document, a file or an attachment is added
1040 1045 * tooltips added on Gantt chart and calender to view the details of the issues
1041 1046 * ability to set the sort order for roles, trackers, issue statuses
1042 1047 * added missing fields to csv export: priority, start date, due date, done ratio
1043 1048 * added total number of issues per tracker on project overview
1044 1049 * 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-)
1045 1050 * added back "fixed version" field on issue screen and in filters
1046 1051 * project settings screen split in 4 tabs
1047 1052 * custom fields screen split in 3 tabs (one for each kind of custom field)
1048 1053 * multiple issues pdf export now rendered as a table
1049 1054 * added a button on users/list to manually activate an account
1050 1055 * added a setting option to disable "password lost" functionality
1051 1056 * added a setting option to set max number of issues in csv/pdf exports
1052 1057 * fixed: subprojects count is always 0 on projects list
1053 1058 * fixed: locked users are proposed when adding a member to a project
1054 1059 * fixed: setting an issue status as default status leads to an sql error with SQLite
1055 1060 * fixed: unable to delete an issue status even if it's not used yet
1056 1061 * fixed: filters ignored when exporting a predefined query to csv/pdf
1057 1062 * fixed: crash when french "issue_edit" email notification is sent
1058 1063 * fixed: hide mail preference not saved (my/account)
1059 1064 * fixed: crash when a new user try to edit its "my page" layout
1060 1065
1061 1066
1062 1067 == 2007-01-03 v0.4.1
1063 1068
1064 1069 * fixed: emails have no recipient when one of the project members has notifications disabled
1065 1070
1066 1071
1067 1072 == 2007-01-02 v0.4.0
1068 1073
1069 1074 * simple SVN browser added (just needs svn binaries in PATH)
1070 1075 * comments can now be added on news
1071 1076 * "my page" is now customizable
1072 1077 * more powerfull and savable filters for issues lists
1073 1078 * improved issues change history
1074 1079 * new functionality: move an issue to another project or tracker
1075 1080 * new functionality: add a note to an issue
1076 1081 * new report: project activity
1077 1082 * "start date" and "% done" fields added on issues
1078 1083 * project calendar added
1079 1084 * gantt chart added (exportable to pdf)
1080 1085 * single/multiple issues pdf export added
1081 1086 * issues reports improvements
1082 1087 * multiple file upload for issues, documents and files
1083 1088 * option to set maximum size of uploaded files
1084 1089 * textile formating of issue and news descritions (RedCloth required)
1085 1090 * integration of DotClear jstoolbar for textile formatting
1086 1091 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
1087 1092 * new filter in issues list: Author
1088 1093 * ajaxified paginators
1089 1094 * news rss feed added
1090 1095 * option to set number of results per page on issues list
1091 1096 * localized csv separator (comma/semicolon)
1092 1097 * csv output encoded to ISO-8859-1
1093 1098 * user custom field displayed on account/show
1094 1099 * default configuration improved (default roles, trackers, status, permissions and workflows)
1095 1100 * language for default configuration data can now be chosen when running 'load_default_data' task
1096 1101 * javascript added on custom field form to show/hide fields according to the format of custom field
1097 1102 * fixed: custom fields not in csv exports
1098 1103 * fixed: project settings now displayed according to user's permissions
1099 1104 * fixed: application error when no version is selected on projects/add_file
1100 1105 * fixed: public actions not authorized for members of non public projects
1101 1106 * fixed: non public projects were shown on welcome screen even if current user is not a member
1102 1107
1103 1108
1104 1109 == 2006-10-08 v0.3.0
1105 1110
1106 1111 * user authentication against multiple LDAP (optional)
1107 1112 * token based "lost password" functionality
1108 1113 * user self-registration functionality (optional)
1109 1114 * custom fields now available for issues, users and projects
1110 1115 * new custom field format "text" (displayed as a textarea field)
1111 1116 * project & administration drop down menus in navigation bar for quicker access
1112 1117 * text formatting is preserved for long text fields (issues, projects and news descriptions)
1113 1118 * urls and emails are turned into clickable links in long text fields
1114 1119 * "due date" field added on issues
1115 1120 * tracker selection filter added on change log
1116 1121 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
1117 1122 * error messages internationalization
1118 1123 * german translation added (thanks to Karim Trott)
1119 1124 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
1120 1125 * new filter in issues list: "Fixed version"
1121 1126 * active filters are displayed with colored background on issues list
1122 1127 * custom configuration is now defined in config/config_custom.rb
1123 1128 * user object no more stored in session (only user_id)
1124 1129 * news summary field is no longer required
1125 1130 * tables and forms redesign
1126 1131 * Fixed: boolean custom field not working
1127 1132 * Fixed: error messages for custom fields are not displayed
1128 1133 * Fixed: invalid custom fields should have a red border
1129 1134 * Fixed: custom fields values are not validated on issue update
1130 1135 * Fixed: unable to choose an empty value for 'List' custom fields
1131 1136 * Fixed: no issue categories sorting
1132 1137 * Fixed: incorrect versions sorting
1133 1138
1134 1139
1135 1140 == 2006-07-12 - v0.2.2
1136 1141
1137 1142 * Fixed: bug in "issues list"
1138 1143
1139 1144
1140 1145 == 2006-07-09 - v0.2.1
1141 1146
1142 1147 * new databases supported: Oracle, PostgreSQL, SQL Server
1143 1148 * projects/subprojects hierarchy (1 level of subprojects only)
1144 1149 * environment information display in admin/info
1145 1150 * more filter options in issues list (rev6)
1146 1151 * default language based on browser settings (Accept-Language HTTP header)
1147 1152 * issues list exportable to CSV (rev6)
1148 1153 * simple_format and auto_link on long text fields
1149 1154 * more data validations
1150 1155 * Fixed: error when all mail notifications are unchecked in admin/mail_options
1151 1156 * Fixed: all project news are displayed on project summary
1152 1157 * Fixed: Can't change user password in users/edit
1153 1158 * Fixed: Error on tables creation with PostgreSQL (rev5)
1154 1159 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
1155 1160
1156 1161
1157 1162 == 2006-06-25 - v0.1.0
1158 1163
1159 1164 * multiple users/multiple projects
1160 1165 * role based access control
1161 1166 * issue tracking system
1162 1167 * fully customizable workflow
1163 1168 * documents/files repository
1164 1169 * email notifications on issue creation and update
1165 1170 * multilanguage support (except for error messages):english, french, spanish
1166 1171 * online manual in french (unfinished)
General Comments 0
You need to be logged in to leave comments. Login now