Jared Whiklo
a46936cf7b
Install drush with composer ( #714 )
...
- Install Drush with composer and update to use latest phpcs sniffs.
- Update codebase to to be compliant with new sniffs
6 years ago
Jonathan Green
f3b3ffc472
Allow orphaned object report to find orphaned compound objects. ( #710 )
...
* Allow orphaned object report to find orphaned compound objects.
* Add hook for child relationships
* Add conditional checking if we are working with an empty set.
* Add way to filter hook on content model.
* Sacrifical commit for coding standards gods.
* Less python in example.
* More uniqueness
6 years ago
Pat Dunlavey
d8b8b4f6dc
ISLANDORA-1748 -- add hook_islandora_datastream_filename_alter(). ( #706 )
...
* ISLANDORA-1748 -- add hook_datastream_filename_alter().
Co-authored-by: Diego Pino Navarro <DiegoPino@users.noreply.github.com>
7 years ago
Bryan J. Brown
183d01dc5d
ISLANDORA-1928: Updates erroneous hook names in islandora.api.php ( #669 )
8 years ago
Diego Pino Navarro
b1f1da9293
Allow a null abstract object in derivative alter hook
8 years ago
kayakr
841e4d8e28
Fix typos
8 years ago
Jared Whiklo
b974549958
7.x islandora 1724 ( #651 )
...
* Make breadcrumb creation a hookable process.
* Forgot to add selection to admin page.
* Add more attribution and remove unused path.
* Fix admin form and coding standards.
* Add the new variable to be removed on uninstall
* Code review
* Code review
* Fix code style and add some docs to README
* Stop using Mulgara prefixes
8 years ago
qadan
592623f0c3
accounting for PHP weirdness
8 years ago
qadan
0f4ae4043f
better documentation, tests
8 years ago
qadan
e63201f9f9
update API to include DS modified params
8 years ago
Adam Vessey
2b2bd54f3c
Add hinting and use more ancestor.
9 years ago
Adam Vessey
0b3af6b982
Fix random coding standard issues.
9 years ago
Adam Vessey
b073e26cd1
Add alter during Tuque connection construction.
9 years ago
Matthew Perry
0e24c7f406
Updating constant.
9 years ago
Matthew Perry
42f322930c
Moved building the edit registry to an includes function and changed teh context index.
9 years ago
Matthew Perry
0ae1a25b73
Added a drupal alter to allow for other modules to modify the datastream edit registry after it has been built.
9 years ago
willtp87
4adf1be6f6
Allowing derivatives to be altered.
9 years ago
Jordan Dukart
4445858df2
Allow modules to modify which object is being loaded.
9 years ago
Jordan Dukart
44883f4ab8
Comma.
9 years ago
Jordan Dukart
ece4b57b29
Breadcrumb predicates.
9 years ago
Adam Vessey
e0b868fe0d
Implement "islandora_objects_subset".
...
Instead of passing the entire array of objects in, we can pass the
current page and info required for paging.
10 years ago
Kylea Jackson
e744476152
more cleanup
10 years ago
Kylea Jackson
08ea614e6f
changes in islandora.api.php
10 years ago
Kylea Jackson
d2e53b6b5a
cleaning up
10 years ago
Kylea Jackson
8866fbe548
cleaning up islandora.api.php
10 years ago
Kylea Jackson
9670b47950
cleaning up islandora.api.php
10 years ago
Kylea Jackson
58c6174d28
Cleaned up syntax
10 years ago
Kylea Jackson
12b4c4e610
Adding view to overview tab
10 years ago
Adam Vessey
097469ad8e
Expand on documentation of hook_islandora_edit_datastream_registry().
10 years ago
willtp87
b23431ce38
Copy pasta fix
10 years ago
Jordan Dukart
24cc6e667d
Return a key for the filter, coding standards.
11 years ago
willtp87
9c6dfef97f
fixing some documentation
11 years ago
willtp87
dee9362b3b
not implying we pass it through t
11 years ago
willtp87
f3e8f797a4
abandoning 50
11 years ago
willtp87
254ee5d60b
passing derivative deffinition to callback (usefull for single callback handling many derivatives)
11 years ago
Adam Vessey
785eedcc83
Make the "undo_function" bit optional.
...
The "undo_function" part of callbacks was required, even though it
might not be required for functionality... Make it optional, so we
don't end up making/using no-op functions to avoid doing anything.
11 years ago
willtp87
e560c90520
doc clarification and mentioning new clean up practice
11 years ago
Nigel Banks
999a98c720
Updated documentation to reflect the actual behavoir of the code.
11 years ago
Nigel Banks
a9443ac5cb
Update islandora.api.php
...
Added hook_alter for ingest steps.
11 years ago
Alan Stanley
9d4aa56e75
added object for context in hook
11 years ago
Alan Stanley
035ee14fda
added object for context in hook
11 years ago
Alan Stanley
545cc9d708
added object for context in hook
11 years ago
Alan Stanley
3a57a2ce02
added ability to specify file for ingest callbacks
11 years ago
Jordan Dukart
0fdc31acc6
Update API comments.
11 years ago
Jordan Dukart
cacc8ec7fc
Update api.php to reflect changes to the hook.
11 years ago
Jordan Dukart
a7bd089e2b
Update to include two separate metadata callbacks as opposed to one.
11 years ago
Jordan Dukart
f780e964b8
Changes required for metadata display refinements.
11 years ago
William Panting
9e3d08615f
undelete docs
11 years ago
Alan Stanley
cdcc594065
made derivative creation object state aware
11 years ago
Jordan Dukart
0c50962a63
Add context for ease of use.
11 years ago