Nigel Banks
90a624621f
Follow file naming/placement conventions
12 years ago
nhart
d9e9431660
dublin core coder review, drupal access callback with islandora token failover for accessing datastreams
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
8680f911c9
Fixed namespace problem caused by previous commit
12 years ago
Nigel Banks
252cc44a72
Removed instantiation of NewFedoraObject.
12 years ago
Adam Vessey
cf63033f79
Avoid creating a temp file
12 years ago
Nigel Banks
41f1737d9b
Viewers can be defined by content type as well, for aggregate objects such as books.
12 years ago
Kris Bulman
e8a450e346
catch bad dc.. or qdc
12 years ago
Adam Vessey
83d30bae66
Squash dsm() and line of commented out code.
12 years ago
Adam Vessey
eb1a315af1
Allow for altering of the configuration in submit handlers.
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
William Panting
c6e35cb8b5
better docs, implemented cron to remove expired authentication tokens from the database
12 years ago
William Panting
bf3945ecf8
more secure authentication tokens and better docs
12 years ago
William Panting
e1a5a35590
Token authentication.
12 years ago
Adam Vessey
2be54344b2
Remove old step storage, and force a rebuild
...
... Was not rebuilding the list of steps before trying to select the
next, so some odd behaviour was occuring--going back to the first step,
due to the current step_id no longer existing.
12 years ago
Nigel Banks
a330997c63
Solution pack required objects now takes NewFedoraObjects rather than arrays.
12 years ago
Adam Vessey
edd8b9eda0
Fix off-by-one error.
12 years ago
Adam Vessey
980b7eebda
Rebuild list of steps with every request.
...
... This should allow steps to be added/omitted in a more flexible
manner.
12 years ago
Adam Vessey
fa27c1af17
Revert "Allow form builders to trigger rebuilds."
...
This reverts commit 7a0efc1230
.
... Rebuilding is/was kinda broken.
12 years ago
Nigel Banks
5089a562e5
Auto loading now working with IslandoraTuqueWrapper.
12 years ago
Adam Vessey
951aa2bccb
Check load success before attempting to use objects.
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
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