index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove unnecessary line that changes the @PluginLoader@ directory inside @plu...
Marius Balteanu
2023-12-11
1
-2
/
+0
*
Adds test for plugin autoloading plugins issue (#36320).
Marius Balteanu
2023-12-10
1
-0
/
+4
*
Allows configure plugins directory path in order to change the default locati...
Marius Balteanu
2023-12-10
2
-3
/
+3
*
Change the default notification option from `only_my_events` to `only_assigne...
Go MAEDA
2023-12-08
2
-2
/
+2
*
Code cleanup: unnecessary use of instance variables in UserTest (#39500).
Go MAEDA
2023-12-08
1
-4
/
+4
*
Fix CommonMark Markdown help page to reflect user's language setting (#39755).
Go MAEDA
2023-12-06
1
-0
/
+33
*
Updates Rails to 7.1.2 (#36320).
Marius Balteanu
2023-11-27
2
-5
/
+5
*
Replace request_store with ActiveSupport::CurrentAttributes (#39110).
Marius Balteanu
2023-11-21
2
-2
/
+2
*
Use tx_isolation for MySQL lower than 8. (#39437).
Marius Balteanu
2023-11-19
1
-1
/
+1
*
Workaround to use READ-COMMITTED as transaction_isolation level when running ...
Marius Balteanu
2023-11-18
1
-0
/
+5
*
Add concurrent subtask removal test to cover corrupted nested sets (#39437).
Marius Balteanu
2023-11-18
1
-0
/
+43
*
Revert undesired change (#22458).
Marius Balteanu
2023-11-18
1
-0
/
+15
*
Use a global lock provided by @with_advisory_lock@ gem to work around deadloc...
Marius Balteanu
2023-11-18
1
-16
/
+1
*
Disable RuboCop warning for intentional comma in percent string array (#39553).
Go MAEDA
2023-11-17
1
-1
/
+1
*
Cover more tests for #39553.
Marius Balteanu
2023-11-16
1
-2
/
+5
*
Auto-detection of field wrapper type when importing CSV file (#39511).
Go MAEDA
2023-11-16
1
-0
/
+15
*
New email notification option "For any event on my bookmarked projects" (#351...
Go MAEDA
2023-11-16
2
-7
/
+12
*
Reinitialize an empty Wiki page after after project wiki is deleted (#34634).
Marius Balteanu
2023-10-23
1
-0
/
+6
*
Revert r22368.
Marius Balteanu
2023-10-23
1
-6
/
+0
*
Traditional Chinese translation update (#39221).
Marius Balteanu
2023-10-23
1
-0
/
+6
*
Add field separator option to CSV export dialog (#37621).
Go MAEDA
2023-10-21
1
-0
/
+16
*
Revert r22342 as it became unnecessary after the addition of the :user_prefer...
Go MAEDA
2023-10-16
1
-3
/
+1
*
Add requirement for user_preferences for watcher_test (#39186).
Go MAEDA
2023-10-16
1
-1
/
+1
*
Fix watcher handling on unsaved objects (#39186).
Go MAEDA
2023-10-16
1
-0
/
+37
*
API compatibility to legacy status and name query params (#39181, #37674)
Go MAEDA
2023-10-15
1
-0
/
+23
*
Fix a test failure due to the auto watch on issue creation (#38238).
Go MAEDA
2023-10-15
1
-1
/
+3
*
Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248).
Go MAEDA
2023-10-12
4
-12
/
+12
*
Fix an intermittent test failure in JournalTest (#39180).
Go MAEDA
2023-10-12
1
-1
/
+1
*
Replace custom EMAIL_REGEXP with URI::MailTo::EMAIL_REGEXP for more accurate ...
Go MAEDA
2023-10-07
1
-0
/
+4
*
Correctly escape issue text in Gantt PNG export for ImageMagick convert (#387...
Go MAEDA
2023-09-21
1
-0
/
+5
*
Avoid exception during validation if the spent_on date of a time entry was re...
Go MAEDA
2023-09-20
1
-0
/
+10
*
Adapt markdown autolink behavior to that of common_mark (#38806).
Go MAEDA
2023-09-18
1
-1
/
+78
*
Add description for issue statuses and display them in issue new/edit form (#...
Go MAEDA
2023-08-31
1
-0
/
+5
*
Fix exception raised during thumbnail macro to image tag conversion in emails...
Go MAEDA
2023-08-30
1
-0
/
+12
*
Raise the maximum length of the last name to 255 characters (#37679).
Go MAEDA
2023-08-27
1
-0
/
+6
*
Fix RuboCop offense Performance/MapMethodChain (#37247).
Go MAEDA
2023-08-23
5
-13
/
+13
*
Retry in case of stale issue during Issue.update_versions (#38820).
Go MAEDA
2023-08-23
1
-0
/
+35
*
<=> operator should return nil when invoked with an incomparable object (#387...
Go MAEDA
2023-06-29
1
-0
/
+6
*
Fix SQL error when passing invalid value to "Related to" filter (#38301).
Go MAEDA
2023-06-21
1
-0
/
+4
*
Fix RuboCop offense Style/RedundantFilterChain (#36919).
Go MAEDA
2023-06-07
1
-1
/
+1
*
Add X-Redmine-Issue-Priority headers to issue notification mails (#2746).
Go MAEDA
2023-05-13
1
-0
/
+1
*
New issues filter operators "has been", "has never been", and "changed from" ...
Go MAEDA
2023-05-11
1
-0
/
+67
*
Make the "Any searchable text" filter search only open issues when the status...
Go MAEDA
2023-05-01
1
-0
/
+15
*
Add "View annotation prior to this change" button in the annotate view of Git...
Go MAEDA
2023-04-30
1
-0
/
+4
*
Rendering a custom field with a URL pattern set and containing " :" in the va...
Go MAEDA
2023-04-21
1
-0
/
+8
*
Fix "Any searchable text" filter doesn't support the project filter with the ...
Go MAEDA
2023-04-18
1
-0
/
+30
*
OR search with multiple terms for "starts with" and "ends with" filter operat...
Go MAEDA
2023-04-17
1
-0
/
+28
*
Change the notation of "contains any of" filter operator to "*~" (#38435).
Go MAEDA
2023-04-16
1
-4
/
+4
*
Fix random test failure of VersionsTextHelperTest#test_version_to_text (#36679).
Go MAEDA
2023-04-16
1
-1
/
+3
*
Fix "contains any of" operator is not taken into account in File and File des...
Go MAEDA
2023-04-16
1
-0
/
+30
[prev]
[next]