Fixes syntax highlighting broken by r1930 (#2143).
Do not use :skip_relative_url_root to generate urls in Mailer (#2122).
:skip_relative_url_root
Included Redmine::Hook::Helper to ActionController::Base so call_hookis available in all controllers. #2111
Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format (#2102).
Adds back textile acronyms support (#2077).
Makes wiki text formatter pluggable.Original patch #2025 by Yuki Sonoda slightly edited.
Check that git changeset is not in the database before creating it (#1419).
Adds the ability to search for a project name or identifier on the administration projects list.
Adds functional test for user search.
Fixed: textile footnotes no longer work after r1113 (#974).
Adds 'Delete wiki pages attachments' permission.
Makes email address case-insensitive in MailHandler (#2032).
add plain text option for mail #2029
bugfix to two failed tests
Remove pre tag attributes.
Added tests to cover IssueStatus.destroy and IssueStatus.check_integrity
Fixed a failing assertion in test_post_edit_with_attachment_only that wouldoccur when running the full test suite but not the functional test suite.
Adds a workflow overview screen.Workflow setup moved to a dedicated controller.
Fixed: the default status is lost when reordering issue statuses (#1955).
Fixed: Latest news appear on the homepage for projects with the News module disabled (#1941).
Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled.
Fixes html escaping.
Strip LDAP attribute names before saving (#1890).
Unescape back_url param before calling redirect_to.
Fixes VersionTest class.
Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen.
Fixed: Roadmap crashes when a version has a due date > 2037.
Adds watch/unwatch functionality at forum topic level (#1912).Users who create/reply a topic are automatically added as watchers but are now able to unwatch the topic.
Fixed: http links containing parentheses fail to reder correctly (#1591). Patch by Paul Rivier.
Render the commit changes list as a tree (#1896).
Functional tests fail when run on their own (#1895).
Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users (#1154).A migration automatically adds this permission to roles that were allowed to view wiki pages.
Merged nbc branch @ r1812 (commit access permission and reposman improvements).
Template error when user's timezone isn't set and UTC timestamps are used (#1889).
Adds support for free ticket filtering and custom queries on Calendar.ProjectsController#calendar moved to IssuesController.
Adds support for free ticket filtering and custom queries on Gantt chart.ProjectsController#gantt moved to IssuesController.
Merged hooks branch @ r1785 into trunk.
Adds cross-project time reports support (#994).
Adds an option to generate sequential project identifiers.Disabled by default, it can be enabled on the 'Projects' tab in application settings.
Adds posts quoting functionality (#1825).
One-click bulk edition using the issue list context menu within the same project (#1770).
Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange slightly edited).
Fixed: invalid SQL query on User#destroy (#1781).
Fixes platform determination under JRuby (#1804).
Added the "Status:" keyword to the MailHandler for setting and changing an Issue status via email.
#1669
Hiding the View Differences button when a wiki page's history only has one version.
Patch contributed by Chaoqun Zou (#1743)
Fixes custom fields display order at several places (#1768).
Adds links to forum messages using message#id syntax (#1756).
Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398).
Fixed: activity atom feed broken by r1701 (#1703).
Adds support for wiki links with anchor (#1647).
Adds Trac-Like anchors on wiki headings (#1647).
Activity refactoring.
Fixes tests (r1693).
Adds child_pages macro for wiki pages (#528).
Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.
When moving an issue to another project, reassign it to the category with same name if any (#1653).
Adds estimated hours to issue filters (#1678).
Redirect user to the previous page after logging in (#1679).
Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename (#1649).
Move VersionsController#download to AttachmentsController.
Search engine: display total results count (#906) and count by result type.
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.
Fixed: default configuration can not be loaded for :it, :pt and :ro languages (#1660).
Clear changesets and changes with raw sql when deleting a repository (#1627).
Fixes search tests for Postgresql.
Menu mapper: add support for :before, :after and :last options to #push method and add #delete method.
Adds auto links tests.
Fixed: no :author method error on projects atom feed (#1623).
Fixes nil error when svn binary version is unknown (#1607).
Fixed: trailing period should not be included in redmine links of type class:id (#1612).
Fixed: search engine may reveal private projects (#1613).
Mail handler: more control over issue attributes (#1110).Tracker, category and priority attributes can be specified in command line arguments and/or individually specified as overridable by email body keywords.
Fixes "source:" links URLs (r1617).
Adds MercurialAdapter.client_version and prevent hg --version to be called on each request.
hg --version
Display svn properties in the browser, svn >= 1.5.0 only (#1581).
Merged Rails 2.1 compatibility branch.
Fixes test broken by r1610.
Fixed: issues always created with default tracker (#1553).
Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable).
Tests: create tmp/test if it doesn't exist.
Adds a simple API and a standalone script that can be used to forward emails from a local or remote email server to Redmine (#1110).
Fixes test broken by r1578.
Turn ftp urls into links (#1514).
Add filters on cross-project issue list for custom fields marked as 'For all projects'.
Adds basic support for issue creation via email (#1110).
Mercurial adapter tests fix (#1469).
Adds atom feed on time entries details (#1479).
Fixed: urls containing @ are parsed as email adress by the wiki formatter (#1456).
Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value (#1467).
Prevent unwanted textile link parsing at end of line.
Fixed: view file at given revision with CVS.
Makes changes link to entries on the revision view.
Fixes test broken by r1549.
Fixed: TOC does not remove colorization markups (#1423).
Fixed: time entries created with the default activity even if a different one is specified (#1302).
Log the user in after registration if account activation is not needed.
File viewer for attached text files.
Fixed: notextile tag has no effect.