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
...
*
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
*
set svn:eol-style native lib/redmine/core_ext/date/calculations.rb
Toshi MARUYAMA
2012-03-11
1
-35
/
+35
*
set svn:eol-style native lib/redmine/core_ext/date.rb
Toshi MARUYAMA
2012-03-11
1
-5
/
+5
*
Renamed Mailer#test to Mailer#test_email.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Adds Redmine::Utils.random_hex for generating a random hex string.
Jean-Philippe Lang
2012-03-04
1
-0
/
+7
*
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
*
Adds Redmine::Plugin.public_directory to be used instead of Engines.public_di...
Jean-Philippe Lang
2012-03-04
1
-0
/
+3
*
set svn:eol-style native lib/tasks/email.rake
Toshi MARUYAMA
2012-03-04
1
-186
/
+186
*
Extracted auto_link and auto_mailto to a module.
Jean-Philippe Lang
2012-03-04
2
-53
/
+63
*
Use require instead of require_library_or_gem.
Jean-Philippe Lang
2012-03-03
1
-1
/
+1
*
Fixed DarcsAdapter for ruby 1.9.3.
Jean-Philippe Lang
2012-03-02
1
-1
/
+2
*
Prevent test:scm:setup:* task to overwrite if the test repository already exi...
Jean-Philippe Lang
2012-03-01
1
-7
/
+13
*
Adds support for adding attachments to issues through the REST API (#8171).
Jean-Philippe Lang
2012-02-23
1
-3
/
+3
*
Removed faster_csv from lib (#5638).
Jean-Philippe Lang
2012-02-19
2
-1985
/
+1
*
Do not recognize invalid textile attributes.
Jean-Philippe Lang
2012-02-17
1
-3
/
+3
*
Adds a rake test that removes old unattached uploads (#10253).
Jean-Philippe Lang
2012-02-16
1
-0
/
+26
*
Fixed that partial diffs are done against html instead of original code (#9143).
Jean-Philippe Lang
2012-02-15
1
-24
/
+25
*
Allows custom styles in textile formatting using a white list of styles (#2416).
Jean-Philippe Lang
2012-02-12
2
-2
/
+15
*
scm: git: explicitly return string as default branch (#10207)
Toshi MARUYAMA
2012-02-12
1
-2
/
+3
*
scm: git: use default branch from HEAD (#10207)
Toshi MARUYAMA
2012-02-12
1
-4
/
+11
*
Removed extra argument from SubversionAdapter#diff.
Jean-Philippe Lang
2012-02-11
1
-1
/
+1
*
POP3 task only recognizes Message-ID header, not Message-Id (#10198).
Jean-Philippe Lang
2012-02-11
1
-1
/
+1
*
scm: git: raise exception if "git log" is error and block is given in lib rev...
Toshi MARUYAMA
2012-02-10
1
-2
/
+7
*
scm: git: add includes and excludes options to lib revisions method (#8857)
Toshi MARUYAMA
2012-02-08
1
-3
/
+11
*
scm: git: remove unused "--all" option of "git log" in lib revisions method
Toshi MARUYAMA
2012-02-08
1
-1
/
+0
[prev]
[next]