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
...
*
Load rake tasks from Redmine plugins (#10816).
Jean-Philippe Lang
2012-05-02
1
-0
/
+3
*
Adds a simple script/about.
Jean-Philippe Lang
2012-05-01
1
-0
/
+19
*
Let redmine:plugins:assets mirror a single plugin assets with name=.
Jean-Philippe Lang
2012-05-01
2
-5
/
+15
*
Adds deprecated tasks for plugins migration.
Jean-Philippe Lang
2012-05-01
3
-6
/
+39
*
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
*
Clean up custom field format definition.
Jean-Philippe Lang
2012-04-28
2
-12
/
+16
*
Restores plugin assets mirroring on startup, but it can now be disabled in co...
Jean-Philippe Lang
2012-04-28
2
-4
/
+8
*
Makes image_tag pick the image from the current theme if it exists.
Jean-Philippe Lang
2012-04-28
1
-2
/
+14
*
Restores support for :plugin support to stylesheet_link_tag and javascript_in...
Jean-Philippe Lang
2012-04-28
1
-20
/
+0
*
set_table_name deprecated.
Jean-Philippe Lang
2012-04-27
6
-32
/
+32
*
set_table_name and set_locking_column are deprecated.
Jean-Philippe Lang
2012-04-27
3
-3
/
+3
*
replace Rails2 "named_scope" to Rails3 "scope" at lib/plugins/acts_as_watchab...
Toshi MARUYAMA
2012-04-26
1
-1
/
+1
*
Removes the XML declaration that breaks the parser with JRuby.
Jean-Philippe Lang
2012-04-26
3
-7
/
+14
*
Moved Rails plugins required by the core to lib/plugins.
Jean-Philippe Lang
2012-04-26
236
-0
/
+34542
*
Do not sanitize escaped text in NullFormatter.
Jean-Philippe Lang
2012-04-25
1
-1
/
+1
*
Merged rails-3.2 branch.
Jean-Philippe Lang
2012-04-25
103
-287
/
+16260
*
Updates for 1.4.1 release.
Jean-Philippe Lang
2012-04-20
1
-1
/
+1
*
Fixed that textile nested lists are not properly closed in output (#10642).
Jean-Philippe Lang
2012-04-18
1
-1
/
+1
*
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
*
Updated CodeRay to 1.0.6.
Etienne Massip
2012-04-12
1
-1
/
+1
*
Makes time syntax case insensitive (#10635).
Jean-Philippe Lang
2012-04-11
1
-1
/
+1
*
Fixed that export links include page parameter.
Jean-Philippe Lang
2012-04-11
1
-1
/
+1
*
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
*
Set version to 1.4.0.
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
*
fix source indents of lib/diff.rb
Toshi MARUYAMA
2012-04-03
1
-49
/
+49
*
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
*
scm: git: use stdin instead of command line in "git log" (#10470)
Toshi MARUYAMA
2012-03-28
2
-15
/
+20
*
scm: git: rename "scm_cmd" to "git_cmd" and not use variable argument (#10470)
Toshi MARUYAMA
2012-03-28
1
-10
/
+10
*
Ruby1.9: scm: use :set_encoding instead of "RUBY_VERSION < '1.9'" for IO.pope...
Toshi MARUYAMA
2012-03-28
1
-5
/
+2
*
pdf: enhanced issues list (#10464)
Toshi MARUYAMA
2012-03-20
1
-50
/
+161
*
remove trailing white-spaces from lib/redmine/export/pdf.rb
Toshi MARUYAMA
2012-03-19
1
-3
/
+3
*
Merged LdapAuthSourceController into AuthSourceController.
Jean-Philippe Lang
2012-03-11
1
-1
/
+1
*
Updates for 1.3.2 release.
Jean-Philippe Lang
2012-03-11
1
-1
/
+1
*
remove trailing white-spaces from lib/generators/redmine_plugin/redmine_plugi...
Toshi MARUYAMA
2012-03-11
1
-3
/
+3
[prev]
[next]