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
Rosie Le Faive
6dd710cb25
Fix wording.
8 years ago
Rosie Le Faive
82fb0dc6e2
ISLANDORA-1781 display that an object is not active.
8 years ago
Neil Mader
b014b6285a
7.x islandora 1071 ( #672 )
...
* Changed hook_preprocess_HOOK() to template_preprocess_HOOK()
* Changed hook_preprocess_HOOK() to template_preprocess_HOOK()
* Changed hook_preprocess_HOOK() to template_preprocess_HOOK()
* Modified comments to say template_preprocess_Hook()
* Changed _Hook to upper case in comments in 3 spots.
* Changed hook_preprocess() to template_preprocess_HOOK()
* Changed hook_preprocess() to template_preprocess_HOOK()
* Changed hook_preprocess() to template_preprocess_HOOK()
8 years ago
Jordan Dukart
023de6e550
Don't use a constant not defined in earlier PHPs. ( #674 )
8 years ago
Rosemary Le Faive
83a0781e70
Merge pull request #673 from DiegoPino/7.x-ISLANDORA-1960
...
ISLANDORA-1960 Allow NULL abstract object in derivative alter hook
8 years ago
Diego Pino Navarro
6dfaf007f7
Rosie is right
...
Adding default to $object argument in derivative_alter hook
implementation to be congruent with the API definition
8 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
Jordan Dukart
5c351d1956
Merge pull request #670 from jonathangreen/ISLANDORA-1943
...
ISLANDORA-1943
8 years ago
Jonathan Green
55619f12b1
Fixing coder warning.
8 years ago
Jonathan Green
aa7566ab10
Update theme.inc
...
Updates based on @jordandukart code review.
8 years ago
Melissa Anez
1d51b69368
Merge pull request #668 from rnaughtonwk/patch-1
...
ISLANDORA-1698 - update contributing.md
8 years ago
Jonathan Green
4a592c1a45
ISLANDORA-1943
...
Update the datastream table so that it doesn't end up with missing
collumns if you don't have certain permissions.
8 years ago
rnaughtonwk
92ee7db7f5
Update CONTRIBUTING.md
...
Updated copy for Islandora Community code of contact.
8 years ago