From 4893301f2e18d5884a3f5f292205bdeb796169f0 Mon Sep 17 00:00:00 2001 From: David Chandek-Stark Date: Tue, 28 Jul 2015 20:51:37 -0400 Subject: [PATCH 01/33] Relabeled repo create_date in object info from "Created" to "Ingested" Closes #1387 Moved object info labels to i18n --- Gemfile | 2 +- Gemfile.lock | 6 +++--- app/views/application/_object_info.html.erb | 24 ++++++++++----------- config/locales/en.yml | 16 ++++++++++++++ 4 files changed, 32 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index de4ee631..77bf93cf 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '~> 4.1.6' gem 'hydra-head', '~> 7.2.0' gem 'ddr-alerts', '~> 1.0.0' -gem 'ddr-models', '2.0.0.pre.5' +gem 'ddr-models', '2.0.0.rc3' gem 'rubydora', '>= 1.8.1' gem 'devise' diff --git a/Gemfile.lock b/Gemfile.lock index efc4c54a..f26c86bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM rails (~> 4.1.6) ddr-antivirus (1.3.2) activesupport (~> 4.0) - ddr-models (2.0.0.pre.5) + ddr-models (2.0.0.rc3) active-fedora (~> 7.0) cancancan (~> 1.12) ddr-antivirus (~> 1.3.1) @@ -427,7 +427,7 @@ DEPENDENCIES capybara (~> 2.0) database_cleaner ddr-alerts (~> 1.0.0) - ddr-models (= 2.0.0.pre.5) + ddr-models (= 2.0.0.rc3) deprecation devise equivalent-xml @@ -455,4 +455,4 @@ DEPENDENCIES uglifier (~> 1.3.0) BUNDLED WITH - 1.10.5 + 1.10.6 diff --git a/app/views/application/_object_info.html.erb b/app/views/application/_object_info.html.erb index 921c338b..e2435315 100644 --- a/app/views/application/_object_info.html.erb +++ b/app/views/application/_object_info.html.erb @@ -1,55 +1,55 @@