Applied the flash notices patch by Matt Jones (slightly edited).flash[:notice] and flash[:error] are now used for notice/error messages.
Fixed: on spent time details view, the h3 issue link now links back to the issue
Fixed: error when creating a tracker without copying an existing wokflow
Added icon on external wiki links
History box on issues/show is now hidden if there's no history
Fixed a bug in CVS model (clash when 2 projects point to the same repository)
Removed a line break on news/show
Added several validates_length_of
Fixed mailer (error when no assignee)
Doc update for 0.5.1 release.
Now, when a user turns mail notifications off, he will still receive notifications about issue changes if he is the author or the assignee of the issue.
Slight documentation update.
Hours displayed using %.2f on time report.
Fix: SVN commit dates are now stored as local time
Added the ability to log time when changing an issue status.
Added an option to choose the date format: language based (as defined in each lang file) or ISO 8601 (YYYY-MM-DD).This option can be set in Admin -> Settings.
Fixed: Error when editing the wokflow after deleting a status
Added wiki diff.Diff can be viewed from the page history, or directly from the project activity page for each edit.Uses Lars Christensen's diff library.
Added a margin for inline images in wiki text
Fixed: issue_id not nullified on time entries when deleting the issue
Fixed: trash icon not visible on files list.
Changesets stored in the database are now displayed on the repository page even if the repository can not be reached (eg. svnserve down).
Removed User#display_name (replaced by User#name).
Each category can now be associated to a user, so that new issues in that category are automatically assigned to that user.
Fixed: Long text custom fields displayed without line breaksAdded wiki toolbar for issue notes
Fixed: time report doesn't take account of the project for time calculations
Fixed an error when trying to delete a project (versions/issues dependency)
Added Darcs basic support.Files in the repository can not be viewed or downloaded since Darcs doesn't support cat-like command.
Added time report.Report can be generated by member/activity/tracker/version and year/month/week for the selected period.
Added pagination on wiki page history.
Fixed Iconv::IllegalSequence errors in csv exports
Fixed an error on welcome screen for users with no membership
Don't show "Projects" label if projects list is empty.
Fixed confidentiality issue on account/show.Only public projects or private projects that the logged in user belongs to are displayed.
Added per user custom queries.Any logged in user can now save queries (they are not visible to the other users).Only users with explicit permission can manage queries that are visible to anyone.The queries list is removed from the "Reports" view. It can now be accessed from the issues list.
Added page association on versioned WikiContent
A wiki page can now be attached to each version.For that, edit the version and set the wiki page name (project wiki must be enabled).The wiki page content is displayed for each version on the roadmap view.
Swedish mail templates added (Thomas Habets)
Fixed version field on issue view page now links to the corresponding version in the roadmap.
Applied this fix http://dev.rubyonrails.org/ticket/4967 to solve namespaced models dependencies problem.
Added an error message when trying to create an issue with no default status defined.
Added basic support for CVS and Mercurial SCMs.Browsing, changesets fetching and diff viewing are implemented.Only tested with local repositories.
Thanks to Ralph Vater for CVS specific code.
Added :dependent => :delete_all on IssueStatus Workflow association.Also added compact in find_new_statuses_allowed_to to remove nil statuses.
Japanese translation updated (Satoru KURASHIKI)
Fixed: error on csv/pdf export and feeds (oracle)
Fixed: SQL error when a non-admin user displays the project list
Fixed date query filters (wrong results and sql error with postgresql)
Added Swedish translation supplied by Thomas Habets.English email templates suffix removed so that they are used when translated template is not available.
Attachments can be displayed inline in Documents
Fixed: open/closed issue counts are always 0 on reports view (postgresql)
Added filename header when sending an image inline
Slight views refactoring
Password fields hidden on users/add form when selecting an external authentication mode.
Account information can now be sent to the user when creating an account.ActionMailer logger set to nil for production environment to disable email contents output in production.log
Optimistic locking added for wiki edits.
Show a 404 error page if attachment can not be read.
Added issue count details for versions on Reports view.
Fixed "Projects" drop-down menu for IE.
Attachments can now be added to wiki pages (original patch by Pavol Murin). Only authorized users can add/delete attachments.Attached images can be displayed inline, using textile image tag (for wiki pages, issue descriptions and forum messages).
Added the ability to destroy wiki pages (content and its history are deleted from the database).This permission has to be explicitly given (Roles & Permissions -> Wiki pages/Delete).
Dutch translation added (Linda van den Brink)
User's projects alphabetically sorted in the Projects drop down menu.
Fixed a couple of spelling errors (JT Zemp)
Versions can now be created with no date.Versions with no date appear at the end of the roadmap, sorted by name.
Fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000).Also added pagination for changes on changeset details view.
"My projects" are now listed under the drop-down "Projects" top menu item (20 projects max.).The left menu section for "My projects" is removed.Patch by Damien McKenna (slightly edited).
Text search added on messages.
Reply form on the message view is displayed only if user is logged in.
Added mail notification when a new message is posted in the forums.Only users who "watch" the board receive notifications. To watch a board, go to the board and click on the "Watch" link.
Notifications are sent by MessageObserver observer.GLoc was modified to use the mail template without language suffix when translated template (with language suffix) doesn't exist....
Added watchers for message boards (watchers controller modified to support any watchable model).No notification yet when a new message is posted.
Per project forums added.Permissions for forums management can be set in "Admin -> Roles & Permissions".Forums can be created on the project settings screen ("Forums" tab).Once a project has a forum, a "Forums" link appears in the project menu.For now, posting messages in forums requires to be logged in. Files can be attached to messages.
Fixed: error when viewing a file diff from a revision view (only if repository url doesn't point to the root of the repository).
Added "assigned to" field in mail notifications.Also fixed mail_handler unit test (wrong fixture filename).
Added some javascript to prevent from selecting the same from/to revision for the diff view.
Added the ability to view a file diff with free to/from revision selection.
Added a test for the mail handler.
Added a simple mail handler.
It lets users add notes to an existing issue by replying to the initial notification email.Permissions are checked in the same way as in the application (the user is identified by its mail address).
Information about configuring the application so that it receives emails can be found here:...
Fixed: files with an apostrophe in their names can't be accessed in the repository
Text files can now be viewed online when browsing the repository.
"me" value is now available in queries for "assigned to" and "author" filters.When executing the query, it is replaced by the currently logged in user.
Fixed the order of the japanese day names
Changed the length of 'language' column in users table from 2 to 5, to allow long language codes like pt-br.Updated portuguese translation (Arthur Zapparoli).Current pt translation moved to pt-br.
Removed "Wiki edits" option in the activity view if the project has no wiki.
Added an option to see all versions in the roadmap view (including completed ones).On calendar and gantt, versions are now clickable and link to the corresponding entry in the roadmap.
Since calendar and gantt are now cached, don't forget to empty your cache before restarting the application.
Added fragment caching for calendar and gantt views
Added autologin feature (disabled by default).To enable this feature, go to administration settings and choose a duration for autologin.When enabled, a checkbox on the login form lets users activate autologin.
Added a "clear" link when displaying a saved query. It clears the query filter to show all issues.
Filter values hidden by default to avoid show/hide flashes when loading screen.
Ajaxified issue filter reset link
Issue#long_id no more used and removed
Slight modifications on project settings views
Members management in project settings is now AJAXified
Issue filter no more reseted when clicking 'Issues' menu link
Removed alpha transparency from time icon
Changed delete icon
Login field automatically focused on login form
Bulgarian translation added (Nikolay Solakov)
Fixed an unicode problem on gantt (first letter of the day name)