| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
Portuguese translation for 3.0-stable updated by Rui Rebelo.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14591 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Portuguese translation for 2.6-stable updated by Rui Rebelo.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14590 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Japanese translation updated by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14583 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14572 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14565 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14562 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14559 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14558 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14556 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14553 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14551 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14548 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14546 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14545 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14544 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14543 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
|
|
| |
Set a max width to html email content.
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14539 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
|
|
| |
Use https links instead of http links in ApplicationHelper#avatar_edit_link and Redmine::Info class methods.
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14538 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Asserts that spent time is preloaded.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14537 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Fixes methods comments.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14536 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Limit queries to given issues only.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14535 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Preload total spent time on the issue list with 1 query.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14534 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Adds "Total spent hours" column available on the issue list.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14533 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
travis: add PostgreSQL environments
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14531 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
travis: allow test failures on MySQL 5.7
<pre>
ActiveRecord::StatementInvalid: Mysql2::Error:
Table 'performance_schema.session_variables' doesn't exist:
SHOW VARIABLES LIKE 'character_set_database'
</pre>
Refer:
* https://github.com/rails/rails/issues/21108
* https://github.com/rails/rails/pull/21318
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14526 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Gemfile: update Rails to 4.2.4
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14524 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
|
|
|
| |
travis: allow ui test failure.
Refer:
https://github.com/travis-ci/travis-ci/issues/3225
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14523 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Czech translation updated by Karel Pičman.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14518 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14516 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Czech translation for 2.6-stable updated by Karel Pičman.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14514 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Turkish translation for 3.1-stable updated by Giray Pultar.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14464 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Turkish translation for 3.0-stable updated by Giray Pultar.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14463 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Turkish translation for 2.6-stable updated by Giray Pultar.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14462 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14456 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14453 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14452 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14449 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14447 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
doc/INSTALL: update requirements Bundler >= 1.5.0.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14444 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
|
|
| |
add config/secrets.yml to .gitignore and .hgignore.
Contributed by Benjamin Petersen.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14441 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
|
|
|
|
| |
add config/secrets.yml to svn:ignore.
Contributed by Benjamin Petersen.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14438 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Russian translation for 3.1-stable updated.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14433 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Russian translation for 3.0-stable updated.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14432 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Russian translation for 2.6-stable updated.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14431 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Japanese translation updated by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14422 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
Bulgarian translation updated by Ivan Cenov.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14421 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
|
|
| |
add missing fixtures to IssueSubtaskingTest.
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14418 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14403 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14400 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
|
|
|
| |
git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14397 e93f8b46-1217-0410-a6f0-8f06a7374b81
|