Skip to content

Commit

Permalink
Removing remaining references to the projecthydra GitHub organization…
Browse files Browse the repository at this point in the history
… in the code base
  • Loading branch information
jrgriffiniii committed Aug 13, 2018
1 parent 972d65b commit afa5477
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
58 changes: 29 additions & 29 deletions History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,30 +238,30 @@ v9.8.0

v9.7.1
2016-01-22 : The jcr/mix versionable predicate is no longer used [Adam Wead]

2016-01-22 : Add detail to SolrQueryBuilder.construct_query_for_pids deprecation warning [David Chandek-Stark]

2016-01-21 : Updating to the latest Rubocop [Michael J. Giarlo]

2015-12-04 : Adds :PID property to ActiveFedora::RDF::Fcrepo::Model vocab [David Chandek-Stark]

v9.7.0
2015-11-25 : Allowing access to the gone? method from outside the object [Carolyn Cole]

2015-11-24 : Use rdf-vocab gem for DC vocab [Justin Coyne]

2015-11-24 : Silence deprecation warning in test [Justin Coyne]

2015-11-24 : Test deprecation using mocks [Justin Coyne]

2015-11-24 : Give an error when the user queries for a non-existant reflection [Justin Coyne]

2015-11-20 : Re-add get_config_path method (removed in 9.6.0) with deprecation warning. [Jim Coble]

2015-11-11 : Don't try to parse empty dates [Adam Wead]

2015-11-10 : Adds explicit require of 'rdf/vocab'. [David Chandek-Stark]

2015-11-09 : ids_reader should not return duplicates. [Trey Terrell]

v9.6.2
Expand All @@ -282,7 +282,7 @@ v9.6.0 (yanked due to error parsing nil dates)

2015-10-27: Create failing test for issue with datastreams resetting to old
version after save related to
https://github.com/projecthydra/active_fedora/issues/913 [Kathryn Cassidy]
https://github.com/samvera/active_fedora/issues/913 [Kathryn Cassidy]

2015-10-26: Save timezone information for DateTime values. Load from Solr as
DateTime rather than String when index type is :date. [Olli Lyytinen]
Expand Down Expand Up @@ -984,7 +984,7 @@ v9.0.0

2014-10-30: Rely on autosave associations when setting nested attributes This
brings us closer to parity with ActiveRecord and fixes a problem present in
https://github.com/projecthydra/hydra-head/pull/211 [Justin Coyne]
https://github.com/samvera/hydra-head/pull/211 [Justin Coyne]

2014-10-30: Use attached_files rather than the deprecated datastreams method
[Justin Coyne]
Expand Down Expand Up @@ -1082,11 +1082,11 @@ v9.0.0
[Justin Coyne]

2014-10-27: Reload the lastModified after an implicit save via
HasManyAssociation#concat Fixes an error like this: RuntimeError:
ERR STATUS: 409 Could not remove triple containing predicate
http://fedora.info/definitions/v4/repository#lastModified to node
HasManyAssociation#concat Fixes an error like this: RuntimeError:
ERR STATUS: 409 Could not remove triple containing predicate
http://fedora.info/definitions/v4/repository#lastModified to node
/test/1a/de/75/90/1ade7590-02aa-4e63-8c60-e5c34e11c170... when
updating
updating
http://localhost:8983/fedora/rest/test/1a/de/75/90/1ade7590-02aa-4e63-8c60-e5c34e11c170.
[Justin Coyne]

Expand Down Expand Up @@ -2131,7 +2131,7 @@ Improved loading from solr
RDF datastreams
Replaced solr-ruby with rsolr. Note: remove any calls to .hits
load_instance is now deprecated, replaced with find
Find and load_instance_from_solr always instantiate the model defined in the object.
Find and load_instance_from_solr always instantiate the model defined in the object.
Run a stub :environment task in the fixture loading rake tasks (which is overridden by rails)
Find raises ObjectNotFoundError when the object isn't found
Removed dependency on solrizer-fedora
Expand Down Expand Up @@ -2217,7 +2217,7 @@ HYDRA-722 updating AF::Base#label= and then saving doesn't persist the change
JettyWrapper to 1.2.0
Upgrade to rspec2
add_file_datastream should take a prefix option.
Added assert_content_model method
Added assert_content_model method
Updates for ruby 1.9 compatibility

3.1.4
Expand Down Expand Up @@ -2268,7 +2268,7 @@ added belongs_to and has_many model relationships
added nested_attributes_for
Added dependency on rails > 3.0.0

2.3.7
2.3.7

HYDRA-650 -- Fixed relationship inheritance (Rick Johnson)

Expand All @@ -2277,7 +2277,7 @@ HYDRA-650 -- Fixed relationship inheritance (Rick Johnson)
YANKED
Removed Bundler.require, which was causing odd dependency order resolving.

2.3.5
2.3.5

