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