qadan
908c848c08
don't need to check for properly-formed XML when just getting the diff
9 years ago
Alan Stanley
edd46656e9
fixed path
11 years ago
Alan Stanley
75a6a4c0f5
fixed path
11 years ago
Alan Stanley
669e28128e
fixed path
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
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
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
Nelson Hart
c6beca5ae8
allow mulitple mime types for viewers
11 years ago
Nigel Banks
fcb2bf2805
Prevents a white screen when a viewer is set but not enabled.
...
If a user selects a viewer and then disables that module, but does
not change any solution packs viewers settings this can occur.
11 years ago
MorganDawe
4c16e6af1d
Added the ability to print dc info and images for basic image, large image and pdf solution packs.
11 years ago
Adam Vessey
cdacfc966d
Pull out acquisition of required objects, other generalization...
...
... introduction of "force" parameter, so reinstallation of objects
can be forced to occur.
11 years ago
Nigel Banks
c21ec669f6
Updated comment
11 years ago
Nigel Banks
6cc205ec1a
Attempt to normalize XML data-streams when comparing for equality.
...
Used during solution install/reinstall to determine if changes have been
made. Fedora selectively strips newline characters within actual content.
Now we normalize the two data-streams such that all newlines are made spaces
and any preceding/trailing white-space within the document is removed.
For Issue:
https://dgi.ontimenow.com/viewitem.aspx?id=1989&type=features&force_use_number=false
11 years ago
Nigel Banks
c5e6dfcd7a
Changed Parameter Type Hinting to only use the top level Abstract class
12 years ago
Adam Vessey
e0362cea25
Fix a variable name.
12 years ago
Adam Vessey
1b404273c3
Address issues from the translation coder report.
12 years ago
Alan Stanley
bbf813848e
fixed forced reingest
12 years ago
Nigel Banks
1e594543c9
Drupal coding standards.
12 years ago
Alan Stanley
a9abf13eaf
Changed case ot conform to standard
12 years ago
Alan Stanley
65772a1c41
made viewer callback potentially aware of fedora object being displayed
12 years ago
Nigel Banks
777dab1511
Parameters documented for viewer functions.
12 years ago
Nigel Banks
f2bec4baab
Updated function header.
12 years ago
Nigel Banks
41f1737d9b
Viewers can be defined by content type as well, for aggregate objects such as books.
12 years ago
William Panting
6c0a918291
islandora_check_object_status now handling Fedora's whitespacing
12 years ago
jonathangreen
d0de6d6b90
Modified solution_packs.inc to return datastreams
...
The table printed by solution_packs.inc used to not mention
which datastreams were modified. We do that now.
We also test the MD5 of the datastream to make sure that it is
actually the same.
12 years ago
Nigel Banks
a330997c63
Solution pack required objects now takes NewFedoraObjects rather than arrays.
12 years ago
Nigel Banks
b610533cbe
Fix potential white screen problems with instantiating IslandoraTuque.
12 years ago
jonathangreen
b25d00a25f
Remove the globals
...
Remove the globals.inc file.
12 years ago
jonathangreen
cf1beabd5c
Updated the wildcard load functions
...
Updated the wildcard load functions to work more like core drupal does, reversing some previous changes.
12 years ago
Nigel Banks
92915bdd7c
Remove inline comments, make comments 80 characters or less in length.
12 years ago
Nigel Banks
080440ce7a
Initial ingest multipage process, also cleanup.
12 years ago
DannyJoris
f9de06c126
removed checkbox callback function for default tab view
12 years ago
DannyJoris
5c810ea4c8
moved default tab form into islandora + removed passing of $user through invoke function
12 years ago
DannyJoris
196e6a62d5
added doxygen comments
12 years ago
DannyJoris
ea22f8ed44
cleanup
12 years ago
DannyJoris
8be95dc65e
moved url creation out of the viewer callback function, because in the future this could potentially be an array or anything more custom
12 years ago
DannyJoris
06e5b1554a
moved solution pack viewer admin and viewer callback functions into islandora, away from the solution packs
12 years ago
DannyJoris
7f0208d44b
coder cleanup
12 years ago
DannyJoris
b47f912450
object (un)installer: added fallback if not connected to repository. Both on SP (un)install and on the solution pack admin page.
12 years ago
DannyJoris
dda35b2a41
moved object status check into a separate function so it can be called both when installing objects through the sp admin page and through module install
12 years ago
DannyJoris
f2722e2c65
phase 2 of solution pack port - moved root collection into islandora - created a callback function for install and uninstall hooks
12 years ago
DannyJoris
b2bd51d82f
phase 1 of solution pack administration + creating wrapper functionality to create and ingest new objects
12 years ago