OSDN Git Service

redminele/redmine.git
14 years agoFixed a bug where the form would POST causing a routing error. (#3918)
Eric Davis [Fri, 25 Sep 2009 00:39:02 +0000 (00:39 +0000)]
Fixed a bug where the form would POST causing a routing error. (#3918)

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

14 years agoTranslation updates
Azamat Hackimov [Thu, 24 Sep 2009 15:03:23 +0000 (15:03 +0000)]
Translation updates
* Japanese (#3865)
* Portuguese Brazilian (#3864)
* Russian
* Spanish (#3871)
* Traditional Chinese (#3863)

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

14 years agoFixed: RepositoriesController#revision may show wrong revision (#3779).
Jean-Philippe Lang [Sun, 20 Sep 2009 15:20:22 +0000 (15:20 +0000)]
Fixed: RepositoriesController#revision may show wrong revision (#3779).

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

14 years agoSet mime-type property (#3885).
Jean-Philippe Lang [Sun, 20 Sep 2009 14:25:48 +0000 (14:25 +0000)]
Set mime-type property (#3885).

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

14 years agoUnexpected closing tag removed.
Jean-Philippe Lang [Sun, 20 Sep 2009 14:08:52 +0000 (14:08 +0000)]
Unexpected closing tag removed.

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

14 years agoAdds missing native eol properties.
Jean-Philippe Lang [Sun, 20 Sep 2009 14:06:57 +0000 (14:06 +0000)]
Adds missing native eol properties.

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

14 years agoFixed: Custom values with a nil value cause error on (project|account)/show (#3705).
Jean-Philippe Lang [Sun, 20 Sep 2009 09:56:06 +0000 (09:56 +0000)]
Fixed: Custom values with a nil value cause error on (project|account)/show (#3705).

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

14 years agoMakes timelog report work at issue level (#2935).
Jean-Philippe Lang [Sun, 20 Sep 2009 09:30:41 +0000 (09:30 +0000)]
Makes timelog report work at issue level (#2935).

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

14 years agoMakes saved query filters visible (#2883).
Jean-Philippe Lang [Sun, 20 Sep 2009 07:39:53 +0000 (07:39 +0000)]
Makes saved query filters visible (#2883).

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

14 years agoMakes tickets and timelogs filters collapsible (UI).
Jean-Philippe Lang [Sun, 20 Sep 2009 07:24:16 +0000 (07:24 +0000)]
Makes tickets and timelogs filters collapsible (UI).

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

14 years agoUpdate version to 0.8.5.
Jean-Philippe Lang [Thu, 17 Sep 2009 17:49:29 +0000 (17:49 +0000)]
Update version to 0.8.5.

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

14 years agoRussian update (#3859)
Azamat Hackimov [Sun, 13 Sep 2009 17:41:36 +0000 (17:41 +0000)]
Russian update (#3859)

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

14 years agoUpgraded to Rails 2.3.4 (#3597)
Eric Davis [Sun, 13 Sep 2009 17:14:35 +0000 (17:14 +0000)]
Upgraded to Rails 2.3.4 (#3597)

* Ran the Rails upgrade
* Upgraded to Rails Engines 2.3.2
* Added a plugin to let Engines override application views.
* Converted tests to use the new classes:
** ActionController::TestCase for functional
** ActiveSupport::TestCase for units
* Converted ActiveRecord::Error message to a string.
* ActiveRecord grouping returns an ordered hash which doesn't have #sort!
* Updated the I18n storage_units format.
* Added some default initializers from a fresh rails app
* Changed the order of check_box_tags and hidden_field_tags.  The hidden tag
  needs to appear first in Rails 2.3, otherwise it will override any value in
  the check_box_tag.
* Removed the custom handler for when the cookie store is tampered with.
  Rails 2.3 removed the TamperedWithCookie exception and instead Rails will not
  load the data from it when it's been tampered with (e.g. no user login).
* Fixed mail layouts, 2.3 has problems with implicit multipart emails that
  use layouts.  Also removed some custom Redmine mailer code.
* Fixed a bug that occurred in tests where the "required" span tag would be
  added to the :field_status translation.  This resulted in an email string of:

    <li>Status<span class="required"> *</span><span class="required"> *</span>

  Instead of:

    <li>Status: New</li>

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

14 years agoTranslation updates
Azamat Hackimov [Sat, 12 Sep 2009 17:26:06 +0000 (17:26 +0000)]
Translation updates
* Korean (#3855)
* Russian
* Traditional Chinese (#3853)

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

14 years agoFixes group update form url (#3854).
Jean-Philippe Lang [Sat, 12 Sep 2009 16:12:42 +0000 (16:12 +0000)]
Fixes group update form url (#3854).

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

14 years agoSlight change to the visibility SQL statement.
Jean-Philippe Lang [Sat, 12 Sep 2009 11:22:42 +0000 (11:22 +0000)]
Slight change to the visibility SQL statement.

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

14 years agoAdds spent time to the activity view (#3809).
Jean-Philippe Lang [Sat, 12 Sep 2009 10:37:49 +0000 (10:37 +0000)]
Adds spent time to the activity view (#3809).

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

14 years agoFixes Textile reference link (#3812).
Jean-Philippe Lang [Sat, 12 Sep 2009 10:06:17 +0000 (10:06 +0000)]
Fixes Textile reference link (#3812).

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

14 years agoFixed: issue attachments are saved even if the issue has been updated by another...
Jean-Philippe Lang [Sat, 12 Sep 2009 09:59:38 +0000 (09:59 +0000)]
Fixed: issue attachments are saved even if the issue has been updated by another user (#3846).

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

14 years agoKorean translation update (#3847).
Jean-Philippe Lang [Sat, 12 Sep 2009 09:37:26 +0000 (09:37 +0000)]
Korean translation update (#3847).

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

14 years agoEmail handler: set a default issue subject if the email subject is blank (#3850).
Jean-Philippe Lang [Sat, 12 Sep 2009 09:33:22 +0000 (09:33 +0000)]
Email handler: set a default issue subject if the email subject is blank (#3850).

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

14 years agoMakes 'delete links' the same on admin views.
Jean-Philippe Lang [Sat, 12 Sep 2009 09:25:39 +0000 (09:25 +0000)]
Makes 'delete links' the same on admin views.

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

14 years agoRefactoring of tabs rendering.
Jean-Philippe Lang [Sat, 12 Sep 2009 09:13:13 +0000 (09:13 +0000)]
Refactoring of tabs rendering.

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

14 years agoAdds strings for user groups.
Jean-Philippe Lang [Sat, 12 Sep 2009 08:38:02 +0000 (08:38 +0000)]
Adds strings for user groups.

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

14 years agoUser groups branch merged.
Jean-Philippe Lang [Sat, 12 Sep 2009 08:36:46 +0000 (08:36 +0000)]
User groups branch merged.

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

14 years agoAdded plugin hook, :view_projects_show_sidebar_bottom
Eric Davis [Sat, 12 Sep 2009 00:08:38 +0000 (00:08 +0000)]
Added plugin hook, :view_projects_show_sidebar_bottom

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

14 years agoTranslation update: pt-BR (#3839)
Azamat Hackimov [Thu, 10 Sep 2009 14:22:44 +0000 (14:22 +0000)]
Translation update: pt-BR (#3839)

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

14 years agoTranslation updates
Azamat Hackimov [Mon, 7 Sep 2009 11:09:43 +0000 (11:09 +0000)]
Translation updates
* Traditional Chinese (#3828)
* Swedish (#3829)

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

14 years agoChanging l10n messages (fixes #3807)
Azamat Hackimov [Fri, 4 Sep 2009 22:28:35 +0000 (22:28 +0000)]
Changing l10n messages (fixes #3807)

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

14 years agoReset the default language for the test, autotest was caught it staying at :no
Eric Davis [Fri, 4 Sep 2009 03:24:20 +0000 (03:24 +0000)]
Reset the default language for the test, autotest was caught it staying at :no

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

14 years agoAllow referencing issue numbers in brackets. This style is used by other
Eric Davis [Thu, 3 Sep 2009 01:21:11 +0000 (01:21 +0000)]
Allow referencing issue numbers in brackets.  This style is used by other
bug trackers.

Examples:

* "[#nnn] Worked on this issue"
* "[#nnn, #mmm] Worked on these"
* "[#nnn #mmm] Working some more"

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

14 years agoMissing 'test_' prefix on a helper test caused it to not run.
Eric Davis [Thu, 3 Sep 2009 01:03:10 +0000 (01:03 +0000)]
Missing 'test_' prefix on a helper test caused it to not run.

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

14 years agoRomanian translation update, adding missed diacritics (#3797)
Azamat Hackimov [Wed, 2 Sep 2009 18:01:03 +0000 (18:01 +0000)]
Romanian translation update, adding missed diacritics (#3797)

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

14 years agoGreek translation support, thanks to Vaggelis Typaldos for work (#3795)
Azamat Hackimov [Tue, 1 Sep 2009 18:16:31 +0000 (18:16 +0000)]
Greek translation support, thanks to Vaggelis Typaldos for work (#3795)

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

14 years agoTranslation updates:
Azamat Hackimov [Tue, 1 Sep 2009 18:13:49 +0000 (18:13 +0000)]
Translation updates:
* Swedish (#3774)
* Traditional Chinese (#3772)

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

14 years agoSCM:
Jean-Philippe Lang [Tue, 1 Sep 2009 12:13:17 +0000 (12:13 +0000)]
SCM:
* add latest changesets for the current directory when browsing the repository and a link to the full log
* ability to diff a directory (#3575)

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

14 years agoAdd some margin to journal notes if Gravatars are enabled. (#3771)
Eric Davis [Tue, 1 Sep 2009 04:09:32 +0000 (04:09 +0000)]
Add some margin to journal notes if Gravatars are enabled. (#3771)

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

14 years agoNew strings for translation (fixes #2872), thanks for Enderson Maia for pointing...
Azamat Hackimov [Fri, 21 Aug 2009 19:43:33 +0000 (19:43 +0000)]
New strings for translation (fixes #2872), thanks for Enderson Maia for pointing and translation

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

14 years agoTranslations updates:
Azamat Hackimov [Fri, 21 Aug 2009 19:27:20 +0000 (19:27 +0000)]
Translations updates:
* pt-BR.yml (#3752)
* ru.yml
* zh-TW.yml (#2750)

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

14 years agoSmall CSS fix.
Jean-Philippe Lang [Mon, 17 Aug 2009 16:37:31 +0000 (16:37 +0000)]
Small CSS fix.

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

14 years agoSCM:
Jean-Philippe Lang [Mon, 17 Aug 2009 16:32:24 +0000 (16:32 +0000)]
SCM:
* Fixes file log for non-Git repositories (Repository#latest_changesets ignores path argument)
* No longer used Repository#changesets_for_path method removed

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

14 years agoSCM browser:
Jean-Philippe Lang [Mon, 17 Aug 2009 14:26:13 +0000 (14:26 +0000)]
SCM browser:
* don't show repository commits when showing a subfolder
* remove obsolete view browse.rhtml

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

14 years agoFixes argument in Repository#latest_changesets.
Jean-Philippe Lang [Mon, 17 Aug 2009 14:12:51 +0000 (14:12 +0000)]
Fixes argument in Repository#latest_changesets.

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

14 years agoUse selected columns in the issues PDF export (#1190).
Jean-Philippe Lang [Mon, 17 Aug 2009 14:08:42 +0000 (14:08 +0000)]
Use selected columns in the issues PDF export (#1190).

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

14 years agoAdded branch and tag support to the git repository viewer. (#1406)
Eric Davis [Sat, 15 Aug 2009 22:41:40 +0000 (22:41 +0000)]
Added branch and tag support to the git repository viewer. (#1406)

Many thanks to Adam Soltys and everyone else who tested this patch.

* Updated git test repository so it has a branch with some differences from the master branch
* Moved redmine diff class into a module so as not to clash with diff-lcs gem which is required by grit
* Find changesets from all branches, not just master
* Got revision browsing working
* Got file actions working properly
* Allow browsing by short form of commit identifier
* Added a method to retrieve repository branches
* Allow browsing by branch names as well as commit numbers
* Handle the case where a git repository has no master branch
* Expand revision box and handle finding revisions by first 8 characters
* Added branches dropdown to repository show page
* Combined repository browse and show into a single action.  Moved branch/revision navigation into a partial.
* Renamed partial navigation -> breadcrumbs
* Made it so latest revisions list uses branch and path context
* Preserve current path when changing branch or revision
* Perform slightly more graceful error handling in the case of invalid repository URLs
* Allow branch names to contain periods
* Allow dashes in branch names
* Sort branches by name
* Adding tags dropdown
* Need to disable both branches and tags dropdowns before submitting revision form
* Support underscores in revision (branch/tag) names
* Making file history sensitive to current branch/tag/revision, adding common navigation to changes page
* Updated translation files to include labels for 'branch', 'tag', and 'view all revisions'
* Reenable fields after submit so they don't look disabled and don't stay disabled on browser back button
* Instead of dashes just use empty string for default dropdown value
* Individual entry views now sport the upgraded revision navigation
* Don't display dropdowns with no entries
* Consider all revisions when doing initial load
* Fixed bug grabbing changesets.  Thanks to Bernhard Furtmueller for catching.
* Always check the entire log to find new revisions, rather than trying to go forward from the latest known one
* Added some cleverness to avoid selecting the whole changesets table any time someone views the repository root
* File copies and renames being detected properly
* Return gracefully if no revisions are found in the git log
* Applied patch from Babar Le Lapin to improve Windows compatibility

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

14 years agoAdding .gitignore based on the svn-ignores.
Eric Davis [Sat, 15 Aug 2009 19:27:49 +0000 (19:27 +0000)]
Adding .gitignore based on the svn-ignores.

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

14 years agoAdded missing fixture file from r2837 (#3731)
Eric Davis [Thu, 13 Aug 2009 16:57:36 +0000 (16:57 +0000)]
Added missing fixture file from r2837 (#3731)

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

14 years agoAllow spaces between the keyword and colon in incoming mail. (#3731)
Eric Davis [Wed, 12 Aug 2009 23:26:32 +0000 (23:26 +0000)]
Allow spaces between the keyword and colon in incoming mail. (#3731)

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

14 years agoTranslation updates
Azamat Hackimov [Tue, 11 Aug 2009 16:06:16 +0000 (16:06 +0000)]
Translation updates
* Korean (#3650)
* Spanish (#3664)

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

14 years agoFixed missing translation for 'field_issue_to', the translation files ended in _id.
Eric Davis [Sun, 2 Aug 2009 04:55:16 +0000 (04:55 +0000)]
Fixed missing translation for 'field_issue_to', the translation files ended in _id.

  #3678

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

14 years agoInclude the issue status in search results and the Activity page. (#3700)
Eric Davis [Sun, 2 Aug 2009 04:36:06 +0000 (04:36 +0000)]
Include the issue status in search results and the Activity page. (#3700)

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

14 years agoEnable SSL gravatars when Redmine is using https. (#2718)
Eric Davis [Sun, 2 Aug 2009 04:19:49 +0000 (04:19 +0000)]
Enable SSL gravatars when Redmine is using https. (#2718)

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

14 years agoUpgraded the gravatar plugin from http://github.com/woods/gravatar-plugin
Eric Davis [Sun, 2 Aug 2009 04:19:44 +0000 (04:19 +0000)]
Upgraded the gravatar plugin from github.com/woods/gravatar-plugin

This will update the gravatar.com url (#2921) and provide support for SSL
gravatars (#2718).

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

14 years agoAdded two new plugin hooks to Administration > Users > Memberships
Eric Davis [Sat, 1 Aug 2009 18:14:39 +0000 (18:14 +0000)]
Added two new plugin hooks to Administration > Users > Memberships

* view_users_memberships_table_header
* view_users_memberships_table_row

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

14 years agoDisplay all custom fields on issue PDF.
Jean-Philippe Lang [Wed, 29 Jul 2009 19:05:03 +0000 (19:05 +0000)]
Display all custom fields on issue PDF.

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

14 years agoFixed: custom fields are not displayed in the same order on issue form and view.
Jean-Philippe Lang [Wed, 29 Jul 2009 19:04:27 +0000 (19:04 +0000)]
Fixed: custom fields are not displayed in the same order on issue form and view.

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

14 years agoRemove hard-coded styles from ticket attributes table.
Jean-Philippe Lang [Wed, 29 Jul 2009 18:35:29 +0000 (18:35 +0000)]
Remove hard-coded styles from ticket attributes table.

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

15 years agoSwitch from a custom rcov task to the metric_fu gem.
Eric Davis [Mon, 27 Jul 2009 00:55:43 +0000 (00:55 +0000)]
Switch from a custom rcov task to the metric_fu gem.

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

15 years agoAllow line breaks in wiki table cells (#2346).
Jean-Philippe Lang [Sun, 19 Jul 2009 14:23:15 +0000 (14:23 +0000)]
Allow line breaks in wiki table cells (#2346).

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

15 years agoAdds a link to the file history on repository file views.
Jean-Philippe Lang [Sat, 18 Jul 2009 09:59:55 +0000 (09:59 +0000)]
Adds a link to the file history on repository file views.

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

15 years agoFixes artefacts in truncated search results (#3622).
Jean-Philippe Lang [Sat, 18 Jul 2009 09:46:20 +0000 (09:46 +0000)]
Fixes artefacts in truncated search results (#3622).

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

15 years agoPrevent creation of project with identifier 'new' (#3602).
Jean-Philippe Lang [Sat, 18 Jul 2009 08:06:51 +0000 (08:06 +0000)]
Prevent creation of project with identifier 'new' (#3602).

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

15 years agoFixed: error raised when trying to add an empty comment to a news (#3615).
Jean-Philippe Lang [Sat, 18 Jul 2009 07:51:17 +0000 (07:51 +0000)]
Fixed: error raised when trying to add an empty comment to a news (#3615).

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

15 years agoChange subversion adapter to not cache authentication and run non interactively
Eric Davis [Fri, 10 Jul 2009 03:24:46 +0000 (03:24 +0000)]
Change subversion adapter to not cache authentication and run non interactively

  #3424

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

15 years agoChange links to closed issues to be a grey color. (#3495)
Eric Davis [Fri, 10 Jul 2009 03:03:13 +0000 (03:03 +0000)]
Change links to closed issues to be a grey color. (#3495)

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

15 years agoRussian update
Azamat Hackimov [Wed, 8 Jul 2009 19:52:14 +0000 (19:52 +0000)]
Russian update

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

15 years agoTranslation updates:
Azamat Hackimov [Wed, 8 Jul 2009 18:42:31 +0000 (18:42 +0000)]
Translation updates:
* Italian (#3501)
* Korean (#3552)

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

15 years agoAdds permalinks to message replies (#3587).
Jean-Philippe Lang [Sun, 5 Jul 2009 19:52:09 +0000 (19:52 +0000)]
Adds permalinks to message replies (#3587).

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

15 years agoAdds links to issues in reminder HTML template (#3541).
Jean-Philippe Lang [Sun, 5 Jul 2009 14:14:44 +0000 (14:14 +0000)]
Adds links to issues in reminder HTML template (#3541).

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

15 years agoAbility to send an email with password when changing a user's password (#3566).
Jean-Philippe Lang [Sun, 5 Jul 2009 14:06:14 +0000 (14:06 +0000)]
Ability to send an email with password when changing a user's password (#3566).

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

15 years agoAdministration panel breadcrumbs (#3314).
Jean-Philippe Lang [Sun, 5 Jul 2009 12:22:02 +0000 (12:22 +0000)]
Administration panel breadcrumbs (#3314).

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

15 years agoKeep status filter on the projects list when un/archiving a project (#3530).
Jean-Philippe Lang [Sat, 4 Jul 2009 13:14:28 +0000 (13:14 +0000)]
Keep status filter on the projects list when un/archiving a project (#3530).

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

15 years agoFixes notice_failed_to_save_issues string in various locales (#3574).
Jean-Philippe Lang [Sat, 4 Jul 2009 12:55:56 +0000 (12:55 +0000)]
Fixes notice_failed_to_save_issues string in various locales (#3574).

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

15 years agoDo not require a non-word character after a comma in Redmine links (#3561).
Jean-Philippe Lang [Sat, 4 Jul 2009 12:48:25 +0000 (12:48 +0000)]
Do not require a non-word character after a comma in Redmine links (#3561).

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

15 years agoAdds issue last update timestamp (#3565).
Jean-Philippe Lang [Sat, 4 Jul 2009 12:36:26 +0000 (12:36 +0000)]
Adds issue last update timestamp (#3565).

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

15 years agoSet trunk version to latest stable release (#3233).
Jean-Philippe Lang [Sat, 4 Jul 2009 12:17:02 +0000 (12:17 +0000)]
Set trunk version to latest stable release (#3233).

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

15 years agoDE locale update.
Jean-Philippe Lang [Sat, 4 Jul 2009 12:13:11 +0000 (12:13 +0000)]
DE locale update.

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

15 years agoActually block issues from closing when a blocking issue isn't closed (#1740).
Jean-Philippe Lang [Sat, 4 Jul 2009 12:07:03 +0000 (12:07 +0000)]
Actually block issues from closing when a blocking issue isn't closed (#1740).

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

15 years agoFixed: login form fields have different width with IE (#3582).
Jean-Philippe Lang [Sat, 4 Jul 2009 07:57:04 +0000 (07:57 +0000)]
Fixed: login form fields have different width with IE (#3582).

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

15 years agoDo not use settings/settings partial name in sample plugin (#3557).
Jean-Philippe Lang [Thu, 2 Jul 2009 18:40:06 +0000 (18:40 +0000)]
Do not use settings/settings partial name in sample plugin (#3557).

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

15 years agoFixes links to wiki atom feed (#3581).
Jean-Philippe Lang [Thu, 2 Jul 2009 18:21:45 +0000 (18:21 +0000)]
Fixes links to wiki atom feed (#3581).

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

15 years agoFixed: case sensitivity in issue subject filtering (#3536).
Jean-Philippe Lang [Sun, 28 Jun 2009 12:12:27 +0000 (12:12 +0000)]
Fixed: case sensitivity in issue subject filtering (#3536).

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

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