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