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
Rosemary Le Faive
12c65b70dd
Merge pull request #667 from nmader/7.x-ISLANDORA-1880
...
7.x islandora 1880
8 years ago
rnaughtonwk
eb8e2e39ba
Update CONTRIBUTING.md
8 years ago
Neil Mader
d0cd15f4d7
Added a before_script in travi.yml file to extend mysql wait time to 1200
8 years ago
Neil Mader
00cf5a2496
Sudo is required for the scrips to run, repos before 2015 were
...
grandfathered in. However, this isn't the case for forks.
8 years ago
Neil Mader
a37217827a
Change the travis test from Drush to the Drupal script.
8 years ago
Neil Mader
947b8fa4f4
Change the travis test from Drush to the Drupal script.
8 years ago
Jared Whiklo
03b6afeb6f
Merge pull request #660 from adam-vessey/7.x-avoid-chunking-race-condition
...
Chunking/byte-range datastream request race condition
8 years ago
Rosemary Le Faive
bff855dd2f
Merge pull request #666 from kayakr/patch-2
...
Fix typos
8 years ago
Morgan Dawe
34527674a0
7.x solr thumbnail ( #663 )
...
* øAdded max width to islandora image.
* Added basic styling for solr driven thumbnails.
* Added a max-height limit to thumbnails.
* Updating comments.
* Update islandora.objects.css
8 years ago
kayakr
841e4d8e28
Fix typos
8 years ago
Diego Pino Navarro
0bb0444414
Fixes incorrect assumption ( #664 )
...
Not all step based ingest workflows required to have a parent
COLLECTION object. Even when it’s common, there are concrete cases,
like newspapers and books, where the parent object is not a collection.
And more over, it does not require such because the resulting ingested
object are not children of such. This pull request fixes an error
introduced by a recent pull which enabled Contextual CMODEL labels on
step forms and broke book and newspaper drupal tests. Also adds the
ability to enable/disable those contextual messages since the use case
could not be global.
8 years ago
Jonathan Green
424e6dd2dd
ISLANDORA-1869 ( #662 )
8 years ago
Morgan Dawe
71bd4c0ca4
Added context info to ingest forms. ( #656 )
...
* Added context info to ingest forms.
* refactored ingest form context title.
* Safety check on cmodel load
* Updated and moved functionality into step storage.
* Updated index key
* Refactored ingest step context.
* No need to pass by reference, updated function doc.
* Added simple display for single CModel ingest step.
* Cleaning up?
* Coding standards.
* Updated label retrieval method.
* Updated parameter name in label retrieving function.
8 years ago
Jared Whiklo
b974549958
7.x islandora 1724 ( #651 )
...
* Make breadcrumb creation a hookable process.
* Forgot to add selection to admin page.
* Add more attribution and remove unused path.
* Fix admin form and coding standards.
* Add the new variable to be removed on uninstall
* Code review
* Code review
* Fix code style and add some docs to README
* Stop using Mulgara prefixes
8 years ago
Jared Whiklo
0147a9af43
Merge pull request #661 from kayakr/patch-1
...
Fix typo in code comment.
8 years ago
kayakr
d60a182083
Fix typo.
8 years ago
Jonathan Green
3ce6c84689
fix minor typo ( #659 )
8 years ago
Adam Vessey
89d7c55417
feof can only be true after a read attempt, and need to clear the stat cache.
8 years ago
Adam Vessey
73b658a28c
Add to info about throwing exception to the function doc comment.
8 years ago
Adam Vessey
734c71db54
Unlock file before relinquishing control.
8 years ago
vagrant
361d767bd6
Merge remote-tracking branch 'origin/7.x' into 7.x-avoid-chunking-race-condition
8 years ago
Jared Whiklo
02e503b0c9
Merge pull request #658 from jonathangreen/metadata_newlines
...
Changed based on code review to pull #657
8 years ago
Jonathan Green
f0ac57a8ba
Changed based on code review to pull #657
...
Its possible that $variables['dc_array'] is an empty array which would
generate a warning. Just cleaning up this possible case.
8 years ago
Jonathan Green
c75bba2314
Update default dublin core template ( #657 )
...
* Update default dublin core template
Update the template to:
- expand newline in the metadata to <br> tags
- run it through filter_xss before displaying as is done in the
metadata template.
* Updated based on feedback in pull request
8 years ago
Rosemary Le Faive
c98f29cec6
Merge pull request #653 from ajstanley/7.x
...
Add content model to object overview
8 years ago
ajstanley
705ae91065
spacing
8 years ago
ajstanley
70c6ac28ec
spacing, comment
8 years ago
ajstanley
03e6fa720c
another missing space
8 years ago
ajstanley
0c71e2eec5
formatting
8 years ago
ajstanley
cb2aeee3af
white space pulled
8 years ago
ajstanley
1fccdfb810
Merge branch '7.x' of https://github.com/Islandora/islandora into 7.x
8 years ago
ajstanley
a12a7199b2
added missing template
8 years ago
ajstanley
b5181b8653
refactored to themed list, cleaned out non-functional code
8 years ago
Diego Pino Navarro
847f3dac6b
Merge pull request #654 from manez/7.x
...
Update README.md - Update Maintainer
8 years ago
Melissa Anez
1bf28e8388
Update README.md
8 years ago
Adam Vessey
d4f121db9b
Minimize race condition.
8 years ago
ajstanley
3e6eaa219a
coder
8 years ago
ajstanley
715f4d2c3b
coder
8 years ago
ajstanley
ec8792fd54
coder
8 years ago
ajstanley
f0bd3e9490
now as a renderable array
8 years ago