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
/
tasks
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Adds sqlserver configuration for the CI server.
Jean-Philippe Lang
2013-01-19
1
-0
/
+3
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
6
-6
/
+6
*
Check that locale is well formed.
Jean-Philippe Lang
2013-01-03
1
-1
/
+9
*
Store attachments in subdirectories (#5298).
Jean-Philippe Lang
2012-12-13
1
-0
/
+5
*
Replaces find(:first/:all) calls.
Jean-Philippe Lang
2012-12-03
2
-3
/
+3
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
1
-2
/
+2
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
2
-13
/
+13
*
Use Rake::TestTask#pattern for plugin tests instead of #test_files (#11534)
Jean-Baptiste Barth
2012-11-01
1
-3
/
+3
*
Fixed: load_default_data task fails to print the error message if one occurs ...
Jean-Philippe Lang
2012-09-17
1
-2
/
+2
*
Fixed that the reminder email excludes issues assigned to groups (#11723).
Jean-Philippe Lang
2012-09-09
1
-1
/
+1
*
Fixed rake redmine:plugins:test:* not running some tests in subdirectories (#...
Jean-Baptiste Barth
2012-07-29
1
-3
/
+3
*
Invoke db:schema:dump after plugin migrations so that db/schema.rb stays up-t...
Jean-Baptiste Barth
2012-07-29
1
-0
/
+2
*
Adds a task to duplicate a string in locales.
Jean-Philippe Lang
2012-07-26
1
-0
/
+28
*
sort files in locales:update rake task
Toshi MARUYAMA
2012-07-06
1
-1
/
+1
*
sort files in locales:check_interpolation and locales:check_parsing_by_psych ...
Toshi MARUYAMA
2012-07-05
1
-2
/
+3
*
Run only unit, functional then integration tests for coverage.
Jean-Philippe Lang
2012-06-12
1
-2
/
+1
*
Renamed #changes association to #ticket_changes.
Jean-Philippe Lang
2012-06-03
1
-2
/
+2
*
Adds redmine:plugins:test rake tasks for running plugins tests.
Jean-Philippe Lang
2012-05-28
1
-0
/
+30
*
Restored :generate_session_store as a deprecated rake task (#10891).
Jean-Philippe Lang
2012-05-12
1
-0
/
+1
*
Use uppercase NAME and VERSION environment variables for plugin migration tas...
Jean-Philippe Lang
2012-05-06
1
-4
/
+4
*
replace Mailer deliver syntax to Rails3 style
Toshi MARUYAMA
2012-05-05
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
2
-2
/
+2
*
Load rake tasks from Redmine plugins (#10816).
Jean-Philippe Lang
2012-05-02
1
-0
/
+3
*
Let redmine:plugins:assets mirror a single plugin assets with name=.
Jean-Philippe Lang
2012-05-01
1
-1
/
+7
*
Adds deprecated tasks for plugins migration.
Jean-Philippe Lang
2012-05-01
2
-3
/
+19
*
remove trailing white-spaces from lib/tasks/ciphering.rake
Toshi MARUYAMA
2012-04-29
1
-5
/
+5
*
remove trailing white-spaces from lib/tasks/deprecated.rake
Toshi MARUYAMA
2012-04-29
1
-1
/
+1
*
remove trailing white-spaces from lib/tasks/ci.rake
Toshi MARUYAMA
2012-04-29
1
-1
/
+1
*
remove trailing white-spaces from lib/tasks/redmine.rake
Toshi MARUYAMA
2012-04-29
1
-2
/
+2
*
remove trailing white-spaces from lib/tasks/reminder.rake
Toshi MARUYAMA
2012-04-29
1
-4
/
+4
*
replace tabs to spaces at lib/tasks/migrate_from_mantis.rake
Toshi MARUYAMA
2012-04-29
1
-59
/
+59
*
remove trailing white-spaces from lib/tasks/migrate_from_mantis.rake
Toshi MARUYAMA
2012-04-29
1
-77
/
+76
*
Don't send test email asynchronously.
Jean-Philippe Lang
2012-04-29
1
-1
/
+3
*
Fixed task redmine:email:test broken by r9080.
Jean-Philippe Lang
2012-04-29
1
-1
/
+1
*
Makes migrate_from_mantis compatible with Rails3.
Jean-Philippe Lang
2012-04-29
1
-4
/
+4
*
Makes migrate_from_trac compatible with Rails3.
Jean-Philippe Lang
2012-04-29
1
-15
/
+19
*
Restores plugin assets mirroring on startup, but it can now be disabled in co...
Jean-Philippe Lang
2012-04-28
1
-4
/
+1
*
set_table_name deprecated.
Jean-Philippe Lang
2012-04-27
2
-25
/
+25
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
5
-73
/
+35
*
Cleanup in rake scripts.
Jean-Philippe Lang
2012-04-15
3
-33
/
+12
*
Adds a rake task to remove expired tokens: redmine:tokens:prune.
Jean-Philippe Lang
2012-04-15
1
-2
/
+8
*
Fixed: reminder mails are not sent when delivery_method is :async_smtp (#5058).
Jean-Philippe Lang
2012-04-06
1
-2
/
+4
*
Typo in database rake task.
Jean-Philippe Lang
2012-04-06
1
-2
/
+2
*
Adds a quick and dirty task for creating databases on the CI server.
Jean-Philippe Lang
2012-04-06
1
-0
/
+36
*
Renamed Mailer#test to Mailer#test_email.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
set svn:eol-style native lib/tasks/migrate_plugins.rake
Toshi MARUYAMA
2012-03-04
1
-15
/
+15
*
set svn:eol-style native lib/tasks/migrate_from_mantis.rake
Toshi MARUYAMA
2012-03-04
1
-512
/
+512
*
set svn:eol-style native lib/tasks/load_default_data.rake
Toshi MARUYAMA
2012-03-04
1
-35
/
+35
*
set svn:eol-style native lib/tasks/fetch_changesets.rake
Toshi MARUYAMA
2012-03-04
1
-24
/
+24
*
set svn:eol-style native lib/tasks/email.rake
Toshi MARUYAMA
2012-03-04
1
-186
/
+186
[prev]
[next]