Jonathan Green
c3b09c2b97
Merge pull request #212 from nigelgbanks/7.x-autoloading-ajax
...
Auto loading now working with IslandoraTuqueWrapper.
12 years ago
Nigel Banks
5089a562e5
Auto loading now working with IslandoraTuqueWrapper.
12 years ago
Jonathan Green
fb38281565
Merge pull request #211 from adam-vessey/7.x-check-object
...
Check load success before attempting to use objects.
12 years ago
Adam Vessey
951aa2bccb
Check load success before attempting to use objects.
12 years ago
Jonathan Green
9ca39d11fa
Merge pull request #210 from adam-vessey/7.x-ingest-rebuild
...
Allow form builders to trigger rebuilds.
12 years ago
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
Jonathan Green
74f1f13bb0
Merge pull request #209 from nigelgbanks/7.x
...
Fix potential white screen problems with instantiating IslandoraTuque.
12 years ago
Jonathan Green
dd7a09edc9
Merge pull request #203 from nigelgbanks/7.x-ingest
...
7.x ingest
12 years ago
Nigel Banks
aafa625d37
Allow for the connection function to take a user and url much like the connection constructor.
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
Nigel Banks
0274fc6512
Merge pull request #3 from jonathangreen/7.x-ingest
...
7.x ingest
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
jonathangreen
391fa9e8f6
Merge branch '7.x-ingest' of git://github.com/nigelgbanks/islandora into 7.x-ingest
12 years ago
Nigel Banks
11c0020a14
Merge pull request #2 from adam-vessey/7.x-ingest
...
7.x ingest
12 years ago
Adam Vessey
cda9f25ae7
Break out acquisition of datastream info.
12 years ago
Adam Vessey
30b8830d33
Merge remote-tracking branch 'upstream/7.x-ingest' into 7.x-ingest
12 years ago
jonathangreen
75148eefca
Merge branch '7.x' of github.com:Islandora/islandora into 7.x-ingest
...
Conflicts:
includes/islandora.ingest.inc
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
Adam Vessey
de1861b205
Merge branch '7.x-ingest' of git://github.com/nigelgbanks/islandora into 7.x-ingest
12 years ago
Adam Vessey
8c0ce49cff
Bit more.
12 years ago
Nigel Banks
aab988f194
Comment to long
12 years ago
Adam Vessey
dd700b16c8
Build out documentation.
12 years ago
Nigel Banks
f0e6136f4c
Merged adams changes.
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
Jonathan Green
f17b65965b
Merge pull request #201 from mitchmac/7.x
...
Add pre ingest alter
12 years ago
Mitch MacKenzie
0caae2f766
Add pre ingest alter
12 years ago
Jonathan Green
fc369f722c
Merge pull request #200 from DannyJoris/7.x
...
7.x
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
Jonathan Green
5f57a46561
Merge pull request #199 from UCLALibrary/7.x
...
added missing semicolon
12 years ago
Kevin S. Clarke
50785e9423
added missing semicolon
12 years ago
DannyJoris
ea22f8ed44
cleanup
12 years ago
Jonathan Green
71e7586f55
Merge pull request #197 from adam-vessey/7.x
...
Fix a couple strings for translatability.
12 years ago
Adam Vessey
c7d54b57e9
Fix a couple strings for translatability.
...
Never concatenate inside of t()!
12 years ago
Jonathan Green
8393635260
Merge pull request #196 from jonathangreen/7.x
...
Modify datastreams to not load files into memory
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