MorganDawe
bad38c28e4
Updated function comments
11 years ago
MorganDawe
c64d748765
Changed file delete logic.
11 years ago
willtp87
325e3699b6
passing hook info through to batch derivative creation correctly
11 years ago
MorganDawe
f01615fd27
Changed query on file_managed table to use EntityFieldQuery class.
11 years ago
MorganDawe
75ab11b5ef
Coder.
11 years ago
MorganDawe
b5543a8d5c
Expanded functionality and clean up utilities for temp files.
11 years ago
willtp87
7be2653ba6
forgot comma
11 years ago
willtp87
254ee5d60b
passing derivative deffinition to callback (usefull for single callback handling many derivatives)
11 years ago
MorganDawe
17f5e8b02c
Removed debug statements.
11 years ago
MorganDawe
839118eae8
Added Utility funciton to help clean up temp files.
11 years ago
Adam Vessey
785eedcc83
Make the "undo_function" bit optional.
...
The "undo_function" part of callbacks was required, even though it
might not be required for functionality... Make it optional, so we
don't end up making/using no-op functions to avoid doing anything.
11 years ago
Jordan Dukart
4507d5b39c
Use redirect set in form state before defaulting to the object.
11 years ago
willtp87
90c60eda0e
rules integration during ingest
11 years ago
willtp87
27e2f5f978
letting batch derivitives run during batches
11 years ago
nruest
0755a52aa1
Fix ISLANDORA-832
11 years ago
Jordan Dukart
b42d9c5920
Change the default view to utilize the new metadata framework.
11 years ago
qadan
3dcc9e9c5b
random coder violations. weird.
11 years ago
Jordan Dukart
62ef3de43a
Typos.
11 years ago
Adam Vessey
eb0af42da5
Fix issue generating derivatives when adding datastreams...
...
Objects in $form_state strikes again!
11 years ago
Nelson Hart
656d2b1305
cs fixes
11 years ago
Nelson Hart
ecb4f09766
spelling
11 years ago
Nelson Hart
3bdd909e15
docs update for array of mime types
11 years ago
Nelson Hart
f486133fbb
remove comment
11 years ago
Alan Stanley
d0d9477c11
fixed link display on error
11 years ago
Stefan Langer
ba90b6b0ea
ISLANDORA-450 Function renamed, moved to utilities.inc; now returns boolean.
11 years ago
Jordan Dukart
6a1d902de7
Force re-load an object when purging so we don't try to access things that no longer exist in Fedora.
11 years ago
Adam Vessey
4df5398b71
Fix warning when the datastream label was shorter than the extension.
11 years ago
Jordan Dukart
7b7a74170d
Add MIME type autocompletion to core.
11 years ago
Adam Vessey
d35c482612
Avoid adding on duplicate extensions.
...
As we often use filenames for datastream labels, and then use the labels
to generate file names for download, we were ending up with file
extensions being doubled up.
11 years ago
Jordan Dukart
6e7a659f51
Update some derivative tests and add a filter function to smarterly filter.
11 years ago
Jordan Dukart
63ce9e2b63
Changes based on code review.
11 years ago
Jordan Dukart
6c340bfbec
Remove superfluous functions.
11 years ago
Jordan Dukart
6405a453ce
Batch each derivative operation individually.
11 years ago
Alan Stanley
545cc9d708
added object for context in hook
11 years ago
Jordan Dukart
19bb4b3468
Add byte range chunking support to Islandora.
11 years ago
Jordan Dukart
28b3deedcc
Add derivative regeneration to the UI.
11 years ago
Yuqing Jiang
26ceda4b10
remove table theme.
11 years ago
Yuqing Jiang
bc99dc2d88
Change to tableselect
11 years ago
Yuqing Jiang
d85de15813
move the check box to left.
11 years ago
Yuqing Jiang
e816ffc1ba
Fix a issue
11 years ago
Yuqing Jiang
b66f15393b
Add checkbox in every object. install by object.
11 years ago
Nigel Banks
b42aeaffdc
Redirect the user to the primary object when the ingest form submits,
...
rather than the last object created.
11 years ago
Nigel Banks
0fa2d5d454
Prevent fatal error when using a batch within a multistep form.
11 years ago
Jordan Dukart
25c6c4fe2a
Coding standards.
11 years ago
Jordan Dukart
d4783db6a3
Fix MimeDetect to allow checking MIMEs for multiple mapped values.
11 years ago
Alan Stanley
8242bd272a
reverted formatting
11 years ago
Alan Stanley
82ffcea0c2
reverted formatting
11 years ago
Alan Stanley
28dda16086
added responsibility filed to versions
11 years ago
Alan Stanley
1be38b1aee
added responsibility filed to versions
11 years ago
Nigel Banks
05ba4976aa
Can now uninstall islandora and dependant solution packs.
...
Drupal requires modules to be disabled before uninstalling. Thus classes Drupal
would otherwise autoload when needed are no longer present in the registry
during the uninstall hook. Also the required hook for uninstalling
__islandora_required_objects__ is not availible.
Now required classes for uninstalling are manually loaded, and the module file
which contains the __islandora_required_objects__ hook is manually loaded as
well.
11 years ago