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