Adam Vessey
7a0efc1230
Allow form builders to trigger rebuilds.
...
Needed to be able to skip a form, that we only know to skip when we
get to the given step. (Currently the case in the islandora_marcxml
module).
12 years ago
Nigel Banks
b610533cbe
Fix potential white screen problems with instantiating IslandoraTuque.
12 years ago
Nigel Banks
84e5c543f4
Prevent white screen when tuque is not accessible.
12 years ago
Nigel Banks
dd01783050
Prevent hooks from being called multiple times.
12 years ago
jonathangreen
baa8d6ed58
Make modifications to turn tuque back into a library.
...
Tuque is a library again. And all of the functions are overriden in
islandora for the sake of object loading.
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
Adam Vessey
cda9f25ae7
Break out acquisition of datastream info.
12 years ago
Nigel Banks
76167df6c8
islandora_ingest_get_steps no longer returns NULL values
12 years ago
Nigel Banks
47dfae24c0
Changes needed for form builder.
12 years ago
Nigel Banks
aab988f194
Comment to long
12 years ago
Adam Vessey
dd700b16c8
Build out documentation.
12 years ago
Nigel Banks
92915bdd7c
Remove inline comments, make comments 80 characters or less in length.
12 years ago
Nigel Banks
595cbb43f4
Fix for spelling mistakes and coder recommendations.
12 years ago
Nigel Banks
8aecdb722f
Typo fixes.
12 years ago
Nigel Banks
56b816a298
Fixed documentation errors
12 years ago
Nigel Banks
f9041ee4fa
Removed module_load_include in global space, corrected parameters in function call to islandora_post_delete. Fixed documentation error.
12 years ago
Nigel Banks
662209ef1a
Fixed logical error in islandora_delete_object.
12 years ago
Nigel Banks
6b181c1f48
Notifiy the user when the repository is down.
12 years ago
Nigel Banks
0db865a8af
Downloaded labels now have the proper labels, redirect the user on ingest to the last ingested object.
12 years ago
Nigel Banks
080440ce7a
Initial ingest multipage process, also cleanup.
12 years ago
Mitch MacKenzie
0caae2f766
Add pre ingest alter
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
Adam Vessey
c7d54b57e9
Fix a couple strings for translatability.
...
Never concatenate inside of t()!
12 years ago
jonathangreen
3ff40471cc
Modify datastreams to not load files into memory
...
We were putting potentially large datastreams into memeory in the
download and view datastream hooks. We now create a temp file then
we output that to the user.
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
Adam Vessey
978026b003
Squash hook_islandora_type_info(), in favour of cmodel-prefixed hooks.
...
Many of the Islandora hooks are now invoked once with each content model
pid prefixed (after being escaped), in addition to the base hook call.
12 years ago
Adam Vessey
d8c8de4dc0
Alter hook calls and update documentation to reflect it.
12 years ago
Adam Vessey
da5aebe7f0
Fix datastream detection for add datastream form.
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
DannyJoris
f26788ddea
small comment adjustment
12 years ago
DannyJoris
92fb559933
added some doxygen comments
12 years ago
DannyJoris
cd8e9d8df0
coder cleanup
12 years ago
jonathangreen
7feae13be1
Updated islandora
13 years ago
jonathangreen
0934bae3f8
Added some more warnings.
13 years ago
jonathangreen
9ab4df2199
Updated to give warnings about tuque.
13 years ago
jonathangreen
ea91ee6dd3
Fix my mistakes in collection manager.
13 years ago
Danny Joris
c7a0e1319b
created helper function to connect to Fedora
13 years ago
jonathangreen
ede9e47337
Major change to object loading.
13 years ago
jonathangreen
3f2b0c9d3a
File cleanup and moving around
13 years ago
jonathangreen
1d7f26c8d9
Changed how we get objects.
13 years ago
jonathangreen
29d02c2d13
Some updates to collections.
13 years ago