OSDN Git Service

redminele/redmine.git
15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

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