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
*
Updates for 2.1.4 release.
Jean-Philippe Lang
2012-11-24
1
-1
/
+1
*
Fixed that Project.rebuild! sorts projects by id instead of name (#12431).
Jean-Philippe Lang
2012-11-23
1
-1
/
+1
*
Adds copyright.
Jean-Philippe Lang
2012-11-18
1
-0
/
+17
*
Symbols can not be sorted with ruby1.8.
Jean-Philippe Lang
2012-11-18
1
-1
/
+1
*
Cache languages names to avoid loading all translations files.
Jean-Philippe Lang
2012-11-18
1
-0
/
+10
*
Adds a custom i18n backend that lazily loads translations files.
Jean-Philippe Lang
2012-11-18
1
-1
/
+70
*
Updates for 2.1.3 release.
Jean-Philippe Lang
2012-11-17
1
-1
/
+1
*
Fixes #requires_redmine comments (#12299).
Jean-Philippe Lang
2012-11-17
1
-0
/
+2
*
Makes Plugin#requires_redmine accept a range of versions (#12299).
Jean-Philippe Lang
2012-11-17
1
-8
/
+27
*
Makes Plugin#requires_redmine accept only major and minor version (#12299).
Jean-Philippe Lang
2012-11-17
1
-1
/
+1
*
Make sure that attachments are created in the same order they were selected (...
Jean-Philippe Lang
2012-11-07
1
-1
/
+13
*
Make sure that #attachments returns attachments with same timestamp in the or...
Jean-Philippe Lang
2012-11-07
1
-1
/
+1
*
Fixed that watchers receive notifications for private comments without permis...
Jean-Philippe Lang
2012-11-05
1
-5
/
+8
*
Use Rake::TestTask#pattern for plugin tests instead of #test_files (#11534)
Jean-Baptiste Barth
2012-11-01
1
-3
/
+3
*
Display non working days on gantt image according to settings (#2161).
Jean-Philippe Lang
2012-10-29
1
-1
/
+1
*
Display non working days on gantt according to settings (#2161).
Jean-Philippe Lang
2012-10-29
1
-0
/
+1
*
Ignore non-working days when rescheduling an issue (#2161).
Jean-Philippe Lang
2012-10-29
1
-0
/
+63
*
code cleanup scm_iconv (#12228)
Toshi MARUYAMA
2012-10-28
1
-1
/
+1
*
fix scm_iconv local variable name (#12228)
Toshi MARUYAMA
2012-10-28
1
-1
/
+1
*
use String#encode at scm_iconv on Ruby 1.9 (#12228)
Toshi MARUYAMA
2012-10-28
1
-5
/
+15
*
Ability to delete a version from a wiki page history (#10852).
Jean-Philippe Lang
2012-10-23
2
-2
/
+2
*
gantt: remove unused issues parameter from gantt_issue_compare method
Toshi MARUYAMA
2012-10-23
1
-2
/
+2
*
Adds a macro for inserting collapsed text (#12167).
Jean-Philippe Lang
2012-10-20
1
-0
/
+13
*
Makes enumerations available through the REST API.
Jean-Philippe Lang
2012-10-17
1
-2
/
+7
*
Fixed that Redmine::VERSION.revision returns nil with svn 1.7 (#12012).
Jean-Philippe Lang
2012-10-12
1
-13
/
+6
*
Do not show parents/subtasks subjects that are not visible.
Jean-Philippe Lang
2012-10-09
1
-2
/
+2
*
Private issue notes (#1554).
Jean-Philippe Lang
2012-10-03
3
-24
/
+25
*
Updates for 2.1.2 release.
Jean-Philippe Lang
2012-09-30
1
-1
/
+1
*
Updates for 2.1.1 release.
Jean-Philippe Lang
2012-09-30
1
-1
/
+1
*
add more error message if public/plugin_assets cannot be created (#11945)
Toshi MARUYAMA
2012-09-26
1
-1
/
+5
*
fix "can't convert Errno::EACCES into String" in case of no permission of pub...
Toshi MARUYAMA
2012-09-26
1
-2
/
+2
*
ParseDate missing in Ruby 1.9x (#11290).
Jean-Philippe Lang
2012-09-22
1
-5
/
+2
*
use git diff format for all diff (#11868)
Toshi MARUYAMA
2012-09-19
1
-5
/
+12
*
Remove trailing (revision nn) from filenames in subversion diffs.
Jean-Philippe Lang
2012-09-18
1
-0
/
+3
*
Fixed that git diff displays deleted files as /dev/null (#11868).
Jean-Philippe Lang
2012-09-18
1
-6
/
+23
*
scm: bazaar: do not call super initialize method at adapter (#11834)
Toshi MARUYAMA
2012-09-18
1
-1
/
+3
*
scm: bazaar: use log encoding as path encoding (#11834)
Toshi MARUYAMA
2012-09-18
1
-0
/
+4
*
scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter en...
Toshi MARUYAMA
2012-09-17
1
-4
/
+8
*
scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter re...
Toshi MARUYAMA
2012-09-17
1
-1
/
+2
*
scm: bazaar: convert command line character encoding to @path_encoding (#11834)
Toshi MARUYAMA
2012-09-17
1
-2
/
+12
*
scm: bazaar: add @path_encoding instance value and set it UTF-8 at adapter in...
Toshi MARUYAMA
2012-09-17
1
-0
/
+5
*
Fixed: load_default_data task fails to print the error message if one occurs ...
Jean-Philippe Lang
2012-09-17
1
-2
/
+2
*
scm: bazaar: code layout cleanup adapter revisions method
Toshi MARUYAMA
2012-09-17
1
-1
/
+4
*
Updates macro description (#10789).
Jean-Philippe Lang
2012-09-16
1
-0
/
+1
*
Adds a "depth" option to the child_pages macro (#10789).
Jean-Philippe Lang
2012-09-16
2
-6
/
+13
*
Accept float in inline styles.
Jean-Philippe Lang
2012-09-16
1
-1
/
+1
*
Set version to 2.1.0.
Jean-Philippe Lang
2012-09-11
1
-2
/
+2
*
gantt: use content_tag instead of html tag at the tooltip
Toshi MARUYAMA
2012-09-11
1
-4
/
+12
*
gantt: use content_tag instead of html tag at the label on the right
Toshi MARUYAMA
2012-09-11
1
-3
/
+7
*
gantt: use content_tag instead of html tag at subject for project
Toshi MARUYAMA
2012-09-11
1
-3
/
+6
[next]