Nelson Hart
c3bcb8e818
Merge branch '7.x' of git://github.com/Islandora/islandora into 7.x
12 years ago
Nigel Banks
4c90c17e5a
Adam's recommendations.
12 years ago
Jordan Dukart
62461a2269
Merge pull request #346 from nigelgbanks/7.x-ingest-tests
...
Integration tests for ingest steps plus some fixes.
12 years ago
Nigel Banks
ca7d099144
Fix strict warning.
12 years ago
Nigel Banks
26d7d21374
Merge pull request #345 from adam-vessey/7.x-fix-and-add-deprecated-message
...
Fix the existing deprecation message, and add one for the extra DS-COMPOSITE-MODEL parser.
12 years ago
Nigel Banks
054278bc85
No longer auto login the admin user breaks other tests that expect the anon user to be logged in.
12 years ago
Nelson Hart
4aa86bc3d8
Merge branch '7.x' of git://github.com/Islandora/islandora into 7.x
12 years ago
Nelson Hart
27f97e74cb
coder review
12 years ago
Nelson Hart
6424a97495
include islandora mimetypes in drupal mimetype mappings
12 years ago
daitken
fca2775194
fix for deleting objects with different button labels
...
The Book Solution Pack's 'delete' button says 'Delete Book' rather than just 'Delete'; this allows the Book Solution Pack to use its own special label, as well as any other solution packs that might use different labels in the future.
12 years ago
Nigel Banks
722e4f1cad
Integration tests for ingest steps plus some fixes.
...
Tests ingest forms by using a shared variable 'models'.
Additional stuff:
'models' is no longer a required config for ingest steps, now
its set from the given objects.
No longer need to rebuild steps from within a form step when the
shared_storage gets changed, we now detect if changes have been
made then we rebuild if necessary.
Fixed POST requests in WebTestCases previously the user was always
anonymous so interactions with fedora would fail via post requests.
12 years ago
Adam
1527d3a2d8
Merge pull request #342 from jordandukart/7.x-autocomplete
...
Include an autocomplete path for content models that used to live in isl...
12 years ago
Adam Vessey
80a187bab9
Revert "Add semi-colons, so the code's actual code..."
...
This reverts commit 992c42b96f1faed5fc48eb1dd8680537b1f05831...
... Apparently, the "production" code review has a bit of a bug in it,
where it doesn't parse @code/@endcode sections properly:
http://drupal.org/node/1991382
12 years ago
Adam Vessey
2ce695a9f0
Add deprecation message to the superfluous DS-COMPOSITE-MODEL parser.
12 years ago
Adam Vessey
992c42b96f
Add semi-colons, so the code's actual code...
12 years ago
Adam Vessey
73cfd46c68
Fix the deprecation message.
12 years ago
Daniel Aitken
e498db7988
additional functions for binary tests
12 years ago
Jordan Dukart
95e5994770
Copypasta standards fail.
12 years ago
Jordan Dukart
7c72ee10a2
Include an autocomplete path for content models that used to live in islandora_xml_forms.
12 years ago
Nigel Banks
59f8744a43
Added new function islandora_copy_object() can copy existing/new fedora objects.
...
It's a bit leaky in that it makes assumptions about the members that will exist
on AbstractObjects, but we can't make cloning work at the moment as it doesn't
really work well with inheritance, every decendent would have to define __clone
functions properly and I figured a wrapper function like this would be easier
to support in the long term, until we make the movement to decorated objects.
12 years ago
Jonathan Green
375fa43714
Merge pull request #340 from jonathangreen/7.x-fix-travis
...
Attempt to fix travis
12 years ago
jonathangreen
1533de776e
Yet another attempt to appease the travis gods.
12 years ago
jonathangreen
522cac6e71
Another attempt to appease the travis gods.
12 years ago
jonathangreen
f5d748f933
Merge branch '7.x' of git://github.com/Islandora/islandora into 7.x-fix-travis
...
Conflicts:
includes/ingest.form.inc
12 years ago
Jonathan Green
33d8911b69
Attempt to fix travis
12 years ago
William Panting
5df969be82
Merge pull request #334 from nigelgbanks/7.x-ingest-form
...
Fix step ordering
12 years ago
Jonathan Green
3f81369d5c
Merge pull request #337 from jonathangreen/7.x-remove-drush-script
...
7.x remove drush script
12 years ago
jonathangreen
334221feaa
Removed drush script.
12 years ago
jonathangreen
43ea5bb4e2
Merge branch '7.x-fcrepo4' of git://github.com/nigelgbanks/islandora into 7.x-remove-drush-script
12 years ago
Nigel Banks
740720124d
Make sure the provided models actually exist.
12 years ago
Jonathan Green
17ac8e41b8
Merge pull request #336 from adam-vessey/7.x-image-tif-mimetype
...
Add handling of deprecated 'image/tif' mimetype when determining an extension.
12 years ago
Adam Vessey
c4f97e2632
Add handling of deprecated 'image/tif' mimetype when determining an extension.
12 years ago
Jonathan Green
dda24ec912
Merge pull request #335 from adam-vessey/7.x-fix-tiff-mime
...
Fix the "TIFF" mimetype.
12 years ago
Adam Vessey
2a5210278f
Fix the "TIFF" mimetype.
...
Was causing issues in the batch importer.
12 years ago
Jonathan Green
d3f503c0ed
Update README.md
12 years ago
Jonathan Green
2f41b947cd
Update README.md
12 years ago
Nigel Banks
7f8e9ff0a3
Moving backwards though the form now brings the user to the expected step.
...
There was a mistake where a step was reverting its global changes before it was
actually selected as the previous step. Innocuous enough but it had strange
side effects on the global storage, since the step list would be rebuild with
this information, steps could insert themselves as previous steps even if they
weren't used by the user.
12 years ago
Jonathan Green
143ad5ccdf
Merge pull request #331 from jonathangreen/7.x-rename-tests
...
Renamed test case function
12 years ago
jonathangreen
a825b0dedd
Renamed test case function
12 years ago
Jonathan Green
7d69c837e1
Merge pull request #330 from jonathangreen/7.x-rename-tests
...
Added some test functions.
12 years ago
jonathangreen
aac7a738f9
Fix some coding standards.
12 years ago
jonathangreen
12b705db8b
Added some test functions.
12 years ago
Jonathan Green
1e935ce30a
Merge pull request #329 from jonathangreen/7.x-travis-sleep
...
Give fedora more time to startup
12 years ago
jonathangreen
b561b0238b
Give fedora more time to startup
12 years ago
Nigel Banks
a139015a38
Merge pull request #328 from jordandukart/7.x
...
Minor bug fix.
12 years ago
Jordan Dukart
d6f3647421
Minor bug fix.
12 years ago
Jordan Dukart
0cad8c6695
Merge pull request #327 from nigelgbanks/7.x-fix-nigels-forgetfulness
...
Fix Error
12 years ago
Nigel Banks
fc6f6b0f1d
Ensure shared variable 'models' is always available in the ingest form.
12 years ago
Adam
e701b28619
Merge pull request #325 from nigelgbanks/7.x-ingest-without-xml-forms
...
7.x ingest without xml forms
12 years ago
Nigel Banks
c5e6dfcd7a
Changed Parameter Type Hinting to only use the top level Abstract class
12 years ago