Project

General

Profile

Statistics
| Revision:

# Date Author Comment
1993 2008-11-08 16:18 Jean-Philippe Lang

Fixes syntax highlighting broken by r1930 (#2143).

1992 2008-11-08 14:25 Jean-Philippe Lang

Do not use :skip_relative_url_root to generate urls in Mailer (#2122).

1979 2008-11-06 06:37 Eric Davis

Included Redmine::Hook::Helper to ActionController::Base so call_hook
is available in all controllers. #2111

1958 2008-10-28 11:43 Jean-Philippe Lang

Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format (#2102).

1956 2008-10-27 12:50 Jean-Philippe Lang

Adds back textile acronyms support (#2077).

1955 2008-10-27 12:08 Jean-Philippe Lang

Makes wiki text formatter pluggable.
Original patch #2025 by Yuki Sonoda slightly edited.

1953 2008-10-25 12:23 Jean-Philippe Lang

Check that git changeset is not in the database before creating it (#1419).

1947 2008-10-24 19:12 Jean-Philippe Lang

Adds the ability to search for a project name or identifier on the administration projects list.

1946 2008-10-24 19:01 Jean-Philippe Lang

Adds functional test for user search.

1941 2008-10-18 13:25 Jean-Philippe Lang

Fixed: textile footnotes no longer work after r1113 (#974).

1938 2008-10-18 12:07 Jean-Philippe Lang

Adds 'Delete wiki pages attachments' permission.

1933 2008-10-16 21:13 Jean-Philippe Lang

Makes email address case-insensitive in MailHandler (#2032).

1932 2008-10-16 01:50 Nicolas Chuche

add plain text option for mail #2029

1931 2008-10-16 00:30 Nicolas Chuche

bugfix to two failed tests

1930 2008-10-12 21:13 Jean-Philippe Lang

Remove pre tag attributes.

1923 2008-10-02 05:23 Eric Davis

Added tests to cover IssueStatus.destroy and IssueStatus.check_integrity

1922 2008-10-02 04:40 Eric Davis

Fixed a failing assertion in test_post_edit_with_attachment_only that would
occur when running the full test suite but not the functional test suite.

1914 2008-09-28 14:03 Jean-Philippe Lang

Adds a workflow overview screen.
Workflow setup moved to a dedicated controller.

1911 2008-09-28 10:05 Jean-Philippe Lang

Fixed: the default status is lost when reordering issue statuses (#1955).

1910 2008-09-28 09:54 Jean-Philippe Lang

Fixed: Latest news appear on the homepage for projects with the News module disabled (#1941).

1907 2008-09-25 20:51 Jean-Philippe Lang

Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled.

1901 2008-09-23 19:03 Jean-Philippe Lang

Fixes html escaping.

1894 2008-09-21 15:28 Jean-Philippe Lang

Strip LDAP attribute names before saving (#1890).

1893 2008-09-21 14:45 Jean-Philippe Lang

Unescape back_url param before calling redirect_to.

1889 2008-09-21 10:54 Jean-Philippe Lang

Fixes VersionTest class.

1888 2008-09-21 10:54 Jean-Philippe Lang

Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen.

1887 2008-09-20 16:07 Jean-Philippe Lang

Fixed: Roadmap crashes when a version has a due date > 2037.

1878 2008-09-19 17:32 Jean-Philippe Lang

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.

1871 2008-09-17 18:48 Jean-Philippe Lang

Fixed: http links containing parentheses fail to reder correctly (#1591). Patch by Paul Rivier.

1870 2008-09-17 18:39 Jean-Philippe Lang

Render the commit changes list as a tree (#1896).

1828 2008-09-14 14:41 Jean-Philippe Lang

Functional tests fail when run on their own (#1895).

1815 2008-09-13 18:45 Jean-Philippe Lang

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.

1814 2008-09-13 18:31 Jean-Philippe Lang

Merged nbc branch @ r1812 (commit access permission and reposman improvements).

1801 2008-09-11 19:45 Jean-Philippe Lang

Template error when user's timezone isn't set and UTC timestamps are used (#1889).

1798 2008-09-11 19:03 Jean-Philippe Lang

Adds support for free ticket filtering and custom queries on Calendar.
ProjectsController#calendar moved to IssuesController.

1797 2008-09-10 20:26 Jean-Philippe Lang

Adds support for free ticket filtering and custom queries on Gantt chart.
ProjectsController#gantt moved to IssuesController.

1786 2008-09-05 12:31 Jean-Philippe Lang

Merged hooks branch @ r1785 into trunk.

1778 2008-08-31 18:34 Jean-Philippe Lang

Adds cross-project time reports support (#994).

1777 2008-08-31 14:59 Jean-Philippe Lang

Adds an option to generate sequential project identifiers.
Disabled by default, it can be enabled on the 'Projects' tab in application settings.

1772 2008-08-28 20:56 Jean-Philippe Lang

Adds posts quoting functionality (#1825).

1765 2008-08-26 12:34 Jean-Philippe Lang

One-click bulk edition using the issue list context menu within the same project (#1770).

1759 2008-08-25 16:33 Jean-Philippe Lang

Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange slightly edited).

1755 2008-08-25 13:55 Jean-Philippe Lang

Fixed: invalid SQL query on User#destroy (#1781).

1753 2008-08-25 13:01 Jean-Philippe Lang

Fixes platform determination under JRuby (#1804).

1751 2008-08-20 08:21 Eric Davis

Added the "Status:" keyword to the MailHandler for setting and changing an Issue status via email.

#1669
1749 2008-08-20 07:09 Eric Davis

Hiding the View Differences button when a wiki page's history only has one version.

Patch contributed by Chaoqun Zou (#1743)

1731 2008-08-11 20:24 Jean-Philippe Lang

Fixes custom fields display order at several places (#1768).

1729 2008-08-11 00:18 Jean-Philippe Lang

Adds links to forum messages using message#id syntax (#1756).

1712 2008-08-03 11:14 Jean-Philippe Lang

Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398).

1711 2008-07-30 20:33 Jean-Philippe Lang

Fixed: activity atom feed broken by r1701 (#1703).

1706 2008-07-28 19:20 Jean-Philippe Lang

Adds support for wiki links with anchor (#1647).

1705 2008-07-28 19:08 Jean-Philippe Lang

Adds Trac-Like anchors on wiki headings (#1647).

1701 2008-07-27 19:54 Jean-Philippe Lang

Activity refactoring.

1700 2008-07-27 12:23 Jean-Philippe Lang

Fixes tests (r1693).

1699 2008-07-26 14:54 Jean-Philippe Lang

Adds child_pages macro for wiki pages (#528).

1698 2008-07-26 13:46 Jean-Philippe Lang

Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.

1697 2008-07-26 11:27 Jean-Philippe Lang

When moving an issue to another project, reassign it to the category with same name if any (#1653).

1696 2008-07-26 11:05 Jean-Philippe Lang

Adds estimated hours to issue filters (#1678).

1695 2008-07-26 10:46 Jean-Philippe Lang

Redirect user to the previous page after logging in (#1679).

1686 2008-07-22 19:55 Jean-Philippe Lang

Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename (#1649).

1685 2008-07-22 19:20 Jean-Philippe Lang

Move VersionsController#download to AttachmentsController.

1681 2008-07-20 19:26 Jean-Philippe Lang

Search engine: display total results count (#906) and count by result type.

1678 2008-07-19 12:47 Jean-Philippe Lang

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.

1675 2008-07-17 18:27 Jean-Philippe Lang

Fixed: default configuration can not be loaded for :it, :pt and :ro languages (#1660).

1666 2008-07-13 23:55 Jean-Philippe Lang

Clear changesets and changes with raw sql when deleting a repository (#1627).

1664 2008-07-13 23:01 Jean-Philippe Lang

Fixes search tests for Postgresql.

1660 2008-07-13 14:12 Jean-Philippe Lang

Menu mapper: add support for :before, :after and :last options to #push method and add #delete method.

1658 2008-07-12 13:12 Jean-Philippe Lang

Adds auto links tests.

1653 2008-07-12 11:42 Jean-Philippe Lang

Fixed: no :author method error on projects atom feed (#1623).

1652 2008-07-12 11:06 Jean-Philippe Lang

Fixes nil error when svn binary version is unknown (#1607).

1650 2008-07-10 15:36 Jean-Philippe Lang

Fixed: trailing period should not be included in redmine links of type class:id (#1612).

1649 2008-07-10 14:31 Jean-Philippe Lang

Fixed: search engine may reveal private projects (#1613).

1643 2008-07-06 18:26 Jean-Philippe Lang

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.

1640 2008-07-06 14:43 Jean-Philippe Lang

Fixes "source:" links URLs (r1617).

1628 2008-07-05 11:39 Jean-Philippe Lang

Adds MercurialAdapter.client_version and prevent hg --version to be called on each request.

1627 2008-07-05 10:59 Jean-Philippe Lang

Display svn properties in the browser, svn >= 1.5.0 only (#1581).

1623 2008-07-04 19:58 Jean-Philippe Lang

Merged Rails 2.1 compatibility branch.

1616 2008-07-03 18:22 Jean-Philippe Lang

Fixes test broken by r1610.

1610 2008-06-30 19:57 Jean-Philippe Lang

Fixed: issues always created with default tracker (#1553).

1592 2008-06-27 22:13 Jean-Philippe Lang

Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable).

1586 2008-06-26 16:59 Jean-Philippe Lang

Tests: create tmp/test if it doesn't exist.

1584 2008-06-25 21:25 Jean-Philippe Lang

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).

1581 2008-06-24 18:49 Jean-Philippe Lang

Fixes test broken by r1578.

1577 2008-06-23 18:51 Jean-Philippe Lang

Turn ftp urls into links (#1514).

1576 2008-06-22 17:35 Jean-Philippe Lang

Add filters on cross-project issue list for custom fields marked as 'For all projects'.

1568 2008-06-22 12:45 Jean-Philippe Lang

Adds basic support for issue creation via email (#1110).

1563 2008-06-18 19:02 Jean-Philippe Lang

Mercurial adapter tests fix (#1469).

1560 2008-06-17 22:01 Jean-Philippe Lang

Adds atom feed on time entries details (#1479).

1559 2008-06-17 21:27 Jean-Philippe Lang

Fixed: urls containing @ are parsed as email adress by the wiki formatter (#1456).

1558 2008-06-17 21:10 Jean-Philippe Lang

Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value (#1467).

1557 2008-06-16 21:37 Jean-Philippe Lang

Prevent unwanted textile link parsing at end of line.

1553 2008-06-15 17:47 Jean-Philippe Lang

Fixed: view file at given revision with CVS.

1552 2008-06-15 16:40 Jean-Philippe Lang

Makes changes link to entries on the revision view.

1551 2008-06-15 16:39 Jean-Philippe Lang

Fixes test broken by r1549.

1550 2008-06-15 16:34 Jean-Philippe Lang

Fixes test broken by r1549.

1542 2008-06-15 13:00 Jean-Philippe Lang

Fixed: TOC does not remove colorization markups (#1423).

1533 2008-06-14 14:31 Jean-Philippe Lang

Fixed: time entries created with the default activity even if a different one is specified (#1302).

1521 2008-06-09 20:59 Jean-Philippe Lang

Log the user in after registration if account activation is not needed.

1520 2008-06-09 20:40 Jean-Philippe Lang

File viewer for attached text files.

1517 2008-06-08 22:31 Jean-Philippe Lang

Fixed: notextile tag has no effect.