YANKED
branched so that trunk now require rails 3.
Expand All @@ -2292,7 +2292,7 @@ Fixed HYDRA-590

HYDRUS-151: Base.update_datastream_attributes now relies on update_indexed_attributes instead of update_attributes. This makes it easier to support non-javascript forms (and makes update_datastream_attributes worth using).

2.0.4
2.0.4

collection_members_append now returns self.

Expand Down Expand Up @@ -2352,13 +2352,13 @@ Misc bug fixes

1.2.1

TERMPORARY: removed solrizer from gem dependency list (cyclic reference breaks bundler)
TERMPORARY: removed solrizer from gem dependency list (cyclic reference breaks bundler)

1.2

Now support using OM::XML::Terminologies in NokogiriDatastreams

resolved #504 -- Allow SSL certificate client authentication for connections to Fedora
resolved #504 -- Allow SSL certificate client authentication for connections to Fedora

Added Experimental methods for has_datastream, named_datastream, and remove_relationship (contributed by Rick Johnson at Notre Dame)

Expand All @@ -2379,7 +2379,7 @@ MetadataDatastream.update_indexed_attributes was no longer marking the object di

solrizer fix to ensure that Nokogiri Datastreams are included in Base.to_solr

1.1.7
1.1.7

Nokogiri Datastream support using Nokogiri and OM::XML. Includes indexing of xml contents into solr based on accessors declared using OM::XML:Accessor module.
You now have the option of calling has_metadata without passing in a block
Expand All @@ -2391,9 +2391,9 @@ Bug #959: Base.delete fails to delete objects from Solr even when ENABLE_SOLR_UP

1.1.5

Feature: Base.save triggers Solrizer if you've required the gem in your app
Feature: Base.save triggers Solrizer if you've required the gem in your app

1.1.2
1.1.2

Bug: Model.find_by_solr fails when you pass it an argument of :all
Testing: Updated RSpec tests to run against localhost:8983 with Fedora 3.3 (instead of localhost:8080 with Fedora 3.2). This means you can use a copy of hydra-jetty from http://github.com/hydraproject/hydra-jetty
Expand All @@ -2413,7 +2413,7 @@ Feature #822: Export & Ingest Fedora Objects

Bundled ruby-fedora into active-fedora, removing external gem dependency

Field names now map to solr field names using solr_mappings.yml. You can put your own into RAILS_ROOT/config/solr_mappings.yml or rely on the default within the gem.
Field names now map to solr field names using solr_mappings.yml. You can put your own into RAILS_ROOT/config/solr_mappings.yml or rely on the default within the gem.

* Bug #552: Model relationship should be asserted using hasModel instead of conformsTo
* Bug #614: Datastream should have mime_type accessors
Expand Down Expand Up @@ -2455,7 +2455,7 @@ Minor update.

* 1 major enhancement:
* ruby-fedora is now compatible with Fedora 3.2.1

Changelog:
* ToDo #272: Datastream.new should accept a :prefix option for auto-incrementing DSIDs
* ToDo #275: Update RubyFedora to work with Fedora 3.2 REST API
Expand Down
2 changes: 1 addition & 1 deletion active-fedora.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["Matt Zumwalt", "McClain Looney", "Justin Coyne"]
s.email = ["samvera-tech@googlegroups.com"]
s.homepage = %q{https://github.com/projecthydra/active_fedora}
s.homepage = %q{https://github.com/samvera/active_fedora}
s.summary = %q{A convenience libary for manipulating documents in the Fedora Repository.}
s.description = %q{ActiveFedora provides for creating and managing objects in the Fedora Repository Architecture.}
s.license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/active_fedora.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require 'active_triples'

# Monkey patching RDF::Literal::DateTime to support fractional seconds.
# See https://github.com/projecthydra/active_fedora/issues/497
# See https://github.com/samvera/active_fedora/issues/497
# Also monkey patches in a fix for timezones to be stored properly.
module RDF
class Literal
Expand Down
2 changes: 1 addition & 1 deletion lib/active_fedora/aggregation/list_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def ordered_self
# Serializing head/tail/nodes slows things down CONSIDERABLY, and is not
# useful.
# @note This method is used by ActiveFedora::Base upstream for indexing,
# at https://github.com/projecthydra/active_fedora/blob/master/lib/active_fedora/profile_indexing_service.rb.
# at https://github.com/samvera/active_fedora/blob/master/lib/active_fedora/indexing_service.rb.
def serializable_hash(_options = nil)
{}
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class <%= class_name %>Metadata < ActiveFedora::OmDatastream

# Define a terminology for parsing this XML document
# See: https://github.com/projecthydra/om/wiki/Tame-your-XML-with-OM
# See: https://github.com/samvera/om/wiki/Tame-your-XML-with-OM
#
# set_terminology do |t|
# t.root(path: "fields")
Expand Down

0 comments on commit afa5477

Please sign in to comment.