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
Nigel Banks
da9c62003e
Coding standards compliance?
12 years ago
Nigel Banks
8b0b320338
Configuration options now accept multiple objects.
...
Configuration no longer requires validation.
Added Convience method for determining if the ingest forms can be rendered.
12 years ago
Nigel Banks
5fac157cfc
Appease the Travis God! The one true build master!
...
May my code be clean, and follow the law's of "standard".
May it support internationalization for Travis includes all!
May it not contain copy pasta for it is soggy.
Travis be praised!
12 years ago
Nigel Banks
3bb2646b5e
Added a convience function for generated depreciated function messages.
...
The message will only be displayed to the user if Drupal is configured to show these
warnings, regardless of the setting though it will be logged to the watchdog.
12 years ago
Nigel Banks
80017aeacc
Merge pull request #322 from nigelgbanks/7.x-README
...
Added link to customizing ingest steps.
12 years ago
Nigel Banks
79c878a6a6
Added link to customizing ingest steps.
12 years ago
William Panting
a42190e353
Merge pull request #320 from adam-vessey/7.x
...
Fix breadcrumb bug due to alternate menu titles.
12 years ago
ajstanley
1a701d369a
Merge pull request #307 from ajstanley/7.x
...
7.x
12 years ago
Alan Stanley
f9e4064715
coder standards
12 years ago
Alan Stanley
1761d0c2ad
resolved conflicts
12 years ago
Alan Stanley
9496b0e5fd
formatting
12 years ago
Adam Vessey
4512238721
Fix bug due to alternate menu titles.
12 years ago
Alan Stanley
553810a133
changed operator
12 years ago
Alan Stanley
84aa0c58f4
changed operator
12 years ago
Jordan Dukart
c4f34f4176
Merge pull request #319 from nigelgbanks/7.x-fix-nigels-cockup
...
Prevent inifite loop when a callbacks is the last step to be executed.
12 years ago
Alan Stanley
b58fd31f9c
formatting, made query more efficient
12 years ago
Alan Stanley
3da2fdcb9f
added default, changed sorting
12 years ago