Brandon Weigel
482c9e6999
Add error message for delete failure
7 years ago
bencomp
62048f5997
Update module maintainer in README, use HTTPS for GitHub ( #702 )
...
Changed maintainer to Diego Pino and changed the scheme in a
GitHub URL to HTTPS.
7 years ago
dannylamb
9eb5a0a874
Removing jenkins and doxygen stuff ( #700 )
...
* Removing jenkins and doxygen stuff
* Replacing ant command with straight bash
* Looking for islandora
* islandora where art thou?
* Consolidating common checks into a single bash script to be called by all the other modules.
* Wrapping up the test run call so we only have to change it in one place if we deviate
* making 'em executable
* Naming typo. Missed a hardcoded islandora path.
7 years ago
Brandon Weigel
deca1766cc
Fix pid undefined constant
7 years ago
Jordan Dukart
124b39959f
Ensure object/ds are accessible before verifying token. ( #701 )
7 years ago
Rosemary Le Faive
1f22788b70
ISLANDORA-2073 Don't allow datastreams if object is forbidden. ( #698 )
...
* ISLANDORA-2073 Don't allow datastreams if object is forbidden.
* Move object check to be more explicit for datastreams.
7 years ago
Brandon Weigel
f299fb7486
Remove quotes from access arguments
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
5ecc9aab0a
Remove quotes from permissions
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
92a9096f12
Permissions
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
Jonathan Green
e2fd2fb892
Merge pull request #691 from jordandukart/7.x-ISLANDORA-2084
...
Handle redirects in a proper way.
7 years ago
Mark Jordan
20e93636ad
Merge pull request #688 from adam-vessey/7.x-ISLANDORA-2064
...
Object context for permission check.
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
Bryan J. Brown
9b37dcc9b8
Adds check for invalid PIDs to islandora_object_load fails ( #689 )
...
* Adds check for invalid PIDs to islandora_object_load fails
* Reordered invalid PID check to catch more invalidity cases
* Exploring the logical limits of Drupal Coding Style
* Removes watchdog logging when islandora_load_object gets a malformed PID
7 years ago
Adam Vessey
30eca02044
Object context for permission check.
7 years ago
Melissa Anez
100d8ddc05
Merge pull request #684 from nmader/7.x
...
Updated README.md maintainer
7 years ago
Neil Mader
90be1921d3
Updated README.md maintainer
...
ISLANDORA-7.x-1.10 Release
What does this Pull Request do?
Changed the maintainer from Diego Pino to Will Panting on the README.md .
What's new?
Will Panting is the maintainer.
Additional Notes:
Tag (@ mention) interested parties or, if unsure, @Islandora/7-x-1-x-committers
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
Jared Whiklo
934bb81a8d
Merge pull request #683 from DiegoPino/7.x-ISLANDORA-2053
...
ISLANDORA-2053: Update travis.yml to force PHP 5.3.3 to run under Ubuntu Precise
7 years ago
Diego Pino Navarro
4b7b95175c
Change the order
...
people could be expecting to see 5.3.3 tests to run before the others
7 years ago
Diego Pino Navarro
b56eebc049
Updated to address concerns expressed in comments
...
Based on Oral Solution Pack's approach
7 years ago
Diego Pino Navarro
a888fc71c5
Moved env Fedora versions to matrix include
...
Thanks to @whikloj for the help
7 years ago
Diego Pino Navarro
673f78f0b1
Going for matrix
7 years ago
Diego Pino Navarro
f0d9f1b650
Update travis.yml to test php 5.3 under precise
...
Should allow PHP 5.3.3 to run under Ubuntu precise and higher versions on Trusty. First attempt
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
Mark Jordan
0e80b2ba17
Merge pull request #682 from MarcusBarnes/7.x-ISLANDORA-2001
...
ISLANDORA-2001 Adds JSON-LD MIME type to islandora_mime_mapping function.
8 years ago
Marcus Barnes
ef58ff93c6
ISLANDORA-2001 Adds JSON-LD MIME type to islandora_mime_mapping function.
8 years ago
Rosemary Le Faive
a41c4178ec
ISLANDORA-1998 Check correct permission for replace ds link. ( #681 )
...
* ISLANDORA-1998 Check correct permission for replace ds link.
* Remove redundant theme check.
8 years ago
Jared Whiklo
1ae887ea90
Merge pull request #678 from jordandukart/7.x-ISLANDORA-1995
...
Use the replacements and less pasta.
8 years ago
Don Richards
dae68a3678
Merge pull request #676 from rosiel/7.x-ISLANDORA-1781
...
ISLANDORA-1781 display that an object is not active.
8 years ago
Jordan Dukart
542f138841
Use the replacements and less pasta.
8 years ago
Neil Mader
eaad46e63c
Merge pull request #1 from Islandora/7.x
...
Update fork
8 years ago
Rosemary Le Faive
8aff1f929e
Whitespace
8 years ago