Jonathan Green
a36b648a36
Fix islandora for latest 3.6 coding standard update.
5 years ago
Brandon Weigel
d48b756981
get rid of deprecation stuff
6 years ago
Brandon Weigel
80481e6a0d
Tell dcs to ignore deprecation message
6 years ago
Brandon Weigel
d01c5a098e
See if Travis likes this
6 years ago
Brandon Weigel
da2203f83d
Travis is very picky
6 years ago
Brandon Weigel
e165da1cd9
Sigh travis
6 years ago
Brandon Weigel
86719d154f
TRAVIS
6 years ago
Brandon Weigel
ab0734eee1
Dumb paste errors
6 years ago
Brandon Weigel
daffe538a7
Final fix for Travis
6 years ago
Brandon Weigel
5c32aee820
Try again with Travis
6 years ago
Brandon Weigel
acac16d410
one more try with travis
6 years ago
Brandon Weigel
147dc7302c
Last try at travis
6 years ago
Brandon Weigel
13d87d49bd
Another attempt to fix travis
6 years ago
Brandon Weigel
e1d8b77c5c
Fix travis tuque warning
6 years ago
Jared Whiklo
525283cb9c
Coder
6 years ago
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
Jordan Dukart
d4034e7b6a
DSID not datastream. ( #680 )
...
* DSID not datastream.
* Catch the typed exception and return FALSE for a deprecation cycle.
* Move the exception for easy removal later.
* Update as per code review feedback.
* Update README.
* May.
* English.
7 years ago
Jordan Dukart
542f138841
Use the replacements and less pasta.
8 years ago
Jonathan Green
3ce6c84689
fix minor typo ( #659 )
8 years ago
qadan
e63201f9f9
update API to include DS modified params
8 years ago
Adam Vessey
b073e26cd1
Add alter during Tuque connection construction.
9 years ago
willtp87
db8062fda9
Better handling when we can not get a lock.
9 years ago
willtp87
d847dfb3e0
Optionaly using semaphores on APIM.
9 years ago
DiegoPino
eb1726862c
ISLANDORA-1522: static method - three-valued logic
...
Adds @adam-vessey's static method for three-valued logic to avoid
duplicated code inside the overridden methods.
9 years ago
DiegoPino
16687de2e0
ISLANDORA-1522 global UUID setting enforcement
...
Addresses https://jira.duraspace.org/browse/ISLANDORA-1522
Added local methods(override) to handle global UUID settings. Changed
default valued for $create_uuid to NULL to allow developers to override
the global setting if needed.
This pull is part of a series of other pulls to make this change apply
to other modules
9 years ago
willtp87
0e82e30d0a
miscomunication and mistakes fixin
10 years ago
willtp87
3e1c51906d
Rely on parent for return.
10 years ago
willtp87
8eecf42360
Playing nice with the parents, cause @adam-vessey made me.
10 years ago
willtp87
f65607bb0c
Not nuking object continuity.
10 years ago
willtp87
a788cc52a0
Allowing more object altering in hooks.
10 years ago
Adam Vessey
fd95c8dce7
Somewhat further.
...
Have a one-off and the ability to query, iterate and set values of
multiple nodes in XML in one shot.
Going to add some temporary "entity" implementation.
10 years ago
Adam Vessey
03ca4ac116
Basic implentation of other hooks and XPath Rules condition.
10 years ago
Adam Vessey
862bde2d64
Ermahgerd, lerns ter lerng.
10 years ago
Adam Vessey
f49f709bad
Recursive things are exclusively magical.
...
... Magically delicious, even.
10 years ago
Adam Vessey
29978b7a1e
Resolve issue with recursing. Curse you, PHP!
10 years ago
Adam Vessey
022842a0a0
Move hooks calls a little higher.
...
Where they were in the API, modifications triggering other modifications were
causing old data to be used, so the second (and later) modifications would fail
due to "locking"... We now allow modifications to complete to the point where they
update the lastModifiedDate on instances of Tuque objects before invoking our hooks.
11 years ago
willtp87
90c60eda0e
rules integration during ingest
11 years ago
Jordan Dukart
6a1d902de7
Force re-load an object when purging so we don't try to access things that no longer exist in Fedora.
11 years ago
Nigel Banks
0fa2d5d454
Prevent fatal error when using a batch within a multistep form.
11 years ago
yqjiang
4925bc85fd
fix the code format
11 years ago
yqjiang
2da712c546
add nonsort and trailing space
11 years ago
jonathangreen
68d52ea329
Fixed bug with datastream alter.
11 years ago
Adam Vessey
7ad6efc7a0
Trigger datastream alter on object ingest.
11 years ago
Jordan Dukart
8015736149
Unneeded breaks around throws.
11 years ago
Jordan Dukart
eeeb78f343
Codesniffer upgrade breaks on these two lines.
11 years ago
Nigel Banks
c5e6dfcd7a
Changed Parameter Type Hinting to only use the top level Abstract class
12 years ago
Islandora
7175316d11
Corrected coding standards violations.
12 years ago
jonathangreen
092133272e
Added codesniffer to travisci
...
When code is pushed it is now failed if it fails codesniffer. Also
pushed a number of coding standards fixes so that this commit will
build correctly.
12 years ago
Jordan Dukart
af933e66ff
Add module_loads just incase and more consistency.
12 years ago
Jordan Dukart
2763f2b267
Use build_hook_list so we get correct hook_names when altering.
12 years ago