OSDN Git Service

redminele/redmine.git
15 years agoUse example.net as domain in default configuration (#1762).
Jean-Philippe Lang [Mon, 25 Aug 2008 16:35:20 +0000 (16:35 +0000)]
Use example.net as domain in default configuration (#1762).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1764 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoChanges help message about project identifiers (#1478).
Jean-Philippe Lang [Mon, 25 Aug 2008 16:14:07 +0000 (16:14 +0000)]
Changes help message about project identifiers (#1478).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1763 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes context menu with Opera (#1655).
Jean-Philippe Lang [Mon, 25 Aug 2008 15:24:23 +0000 (15:24 +0000)]
Fixes context menu with Opera (#1655).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1762 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoMake the issue list context menu work under Mac OSX Leopard (#1485). Tested with...
Jean-Philippe Lang [Mon, 25 Aug 2008 15:09:31 +0000 (15:09 +0000)]
Make the issue list context menu work under Mac OSX Leopard (#1485). Tested with FF3.0.1 and Safari 3.0.4 under OSX 10.5.2.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1761 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoDots allowed in custom field name (#1723).
Jean-Philippe Lang [Mon, 25 Aug 2008 14:37:44 +0000 (14:37 +0000)]
Dots allowed in custom field name (#1723).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1760 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange slightly...
Jean-Philippe Lang [Mon, 25 Aug 2008 14:33:30 +0000 (14:33 +0000)]
Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange slightly edited).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1759 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: Issue updated_on is not updated when a user adds a note with no edit privilege.
Jean-Philippe Lang [Mon, 25 Aug 2008 12:51:29 +0000 (12:51 +0000)]
Fixed: Issue updated_on is not updated when a user adds a note with no edit privilege.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1758 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoMore detailed error message in log when scm command fails (#1682).
Jean-Philippe Lang [Mon, 25 Aug 2008 12:31:53 +0000 (12:31 +0000)]
More detailed error message in log when scm command fails (#1682).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1757 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes method name in AbstractAdapter.
Jean-Philippe Lang [Mon, 25 Aug 2008 12:27:15 +0000 (12:27 +0000)]
Fixes method name in AbstractAdapter.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1756 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: invalid SQL query on User#destroy (#1781).
Jean-Philippe Lang [Mon, 25 Aug 2008 11:55:40 +0000 (11:55 +0000)]
Fixed: invalid SQL query on User#destroy (#1781).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1755 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: Estimated time in issue's journal should be rounded to two decimals (#1793).
Jean-Philippe Lang [Mon, 25 Aug 2008 11:43:48 +0000 (11:43 +0000)]
Fixed: Estimated time in issue's journal should be rounded to two decimals (#1793).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1754 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes platform determination under JRuby (#1804).
Jean-Philippe Lang [Mon, 25 Aug 2008 11:01:37 +0000 (11:01 +0000)]
Fixes platform determination under JRuby (#1804).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1753 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded the "Status:" keyword to the MailHandler for setting and changing an Issue...
Eric Davis [Wed, 20 Aug 2008 06:21:06 +0000 (06:21 +0000)]
Added the "Status:" keyword to the MailHandler for setting and changing an Issue status via email.

  #1669

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1751 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMessages on a Board can now be sorted by the number of replies.
Eric Davis [Wed, 20 Aug 2008 06:14:44 +0000 (06:14 +0000)]
Messages on a Board can now be sorted by the number of replies.

  #1761

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1750 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoHiding the View Differences button when a wiki page's history only has one version.
Eric Davis [Wed, 20 Aug 2008 05:09:13 +0000 (05:09 +0000)]
Hiding the View Differences button when a wiki page's history only has one version.

Patch contributed by Chaoqun Zou (#1743)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1749 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoJavascripts are now cached into a single file for downloads in production mode.
Eric Davis [Wed, 20 Aug 2008 04:26:46 +0000 (04:26 +0000)]
Javascripts are now cached into a single file for downloads in production mode.

Thanks to Philippe Lafoucrière for the patch.  (#1186)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1748 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoNo warning about rcov each time a rake task is ran.
Jean-Philippe Lang [Fri, 15 Aug 2008 18:44:46 +0000 (18:44 +0000)]
No warning about rcov each time a rake task is ran.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1747 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoExtracted rcov options and removed gems from the rcov report.
Eric Davis [Wed, 13 Aug 2008 04:20:23 +0000 (04:20 +0000)]
Extracted rcov options and removed gems from the rcov report.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1745 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded rake tasks to generate rcov code coverage reports. rake -T test:coverage to...
Eric Davis [Wed, 13 Aug 2008 04:20:16 +0000 (04:20 +0000)]
Added rake tasks to generate rcov code coverage reports.  rake -T test:coverage to see them all

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1744 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded missing documentation for setting up the Darcs test repository.
Eric Davis [Wed, 13 Aug 2008 03:54:54 +0000 (03:54 +0000)]
Added missing documentation for setting up the Darcs test repository.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1743 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds user count in status drop down on admin user list.
Jean-Philippe Lang [Mon, 11 Aug 2008 21:10:24 +0000 (21:10 +0000)]
Adds user count in status drop down on admin user list.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1735 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds Lock/Unlock/Activate link on user edit screen.
Jean-Philippe Lang [Mon, 11 Aug 2008 21:02:36 +0000 (21:02 +0000)]
Adds Lock/Unlock/Activate link on user edit screen.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1734 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds 'Edit' link on account/show for admin users.
Jean-Philippe Lang [Mon, 11 Aug 2008 20:55:17 +0000 (20:55 +0000)]
Adds 'Edit' link on account/show for admin users.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1733 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdded doc/README_FOR_APP so RDoc can be built. (#1769)
Eric Davis [Mon, 11 Aug 2008 20:49:52 +0000 (20:49 +0000)]
Added doc/README_FOR_APP so RDoc can be built.  (#1769)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1732 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes custom fields display order at several places (#1768).
Jean-Philippe Lang [Mon, 11 Aug 2008 18:24:39 +0000 (18:24 +0000)]
Fixes custom fields display order at several places (#1768).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1731 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAllow same name for custom fields on different object types.
Jean-Philippe Lang [Mon, 11 Aug 2008 18:09:54 +0000 (18:09 +0000)]
Allow same name for custom fields on different object types.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1730 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds links to forum messages using message#id syntax (#1756).
Jean-Philippe Lang [Sun, 10 Aug 2008 22:18:23 +0000 (22:18 +0000)]
Adds links to forum messages using message#id syntax (#1756).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1729 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoQuote ids for attachment association since Trac's attachment.id is varchar (#1759).
Jean-Philippe Lang [Sun, 10 Aug 2008 21:35:03 +0000 (21:35 +0000)]
Quote ids for attachment association since Trac's attachment.id is varchar (#1759).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1728 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMoves @layout 'base'@ to ApplicationController.
Jean-Philippe Lang [Sun, 10 Aug 2008 15:22:54 +0000 (15:22 +0000)]
Moves @layout 'base'@ to ApplicationController.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1727 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoSlight change to engines to let plugins override views.
Jean-Philippe Lang [Thu, 7 Aug 2008 19:59:02 +0000 (19:59 +0000)]
Slight change to engines to let plugins override views.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1723 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes rdm-mailhandler SSL support (#1724).
Jean-Philippe Lang [Sun, 3 Aug 2008 11:07:16 +0000 (11:07 +0000)]
Fixes rdm-mailhandler SSL support (#1724).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1715 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes non-matching html tag (#1734).
Jean-Philippe Lang [Sun, 3 Aug 2008 09:30:56 +0000 (09:30 +0000)]
Fixes non-matching html tag (#1734).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1714 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: logtime entry duplicated when edited from parent project (#1728).
Jean-Philippe Lang [Sun, 3 Aug 2008 09:27:27 +0000 (09:27 +0000)]
Fixed: logtime entry duplicated when edited from parent project (#1728).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1713 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds permissions for viewing the watcher list and adding new watchers on the issue...
Jean-Philippe Lang [Sun, 3 Aug 2008 09:14:43 +0000 (09:14 +0000)]
Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1712 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: activity atom feed broken by r1701 (#1703).
Jean-Philippe Lang [Wed, 30 Jul 2008 18:33:35 +0000 (18:33 +0000)]
Fixed: activity atom feed broken by r1701 (#1703).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1711 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: RedCloth#block_markdown_rule freezes when parsing many hyphen marks (#1704).
Jean-Philippe Lang [Wed, 30 Jul 2008 18:28:01 +0000 (18:28 +0000)]
Fixed: RedCloth#block_markdown_rule freezes when parsing many hyphen marks (#1704).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1710 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: tokens not escaped in highlight_tokens regexp (#1702).
Jean-Philippe Lang [Mon, 28 Jul 2008 21:11:49 +0000 (21:11 +0000)]
Fixed: tokens not escaped in highlight_tokens regexp (#1702).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1709 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoSmaller font in context menu.
Jean-Philippe Lang [Mon, 28 Jul 2008 18:01:05 +0000 (18:01 +0000)]
Smaller font in context menu.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1708 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds category to the issue context menu (#1684).
Jean-Philippe Lang [Mon, 28 Jul 2008 18:00:30 +0000 (18:00 +0000)]
Adds category to the issue context menu (#1684).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1707 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds support for wiki links with anchor (#1647).
Jean-Philippe Lang [Mon, 28 Jul 2008 17:20:31 +0000 (17:20 +0000)]
Adds support for wiki links with anchor (#1647).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1706 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds Trac-Like anchors on wiki headings (#1647).
Jean-Philippe Lang [Mon, 28 Jul 2008 17:08:16 +0000 (17:08 +0000)]
Adds Trac-Like anchors on wiki headings (#1647).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1705 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFollows r1703.
Jean-Philippe Lang [Sun, 27 Jul 2008 19:18:35 +0000 (19:18 +0000)]
Follows r1703.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1704 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoActivity provider example in sample plugin.
Jean-Philippe Lang [Sun, 27 Jul 2008 19:10:56 +0000 (19:10 +0000)]
Activity provider example in sample plugin.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1703 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds #activity_provider shortcut method to the plugin API.
Jean-Philippe Lang [Sun, 27 Jul 2008 18:38:31 +0000 (18:38 +0000)]
Adds #activity_provider shortcut method to the plugin API.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1702 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoActivity refactoring.
Jean-Philippe Lang [Sun, 27 Jul 2008 17:54:09 +0000 (17:54 +0000)]
Activity refactoring.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1701 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes tests (r1693).
Jean-Philippe Lang [Sun, 27 Jul 2008 10:23:07 +0000 (10:23 +0000)]
Fixes tests (r1693).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1700 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds child_pages macro for wiki pages (#528).
Jean-Philippe Lang [Sat, 26 Jul 2008 12:54:54 +0000 (12:54 +0000)]
Adds child_pages macro for wiki pages (#528).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1699 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoWiki page hierarchy (#528). Parent page can be assigned on Rename screen.
Jean-Philippe Lang [Sat, 26 Jul 2008 11:46:24 +0000 (11:46 +0000)]
Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1698 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoWhen moving an issue to another project, reassign it to the category with same name...
Jean-Philippe Lang [Sat, 26 Jul 2008 09:27:07 +0000 (09:27 +0000)]
When moving an issue to another project, reassign it to the category with same name if any (#1653).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1697 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds estimated hours to issue filters (#1678).
Jean-Philippe Lang [Sat, 26 Jul 2008 09:05:26 +0000 (09:05 +0000)]
Adds estimated hours to issue filters (#1678).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1696 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRedirect user to the previous page after logging in (#1679).
Jean-Philippe Lang [Sat, 26 Jul 2008 08:46:33 +0000 (08:46 +0000)]
Redirect user to the previous page after logging in (#1679).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1695 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTOC rendered as an unordered list.
Jean-Philippe Lang [Tue, 22 Jul 2008 19:40:47 +0000 (19:40 +0000)]
TOC rendered as an unordered list.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1693 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes hard-coded table names in queries.
Jean-Philippe Lang [Tue, 22 Jul 2008 19:07:43 +0000 (19:07 +0000)]
Fixes hard-coded table names in queries.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1692 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds boolean and list custom fields for time entries as criteria on timelog report.
Jean-Philippe Lang [Tue, 22 Jul 2008 19:06:13 +0000 (19:06 +0000)]
Adds boolean and list custom fields for time entries as criteria on timelog report.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1691 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds custom fields to the time entries csv export.
Jean-Philippe Lang [Tue, 22 Jul 2008 19:02:40 +0000 (19:02 +0000)]
Adds custom fields to the time entries csv export.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1690 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds custom fields on time entries (#772).
Jean-Philippe Lang [Tue, 22 Jul 2008 18:52:00 +0000 (18:52 +0000)]
Adds custom fields on time entries (#772).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1689 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRemoved unused exception definition (r1678).
Jean-Philippe Lang [Tue, 22 Jul 2008 18:24:40 +0000 (18:24 +0000)]
Removed unused exception definition (r1678).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1688 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds mailto link on the user administration list (#1670).
Jean-Philippe Lang [Tue, 22 Jul 2008 17:59:45 +0000 (17:59 +0000)]
Adds mailto link on the user administration list (#1670).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1687 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAppends the filename to the attachment url so that clients that ignore content-dispos...
Jean-Philippe Lang [Tue, 22 Jul 2008 17:55:19 +0000 (17:55 +0000)]
Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename (#1649).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1686 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMove VersionsController#download to AttachmentsController.
Jean-Philippe Lang [Tue, 22 Jul 2008 17:20:02 +0000 (17:20 +0000)]
Move VersionsController#download to AttachmentsController.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1685 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: 'search titles only' box ignored after one search is done on titles only.
Jean-Philippe Lang [Mon, 21 Jul 2008 19:19:06 +0000 (19:19 +0000)]
Fixed: 'search titles only' box ignored after one search is done on titles only.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1684 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds username to the password reminder email (#1668).
Jean-Philippe Lang [Mon, 21 Jul 2008 19:13:46 +0000 (19:13 +0000)]
Adds username to the password reminder email (#1668).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1683 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: searchable model can't be loaded if table is not yet created (#1421).
Jean-Philippe Lang [Sun, 20 Jul 2008 17:31:11 +0000 (17:31 +0000)]
Fixed: searchable model can't be loaded if table is not yet created (#1421).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1682 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoSearch engine: display total results count (#906) and count by result type.
Jean-Philippe Lang [Sun, 20 Jul 2008 17:26:07 +0000 (17:26 +0000)]
Search engine: display total results count (#906) and count by result type.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1681 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoStrikethru closed issue links (#1127).
Jean-Philippe Lang [Sun, 20 Jul 2008 09:50:33 +0000 (09:50 +0000)]
Strikethru closed issue links (#1127).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1680 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: dependency on ruby 1.8.7 introduced in r1660 (#1643).
Jean-Philippe Lang [Sun, 20 Jul 2008 09:25:30 +0000 (09:25 +0000)]
Fixed: dependency on ruby 1.8.7 introduced in r1660 (#1643).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1679 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoImproved on-the-fly account creation. If some attributes are missing (eg. not present...
Jean-Philippe Lang [Sat, 19 Jul 2008 10:47:19 +0000 (10:47 +0000)]
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.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1678 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: Wiki Linking Fails on News Item Preview (#1661).
Jean-Philippe Lang [Sat, 19 Jul 2008 07:29:05 +0000 (07:29 +0000)]
Fixed: Wiki Linking Fails on News Item Preview (#1661).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1677 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoSmall fix to gloc error messages translation.
Jean-Philippe Lang [Sat, 19 Jul 2008 07:19:55 +0000 (07:19 +0000)]
Small fix to gloc error messages translation.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1676 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: default configuration can not be loaded for :it, :pt and :ro languages (#1660).
Jean-Philippe Lang [Thu, 17 Jul 2008 16:27:29 +0000 (16:27 +0000)]
Fixed: default configuration can not be loaded for :it, :pt and :ro languages (#1660).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1675 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds links to the user page on various views.
Jean-Philippe Lang [Wed, 16 Jul 2008 19:33:15 +0000 (19:33 +0000)]
Adds links to the user page on various views.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1674 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes r1672.
Jean-Philippe Lang [Wed, 16 Jul 2008 19:22:09 +0000 (19:22 +0000)]
Fixes r1672.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1673 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds timelog link to the issue context menu (#1645).
Jean-Philippe Lang [Wed, 16 Jul 2008 19:10:29 +0000 (19:10 +0000)]
Adds timelog link to the issue context menu (#1645).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1672 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: Context menu overwritten by calendar on My Page (#1644).
Jean-Philippe Lang [Wed, 16 Jul 2008 18:48:50 +0000 (18:48 +0000)]
Fixed: Context menu overwritten by calendar on My Page (#1644).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1671 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes boolean custom fields tags (broken by r1592) (#1640).
Jean-Philippe Lang [Mon, 14 Jul 2008 17:29:06 +0000 (17:29 +0000)]
Fixes boolean custom fields tags (broken by r1592) (#1640).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1668 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoJavascript fix (#1636).
Jean-Philippe Lang [Mon, 14 Jul 2008 15:46:02 +0000 (15:46 +0000)]
Javascript fix (#1636).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1667 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoClear changesets and changes with raw sql when deleting a repository (#1627).
Jean-Philippe Lang [Sun, 13 Jul 2008 21:55:13 +0000 (21:55 +0000)]
Clear changesets and changes with raw sql when deleting a repository (#1627).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1666 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoSet order on wiki pages association.
Jean-Philippe Lang [Sun, 13 Jul 2008 21:44:38 +0000 (21:44 +0000)]
Set order on wiki pages association.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1665 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes search tests for Postgresql.
Jean-Philippe Lang [Sun, 13 Jul 2008 21:01:38 +0000 (21:01 +0000)]
Fixes search tests for Postgresql.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1664 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoPrevent blank menu caption.
Jean-Philippe Lang [Sun, 13 Jul 2008 13:25:37 +0000 (13:25 +0000)]
Prevent blank menu caption.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1663 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdmin and Help links at the end of top menu.
Jean-Philippe Lang [Sun, 13 Jul 2008 12:25:01 +0000 (12:25 +0000)]
Admin and Help links at the end of top menu.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1661 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMenu mapper: add support for :before, :after and :last options to #push method and...
Jean-Philippe Lang [Sun, 13 Jul 2008 12:12:58 +0000 (12:12 +0000)]
Menu mapper: add support for :before, :after and :last options to #push method and add #delete method.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1660 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMenu item caption can be a Proc.
Jean-Philippe Lang [Sun, 13 Jul 2008 11:02:42 +0000 (11:02 +0000)]
Menu item caption can be a Proc.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1659 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds auto links tests.
Jean-Philippe Lang [Sat, 12 Jul 2008 11:12:33 +0000 (11:12 +0000)]
Adds auto links tests.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1658 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes engines assets mirroring.
Jean-Philippe Lang [Sat, 12 Jul 2008 11:04:41 +0000 (11:04 +0000)]
Fixes engines assets mirroring.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1657 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: Plugin's setting page is broken after upgrading to rails 2.1.0 (#1620).
Jean-Philippe Lang [Sat, 12 Jul 2008 10:31:41 +0000 (10:31 +0000)]
Fixed: Plugin's setting page is broken after upgrading to rails 2.1.0 (#1620).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1656 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTranslations updates.
Jean-Philippe Lang [Sat, 12 Jul 2008 10:28:09 +0000 (10:28 +0000)]
Translations updates.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1655 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds engines 2.1.0 plugin.
Jean-Philippe Lang [Sat, 12 Jul 2008 10:17:14 +0000 (10:17 +0000)]
Adds engines 2.1.0 plugin.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1654 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: no :author method error on projects atom feed (#1623).
Jean-Philippe Lang [Sat, 12 Jul 2008 09:42:18 +0000 (09:42 +0000)]
Fixed: no :author method error on projects atom feed (#1623).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1653 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes nil error when svn binary version is unknown (#1607).
Jean-Philippe Lang [Sat, 12 Jul 2008 09:06:19 +0000 (09:06 +0000)]
Fixes nil error when svn binary version is unknown (#1607).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1652 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDo not use partial in PDF templates (not supported when using rfpdf with Rails 2...
Jean-Philippe Lang [Thu, 10 Jul 2008 16:23:42 +0000 (16:23 +0000)]
Do not use partial in PDF templates (not supported when using rfpdf with Rails 2.1) (#1619).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1651 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: trailing period should not be included in redmine links of type class:id ...
Jean-Philippe Lang [Thu, 10 Jul 2008 13:36:28 +0000 (13:36 +0000)]
Fixed: trailing period should not be included in redmine links of type class:id (#1612).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1650 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: search engine may reveal private projects (#1613).
Jean-Philippe Lang [Thu, 10 Jul 2008 12:31:49 +0000 (12:31 +0000)]
Fixed: search engine may reveal private projects (#1613).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1649 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes links to entries on the revision view (Rails 2.1 compatibility) (#1600).
Jean-Philippe Lang [Wed, 9 Jul 2008 17:25:19 +0000 (17:25 +0000)]
Fixes links to entries on the revision view (Rails 2.1 compatibility) (#1600).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1648 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes Gantt chart with ruby 1.8.7 (#1606).
Jean-Philippe Lang [Wed, 9 Jul 2008 17:16:37 +0000 (17:16 +0000)]
Fixes Gantt chart with ruby 1.8.7 (#1606).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1647 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMail handler: more control over issue attributes (#1110).
Jean-Philippe Lang [Sun, 6 Jul 2008 16:26:25 +0000 (16:26 +0000)]
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.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1643 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoBetter naming of activity feed if only one kind of event is displayed (#1323).
Jean-Philippe Lang [Sun, 6 Jul 2008 13:57:10 +0000 (13:57 +0000)]
Better naming of activity feed if only one kind of event is displayed (#1323).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1642 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds project name to issues feed title (#1323).
Jean-Philippe Lang [Sun, 6 Jul 2008 13:47:59 +0000 (13:47 +0000)]
Adds project name to issues feed title (#1323).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1641 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes "source:" links URLs (r1617).
Jean-Philippe Lang [Sun, 6 Jul 2008 12:43:51 +0000 (12:43 +0000)]
Fixes "source:" links URLs (r1617).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1640 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMerged CHANGELOG from 0.7 stable.
Jean-Philippe Lang [Sun, 6 Jul 2008 12:24:14 +0000 (12:24 +0000)]
Merged CHANGELOG from 0.7 stable.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1639 e93f8b46-1217-0410-a6f0-8f06a7374b81