pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/redmine



Module Name:    pkgsrc
Committed By:   rodent
Date:           Thu Jun 18 12:49:37 UTC 2015

Modified Files:
        pkgsrc/devel/redmine: MESSAGE Makefile PLIST PLIST.unicorn distinfo
            options.mk
        pkgsrc/devel/redmine/files: Gemfile.lock unicorn.rb
Added Files:
        pkgsrc/devel/redmine/files: redmine_fix_gems.sh
            redmine_generate_secret.sh redmine_migrate_db.sh
            redmine_migrate_plugins.sh secrets.yml

Log Message:
Update to 3.0.3 - update Redmine gems to latest usable versions. Increase
timeout of unicorn process to 60s instead of 30s. Problems with the lower
timeouts will become apparent if you have a local mail server throttling
connections and you do something like update >=10 issues simultaneously. Install
some helper shell scripts to ease with Redmine configuration and management.
Install a sample secrets.yml file for usage with the application. This package
will be renamed to ruby-redmine after the freeze and its files installed with
${RUBY_PKGPREFIX} to enable the usage and testing of different Ruby versions
with Redmine. This package has been tested heavily in production and is known to
work well in its current state; though, we will want to change the way it uses
gems when pkgsrc gets rails-4.x. Discussed with maintainter previously.

>From Changelog:

3.0.3 (2015-05-10)

    Defect #18580: Can't bulk edit own time entries with "Edit own time entries"
    Defect #19731: Issue validation fails if % done field is deactivated
    Defect #19735: Email addresses with slashes are not linked correctly
    Patch #19655: Set a back_url when forcing new login after session expiration
    Patch #19706: Issue show : optimizations
    Patch #19793: Adding flash messages to files_controller#create

3.0.2 (2015-04-26)

    Defect #19297: Custom fields with hidden/read-only combination displayed in Issue Edit Form
    Defect #19400: Possibility of having 2 (or more) repositories with empty identifier
    Defect #19444: Fix typo in wiki_syntax_detailed.html
    Defect #19538: Keywords in commit messages: journal entries are created even if nothing was changed
    Defect #19569: Field permissions not working properly with inherited memberships
    Defect #19580: "Required" and "Read-only" rules on "Fields Permissions" screen are not colored
    Defect #13583: Space between lines in nested lists not equal
    Defect #19161: 500 Internal error: sorting for column mail at Administration/User
    Defect #19163: Bulk edit form shows additional custom fields
    Defect #19168: Activity: changes made to tickets are shown multiple times
    Defect #19185: Update Install/Upgrade guide for 3.x version and get gid of DEPRECATION WARNING: You didn't set config.secret_key_base
    Defect #19276: Creating new issues with invalid project_id should return 422 instead of 403 error
    Defect #19405: Setting config.logger.level in additional_environment.rb has no effect
    Defect #19464: Possible to log time on project without time tracking
    Defect #19482: Custom field (long text format) displayed even if empty
    Defect #19537: Broken HTML sanitizer refence breaks email receiving
    Defect #19544: Malformed SQL query with SQLServer when grouping issues
    Defect #19553: When create by copying the issue, status can not be changed to default
    Defect #19558: Mail handler should not ignore emails with x-auto-response-suppress header
    Defect #19606: Issue Estimated Time not updated on tracker change
    Feature #19437: Upgrade to Rails 4.2.1
    Feature #19489: Translation for Spanish Panama
    Patch #19570: Spanish translation updated


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/redmine/MESSAGE \
    pkgsrc/devel/redmine/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/redmine/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/redmine/PLIST.unicorn \
    pkgsrc/devel/redmine/distinfo pkgsrc/devel/redmine/options.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/redmine/files/Gemfile.lock \
    pkgsrc/devel/redmine/files/unicorn.rb
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/redmine/files/redmine_fix_gems.sh \
    pkgsrc/devel/redmine/files/redmine_generate_secret.sh \
    pkgsrc/devel/redmine/files/redmine_migrate_db.sh \
    pkgsrc/devel/redmine/files/redmine_migrate_plugins.sh \
    pkgsrc/devel/redmine/files/secrets.yml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index