Commit Graph

  • b795bd5ace Fixed escaping issue with Rails 3.1. Jean-Philippe Lang 2012-02-25 11:06:14 +00:00
  • 61b14f6391 Use content_tag for empty option. Jean-Philippe Lang 2012-02-25 11:04:38 +00:00
  • 9964e20a03 Adds missing format parameter. Jean-Philippe Lang 2012-02-25 10:41:22 +00:00
  • 28503d83cb Do not do assertions on mail class. Jean-Philippe Lang 2012-02-25 09:58:23 +00:00
  • f1b26008b8 Fixed escaping issue with Rails 3.1. Jean-Philippe Lang 2012-02-25 09:37:18 +00:00
  • 36fa1ff9a9 Use content_tag for "no change" options. Jean-Philippe Lang 2012-02-25 09:29:56 +00:00
  • b4630c03f7 Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and Rails 3.1.3 Toshi MARUYAMA 2012-02-25 06:01:48 +00:00
  • b7ead65fde Rails3: test: fix ordering functional/comments_controller_test.rb Toshi MARUYAMA 2012-02-25 01:43:11 +00:00
  • f04c7a7680 Fixed Version#issues_progress for Rails 3.1. Jean-Philippe Lang 2012-02-25 00:07:09 +00:00
  • 30282f20da Fixed escaping issues in #textilizable with Rails 3.1. Jean-Philippe Lang 2012-02-25 00:00:58 +00:00
  • 7ad40e22fe Replace auto_link with link_to in email templates. Jean-Philippe Lang 2012-02-24 23:16:59 +00:00
  • 4a6de486ba Use fixture. Jean-Philippe Lang 2012-02-24 21:24:00 +00:00
  • d04b4aafb6 Use :joins instead of :include. Jean-Philippe Lang 2012-02-24 18:55:09 +00:00
  • cc19635b6e Potential test failure fixed. Jean-Philippe Lang 2012-02-24 18:43:35 +00:00
  • 430477d4d6 Round hours when reading TimeEntry attribute. Jean-Philippe Lang 2012-02-24 18:40:22 +00:00
  • 492cce7975 Cleanup instance variables when reloading a project. Jean-Philippe Lang 2012-02-24 18:38:05 +00:00
  • 67d816705d Removed useless option. Jean-Philippe Lang 2012-02-24 18:27:38 +00:00
  • 528735b955 Use subclasses method instead of class variable. Jean-Philippe Lang 2012-02-24 18:23:58 +00:00
  • 55a8087f67 Rails3: scm: mercurial: use .to_s for overriding human_attribute_name parameter Toshi MARUYAMA 2012-02-24 14:59:54 +00:00
  • ebb109b67e Rails3: scm: git: use .to_s for overriding human_attribute_name parameter Toshi MARUYAMA 2012-02-24 14:59:31 +00:00
  • e6916cf72f Rails3: scm: filesystem: use .to_s for overriding human_attribute_name parameter Toshi MARUYAMA 2012-02-24 14:59:06 +00:00
  • 7100ca61ba Rails3: scm: darcs: use .to_s for overriding human_attribute_name parameter Toshi MARUYAMA 2012-02-24 14:58:43 +00:00
  • e5bcac1572 Rails3: scm: cvs: use .to_s for overriding human_attribute_name parameter Toshi MARUYAMA 2012-02-24 14:58:18 +00:00
  • 565ac00b70 Rails3: scm: bazaar: use .to_s for overriding human_attribute_name parameter Toshi MARUYAMA 2012-02-24 14:57:52 +00:00
  • cd9b62d734 Rails3: scm: use .to_s for overriding human_attribute_name parameter at repository model Toshi MARUYAMA 2012-02-24 14:57:26 +00:00
  • a4ee104bd7 Rails3: use .to_s for overriding human_attribute_name parameter at group model Toshi MARUYAMA 2012-02-24 14:56:54 +00:00
  • 1f2f32f58c scm: cvs: add test to override human_attribute_name Toshi MARUYAMA 2012-02-24 14:02:26 +00:00
  • e323a0c20c scm: filesystem: add test to override human_attribute_name of "Root directory" Toshi MARUYAMA 2012-02-24 13:04:06 +00:00
  • 41c16ecb2f scm: mercurial: remove unnecessary log_encoding from overriding human_attribute_name test Toshi MARUYAMA 2012-02-24 12:38:58 +00:00
  • c5ed7bbce5 scm: git: remove unnecessary log_encoding from overriding human_attribute_name test Toshi MARUYAMA 2012-02-24 12:38:35 +00:00
  • beb3b23fb6 scm: mercurial: add test to override human_attribute_name of "path to repository" Toshi MARUYAMA 2012-02-24 11:31:59 +00:00
  • ca9e41280a scm: git: add test to override human_attribute_name of "path to repository" Toshi MARUYAMA 2012-02-24 11:31:38 +00:00
  • d004d83183 scm: mercurial: split unit model test setup whether repository required or not Toshi MARUYAMA 2012-02-24 11:18:59 +00:00
  • 4a7de0cd63 scm: git: split unit model test setup whether repository required or not Toshi MARUYAMA 2012-02-24 11:18:37 +00:00
  • 9f581b9eeb scm: bazaar: add test to override human_attribute_name of "path to repository" Toshi MARUYAMA 2012-02-24 10:02:20 +00:00
  • b73d5d7ecc scm: darcs: add test to override human_attribute_name of "path to repository" Toshi MARUYAMA 2012-02-24 10:01:58 +00:00
  • 873e57dc86 code layout cleanup test/unit/repository_test.rb Toshi MARUYAMA 2012-02-24 04:09:06 +00:00
  • c0cdde6506 scm: add test to override human_attribute_name of log_encoding Toshi MARUYAMA 2012-02-24 04:08:47 +00:00
  • 34d14500c9 Rails3: view: html_safe for auto_link of project homepage Toshi MARUYAMA 2012-02-23 23:08:00 +00:00
  • 77aab5c468 Fixes HTML. Jean-Philippe Lang 2012-02-23 15:42:15 +00:00
  • 71c83e1155 Adds functional tests. Jean-Philippe Lang 2012-02-23 15:41:29 +00:00
  • 8cfc080470 Code cleanup. Jean-Philippe Lang 2012-02-23 15:28:49 +00:00
  • 0bb9579088 Adds required fixtures back. Jean-Philippe Lang 2012-02-23 15:23:58 +00:00
  • 3be511cdab Removed dead code. Jean-Philippe Lang 2012-02-23 15:23:03 +00:00
  • 0a8b35718a Pass the message id when previewing in edit mode (#10275). Jean-Philippe Lang 2012-02-23 15:17:13 +00:00
  • 3762a92a35 Pass the topic objet to #textilizable (#10275). Jean-Philippe Lang 2012-02-23 15:11:17 +00:00
  • c49ef8e543 Adds functional tests. Jean-Philippe Lang 2012-02-23 14:39:55 +00:00
  • e6a64aa00b Adds functional tests. Jean-Philippe Lang 2012-02-23 14:26:30 +00:00
  • 95811c8e4c Removed dead code. Jean-Philippe Lang 2012-02-23 14:19:42 +00:00
  • 0f721f6f7b Adds functional tests. Jean-Philippe Lang 2012-02-23 14:18:54 +00:00
  • 8f24aa6c67 Preserve uploaded files when on documents. Jean-Philippe Lang 2012-02-23 13:10:51 +00:00
  • 3871cbc75c Preserve uploaded files when on news. Jean-Philippe Lang 2012-02-23 13:08:32 +00:00
  • 707ce0beef Preserve uploaded files when on news. Jean-Philippe Lang 2012-02-23 13:07:27 +00:00
  • 4f217618af Do not check the request http method. Jean-Philippe Lang 2012-02-23 13:05:10 +00:00
  • 435a634ac7 Preserve uploaded files when creating a forum topic. Jean-Philippe Lang 2012-02-23 13:02:35 +00:00
  • 4669c41e51 i18n not working with russian gem (#10066). Jean-Philippe Lang 2012-02-23 12:55:22 +00:00
  • 6bdc2c36f1 scm: mercurial: use to_s for revision in find_changeset_by_name method Toshi MARUYAMA 2012-02-23 12:18:30 +00:00
  • 7e347069d5 Better message for file size validation error. Jean-Philippe Lang 2012-02-23 12:18:10 +00:00
  • 9774782cab Rails3: test: scm: mercurial: use "repository_path_hash" for path param Toshi MARUYAMA 2012-02-23 12:18:03 +00:00
  • 844d904426 Rails3: test: scm: darcs: use "repository_path_hash" for path param Toshi MARUYAMA 2012-02-23 12:17:32 +00:00
  • 10a37e2769 Makes container_id and container_type columns nullables. Jean-Philippe Lang 2012-02-23 11:15:39 +00:00
  • afa6c1a9a7 Removed testing code. Jean-Philippe Lang 2012-02-23 10:57:50 +00:00
  • 09d243f4e1 add vendor/cache to .hgignore and .gitignore Toshi MARUYAMA 2012-02-23 10:21:27 +00:00
  • a261006666 scm: use to_s for revision in find_changeset_by_name method Toshi MARUYAMA 2012-02-23 10:11:19 +00:00
  • 5033a155b3 Rails3: test: scm: subversion: use "repository_path_hash" for path param Toshi MARUYAMA 2012-02-23 10:10:48 +00:00
  • cc79bc6ffe Adds vendor/cache to svn:ignore. Jean-Philippe Lang 2012-02-23 10:02:10 +00:00
  • 77626ef6fb Adds support for adding attachments to issues through the REST API (#8171). Jean-Philippe Lang 2012-02-23 10:01:16 +00:00
  • d086683b17 Rails3: test: scm: bazaar: use "repository_path_hash" for path param Toshi MARUYAMA 2012-02-23 08:49:05 +00:00
  • 00ec4e189f Rails3: test: scm: cvs: use "repository_path_hash" for path param Toshi MARUYAMA 2012-02-23 07:33:44 +00:00
  • 1e7340b448 Rails3: test: scm: filesystem: use "repository_path_hash" for path param Toshi MARUYAMA 2012-02-23 06:12:44 +00:00
  • 08811bd259 Rails3: test: scm: git: use "repository_path_hash" for path param Toshi MARUYAMA 2012-02-23 06:12:22 +00:00
  • 21cb2ee817 Rails3: test: scm: move "repository_path_hash" method in repositories routing test to test_helper.rb for common use Toshi MARUYAMA 2012-02-23 06:11:59 +00:00
  • aa286a8e3f add ":id => nil" to "Overall activity" link_to Toshi MARUYAMA 2012-02-22 14:36:31 +00:00
  • d7692b2575 code layout cleanup app/views/users/show.html.erb Toshi MARUYAMA 2012-02-22 14:36:16 +00:00
  • 4fcac7d3b1 Rails3: use image_tag instead of hard-coded html tag to prevent escaping in gravatar plugin Toshi MARUYAMA 2012-02-22 11:41:07 +00:00
  • 652871d4c3 Rails3: view: html_safe for common/_diff.html.erb Toshi MARUYAMA 2012-02-22 03:38:08 +00:00
  • f5c4607769 use English as default language at "test_reminders_should_not_include_closed_issues" of unit mailer test Toshi MARUYAMA 2012-02-22 03:28:42 +00:00
  • 77287d1f0b Fixed magic link in the note added when closing an issue by a commit from a subproject (#10284). Jean-Philippe Lang 2012-02-20 21:58:57 +00:00
  • 5b48e4ae58 use assert_select instead of include? at "test_register" of unit mailer test Toshi MARUYAMA 2012-02-20 14:36:43 +00:00
  • a9161a3fde Don't use auth_sources fixtures when not needed. Jean-Philippe Lang 2012-02-19 21:51:03 +00:00
  • 148bc9448b Fixed a test that writes into fixtures directory. Jean-Philippe Lang 2012-02-19 21:42:09 +00:00
  • dedfdefcf3 Disabled on the fly registration for auth_source fixture. Jean-Philippe Lang 2012-02-19 21:39:29 +00:00
  • 21617889e8 Changed bundle setup error message. Jean-Philippe Lang 2012-02-19 20:15:30 +00:00
  • 3e3d7c8d4f Friendly response when the LDAP connection fails. Jean-Philippe Lang 2012-02-19 18:13:46 +00:00
  • 26db0de8cc Merged r8909 from trunk. Jean-Philippe Lang 2012-02-19 15:41:24 +00:00
  • 59c2530001 Fixed random failures in RepositoriesControllerTest with ruby-1.8.7-p358. Jean-Philippe Lang 2012-02-19 15:34:06 +00:00
  • cd9412fe52 Upgrade to net-ldap 0.3.1 (#10272). Jean-Philippe Lang 2012-02-19 15:05:20 +00:00
  • 97075c85e8 Require net/ldap. Jean-Philippe Lang 2012-02-19 15:04:10 +00:00
  • d7f0919277 Removed faster_csv from lib (#5638). Jean-Philippe Lang 2012-02-19 14:44:48 +00:00
  • 28338a6f4a Removed vendored gems (#5638). Jean-Philippe Lang 2012-02-19 14:42:10 +00:00
  • 9315039e0a Use Bundler for gem management (#5638). Jean-Philippe Lang 2012-02-19 14:30:46 +00:00
  • f8875ee513 Merged r8902 from trunk. Jean-Philippe Lang 2012-02-17 22:37:03 +00:00
  • 37575f27fe Do not recognize invalid textile attributes. Jean-Philippe Lang 2012-02-17 22:31:01 +00:00
  • cbd90fdeaf Merged r8900 from trunk (#10258) Toshi MARUYAMA 2012-02-17 14:32:14 +00:00
  • e484eb2dc8 fix Italian "description_date_range_list" translation by pasquale [:dedalus] (#10258) Toshi MARUYAMA 2012-02-17 14:28:24 +00:00
  • 421db739c5 scm: git: replace "write_attribute" at unit model test for database order consistency (#5357) Toshi MARUYAMA 2012-02-17 14:28:08 +00:00
  • ff65babd1c scm: git: replace "order" at unit model test of fetching from scratch (#5357) Toshi MARUYAMA 2012-02-17 14:27:52 +00:00
  • d5573e67e9 Merged r8896 from trunk (#10258) Toshi MARUYAMA 2012-02-17 11:05:33 +00:00
  • 5e08a0bc9d Italian translation for 1.3-stable updated by Andrea Saccavini (#10258) Toshi MARUYAMA 2012-02-17 11:01:09 +00:00
  • f6e7daaf18 Rails3: view: mail: html_safe for auto_link Toshi MARUYAMA 2012-02-17 09:20:49 +00:00