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

Redmine 4.x support #50

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Redmine 4.x support #50

wants to merge 5 commits into from

Commits on Jun 1, 2021

  1. Support Redmine 4.x

    * add ActiveRecord::Migration version tag
    * rename controller callbacks
    * rename application callback
    liaham committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d2201c3 View commit details
    Browse the repository at this point in the history
  2. Fix errors in functional tests

    The test class has created a ActionController::TestRequest instance
    what is unnecessary and causes the initial errors.
    
    Adjusted all requests with the params hash to fix errors occuring after-
    wards the request instance was deleted.
    liaham committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    311428b View commit details
    Browse the repository at this point in the history
  3. Prepare for version 1.0.0

    * add CHANGELOG
    * update version in init.rb
    liaham committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    1c6045d View commit details
    Browse the repository at this point in the history
  4. Add german translations

    liaham committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    84f89a7 View commit details
    Browse the repository at this point in the history
  5. Update travis config

    Support the three latest Redmine branches.
    liaham committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    9a30fdf View commit details
    Browse the repository at this point in the history