dannylamb
8d4ba2fec2
Revert "Adding @dev where appropriate"
10 years ago
Jared Whiklo
310a5a988b
Merge pull request #28 from dannylamb/add-at-dev
...
Adding @dev where appropriate
10 years ago
Daniel Lamb
3bb4c4079c
Adding @dev where appropriate
10 years ago
dannylamb
f537ea398a
Part of https://github.com/Islandora-CLAW/CLAW/issues/475 ( #27 )
...
* Pulling islandora module back to the top
* Pulling dependencies from main composer.json into this module's
* Testing how module dependencies work
* Adding search_api to module depenedencies.
* Just .info is not enough
* Adding jsonld serializer to composer dependencies
* Changing vendor name and pointing to @DiegoPino's fork
* Adding keywords
* Adding phpcs back in
* Pointing to islandora org for jsonld serializer.
10 years ago
Jared Whiklo
930c8c8924
Move ldp_contains to rdf_source bundle ( #26 )
...
* Move ldp_contains to rdf_source bundle
* Use a view to target the ldp_contains field
* Coding style
10 years ago
dannylamb
589d3e651d
Issue 439 ( #15 )
...
* Add a Collection bundle for FedoraResource
* update rdf mapping
* field type changes, add enforced module
* Default collection rdf mapping
* Forgot uuid
* Adding pcdm namespace
* Using hasURN for uuids.
* Adding dc back in
10 years ago
Jared Whiklo
9a24b3dd12
Add default RDF mapping for NonRdfSource ( #18 )
...
* Add default rdf mapping
* Fix the id
* Correct rdf types
10 years ago
Jared Whiklo
f6dcf5a149
Correctly get parent ( #17 )
...
* Correctly get parent
* Use the getFedoraRoot function to return NULL
* Incorrect function name
10 years ago
dannylamb
c341efabad
Adding activemq to travis install ( #24 )
...
* Adding activemq to travis install
* Hrm... doesn't seem to run as a service on Travis.
* Maybe I need to add -y to apt-get install
* Because you can't use apt on containers....
* ?
* Apparantly this is enough
* Adding php-stomp for good measure
* Maybe it's alredy there?
* Lets try this wtih PECL
* Trying to spoof a non-interactive pecl install...
* Canceling SSL since it's just a travis build.
* Final verification....
* Finallly!
10 years ago
dannylamb
89da263c4b
Coder fix ( #25 )
...
* Coder fix
* Ignoring bad practices of inline_entity_form module
10 years ago
Jared Whiklo
53b73371aa
Merge pull request #23 from dannylamb/rules
...
Rules actions for event message
10 years ago
kim pham
4b882db0ec
add fedora resource teaser config entity ( #22 )
10 years ago
Danny Lamb
9737284b2b
Adding rules as a formal dependency.
10 years ago
Danny Lamb
58f4353806
Removing semi-colon from @var annotation
10 years ago
Danny Lamb
53c37a1e6a
Coder fix
10 years ago
Danny Lamb
aa63d89681
And another one.
10 years ago
Danny Lamb
ff04486b58
Removing sandbox class.
10 years ago
Danny Lamb
01506cf416
Adding rules and typed_data to the travis setup.
10 years ago
Danny Lamb
bd3bbc1dfd
Reverting collection mapping.
10 years ago
Danny Lamb
beb31dfe3f
Rules actions for generating AS2 event messages. Test refactoring.
10 years ago
Danny Lamb
2b8146b5a8
Merging from upstream
10 years ago
dannylamb
a7801811e0
Issue 429 ( #21 )
...
* Naive vector clock implementation
* RDF mapping and dummy/namespace predicate.
* Derpin it up
* Removing the derp to make branch appear on github
* Tests
* in => int
10 years ago
Diego Pino Navarro
8553541b31
Merge pull request #20 from dannylamb/issue-445
...
AS2 Event Generator
10 years ago
Danny Lamb
d2302ac7ec
Adding simpletest and pointing the script to the current php install
10 years ago
Danny Lamb
703327c67f
Fixing pathing on script in yml
10 years ago
Danny Lamb
cabbc96147
How about now?
10 years ago
Danny Lamb
71afcf9a58
Pointing to correct setup script.
10 years ago
Danny Lamb
f8a63869f7
This goes a bit deeper than I thought it did initially
10 years ago
Danny Lamb
8e4e15b88e
Attempting to run tests
10 years ago
Danny Lamb
39ef47b623
Take that phpcpd
10 years ago
Danny Lamb
bbc0d1e0ba
Coding fix
10 years ago
Danny Lamb
991a2d3898
Merge branch '8.x-1.x' of https://github.com/Islandora-CLAW/islandora into issue-445
10 years ago
Danny Lamb
644afe0b0e
First pass at AS2 event generator
10 years ago
Natkeeran
3d3ebc432f
change description field to plain text ( #19 )
10 years ago
Danny Lamb
df29e6b06b
Playing with rules
10 years ago
Jared Whiklo
4bd401a600
Fix ldp:contains reference target and add default rdf map for fedora:hasParent,ldp:contains ( #16 )
10 years ago
Danny Lamb
776de8e622
Default collection rdf mapping
10 years ago
Danny Lamb
4ca4bb4f0b
Merge branch '8.x-1.x' of https://github.com/Islandora-CLAW/islandora into issue-439
10 years ago
Natkeeran
d233f40650
Issue 430 ( #13 )
...
* Add a Collection bundle for FedoraResource
* update rdf mapping
* field type changes, add enforced module
10 years ago
Natkeeran
d94da28411
Merge branch '8.x-1.x' of https://github.com/Islandora-CLAW/islandora into issue-430
10 years ago
Natkeeran
5d9487a9c9
field type changes, add enforced module
10 years ago
Jared Whiklo
1d5234dd3f
Merge pull request #14 from dannylamb/issue-440
...
Nesting islandora in its own folder
10 years ago
Danny Lamb
b7d628dbb1
Moved travis scripts to hidden folder
10 years ago
Danny Lamb
a9240b4c67
Recursively looking for php and module files
10 years ago
Danny Lamb
c6b2621160
Playing with phpcs options
10 years ago
Danny Lamb
5580ffac31
Pulling out tests folder too, since it's just travis stuff.
10 years ago
Danny Lamb
9cd086f619
Does this even work?
10 years ago
Danny Lamb
b2899ba893
Pulling out composer.json so tests can run.
10 years ago
Ubuntu
ee208980cf
Nesting islandora in its own folder
10 years ago
Jared Whiklo
38747f1cfd
Add travis config and clean up to coding standards ( #12 )
...
* Clean up to Drupal coding standards
Add travis config
* Remove codesniffer from travis-setup.sh
* Not needed right now and breaks php on hhvm
* Deleted too much
* Revert type hinting.
10 years ago