Commit Graph

  • de19424ea5 Adds project status to GET /projects/:id and GET /projects API response (#15815). Jean-Philippe Lang 2014-01-11 11:33:47 +00:00
  • a89468ebc8 Adds rel=stylesheet condition for stylesheets assertions. Jean-Philippe Lang 2014-01-11 11:28:09 +00:00
  • fa52c5d9fc Use #assert_select instead of #assert_tag. Jean-Philippe Lang 2014-01-11 11:26:53 +00:00
  • 8b999962de Make favicon themeable (#15689). Jean-Philippe Lang 2014-01-11 11:22:46 +00:00
  • 2db3338ab2 Wrap filters, options and buttons with extra div (#15362). Jean-Philippe Lang 2014-01-11 11:12:03 +00:00
  • 2a8ae016c5 Rails4: replace deprecated find_all_by_* at TimelogControllerTest Toshi MARUYAMA 2014-01-11 10:14:24 +00:00
  • 8f43b53077 Rails4: replace deprecated Relation#first with finder options at TrackersControllerTest Toshi MARUYAMA 2014-01-11 10:14:08 +00:00
  • eab8f307f9 Rails4: replace deprecated Relation#first with finder options at TimelogControllerTest Toshi MARUYAMA 2014-01-11 10:13:53 +00:00
  • abd6471270 Rails4: replace deprecated Relation#first with finder options at RepositoriesGitControllerTest Toshi MARUYAMA 2014-01-11 10:13:37 +00:00
  • 309e588440 Rails4: replace deprecated Relation#first with finder options at RepositoriesControllerTest Toshi MARUYAMA 2014-01-11 10:13:21 +00:00
  • b47fc8f618 Rails4: replace deprecated Relation#first with finder options at MessagesControllerTest Toshi MARUYAMA 2014-01-11 10:13:05 +00:00
  • 190bb9af30 Rails4: replace deprecated Relation#first with finder options at IssuesControllerTransactionTest Toshi MARUYAMA 2014-01-11 10:12:49 +00:00
  • 1bb79568e5 Rails4: replace deprecated Relation#update_all at SearchControllerTest Toshi MARUYAMA 2014-01-11 09:25:12 +00:00
  • 45496b0eb2 Rails4: replace deprecated Relation#first with finder options at UsersControllerTest Toshi MARUYAMA 2014-01-11 09:24:56 +00:00
  • 378a3e684f Rails4: replace deprecated Relation#first with finder options at WikiControllerTest Toshi MARUYAMA 2014-01-11 09:24:40 +00:00
  • a313d540a6 code format cleanup WikiControllerTest Toshi MARUYAMA 2014-01-11 09:24:24 +00:00
  • 6097d6b1bf Rails4: replace deprecated find_all_by_* at TimelogCustomFieldsVisibilityTest Toshi MARUYAMA 2014-01-11 09:24:08 +00:00
  • 6e8d8da1f3 Rails4: replace deprecated Relation#update_all at ProjectEnumerationsControllerTest Toshi MARUYAMA 2014-01-11 09:23:52 +00:00
  • e11c68e417 Rails4: replace deprecated find_all_by_* at ProjectEnumerationsControllerTest Toshi MARUYAMA 2014-01-11 09:23:36 +00:00
  • d401f86b0d fix find_all_by_id(n1, n2) parameter at TimelogCustomFieldsVisibilityTest Toshi MARUYAMA 2014-01-11 08:50:21 +00:00
  • 97a4211b03 code format cleanup TimelogCustomFieldsVisibilityTest Toshi MARUYAMA 2014-01-11 08:50:07 +00:00
  • a516a1bdb2 Rails4: replace deprecated find_all_by_* at IssuesCustomFieldsVisibilityTest Toshi MARUYAMA 2014-01-11 08:32:28 +00:00
  • 8c595df595 Rails4: replace deprecated find_all_by_* at IssuesControllerTest Toshi MARUYAMA 2014-01-11 08:32:12 +00:00
  • 65ba233c62 Rails4: replace deprecated Relation#last with finder options at MessagesControllerTest Toshi MARUYAMA 2014-01-11 07:47:18 +00:00
  • 7ac013fbe8 Rails4: replace deprecated Relation#last with finder options at IssuesControllerTest Toshi MARUYAMA 2014-01-11 07:47:02 +00:00
  • 15031f6173 code format cleanup ProjectEnumerationsControllerTest Toshi MARUYAMA 2014-01-11 07:46:46 +00:00
  • e30aa4b245 code format cleanup MessagesControllerTest Toshi MARUYAMA 2014-01-11 07:46:29 +00:00
  • 20482fdee3 Rails4: replace deprecated find_all_by_* at IssuesControllerTest Toshi MARUYAMA 2014-01-11 07:22:39 +00:00
  • ca4ea40888 fix find_all_by_id(n1, n2) parameter at IssuesCustomFieldsVisibilityTest#test_index_with_partial_custom_field_visibility Toshi MARUYAMA 2014-01-11 07:05:48 +00:00
  • 7484cf07b6 cleanup syntax of Relation#all at WikiController#export Toshi MARUYAMA 2014-01-11 06:03:38 +00:00
  • 39ceaa7d55 cleanup syntax of Relation#all at app/views/watchers/_new.html.erb Toshi MARUYAMA 2014-01-11 05:51:35 +00:00
  • 2066969c7d code format cleanup WikiController Toshi MARUYAMA 2014-01-11 05:51:18 +00:00
  • 3e17eb2956 code format cleanup app/views/watchers/_new.html.erb Toshi MARUYAMA 2014-01-11 05:26:33 +00:00
  • a7b8e6c02a Rails4: replace deprecated find_all_by_* at WatchersController Toshi MARUYAMA 2014-01-10 12:49:52 +00:00
  • a3f0dae9c4 Rails4: replace deprecated find_all_by_* at RepositoriesController#committers Toshi MARUYAMA 2014-01-10 12:49:35 +00:00
  • 073b403bd9 Rails4: replace deprecated Relation#update_all at Project#create_time_entry_activity_if_needed Toshi MARUYAMA 2014-01-10 12:49:20 +00:00
  • 1c71eccff2 remove unneeded Relation#all from app/views/settings/_repositories.html.erb Toshi MARUYAMA 2014-01-10 12:49:04 +00:00
  • fa544d9934 Rails4: replace deprecated Relation#count with finder options at UsersHelper#users_status_options_for_select Toshi MARUYAMA 2014-01-10 12:48:48 +00:00
  • 9420d7e345 Rails4: replace deprecated Relation#first with finder options at ApiTest::VersionsTest Toshi MARUYAMA 2014-01-10 12:24:19 +00:00
  • 7a4e325b36 remove unneeded Relation#all from app/views/settings/_projects.html.erb Toshi MARUYAMA 2014-01-10 12:13:10 +00:00
  • 373082fcbf code format cleanup app/views/settings/_repositories.html.erb Toshi MARUYAMA 2014-01-10 12:12:53 +00:00
  • ea9b40ab4d Rails4: replace deprecated Relation#first with finder options at ApiTest::VersionsTest Toshi MARUYAMA 2014-01-10 11:25:25 +00:00
  • c538543583 Rails4: replace deprecated Relation#first with finder options at ApiTest::UsersTest Toshi MARUYAMA 2014-01-10 11:24:59 +00:00
  • 7f93cc74b4 Rails4: replace deprecated Relation#first with finder options at ApiTest::TimeEntriesTest Toshi MARUYAMA 2014-01-10 11:24:34 +00:00
  • 505483f224 Rails4: replace deprecated Relation#first with finder options at ApiTest::ProjectsTest Toshi MARUYAMA 2014-01-10 11:24:00 +00:00
  • e03cfe1443 remove unneeded Relation#all from RepositoriesHelper#render_changeset_changes Toshi MARUYAMA 2014-01-10 11:23:28 +00:00
  • b02429e864 Rails4: replace deprecated find_all_by_* at TimelogController#find_time_entries Toshi MARUYAMA 2014-01-10 10:40:46 +00:00
  • c57490f48e cleanup syntax of Relation#all at QueriesController#index Toshi MARUYAMA 2014-01-10 10:30:57 +00:00
  • 72715ec78e cleanup syntax of Relation#all at MembersController#index Toshi MARUYAMA 2014-01-10 10:30:33 +00:00
  • fe6ef59e37 cleanup syntax of Relation#all at IssueStatusesController#index Toshi MARUYAMA 2014-01-10 10:30:10 +00:00
  • d02bcbcee5 Rails4: replace deprecated Relation#first with finder options at integration IssuesTest Toshi MARUYAMA 2014-01-10 08:39:32 +00:00
  • 1c938cd1d3 Rails4: replace deprecated Relation#first with finder options at ApiTest::IssuesTest Toshi MARUYAMA 2014-01-10 08:38:59 +00:00
  • b6d6325198 Rails4: replace deprecated Relation#first with finder options at ApiTest::IssueRelationsTest Toshi MARUYAMA 2014-01-10 08:38:36 +00:00
  • 3480d46ff3 Rails4: replace deprecated Relation#first with finder options at ApiTest::IssueCategoriesTest Toshi MARUYAMA 2014-01-10 08:38:09 +00:00
  • c020578820 Rails4: replace deprecated Relation#first with finder options at ApiTest::AttachmentsTest Toshi MARUYAMA 2014-01-10 08:37:33 +00:00
  • b652f7fc27 cleanup syntax of Relation#all at NewsController#index Toshi MARUYAMA 2014-01-10 08:13:47 +00:00
  • 99fe35be42 remove unneeded Relation#all from AuthSource#authenticate Toshi MARUYAMA 2014-01-10 08:00:57 +00:00
  • 4292f4116b Rails4: replace deprecated Relation#count with finder options at ProjectsController#show Toshi MARUYAMA 2014-01-10 07:46:53 +00:00
  • f7a1664399 cleanup syntax of Relation#all at app/views/wiki/rename.html.erb Toshi MARUYAMA 2014-01-10 07:46:23 +00:00
  • 6f4d3c1c64 Rails4: replace deprecated Relation#first with finder options at IssuesControllerTest Toshi MARUYAMA 2014-01-10 05:46:33 +00:00
  • 57740505b0 remove unneeded Relation#all from IssuesControllerTest#test_bulk_copy_to_another_project Toshi MARUYAMA 2014-01-10 05:46:15 +00:00
  • 56a3c1ad40 Rails4: replace deprecated Relation#sum with finder options at Issue#total_spent_hours Toshi MARUYAMA 2014-01-10 05:02:44 +00:00
  • 5d535f8996 cleanup syntax of Relation#all at app/views/wiki/edit.html.erb Toshi MARUYAMA 2014-01-10 04:45:46 +00:00
  • c1c1b548d0 remove unneeded Relation#all from IssuesControllerTest#test_bulk_copy_should_allow_not_changing_the_issue_attributes Toshi MARUYAMA 2014-01-10 04:45:28 +00:00
  • 3fcd5d529c add missing Relation#all at WorkflowsController#copy of r12583 Toshi MARUYAMA 2014-01-10 04:19:47 +00:00
  • c7723e9bc9 Rails4: replace deprecated Relation#first with finder options at IssueRelationsControllerTest Toshi MARUYAMA 2014-01-10 04:11:53 +00:00
  • ee49bdd81b Rails4: replace deprecated find_all_by_* at WorkflowsController#copy Toshi MARUYAMA 2014-01-10 04:11:36 +00:00
  • efb5d5769a Rails4: replace deprecated Relation#last with finder options at IssuesControllerTest Toshi MARUYAMA 2014-01-10 04:11:20 +00:00
  • c0303bf47c remove unneeded Relation#all from WorkflowsControllerTest#status_transitions Toshi MARUYAMA 2014-01-10 03:54:23 +00:00
  • 0a72533b59 Rails4: replace deprecated Relation#update_all at IssuesController Toshi MARUYAMA 2014-01-10 03:39:51 +00:00
  • 09147940fa Rails4: replace deprecated find_all_by_* at IssuesController Toshi MARUYAMA 2014-01-10 03:39:35 +00:00
  • 7c10f41ce3 Rails4: replace deprecated Relation#first with finder options at AttachmentsControllerTest Toshi MARUYAMA 2014-01-10 01:21:07 +00:00
  • d852b8a4e6 remove unneeded Relation#all from RepositorySubversionTest Toshi MARUYAMA 2014-01-09 09:55:26 +00:00
  • e41271f2bd remove unneeded Relation#all from RepositoryMercurialTest Toshi MARUYAMA 2014-01-09 09:55:10 +00:00
  • 776bf76f46 remove unneeded Relation#all from RepositoryDarcsTest Toshi MARUYAMA 2014-01-09 09:54:54 +00:00
  • 4ab85ff0cb remove unneeded Relation#all from RepositoryCvsTest Toshi MARUYAMA 2014-01-09 09:54:37 +00:00
  • 890851eb85 remove unneeded Relation#all from RepositoryBazaarTest Toshi MARUYAMA 2014-01-09 09:54:21 +00:00
  • ac72e7a8d5 remove unneeded Relation#all from Watcher#prune Toshi MARUYAMA 2014-01-09 08:35:10 +00:00
  • 907663f83c Rails4: replace deprecated find_all_by_* at UserTest Toshi MARUYAMA 2014-01-09 08:14:21 +00:00
  • b3dbe07c95 Rails4: replace deprecated find_all_by_* at FieldFormat Toshi MARUYAMA 2014-01-09 08:14:06 +00:00
  • 6dbb9c3677 remove unneeded Relation#all from Watcher#prune_single_user Toshi MARUYAMA 2014-01-09 07:41:50 +00:00
  • 05aa146fad code format cleanup Watcher model Toshi MARUYAMA 2014-01-09 07:41:34 +00:00
  • 8a9db2841d backout r12562 : remove unneeded Relation#all from Repository::Mercurial#latest_changesets Toshi MARUYAMA 2014-01-09 07:07:06 +00:00
  • eb98a1f714 backout r12540 : remove unneeded Relation#all from News#latest Toshi MARUYAMA 2014-01-09 07:06:50 +00:00
  • a6da09026a Rails4: replace deprecated Relation#first with finder options at WikiContentTest Toshi MARUYAMA 2014-01-09 06:43:49 +00:00
  • d305d15373 Rails4: replace deprecated Relation#first with finder options at UserTest Toshi MARUYAMA 2014-01-09 06:43:33 +00:00
  • 3ca03beb6f Rails4: replace deprecated find_all_by_* at IssueQuery model Toshi MARUYAMA 2014-01-09 06:34:40 +00:00
  • 1ddabbc874 remove unneeded Relation#all from Repository::Mercurial#latest_changesets Toshi MARUYAMA 2014-01-09 05:25:05 +00:00
  • 5315943bb9 remove trailing white-spaces from RepositoryTest Toshi MARUYAMA 2014-01-09 05:09:44 +00:00
  • 01e22fc4b8 code format cleanup RepositoryTest Toshi MARUYAMA 2014-01-09 05:09:28 +00:00
  • 205e727565 Rails4: replace deprecated find_all_by_* at ProjectTest Toshi MARUYAMA 2014-01-09 05:09:10 +00:00
  • 56a40b3579 Rails4: replace deprecated find_all_by_* at RepositoryTest Toshi MARUYAMA 2014-01-09 05:08:54 +00:00
  • 95bc7bf189 Rails4: replace deprecated Relation#update_all at RepositoryTest Toshi MARUYAMA 2014-01-09 05:08:38 +00:00
  • 7960f543a4 remove unneeded Relation#all from ProjectTest#test_destroy Toshi MARUYAMA 2014-01-09 04:30:17 +00:00
  • ab46ef7c15 Rails4: replace deprecated Relation#update_all at QueryTest Toshi MARUYAMA 2014-01-09 04:24:24 +00:00
  • 494a13d004 Rails4: replace deprecated Relation#update_all at ProjectTest Toshi MARUYAMA 2014-01-09 04:24:07 +00:00
  • d15183b2e7 Rails4: replace deprecated Relation#update_all at WatcherTest Toshi MARUYAMA 2014-01-09 04:23:51 +00:00
  • d7f986b6a8 Rails4: replace deprecated Relation#update_all at ProjectNestedSetTest Toshi MARUYAMA 2014-01-09 04:23:36 +00:00
  • 394628f205 Rails4: replace deprecated Relation#first with finder options at MailHandlerTest Toshi MARUYAMA 2014-01-09 04:23:19 +00:00
  • 132021f895 Rails4: replace deprecated Relation#first with finder options at CipheringTest Toshi MARUYAMA 2014-01-09 04:23:03 +00:00