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
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
4
-4
/
+4
*
Use ApplicationRecord instead of ActiveRecord::Base (#38975).
Marius Balteanu
2024-01-23
1
-1
/
+1
*
Generate snake-case file name by redmine_plugin_migration (#38730).
Go MAEDA
2023-08-23
1
-1
/
+1
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
3
-3
/
+3
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
4
-4
/
+4
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
4
-4
/
+4
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
4
-4
/
+4
*
add empty line after guard clause to lib/generators/redmine_plugin_model/redm...
Toshi MARUYAMA
2020-12-11
1
-1
/
+1
*
remove spaces inside {} of lib/generators/redmine_plugin_model/redmine_plugin...
Toshi MARUYAMA
2020-11-21
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
4
-4
/
+4
*
cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/generators/redm...
Toshi MARUYAMA
2019-11-21
1
-1
/
+0
*
Add test/system directory to plugin template (#31746).
Go MAEDA
2019-08-05
1
-0
/
+1
*
redmine_plugin_model_generator improvements (#27659).
Jean-Philippe Lang
2019-06-20
2
-3
/
+12
*
Add missing frozen string literals and copyrights (#31508).
Go MAEDA
2019-06-13
1
-0
/
+19
*
Add missing frozen string literals and copyrights (#31508).
Go MAEDA
2019-06-04
3
-2
/
+59
*
Add redmine_plugin_migration generator (#31498).
Go MAEDA
2019-06-03
3
-0
/
+29
*
Remove frozen_string_literal magic comment from files which are not used when...
Go MAEDA
2019-03-21
4
-8
/
+0
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
4
-0
/
+8
*
Fix: redmine_plugin_controller generates camelcase filename (#28668).
Go MAEDA
2018-05-05
1
-4
/
+4
*
Removes 'unloadable' from plugin templates (#20513).
Jean-Philippe Lang
2018-01-08
2
-3
/
+0
*
replace plugin generator USAGE "script/rails" which are removed by r16868
Toshi MARUYAMA
2017-12-27
3
-3
/
+3
*
Set migration version in the plugin migration template (#26610).
Jean-Philippe Lang
2017-08-02
1
-1
/
+1
*
Code cleanup (#24007).
Jean-Philippe Lang
2016-11-18
3
-16
/
+3
*
Change plugins directory through the configuration.yml file (#24007).
Jean-Philippe Lang
2016-11-18
3
-3
/
+16
*
Replace tabs with spaces and remove trailing tabs in several files (#20140).
Jean-Philippe Lang
2015-06-21
1
-1
/
+1
*
comment out i18n key in plugin template (#12900)
Toshi MARUYAMA
2013-02-03
1
-1
/
+1
*
fix redmine_plugin generator output in USAGE
Toshi MARUYAMA
2012-09-03
1
-0
/
+16
*
fix plugin generator script name of USAGE on Rails3
Toshi MARUYAMA
2012-09-03
3
-3
/
+3
*
Fixes test templates for plugins.
Jean-Philippe Lang
2012-05-28
3
-2
/
+6
*
Fixed test_helper template for plugins.
Jean-Philippe Lang
2012-05-28
1
-5
/
+2
*
Fixed that plugin model generator does not generate the migration (#11024).
Jean-Philippe Lang
2012-05-26
2
-2
/
+39
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
16
-158
/
+69
*
fix lib/generators/redmine_plugin/USAGE
Toshi MARUYAMA
2012-04-02
1
-1
/
+3
*
remove Rails 2.1 lang/en.yml from lib/generators/redmine_plugin
Toshi MARUYAMA
2012-04-01
3
-4
/
+0
*
remove trailing white-spaces from lib/generators/redmine_plugin_model/redmine...
Toshi MARUYAMA
2012-04-01
1
-4
/
+4
*
remove trailing white-spaces from lib/generators/redmine_plugin_controller/re...
Toshi MARUYAMA
2012-04-01
1
-3
/
+3
*
remove trailing white-spaces from lib/generators/redmine_plugin/redmine_plugi...
Toshi MARUYAMA
2012-03-11
1
-3
/
+3
*
replace RAILS_ROOT to Rails.root at lib/generators/redmine_plugin_model/redmi...
Toshi MARUYAMA
2011-06-17
1
-1
/
+1
*
replace RAILS_ROOT to Rails.root at lib/generators/redmine_plugin_model/redmi...
Toshi MARUYAMA
2011-06-17
1
-1
/
+1
*
Add example url and author url to the plugin generator.
Eric Davis
2010-06-17
1
-0
/
+2
*
Plugin models and controllers must be unloadable.
Eric Davis
2010-06-17
2
-0
/
+3
*
Fixed: Plugin generators should display help if no parameter is given (#4609).
Jean-Philippe Lang
2010-02-28
2
-0
/
+2
*
Fixed the generated test in the redmine_plugin_model. (#3927)
Eric Davis
2009-10-17
1
-1
/
+1
*
Added the Rails i18n language file to the plugin generator.
Eric Davis
2009-06-10
3
-0
/
+7
*
Renames template ruby files to erb.
Jean-Philippe Lang
2008-10-25
8
-0
/
+62
*
Renamed the .rb files in the plugin_generator to end in .erb. The .rb was
Eric Davis
2008-10-25
4
-3
/
+3
*
Merged hooks branch @ r1785 into trunk.
Jean-Philippe Lang
2008-09-05
18
-0
/
+167