Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 5117: mercurial_adapter should ensure the right LANG environment variable #8

Closed
wants to merge 25 commits into from
Closed

Issue 5117: mercurial_adapter should ensure the right LANG environment variable #8

wants to merge 25 commits into from

Commits on Mar 22, 2010

  1. mercurial: get client_version correctly even if LANG is set

     * Assumes the version number is of the first line of the output.
     * Uses shellout
     * Uses class' instance variables instead of wide-scope class variables,
       because it's only referenced by class method.
     * Changed not to cache template_path because it isn't a heavy operation.
    
    closes #5117
    
    Test-case-by: Toshi MARUYAMA <marutosijp2@gmail.com>
    yuja committed Mar 22, 2010
    Configuration menu
    Copy the full SHA
    196c3a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2010

  1. mercurial: get client_version correctly even if LANG is set

     * Assumes the version number is of the first line of the output.
     * Uses shellout
     * Uses class' instance variables instead of wide-scope class variables,
       because it's only referenced by class method.
     * Changed not to cache template_path because it isn't a heavy operation.
    
    closes #5117
    
    http://bitbucket.org/yuja/redmine-mq-issue4455/src/c5a47a5f63f5/hg/version.diff
    marutosi committed Sep 30, 2010
    Configuration menu
    Copy the full SHA
    e2334dc View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2010

  1. Configuration menu
    Copy the full SHA
    8541437 View commit details
    Browse the repository at this point in the history
  2. Mercurial: change io.gets to io.read for 'hg --version'

    Toshi MARUYAMA committed Nov 14, 2010
    Configuration menu
    Copy the full SHA
    8629d61 View commit details
    Browse the repository at this point in the history
  3. Merge.

    Toshi MARUYAMA committed Nov 14, 2010
    Configuration menu
    Copy the full SHA
    ab0de95 View commit details
    Browse the repository at this point in the history
  4. Raised maximum length of project names and identifiers to 255 and 100…

    … respectively (#6446).
    
    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4402 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 14, 2010
    Configuration menu
    Copy the full SHA
    8ef0682 View commit details
    Browse the repository at this point in the history
  5. Merge with origin/master by hg-git.

    Toshi MARUYAMA committed Nov 14, 2010
    Configuration menu
    Copy the full SHA
    9c06afb View commit details
    Browse the repository at this point in the history
  6. Merge.

    Toshi MARUYAMA committed Nov 14, 2010
    Configuration menu
    Copy the full SHA
    4bcf306 View commit details
    Browse the repository at this point in the history
  7. Updates mantis importer for new project name/identifier max lengths (…

    …#6446).
    
    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4403 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 14, 2010
    Configuration menu
    Copy the full SHA
    97a9210 View commit details
    Browse the repository at this point in the history
  8. MailHandler: ignore assignee if invalid.

    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4404 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 14, 2010
    Configuration menu
    Copy the full SHA
    d7cdd58 View commit details
    Browse the repository at this point in the history
  9. Replaced SessionStore :session_key with :key (#6887).

    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4405 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 14, 2010
    Configuration menu
    Copy the full SHA
    c4a2183 View commit details
    Browse the repository at this point in the history
  10. Use Object#tap instead of #returning (#6887).

    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4406 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 14, 2010
    Configuration menu
    Copy the full SHA
    2ee45e8 View commit details
    Browse the repository at this point in the history
  11. Adds leading slash to all assert_redirected_to arguments (#6887).

    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4407 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 14, 2010
    Configuration menu
    Copy the full SHA
    2fab7bd View commit details
    Browse the repository at this point in the history
  12. Fixes a NoMethodError in tests with ruby 1.8.6.

    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4408 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 14, 2010
    Configuration menu
    Copy the full SHA
    ee91e34 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2010

  1. Fixed: Log Time link broken in issue context menu (#6904).

    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4409 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 16, 2010
    Configuration menu
    Copy the full SHA
    3e95d12 View commit details
    Browse the repository at this point in the history
  2. Prevents NoMethodError when requesting /time_entries/edit without an …

    …id (#6904).
    
    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4410 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 16, 2010
    Configuration menu
    Copy the full SHA
    3ba3c54 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2010

  1. Initialize TimeEntry attributes with params when editing an issue (#5…

    …441).
    
    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4411 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 17, 2010
    Configuration menu
    Copy the full SHA
    8bb75da View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2010

  1. Fixed: links to edit/delete a news broken by r4214 (#6944).

    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4412 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 20, 2010
    Configuration menu
    Copy the full SHA
    0f55adf View commit details
    Browse the repository at this point in the history
  2. Fixed: Migration from boolean to varchar fails on PostgreSQL 8.1 (#69…

    …43).
    
    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4413 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 20, 2010
    Configuration menu
    Copy the full SHA
    427ec05 View commit details
    Browse the repository at this point in the history
  3. Fixed: submitting a non numerical parent task input creates a 500 err…

    …or (#6932).
    
    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4414 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 20, 2010
    Configuration menu
    Copy the full SHA
    06b0176 View commit details
    Browse the repository at this point in the history
  4. Add assertions for #6929 in MailHandler tests.

    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4416 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 20, 2010
    Configuration menu
    Copy the full SHA
    1f23738 View commit details
    Browse the repository at this point in the history
  5. Fixed: MercurialAdapter.client_version depends on LANG environment va…

    …riable (#5117).
    
    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4417 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 20, 2010
    Configuration menu
    Copy the full SHA
    6b72c66 View commit details
    Browse the repository at this point in the history
  6. Fixed: Broken pipe error when browsing subversion repository (#6860).

    git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4419 e93f8b46-1217-0410-a6f0-8f06a7374b81
    jplang committed Nov 20, 2010
    Configuration menu
    Copy the full SHA
    1158716 View commit details
    Browse the repository at this point in the history
  7. imported patch hg-version-2010-11-20.patch

    Toshi MARUYAMA committed Nov 20, 2010
    Configuration menu
    Copy the full SHA
    c69b402 View commit details
    Browse the repository at this point in the history
  8. Merge.

    Toshi MARUYAMA committed Nov 20, 2010
    Configuration menu
    Copy the full SHA
    5070b49 View commit details
    Browse the repository at this point in the history