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