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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support revision without any message in Mercurial repositories (#36258).
Go MAEDA
2022-09-01
1
-1
/
+1
*
Fix RuboCop offense Layout/LineLength due to r21785 (#37586).
Go MAEDA
2022-09-01
1
-2
/
+4
*
Typo in an argument name: s/trailling/trailing/ (#37586).
Go MAEDA
2022-08-28
1
-2
/
+2
*
Typo in method names: s/trailling/trailing/ (#37586).
Go MAEDA
2022-08-28
3
-6
/
+16
*
Fix unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.r...
Go MAEDA
2022-08-25
1
-1
/
+0
*
Use start_with? or end_with? to check the first or last character of a string...
Go MAEDA
2022-08-24
3
-7
/
+7
*
Repository tab is not displayed if no repository is set as the main repositor...
Go MAEDA
2022-07-27
1
-1
/
+1
*
Open Help in a separate tab (#1069).
Go MAEDA
2022-07-22
1
-1
/
+1
*
Thumbnail macro does not work when a file is attached and preview is displaye...
Go MAEDA
2022-07-19
1
-2
/
+6
*
Fix RuboCop offense Lint/NonAtomicFileOperation (#36919).
Go MAEDA
2022-06-30
2
-6
/
+2
*
Add frozen_string_literal and copyright (#37119).
Marius Balteanu
2022-06-25
1
-0
/
+19
*
Set version to 5.0.2.
Marius Balteanu
2022-06-21
1
-1
/
+1
*
Respect group memberships when checking if an object is watched (#37065).
Marius Balteanu
2022-06-20
1
-5
/
+17
*
Fix mentions of users with "@" in their username not working (#37138).
Marius Balteanu
2022-06-20
1
-9
/
+10
*
Fix rubocop warnings (#37119).
Marius Balteanu
2022-06-17
1
-2
/
+1
*
Move methods related to wiki section to a helper file and include it in all 3...
Marius Balteanu
2022-06-16
4
-70
/
+68
*
Fix RuboCop offense Rails/RootPublicPath (#37248).
Go MAEDA
2022-06-14
2
-2
/
+2
*
Fix RuboCop offense Style/RedundantCondition in lib/redmine/menu_manager.rb (...
Go MAEDA
2022-06-14
1
-5
/
+1
*
Update footnotes markup after commonmarker gem update (#35892).
Marius Balteanu
2022-05-28
1
-2
/
+2
*
Fix Rubocop warnings.
Marius Balteanu
2022-05-17
1
-1
/
+5
*
Remove experimental flag from CommonMark text formatter (#36807).
Marius Balteanu
2022-05-17
1
-1
/
+1
*
Updates for 5.0.1 release.
Marius Balteanu
2022-05-16
1
-1
/
+1
*
Fix rendering invalid URI fails with exception in CommonMark Markdown (#36958).
Marius Balteanu
2022-05-03
1
-1
/
+1
*
Reverts r21448 (#36998).
Marius Balteanu
2022-05-02
1
-1
/
+1
*
Handle nil return of Redmine::Themes.theme(Setting.ui_theme) in Redmine::Info...
Marius Balteanu
2022-04-27
1
-9
/
+6
*
Bump version to 5.0.0.
Marius Balteanu
2022-03-28
1
-3
/
+3
*
Fix Redmine::Plugin.assets_directory is not working after r21283 (#36835).
Marius Balteanu
2022-03-24
1
-2
/
+2
*
Add tasks to prune registered users after a certain number of days (#30998).
Go MAEDA
2022-03-22
1
-0
/
+16
*
Comments for Textile text formatting (#20511).
Go MAEDA
2022-03-17
1
-0
/
+5
*
Lazy load locales (#36728).
Marius Balteanu
2022-03-06
1
-1
/
+1
*
Allow users to be mentioned using @ in issues and wiki pages (#13919):
Marius Balteanu
2022-02-23
2
-3
/
+115
*
Updates for 4.2.4 release.
Marius Balteanu
2022-02-20
1
-1
/
+1
*
Fix gantt PNG export ignores imagemagick_convert_command (#35027).
Marius Balteanu
2022-02-20
1
-0
/
+3
*
Return 406 status code instead of 500 when API request has an invalid format ...
Marius Balteanu
2022-01-30
1
-1
/
+3
*
Enable task list items for Common Mark text formatting (#35742).
Marius Balteanu
2022-01-22
1
-0
/
+2
*
Duplicate activities in time entry report when project-specific activies exis...
Go MAEDA
2022-01-19
1
-1
/
+1
*
Custom I18n Pluralization rules are not applied correctly (#36396).
Go MAEDA
2022-01-15
1
-2
/
+2
*
Auto guess file encoding when importing CSV file (#34718).
Go MAEDA
2022-01-07
1
-0
/
+18
*
Makes Markdown and CommonMark formatters independent of each other (#32424).
Marius Balteanu
2022-01-04
1
-8
/
+21
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
106
-106
/
+106
*
Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...
Go MAEDA
2021-12-29
3
-5
/
+5
*
Use File.exist? instead of deprecated File.exists? (#36358).
Go MAEDA
2021-12-27
4
-7
/
+7
*
Drop OpenID support (#35755).
Go MAEDA
2021-12-14
21
-1006
/
+0
*
Add current theme and whether it includes JavaScript to Redmine::Info (#32116).
Go MAEDA
2021-12-12
1
-0
/
+16
*
Fix redmine:plugins:assets rake task fails (#36287, #32938).
Go MAEDA
2021-12-08
2
-3
/
+7
*
Fix plugin assets are no longer copied under plugin name (#36218, #29914, #32...
Marius Balteanu
2021-11-25
1
-3
/
+6
*
Remove invalid require (#29914, #32938).
Marius Balteanu
2021-11-17
1
-1
/
+0
*
Switch to zeitwerk autoloader (#29914, #32938).
Marius Balteanu
2021-11-17
2
-5
/
+5
*
Add core extensions in prepare method (#29914, #32938).
Marius Balteanu
2021-11-17
2
-2
/
+3
*
Move preparation code to redmine/preparation.rb (#29914, #32938).
Marius Balteanu
2021-11-17
6
-419
/
+409
[next]