OSDN Git Service

redminele/redmine.git
15 years agoFixes wiki diff escaping.
Jean-Philippe Lang [Sun, 28 Jun 2009 11:55:49 +0000 (11:55 +0000)]
Fixes wiki diff escaping.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2794 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes broken --unknown-user option in mailhandler script (#3514).
Jean-Philippe Lang [Thu, 25 Jun 2009 16:16:59 +0000 (16:16 +0000)]
Fixes broken --unknown-user option in mailhandler script (#3514).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2793 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes default data loader broken by r2777 (#3507).
Jean-Philippe Lang [Tue, 23 Jun 2009 20:17:47 +0000 (20:17 +0000)]
Fixes default data loader broken by r2777 (#3507).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2792 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdded workaround for a Ruby BigDecimal bug, CVE-2009-1904. (#3475)
Eric Davis [Sun, 14 Jun 2009 16:22:23 +0000 (16:22 +0000)]
Added workaround for a Ruby BigDecimal bug, CVE-2009-1904. (#3475)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2790 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAbility to accept incoming emails from unknown users (#2230, #3003).
Jean-Philippe Lang [Sun, 14 Jun 2009 14:48:34 +0000 (14:48 +0000)]
Ability to accept incoming emails from unknown users (#2230, #3003).

An option lets you specify how to handle emails from unknown users:
* ignore: the email is ignored (previous and default behaviour)
* accept: the sender is considered as an anonymous user
* create: a user account is created (username/password are sent back to the user)

Permissions have to be consistent with the chosen option. Eg. if you choose 'create', the 'Non member' role must have the 'Add issues' permission so that an issue can be created by an unknown user via email. If you choose 'accept', the 'Anonymous' role must have this permission.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2789 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoIgnores test repositories.
Jean-Philippe Lang [Sun, 14 Jun 2009 10:07:38 +0000 (10:07 +0000)]
Ignores test repositories.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2788 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: editing a message may cause sticky attribute to be NULL (#3356).
Jean-Philippe Lang [Sun, 14 Jun 2009 09:19:20 +0000 (09:19 +0000)]
Fixed: editing a message may cause sticky attribute to be NULL (#3356).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2787 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes drop-down list selected value (#3472).
Jean-Philippe Lang [Sat, 13 Jun 2009 09:32:23 +0000 (09:32 +0000)]
Fixes drop-down list selected value (#3472).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2786 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdded the Rails i18n language file to the plugin generator.
Eric Davis [Wed, 10 Jun 2009 03:39:02 +0000 (03:39 +0000)]
Added the Rails i18n language file to the plugin generator.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2785 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdded an empty tmp/test directory so rake test will run out of the box.
Eric Davis [Mon, 8 Jun 2009 02:07:30 +0000 (02:07 +0000)]
Added an empty tmp/test directory so rake test will run out of the box.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2784 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoConverted script/about to use Unix line ending. It has DOS line endings and would...
Eric Davis [Sun, 7 Jun 2009 18:22:27 +0000 (18:22 +0000)]
Converted script/about to use Unix line ending.  It has DOS line endings and would fail.

  (#3387)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2783 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes locales broken by r2781 (#3456).
Jean-Philippe Lang [Sun, 7 Jun 2009 12:36:46 +0000 (12:36 +0000)]
Fixes locales broken by r2781 (#3456).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2782 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoTranslation updates (#3401, #3409, #3434, #3446)
Azamat Hackimov [Sat, 6 Jun 2009 17:20:01 +0000 (17:20 +0000)]
Translation updates (#3401, #3409, #3434, #3446)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2781 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: Bazaar "[merge]" tags parsing fails (#3445).
Jean-Philippe Lang [Sat, 6 Jun 2009 10:49:36 +0000 (10:49 +0000)]
Fixed: Bazaar "[merge]" tags parsing fails (#3445).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2780 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoDo not start user session when accessing atom feed with token-based authentication.
Jean-Philippe Lang [Sat, 6 Jun 2009 10:20:27 +0000 (10:20 +0000)]
Do not start user session when accessing atom feed with token-based authentication.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2779 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoDelete previous tokens when creating a new one.
Jean-Philippe Lang [Tue, 2 Jun 2009 17:24:50 +0000 (17:24 +0000)]
Delete previous tokens when creating a new one.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2778 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoChanged Enumerations to use a Single Table Inheritance
Eric Davis [Sat, 30 May 2009 23:30:36 +0000 (23:30 +0000)]
Changed Enumerations to use a Single Table Inheritance

* Added migrations to change Enumerations to an STI relationship
* Added TimeEntryActivity model (STI)
* Added DocumentCategory model (STI)
* Added IssuePriority model (STI)
* Added Enumeration#get_subclasses to get a list of the subclasses of Enumeration
* Changed Enumeration to use the STI type field instead of the opt field
* Changed Enumeration#opt to return the old opt values but with a deprecation warning.
* Removed Enumeration::OPTIONS
* Removed the dynamic named_scopes in favor of specific named_scopes.  Kept for
  compatibility reasons.
* Added Enumeration#default so each subclass can easily find it's default record.
* Fixed Enumeration#default to use the STI scoping with a fake default scope for finding Enumeration's default.
* Added a 'all' named scope for getting all records in order by position.
* Added Deprecation warnings to the old named_scopes in Enumerations.
* Moved various methods off of Enumeration and onto the concrete classes
* Changed the EnumerationsController to use types
* Updated the Enumeration list template
* Added has_many relationships to the Enumeration STI classes.
* Fixes for tests.

  #3007

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2777 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdded Redmine::Info.issue to get links to specific issue numbers.
Eric Davis [Sat, 30 May 2009 23:00:22 +0000 (23:00 +0000)]
Added Redmine::Info.issue to get links to specific issue numbers.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2776 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdded plugin hook, :controller_timelog_edit_before_save. (#3341)
Eric Davis [Sat, 30 May 2009 22:49:39 +0000 (22:49 +0000)]
Added plugin hook, :controller_timelog_edit_before_save.  (#3341)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2775 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdded more plugin hooks:
Eric Davis [Sat, 30 May 2009 22:43:01 +0000 (22:43 +0000)]
Added more plugin hooks:

* :controller_messages_new_after_save
* :controller_messages_reply_after_save
* :controller_wiki_edit_after_save

  #3306

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2774 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdded hook, :model_changeset_scan_commit_for_issue_ids_pre_issue_update. #3279
Eric Davis [Sat, 30 May 2009 22:34:27 +0000 (22:34 +0000)]
Added hook, :model_changeset_scan_commit_for_issue_ids_pre_issue_update. #3279

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2773 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdded two plugin hooks to the account page:
Eric Davis [Sat, 30 May 2009 22:09:49 +0000 (22:09 +0000)]
Added two plugin hooks to the account page:

* :view_account_left_bottom
* :view_account_right_bottom

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2772 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdded :view_versions_show_contextual hook. (#3036)
Eric Davis [Sat, 30 May 2009 21:57:47 +0000 (21:57 +0000)]
Added :view_versions_show_contextual hook. (#3036)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2771 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed failing test in #3391. Quotes (") are html escaped.
Eric Davis [Sat, 30 May 2009 21:47:10 +0000 (21:47 +0000)]
Fixed failing test in #3391.  Quotes (") are html escaped.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2770 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFIxed: inline images not displayed in atom feeds (#3391).
Jean-Philippe Lang [Tue, 26 May 2009 08:28:36 +0000 (08:28 +0000)]
FIxed: inline images not displayed in atom feeds (#3391).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2768 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoRender new message form if needed.
Jean-Philippe Lang [Mon, 25 May 2009 20:38:59 +0000 (20:38 +0000)]
Render new message form if needed.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2767 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdd plugins information to script/about (#3387).
Jean-Philippe Lang [Mon, 25 May 2009 19:10:26 +0000 (19:10 +0000)]
Add plugins information to script/about (#3387).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2766 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAbility to watch a wiki or a single wiki page (#413).
Jean-Philippe Lang [Mon, 25 May 2009 19:02:28 +0000 (19:02 +0000)]
Ability to watch a wiki or a single wiki page (#413).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2765 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: Atom feeds leak email address (#3408).
Jean-Philippe Lang [Mon, 25 May 2009 18:11:32 +0000 (18:11 +0000)]
Fixed: Atom feeds leak email address (#3408).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2763 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoValidate project identifier only when changed (#3352).
Jean-Philippe Lang [Mon, 25 May 2009 18:01:27 +0000 (18:01 +0000)]
Validate project identifier only when changed (#3352).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2762 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoLink to the appropriate repository (#3376).
Jean-Philippe Lang [Mon, 18 May 2009 17:45:45 +0000 (17:45 +0000)]
Link to the appropriate repository (#3376).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2760 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoru.yml translation, adding to zh.yml missed string
Azamat Hackimov [Mon, 18 May 2009 14:34:47 +0000 (14:34 +0000)]
ru.yml translation, adding to zh.yml missed string

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2759 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoTranslation updates (#3374, #3375, # 3378, #3380, #3381)
Azamat Hackimov [Mon, 18 May 2009 14:11:02 +0000 (14:11 +0000)]
Translation updates (#3374, #3375, # 3378, #3380, #3381)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2758 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed an interpolation argument error in nl.yml
Eric Davis [Sun, 17 May 2009 18:10:28 +0000 (18:10 +0000)]
Fixed an interpolation argument error in nl.yml

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2757 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes code comments.
Jean-Philippe Lang [Sun, 17 May 2009 15:32:48 +0000 (15:32 +0000)]
Fixes code comments.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2756 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoTranslations updates.
Jean-Philippe Lang [Sun, 17 May 2009 14:37:26 +0000 (14:37 +0000)]
Translations updates.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2755 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdds a setting to choose which role is given to a non-admin user who creates a projec...
Jean-Philippe Lang [Sun, 17 May 2009 14:35:00 +0000 (14:35 +0000)]
Adds a setting to choose which role is given to a non-admin user who creates a project (#1007).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2754 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoTranslations updates.
Jean-Philippe Lang [Sun, 17 May 2009 14:04:08 +0000 (14:04 +0000)]
Translations updates.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2752 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoTranslations updates.
Jean-Philippe Lang [Sun, 17 May 2009 13:56:53 +0000 (13:56 +0000)]
Translations updates.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2751 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAbility to allow non-admin users to create projects (#1007).
Jean-Philippe Lang [Sun, 17 May 2009 12:59:14 +0000 (12:59 +0000)]
Ability to allow non-admin users to create projects (#1007).

This can be enabled in permissions settings. A non-admin user who creates a project is automatically added as a project member (the first role is given, TODO: make this given role configurable).
Projects can be added from the public projects list.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2750 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdds email notification on wiki changes (#413). It's disabled by default and can...
Jean-Philippe Lang [Sun, 17 May 2009 09:55:13 +0000 (09:55 +0000)]
Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2749 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoMakes issues/show accept rss key (#3362).
Jean-Philippe Lang [Sun, 17 May 2009 08:35:57 +0000 (08:35 +0000)]
Makes issues/show accept rss key (#3362).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2745 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: issue status bulk edit broken by r2726 (#3347).
Jean-Philippe Lang [Thu, 14 May 2009 18:18:29 +0000 (18:18 +0000)]
Fixed: issue status bulk edit broken by r2726 (#3347).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2744 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAbility to use any custom field as a cross-project custom query column (#3321).
Jean-Philippe Lang [Wed, 13 May 2009 17:32:15 +0000 (17:32 +0000)]
Ability to use any custom field as a cross-project custom query column (#3321).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2743 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoDo not autologin if more that one token is found (#3351).
Jean-Philippe Lang [Wed, 13 May 2009 16:56:31 +0000 (16:56 +0000)]
Do not autologin if more that one token is found (#3351).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2742 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdd token value uniqueness validation (#3351).
Jean-Philippe Lang [Wed, 13 May 2009 16:55:15 +0000 (16:55 +0000)]
Add token value uniqueness validation (#3351).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2741 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoUse ActiveSupport::SecureRandom to generate tokens (#3351).
Jean-Philippe Lang [Wed, 13 May 2009 16:54:32 +0000 (16:54 +0000)]
Use ActiveSupport::SecureRandom to generate tokens (#3351).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2740 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: issue bulk edit view broken by r2726 (#3347).
Jean-Philippe Lang [Wed, 13 May 2009 16:06:14 +0000 (16:06 +0000)]
Fixed: issue bulk edit view broken by r2726 (#3347).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2739 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: issue move by non-admin broken by r2726 (#3354).
Jean-Philippe Lang [Wed, 13 May 2009 15:58:54 +0000 (15:58 +0000)]
Fixed: issue move by non-admin broken by r2726 (#3354).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2738 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoEscape custom field name.
Jean-Philippe Lang [Tue, 12 May 2009 19:08:04 +0000 (19:08 +0000)]
Escape custom field name.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2737 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoSort roles on account view.
Jean-Philippe Lang [Tue, 12 May 2009 19:06:45 +0000 (19:06 +0000)]
Sort roles on account view.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2736 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoEscape role name.
Jean-Philippe Lang [Tue, 12 May 2009 19:06:22 +0000 (19:06 +0000)]
Escape role name.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2735 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoDisplay all users roles on project overview (#3339).
Jean-Philippe Lang [Tue, 12 May 2009 19:04:52 +0000 (19:04 +0000)]
Display all users roles on project overview (#3339).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2734 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoscript/about updated (#3333).
Jean-Philippe Lang [Tue, 12 May 2009 17:22:06 +0000 (17:22 +0000)]
script/about updated (#3333).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2733 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes Redmine.pm broken by r2726 (#3330).
Jean-Philippe Lang [Tue, 12 May 2009 16:56:23 +0000 (16:56 +0000)]
Fixes Redmine.pm broken by r2726 (#3330).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2732 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoCleaning projects administration list.
Jean-Philippe Lang [Sun, 10 May 2009 11:36:12 +0000 (11:36 +0000)]
Cleaning projects administration list.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2731 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoRemoves untranslated string.
Jean-Philippe Lang [Sun, 10 May 2009 11:33:02 +0000 (11:33 +0000)]
Removes untranslated string.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2730 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoClear member_roles table before populating it.
Jean-Philippe Lang [Sun, 10 May 2009 11:18:09 +0000 (11:18 +0000)]
Clear member_roles table before populating it.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2729 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes project members copy with multiple roles.
Jean-Philippe Lang [Sun, 10 May 2009 11:17:23 +0000 (11:17 +0000)]
Fixes project members copy with multiple roles.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2728 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFollows r2720 (#3308).
Jean-Philippe Lang [Sun, 10 May 2009 11:06:29 +0000 (11:06 +0000)]
Follows r2720 (#3308).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2727 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAllows multiple roles on the same project (#706). Prerequisite for user groups feature.
Jean-Philippe Lang [Sun, 10 May 2009 10:54:31 +0000 (10:54 +0000)]
Allows multiple roles on the same project (#706). Prerequisite for user groups feature.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2726 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoSlight change to the permissions report view, with folding support.
Jean-Philippe Lang [Sun, 10 May 2009 10:43:19 +0000 (10:43 +0000)]
Slight change to the permissions report view, with folding support.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2725 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes consistency of custom fields display on the issue detail view (#3190).
Jean-Philippe Lang [Sun, 10 May 2009 10:36:40 +0000 (10:36 +0000)]
Fixes consistency of custom fields display on the issue detail view (#3190).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2724 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAccept any svn tunnel scheme in repository URL (#3278).
Jean-Philippe Lang [Sun, 10 May 2009 10:08:02 +0000 (10:08 +0000)]
Accept any svn tunnel scheme in repository URL (#3278).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2723 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoPrevent nil error when retrieving svn version (#3268).
Jean-Philippe Lang [Sun, 10 May 2009 09:49:39 +0000 (09:49 +0000)]
Prevent nil error when retrieving svn version (#3268).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2722 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdds wiki comments length validation (#3308).
Jean-Philippe Lang [Sun, 10 May 2009 08:49:45 +0000 (08:49 +0000)]
Adds wiki comments length validation (#3308).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2720 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoSame as fix as r2705 from Trac wiki pages attachments (#3291).
Jean-Philippe Lang [Sun, 10 May 2009 08:39:23 +0000 (08:39 +0000)]
Same as fix as r2705 from Trac wiki pages attachments (#3291).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2718 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoRemoves hardcoded table names in Repository#clear_changesets.
Jean-Philippe Lang [Fri, 8 May 2009 08:05:45 +0000 (08:05 +0000)]
Removes hardcoded table names in Repository#clear_changesets.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2715 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoLink projects and users in the issue list.
Eric Davis [Wed, 6 May 2009 04:47:20 +0000 (04:47 +0000)]
Link projects and users in the issue list.

  #3086

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2713 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoLink the project name in simple issue lists.
Eric Davis [Wed, 6 May 2009 04:47:13 +0000 (04:47 +0000)]
Link the project name in simple issue lists.

  #3085

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2712 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdds group folding on issue list (#2679).
Jean-Philippe Lang [Mon, 4 May 2009 18:04:09 +0000 (18:04 +0000)]
Adds group folding on issue list (#2679).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2711 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoDisable email notifications before importing data.
Jean-Philippe Lang [Mon, 4 May 2009 17:41:52 +0000 (17:41 +0000)]
Disable email notifications before importing data.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2710 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes r2707.
Jean-Philippe Lang [Mon, 4 May 2009 16:55:47 +0000 (16:55 +0000)]
Fixes r2707.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2708 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes Mantis importer broken by 2670.
Jean-Philippe Lang [Mon, 4 May 2009 16:53:05 +0000 (16:53 +0000)]
Fixes Mantis importer broken by 2670.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2707 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed Trac importer broken by r2670 (#3254).
Jean-Philippe Lang [Mon, 4 May 2009 16:48:27 +0000 (16:48 +0000)]
Fixed Trac importer broken by r2670 (#3254).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2705 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdded the ability to copy a project in the Project Administration panel.
Eric Davis [Sun, 3 May 2009 21:25:37 +0000 (21:25 +0000)]
Added the ability to copy a project in the Project Administration panel.

* Added Copy project button.
* Added Project#copy_from to duplicate a project to be modified and saved by the user
* Added a ProjectsController#copy based off the add method
** Used Project#copy_from to create a duplicate project in memory
* Implemented Project#copy to copy data for a project from another and save it.
** Members
** Project level queries
** Project custom fields
* Added a plugin hook for Project#copy.

  #1125  #1556  #886  #309

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2704 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdds hostname to Redmine links in atom feeds (#3275).
Jean-Philippe Lang [Fri, 1 May 2009 11:39:22 +0000 (11:39 +0000)]
Adds hostname to Redmine links in atom feeds (#3275).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2699 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes user edit urls (#3281).
Jean-Philippe Lang [Fri, 1 May 2009 11:25:41 +0000 (11:25 +0000)]
Fixes user edit urls (#3281).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2698 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes self and alternate atom links (#3161).
Jean-Philippe Lang [Sun, 26 Apr 2009 20:12:58 +0000 (20:12 +0000)]
Fixes self and alternate atom links (#3161).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2697 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoTicket grouping (#2679).
Jean-Philippe Lang [Sun, 26 Apr 2009 13:09:14 +0000 (13:09 +0000)]
Ticket grouping (#2679).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2696 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdds .erb mime type.
Jean-Philippe Lang [Sat, 25 Apr 2009 11:40:50 +0000 (11:40 +0000)]
Adds .erb mime type.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2695 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdds more css classes to the roadmap issues (#3214).
Jean-Philippe Lang [Sat, 25 Apr 2009 11:28:48 +0000 (11:28 +0000)]
Adds more css classes to the roadmap issues (#3214).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2694 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdds the filename to the html title of attachment view.
Jean-Philippe Lang [Sat, 25 Apr 2009 09:35:14 +0000 (09:35 +0000)]
Adds the filename to the html title of attachment view.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2693 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoReturns a 404 error when trying to view/download an attachment that can't be read...
Jean-Philippe Lang [Sat, 25 Apr 2009 09:31:36 +0000 (09:31 +0000)]
Returns a 404 error when trying to view/download an attachment that can't be read from disk.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2692 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoSlight gantt export refactoring (#3229).
Jean-Philippe Lang [Sat, 25 Apr 2009 09:05:31 +0000 (09:05 +0000)]
Slight gantt export refactoring (#3229).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2690 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes a javascript comment (#3238).
Jean-Philippe Lang [Sat, 25 Apr 2009 08:53:14 +0000 (08:53 +0000)]
Fixes a javascript comment (#3238).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2689 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdded some new view hooks to the welcome page.
Eric Davis [Fri, 24 Apr 2009 21:25:10 +0000 (21:25 +0000)]
Added some new view hooks to the welcome page.

* :view_welcome_index_left
* :view_welcome_index_right

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2687 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdded two new plugin hooks to the Project Overview page
Eric Davis [Fri, 24 Apr 2009 21:25:03 +0000 (21:25 +0000)]
Added two new plugin hooks to the Project Overview page

* :view_projects_show_left
* :view_projects_show_right

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2686 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: %0.2f is rendered as plain text in issues/destroy view (#3167).
Jean-Philippe Lang [Fri, 24 Apr 2009 17:18:36 +0000 (17:18 +0000)]
Fixed: %0.2f is rendered as plain text in issues/destroy view (#3167).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2685 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixes a translation key (#3167).
Jean-Philippe Lang [Fri, 24 Apr 2009 17:03:22 +0000 (17:03 +0000)]
Fixes a translation key (#3167).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2684 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: Calendar popup broken by i18n refactoring (#3168).
Jean-Philippe Lang [Fri, 24 Apr 2009 17:00:25 +0000 (17:00 +0000)]
Fixed: Calendar popup broken by i18n refactoring (#3168).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2683 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAdds single forum atom feed (#3181).
Jean-Philippe Lang [Fri, 24 Apr 2009 16:51:07 +0000 (16:51 +0000)]
Adds single forum atom feed (#3181).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2682 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoPrevent recursive calls to RepositoriesHelper#repository_field_tags (#3226).
Jean-Philippe Lang [Fri, 24 Apr 2009 15:54:48 +0000 (15:54 +0000)]
Prevent recursive calls to RepositoriesHelper#repository_field_tags (#3226).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2680 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: Mercurial integration doesn't work if redmine is installed in folder path...
Jean-Philippe Lang [Tue, 21 Apr 2009 16:05:04 +0000 (16:05 +0000)]
Fixed: Mercurial integration doesn't work if redmine is installed in folder path containing space (#3159).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2679 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoMakes minimum password length configurable.
Jean-Philippe Lang [Tue, 21 Apr 2009 13:43:57 +0000 (13:43 +0000)]
Makes minimum password length configurable.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2678 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoLess aggressive textile image tag parsing (#3209).
Jean-Philippe Lang [Tue, 21 Apr 2009 12:49:16 +0000 (12:49 +0000)]
Less aggressive textile image tag parsing (#3209).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2677 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoAsk user what to do with child pages when deleting a parent wiki page (#3202).
Jean-Philippe Lang [Tue, 21 Apr 2009 12:19:56 +0000 (12:19 +0000)]
Ask user what to do with child pages when deleting a parent wiki page (#3202).

3 options are available:
* move child pages as root pages
* move child pages to another parent page
* delete all descendants

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2676 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agofix for he.yml (#3204), thank Orgad Shaneh for patch
Azamat Hackimov [Sun, 19 Apr 2009 21:43:46 +0000 (21:43 +0000)]
fix for he.yml (#3204), thank Orgad Shaneh for patch

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2675 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: an error is raised when no tab is available on project settings (#3179).
Jean-Philippe Lang [Sun, 19 Apr 2009 08:45:00 +0000 (08:45 +0000)]
Fixed: an error is raised when no tab is available on project settings (#3179).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2674 e93f8b46-1217-0410-a6f0-8f06a7374b81

15 years agoFixed: Issue status in the notify email's subject is the issue's old status, should...
Jean-Philippe Lang [Sun, 19 Apr 2009 08:33:56 +0000 (08:33 +0000)]
Fixed: Issue status in the notify email's subject is the issue's old status, should be its new status (#3194).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2673 e93f8b46-1217-0410-a6f0-8f06a7374b81