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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds description field to custom queries (#9309).
Marius Balteanu
2024-06-04
8
-6
/
+95
*
Introduce configuration for done ratio options interval (#31756).
Go MAEDA
2024-05-29
1
-0
/
+15
*
Link "Last activity" column to project activity page (#40706, #23954).
Marius Balteanu
2024-05-28
1
-1
/
+4
*
Add timeout for thumbnail generation process (#37530).
Go MAEDA
2024-05-27
1
-0
/
+19
*
Add `updated_on` and `updated_by` fields to Issues API journal response (#404...
Go MAEDA
2024-05-27
1
-0
/
+2
*
Fix duplicated alt and title attributes for attached images in Textile format...
Go MAEDA
2024-05-24
1
-2
/
+2
*
Add tests for current alt attribute behavior in images (#40650).
Go MAEDA
2024-05-24
2
-0
/
+61
*
Dynamic generation of supported code highlighting languages in help section (...
Go MAEDA
2024-05-19
1
-0
/
+8
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
66
-343
/
+343
*
Key/value-pair custom field type not available to all customizable contents (...
Go MAEDA
2024-05-16
2
-0
/
+10
*
Ignore statuses in Project#rolled_up_statuses which only have an identity tra...
Go MAEDA
2024-05-16
2
-0
/
+4
*
Adds test to check @view_issue_watchers@ permission when filter "Watched by" ...
Marius Balteanu
2024-05-11
1
-0
/
+30
*
Fixes issue list filter "Watched by: me" only shows issues watched via group ...
Marius Balteanu
2024-05-11
1
-3
/
+8
*
Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).
Marius Balteanu
2024-05-07
4
-7
/
+6
*
Adds the date of the last activity to the list of available columns for Proje...
Marius Balteanu
2024-05-03
2
-0
/
+19
*
Fixes random failing tests.
Marius Balteanu
2024-05-03
1
-1
/
+1
*
Fixes failing tests on postgresql (#29894).
Marius Balteanu
2024-05-03
1
-1
/
+7
*
Fixes failing tests caused by r22802 (#40652).
Marius Balteanu
2024-05-03
1
-2
/
+2
*
Fixes RuboCop offense Layout/SpaceInsideParens (#24457).
Marius Balteanu
2024-05-02
1
-1
/
+1
*
Adds test for #24457.
Marius Balteanu
2024-05-02
1
-0
/
+14
*
Progress of version should be calculated the same way as parent tasks (#24457...
Marius Balteanu
2024-05-02
1
-0
/
+10
*
Switches from MD5 to SHA256 when computing the hash for gravatar URL (#40652).
Marius Balteanu
2024-05-02
1
-2
/
+2
*
Adds estimated remaining hours issue query column calculated based on estimat...
Marius Balteanu
2024-05-01
1
-0
/
+28
*
Adds Watcher list to the list of available query columns for issues (#29894).
Marius Balteanu
2024-04-28
1
-0
/
+61
*
Fixes that watcher groups on new issue form get dereferenced on validation er...
Marius Balteanu
2024-04-28
1
-0
/
+18
*
Adds an option to send email notification when an attachment is added (#40569).
Marius Balteanu
2024-04-28
2
-2
/
+32
*
Fix "unexpected invocation" test failure in IssueTest with Mocha 2.2.0 (#40603).
Go MAEDA
2024-04-23
1
-3
/
+0
*
Fix RuboCop offense Style/MapIntoArray (#39887).
Go MAEDA
2024-04-09
2
-8
/
+2
*
Remove redundant ApplicationHelper inclusions (#40506).
Go MAEDA
2024-04-02
9
-12
/
+0
*
Fixes missing fixture: add :groups_users fixture to @Redmine::ApiTest::UsersT...
Marius Balteanu
2024-03-21
1
-1
/
+1
*
Revert r22764 (#33829).
Go MAEDA
2024-03-06
1
-10
/
+0
*
Fix Atom feed for issues to correctly use the updated time for "updated" elem...
Go MAEDA
2024-03-04
1
-0
/
+10
*
Fix rubocop warning (#38975).
Marius Balteanu
2024-03-03
1
-1
/
+1
*
Fix rubocop warning (#39995).
Marius Balteanu
2024-03-03
1
-1
/
+0
*
Fix rubocop warning (#39111, #40137).
Marius Balteanu
2024-03-03
1
-4
/
+4
*
Introduces Redmine::Plugin#attachment_object_type to provide better API for r...
Marius Balteanu
2024-02-27
1
-0
/
+8
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
350
-362
/
+362
*
Subprojects checkbox should be shown in Activity and Roadmap sidebars only if...
Marius Balteanu
2024-02-26
2
-0
/
+44
*
Adds @:user_preference@ fixture to @Redmine::ApiTest::IssuesTest@ (#40239).
Marius Balteanu
2024-02-25
1
-0
/
+1
*
Use @assert_select@ to assert text from h1 element of wiki syntax pages (#391...
Marius Balteanu
2024-02-25
1
-2
/
+2
*
Adds route for code highlighting languages page (#39111, #40137).
Marius Balteanu
2024-02-25
2
-0
/
+9
*
Add tests for @HelpController@ (#39111, #40137).
Marius Balteanu
2024-02-25
1
-0
/
+84
*
Add tests for @/help/wiki_syntax@ route (#39111, #40137).
Marius Balteanu
2024-02-25
1
-0
/
+27
*
Deletes @Redmine::WikiFormatting::CommonMark::HelperTest@ tests that are no l...
Marius Balteanu
2024-02-21
1
-33
/
+0
*
Remove an empty file (#40190).
Go MAEDA
2024-02-14
1
-0
/
+0
*
Stop appending the utf8 checkmark parameter to form URLs (#40190).
Marius Balteanu
2024-02-13
1
-27
/
+0
*
Fix ThemesTest may fail if a third-party theme having theme.js is installed (...
Marius Balteanu
2024-02-13
1
-1
/
+1
*
Fix one more failing test related to favicon after r22692 (#39111).
Marius Balteanu
2024-02-13
1
-1
/
+1
*
Fix failing tests related to favicon in themes after r22692 (#39111).
Marius Balteanu
2024-02-13
1
-1
/
+1
*
Fix failing tests related to favicon after r22692 (#39111).
Marius Balteanu
2024-02-13
1
-4
/
+4
[next]