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
Jordan Dukart
cdc8ccfb20
Typing.
6 years ago
Jordan Dukart
bcfe5c2acc
Type as bool.
6 years ago
Jared Whiklo
e3bf90ea60
fix test runner and document travis scripts ( #715 )
...
* fix test runner and document travis scripts
* get viewers allows array or string
* Alter PHPDoc for islandora_viewers_form()
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
d6679cbfb8
Form_load_include the file.
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
Alan Stanley
7f3d7819df
made logging messages more accurate ( #709 )
...
* made logging messages more accurate
* toggled message type
* removed annoying blank line
* a little more cleanup
* filtered variable
* filtered another variable
* the filtering was getting out of hand
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
Rosie Le Faive
d05707fec4
Documentation of new permission and add screenshot to README.
7 years ago
Jonathan Green
7d9cdc220b
Code review feedback
...
Return the current value of $return if we have a bad value.
7 years ago
Jonathan Green
42fa70c303
Prevent Warning
...
Error: Call to a member function getTimestamp() on boolean in islandora_view_datastream_cache_check()
7 years ago
Jared Whiklo
dfaa6ed182
Respect namespace restrictions in manage deleted objects.
7 years ago
Brandon Weigel
482c9e6999
Add error message for delete failure
7 years ago
Brandon Weigel
deca1766cc
Fix pid undefined constant
7 years ago
Brandon Weigel
3c2cc26ab7
Remove unnecessary code
7 years ago
Brandon Weigel
d443a7c3e8
Turn list of pids_to_delete into an array, and correct warning text
7 years ago
Brandon Weigel
898c5534f6
Coding standards, and remove unneeded variable.
7 years ago
Brandon Weigel
f62b91e121
Coding standards
7 years ago
Brandon Weigel
31a5e87738
Rename functions and define permissions constant
7 years ago
Brandon Weigel
34ff60a0a8
Add warning to report page
7 years ago
Brandon Weigel
7b5a601128
Show list of objects to confirmation page
7 years ago
Brandon Weigel
bc2918c863
Function names and delete path
7 years ago
Brandon Weigel
ecca2654e5
Change query to SELECT DISTINCT, remove ?p ?otherobject
7 years ago
Brandon Weigel
5894477687
XACML OK
7 years ago
Brandon Weigel
3a25a1fa5e
Make permissions work
7 years ago
Brandon Weigel
bb19d99617
Amend SPARQL query to exclude objects with any living parent.
7 years ago
Diego Pino Navarro
4dba1b26ca
ISLANDORA-2153: Allow datastreams with no MIME type restrictions to be replaced with any file type ( #1 )
...
* Return empty if no restriction set, enforce this on the form
7 years ago
Brandon Weigel
962782c5f6
Simplify and make a single query
7 years ago
Brandon Weigel
2e17b7d98f
Add Islandora to various descriptions and titles
7 years ago
Brandon Weigel
56c2afc39c
Add orphaned objects capability to core
7 years ago
Jordan Dukart
5c85f607bb
Handle derivatives of itself. ( #696 )
...
* Handle derivatives of itself.
* More legibility.
7 years ago
Jordan Dukart
de26c59000
Move redirect to a particular case to not break existing behavior.
7 years ago
Jordan Dukart
3243431cae
Handle redirects in a proper way.
7 years ago
Rosemary Le Faive
4f3aefd5ec
ISLANDORA-1985 Add a permission to access inactive or deleted objects. ( #677 )
...
* ISLANDORA-1985 Add a permission to access inactive or deleted objects.
* Update hook grants permission to whoever can currently view objects.
* Add warning message for user locking themselves out.
* Coding standards.
* More coding standards.
* Use t() function in confirmation form.
* Change update hook to not update permissions; warn only.
* Code sniffer, you so picky.
* Use a toggle.
* Simplify logic for clarity.
7 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