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
Commit message (
Expand
)
Author
Age
Files
Lines
*
attachment: add a functional test to show an ISO-8859-1 content file (#2371)
Toshi MARUYAMA
2011-11-20
1
-0
/
+20
*
attachment: add a functional test to show an ISO-8859-1 patch (#2371)
Toshi MARUYAMA
2011-11-20
1
-0
/
+17
*
attachment: use repositories setting to convert contents character encoding (...
Toshi MARUYAMA
2011-11-20
2
-41
/
+33
*
Allows double click to move columns between available/selected columns.
Jean-Philippe Lang
2011-11-20
1
-2
/
+4
*
code layout clean up app/views/common/_diff.html.erb
Toshi MARUYAMA
2011-11-20
1
-1
/
+3
*
Fixed: TMail 1.2.7 malforms To header when number of recipients more then 8 (...
Jean-Philippe Lang
2011-11-20
2
-2
/
+17
*
code layout clean up test/functional/attachments_controller_test.rb
Toshi MARUYAMA
2011-11-20
1
-1
/
+1
*
attachment: update functional tests to switch "side by side" and "inline" for...
Toshi MARUYAMA
2011-11-20
1
-22
/
+26
*
attachment: add a new feature to switch "side by side" and "inline" for patch...
Toshi MARUYAMA
2011-11-20
2
-2
/
+11
*
code layout clean up app/views/repositories/diff.html.erb
Toshi MARUYAMA
2011-11-20
1
-2
/
+7
*
code layout clean up app/views/common/_file.html.erb
Toshi MARUYAMA
2011-11-20
1
-2
/
+9
*
code layout clean up app/views/repositories/annotate.html.erb
Toshi MARUYAMA
2011-11-20
1
-9
/
+9
*
code layout clean up link_to_attachment of application helper
Toshi MARUYAMA
2011-11-20
1
-2
/
+4
*
code layout clean up uploaded_test_file of test/test_helper.rb
Toshi MARUYAMA
2011-11-20
1
-1
/
+2
*
add newline at end of Rakefile
Toshi MARUYAMA
2011-11-20
1
-1
/
+1
*
Restored prototype 1.7 (#9609).
Jean-Philippe Lang
2011-11-19
1
-1855
/
+3617
*
Prevent projects tests from deleting fixture files.
Jean-Philippe Lang
2011-11-19
1
-0
/
+1
*
Typo
Jean-Philippe Lang
2011-11-19
1
-1
/
+1
*
Fixed: rake/rdoctask is deprecated (#8611).
Jean-Philippe Lang
2011-11-19
1
-1
/
+6
*
Doc updated for Rails 2.3.14.
Jean-Philippe Lang
2011-11-19
2
-5
/
+5
*
Fixed functional tests that writes in fixtures folder.
Jean-Philippe Lang
2011-11-19
1
-0
/
+2
*
Fixed: Issue filter by assigned_to_role is not project specific (#9540).
Jean-Philippe Lang
2011-11-19
2
-45
/
+65
*
Adds a delivery method that writes emails in tmp/emails for testing purpose.
Jean-Philippe Lang
2011-11-19
1
-2
/
+9
*
Omit subtasks/related issues sections when empty on PDF export (#5634).
Jean-Philippe Lang
2011-11-19
1
-38
/
+43
*
Upgrade to Rails 2.3.14 with Prototype 1.7 (#9609).
Jean-Philippe Lang
2011-11-19
3
-3632
/
+1862
*
Makes author column sortable and groupable on the issue list (#1567).
Jean-Philippe Lang
2011-11-19
2
-1
/
+14
*
Moved the project name after the item in the html title (#9593).
Jean-Philippe Lang
2011-11-19
2
-3
/
+4
*
Adds a way to filter issues with or without start date (#9607).
Jean-Philippe Lang
2011-11-19
2
-2
/
+18
*
Wiki links for news and forums (#9600).
Jean-Philippe Lang
2011-11-19
3
-2
/
+35
*
Bulgarian translation updated by Ivan Cenov (#9602)
Toshi MARUYAMA
2011-11-19
1
-2
/
+2
*
Fixed wiki page version in annotated page (#9597).
Etienne Massip
2011-11-18
1
-2
/
+2
*
Remove reference to deleted method.
Etienne Massip
2011-11-18
1
-1
/
+1
*
Fixes section edit links when text includes pre/code tag (#2222).
Jean-Philippe Lang
2011-11-18
3
-4
/
+20
*
Fixed: Redmine.pm considers all projects private when login_required is enabl...
Jean-Philippe Lang
2011-11-18
1
-7
/
+8
*
Adds enable_starttls_auto option to gmail example (#9586).
Jean-Philippe Lang
2011-11-18
1
-0
/
+1
*
Adds a warning about tabs in configuration file (#9586).
Jean-Philippe Lang
2011-11-18
1
-0
/
+1
*
Handle the case of a text formatter that doesn't support section edit (#2222).
Jean-Philippe Lang
2011-11-18
3
-3
/
+21
*
Do not show section edit links for wiki page history (#2222).
Jean-Philippe Lang
2011-11-18
2
-1
/
+2
*
Wiki: allows single section edit (#2222).
Jean-Philippe Lang
2011-11-18
55
-41
/
+440
*
move repositories helper to_utf8 tests to new CodesetUtilTest (#2371)
Toshi MARUYAMA
2011-11-18
1
-22
/
+21
*
pdf: lib: set image scale at issue_to_pdf method (#3261)
Toshi MARUYAMA
2011-11-18
1
-0
/
+3
*
Updated permissions with newly added @create@ and @update@ actions (#9108).
Etienne Massip
2011-11-17
1
-2
/
+2
*
move repositories helper to_utf8 logic to lib/redmine/codeset_util.rb for com...
Toshi MARUYAMA
2011-11-17
2
-28
/
+35
*
attachment: add a functional test to show invalid UTF-8 text file (#2371)
Toshi MARUYAMA
2011-11-17
2
-0
/
+30
*
attachment: add a functional test to show UTF-8 text file (#2371)
Toshi MARUYAMA
2011-11-17
2
-0
/
+21
*
fix malformed issues csv encoding in case of unable to convert (#8549)
Toshi MARUYAMA
2011-11-16
2
-3
/
+41
*
add functional test to export issue csv encoded in Big5 on Traditional Chines...
Toshi MARUYAMA
2011-11-16
1
-0
/
+28
*
fix malformed time entry report csv encoding in case of unable to convert (#8...
Toshi MARUYAMA
2011-11-16
2
-7
/
+54
*
fix malformed time log csv encoding in case of unable to convert (#8549)
Toshi MARUYAMA
2011-11-16
2
-3
/
+52
*
move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common...
Toshi MARUYAMA
2011-11-16
3
-79
/
+53
[next]