Go MAEDA
|
53f2aca3ef
|
"Cannot delete enumeration" error may occur when attempting to delete a project with time entries (#38286).
Patch by Holger Just and Mizuki ISHIKAWA.
git-svn-id: https://svn.redmine.org/redmine/trunk@22155 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-03-25 05:09:56 +00:00 |
|
Go MAEDA
|
32d2b1c42f
|
Fix RuboCop offense Style/InverseMethods: Use present? instead of inverting blank? (#37248).
git-svn-id: https://svn.redmine.org/redmine/trunk@22152 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-03-25 01:32:23 +00:00 |
|
Go MAEDA
|
1481c721a2
|
Use require_relative instead of require File.expand_path(..., __FILE__) (#38093).
Patch by Go MAEDA.
git-svn-id: https://svn.redmine.org/redmine/trunk@22016 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-01-01 07:13:39 +00:00 |
|
Go MAEDA
|
92bd67c279
|
Update copyright year to 2023 (#38141).
git-svn-id: https://svn.redmine.org/redmine/trunk@22013 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2023-01-01 06:19:35 +00:00 |
|
Marius Balteanu
|
81575e7291
|
Skip validation of required custom fields when creating a project if user does not have permissions to see those custom fields (#36593).
Patch by mathieu-mbru.
git-svn-id: https://svn.redmine.org/redmine/trunk@21488 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-03-21 22:13:19 +00:00 |
|
Marius Balteanu
|
96d32a5226
|
Destroy overridden time entry activities and rows from the habtm join table @queries_roles@ on project deletion (#36416).
Patch by Holger Just.
git-svn-id: http://svn.redmine.org/redmine/trunk@21437 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-02-24 19:44:36 +00:00 |
|
Go MAEDA
|
3686b77eb6
|
Update copyright year in source files to 2022 (#36379).
git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2022-01-02 05:29:10 +00:00 |
|
Marius Balteanu
|
05e9d7883b
|
Use sanitize_sql_like in like scopes (#35073).
Patch Jens Krämer.
git-svn-id: http://svn.redmine.org/redmine/trunk@21231 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-10-03 19:44:39 +00:00 |
|
Go MAEDA
|
e32b37c7fb
|
Remove unnecessary comments (#35606).
git-svn-id: http://svn.redmine.org/redmine/trunk@21099 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-07-28 05:40:46 +00:00 |
|
Go MAEDA
|
da4303a961
|
Locked users should not be displayed in the members box of the project overview page (#35606).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21090 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-07-27 04:55:08 +00:00 |
|
Go MAEDA
|
ec3527102d
|
Remove deprecated WikiContent::Version (#35031).
git-svn-id: http://svn.redmine.org/redmine/trunk@21002 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-05-15 05:51:14 +00:00 |
|
Go MAEDA
|
e86476eb5b
|
Fix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issue." (#29914, #32912).
Patch by Pavel Rosický.
git-svn-id: http://svn.redmine.org/redmine/trunk@20884 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-04-01 14:48:50 +00:00 |
|
Go MAEDA
|
3e36b5c452
|
Update copyright year in source files to 2021 (#33069).
git-svn-id: http://svn.redmine.org/redmine/trunk@20846 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2021-03-25 06:58:56 +00:00 |
|
Toshi MARUYAMA
|
9e7b61591f
|
shorten long line of test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20675 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-12-19 17:32:42 +00:00 |
|
Go MAEDA
|
e9e0c538da
|
Use more efficient "exists?" instead of "first" in tests when checking the existence of rows (#33367).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19746 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-05-03 00:44:08 +00:00 |
|
Go MAEDA
|
f19c291b59
|
Show groups in members box on project overview page (#33174).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19718 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-04-22 14:52:58 +00:00 |
|
Go MAEDA
|
907e0173e4
|
Update copyright year in source files to 2020 (#33069).
git-svn-id: http://svn.redmine.org/redmine/trunk@19553 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2020-03-03 00:24:10 +00:00 |
|
Toshi MARUYAMA
|
2a5eb0fb3b
|
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19265 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-24 16:43:56 +00:00 |
|
Toshi MARUYAMA
|
923a67595e
|
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19264 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-24 16:43:45 +00:00 |
|
Toshi MARUYAMA
|
8ff4ce823a
|
cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19263 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-24 16:43:34 +00:00 |
|
Toshi MARUYAMA
|
95bd0b64da
|
cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19262 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-24 16:43:24 +00:00 |
|
Toshi MARUYAMA
|
0957e56209
|
cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19243 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-11-24 05:45:02 +00:00 |
|
Toshi MARUYAMA
|
14e40505b7
|
code cleanup: rubocop: fix Layout/AlignArguments in test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18856 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-23 13:27:22 +00:00 |
|
Toshi MARUYAMA
|
9e05932c45
|
code layout clean up test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18676 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-15 05:07:40 +00:00 |
|
Toshi MARUYAMA
|
b65348fa2c
|
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs and Layout/EmptyLines in app/models/version.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18674 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-15 05:07:17 +00:00 |
|
Toshi MARUYAMA
|
0cf19f967a
|
code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18648 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-10-14 11:13:14 +00:00 |
|
Go MAEDA
|
ce831ae5e4
|
Reject project custom field values not visible for the user (#31954, #31925).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18401 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-08-27 10:20:09 +00:00 |
|
Go MAEDA
|
f535aa99af
|
Some issue fixtures are set inconsistent tracker id which is not available in the project (#31053).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18309 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-06-21 05:01:52 +00:00 |
|
Go MAEDA
|
4082069c75
|
Update copyright year.
git-svn-id: http://svn.redmine.org/redmine/trunk@18198 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-05-25 07:36:06 +00:00 |
|
Go MAEDA
|
4f5a3a156c
|
Enable frozen_string_literal for some files under test directory (#26561).
git-svn-id: http://svn.redmine.org/redmine/trunk@17978 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-03-16 15:03:47 +00:00 |
|
Go MAEDA
|
5861160ffc
|
Add "frozen_string_literal: false" for all files (#26561).
This will be changed to true in the future.
git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2019-03-15 01:32:57 +00:00 |
|
Jean-Philippe Lang
|
12d1372ae5
|
Let admin users unarchive subprojects of archived projects (#29993).
git-svn-id: http://svn.redmine.org/redmine/trunk@17681 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2018-12-02 11:13:28 +00:00 |
|
Jean-Philippe Lang
|
5fbe5d74bc
|
Test failures with sqlite3.
git-svn-id: http://svn.redmine.org/redmine/trunk@17502 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2018-09-23 11:57:38 +00:00 |
|
Go MAEDA
|
81fcc06d55
|
Add CSS class to identify public projects (#28413).
Patch by Sho HASHIMOTO.
git-svn-id: http://svn.redmine.org/redmine/trunk@17452 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2018-07-22 05:02:12 +00:00 |
|
Jean-Philippe Lang
|
7fd04e1f8d
|
Update copyright.
git-svn-id: http://svn.redmine.org/redmine/trunk@16685 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2017-06-25 08:40:31 +00:00 |
|
Jean-Philippe Lang
|
ba37a2c476
|
Show statuses of project trackers only (#5385).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@16575 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2017-05-27 09:12:42 +00:00 |
|
Jean-Philippe Lang
|
3faa3693d1
|
Test failures.
git-svn-id: http://svn.redmine.org/redmine/trunk@16359 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2017-03-03 17:17:50 +00:00 |
|
Jean-Philippe Lang
|
e0912b99f5
|
Unarchive link not working for subprojects of closed projects (#24595).
git-svn-id: http://svn.redmine.org/redmine/trunk@16071 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2016-12-13 20:01:57 +00:00 |
|
Jean-Philippe Lang
|
bf5dade8df
|
Use assert_nil instead of assert_equal.
git-svn-id: http://svn.redmine.org/redmine/trunk@16060 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2016-12-11 15:26:41 +00:00 |
|
Jean-Philippe Lang
|
fb89e8a799
|
Use #update! instead of #update_attribute.
git-svn-id: http://svn.redmine.org/redmine/trunk@15678 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2016-07-16 10:40:23 +00:00 |
|
Jean-Philippe Lang
|
f3e2ae6b10
|
Don't call #slice on proxy.
git-svn-id: http://svn.redmine.org/redmine/trunk@15677 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2016-07-16 10:34:05 +00:00 |
|
Jean-Philippe Lang
|
d2f7e31951
|
Use .distinct instead of .uniq.
git-svn-id: http://svn.redmine.org/redmine/trunk@15654 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2016-07-14 07:15:13 +00:00 |
|
Jean-Philippe Lang
|
cda9c63d9c
|
Updates copyright for 2016.
git-svn-id: http://svn.redmine.org/redmine/trunk@15238 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2016-03-13 10:30:10 +00:00 |
|
Jean-Philippe Lang
|
151892c313
|
Fixed that Project.uniq.visible errors under certain conditions (#21182).
Patch by Redmine CRM.
git-svn-id: http://svn.redmine.org/redmine/trunk@14857 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2015-11-09 18:01:04 +00:00 |
|
Jean-Philippe Lang
|
eb57fa4847
|
Fixed invalid search link on the new project form (#20565).
git-svn-id: http://svn.redmine.org/redmine/trunk@14614 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2015-09-20 11:50:21 +00:00 |
|
Jean-Philippe Lang
|
b5af1cb235
|
Project.copy_from deletes enabled_modules on source (#20512).
Fix by Ondřej Ezr.
git-svn-id: http://svn.redmine.org/redmine/trunk@14508 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2015-08-18 06:46:49 +00:00 |
|
Jean-Philippe Lang
|
000124f44f
|
Copyright update.
git-svn-id: http://svn.redmine.org/redmine/trunk@13872 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2015-01-11 09:09:50 +00:00 |
|
Jean-Philippe Lang
|
5222650d95
|
Adds a few tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@13695 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-12-03 20:21:03 +00:00 |
|
Jean-Philippe Lang
|
f04148695a
|
Drop shoulda.
git-svn-id: http://svn.redmine.org/redmine/trunk@13676 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-11-30 14:31:53 +00:00 |
|
Toshi MARUYAMA
|
ebda9caa87
|
add missing fixture to test/unit/project_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13548 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
2014-11-03 07:19:47 +00:00 |
|