Diego Pino Navarro
e576c33ef6
Merge pull request #711 from bryjbrown/7.x-1.12-audit
...
Adds Jon Green to README maintainer list
6 years ago
Bryan J. Brown
6ada7c45d8
Adds Jon Green to README maintainer list
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
Diego Pino Navarro
1c7e041d69
Merge pull request #707 from rosiel/7.x-documentation
...
ISLANDORA-2215 Documentation of new permission and add screenshot to README.
7 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
Rosemary Le Faive
3144ada36a
Update README.md for style.
7 years ago
Rosie Le Faive
d05707fec4
Documentation of new permission and add screenshot to README.
7 years ago
Diego Pino Navarro
558cb6df0f
Merge pull request #704 from jonathangreen/warning
...
Prevent Warning
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
Brandon Weigel
51b01c585a
Merge pull request #703 from whikloj/7.x-ISLANDORA-2178
...
Respect namespace restrictions in manage deleted objects.
A very necessary update. Thanks, @whikloj !
7 years ago
Jared Whiklo
dfaa6ed182
Respect namespace restrictions in manage deleted objects.
7 years ago
Mark Jordan
b8c21bdbf5
Merge pull request #697 from bondjimbond/orphans
...
Add orphaned objects capability to core. What a long, strange road it's been.
7 years ago
Mark Jordan
61d1ea3133
Merge pull request #699 from mnylc/7.x-ISLANDORA-2153
...
ISLANDORA-2153: Allow datastreams with no MIME type restrictions to be replaced with any file type
7 years ago
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