Nigel Banks
dd23ba456e
Fixed issue ISLANDORA-164.
13 years ago
discoverygnoye
4ef6faa2fb
COLORADO-1628 Fix the breadcrumb path calculation to remove blanks
...
The current breadcrumb calculation takes the first <dc:title> tag in the DC
datastream. The sorting order of the <dc:title> tags (in the case of more than
one tag) has empty tags appearing as the first items to be selected by the
query. This fix alters the query to change the sort order to make empty tags
the last items to be selected and thus, if a non-empty tag exists it will be
selected as the name of the breadcrumb.
There is also a problem with the breadcrumb query processing that will attempt
to process failed queries. The test for failure was incorrect and allowed some
failed queries to be treated as successes. This resulted in recursively
calling the breadcrumb processing an additional 10 times and failing each time.
This resulted in 10 '>' symbols instead of an error message. This fix tests
for falure and puts up an error message in the breadcrumb trail.
The breadcrumb calculation should be rewritten to be more robust.
13 years ago
Alan Stanley
b4737ed802
Fixed problem with page redirects on Edit
13 years ago
Alan Stanley
077223c985
Moved Collection Manager to external module
13 years ago
Ben Woodhead
b79b82ab89
Revert "Moved fixed a more appropriate place"
...
This reverts commit ce0078d0ea
.
13 years ago
Ben Woodhead
ce0078d0ea
Moved fixed a more appropriate place
...
API should be low level fedora communications
Core should be islandora specific code
13 years ago
Ben Woodhead
9c43f2dce7
Added a check_plain to getMessage and changed !e to @e
13 years ago
Ben Woodhead
6494fa13a3
Added check_plain to the error handling
13 years ago
Ben Woodhead
d705d897cb
Removed CVS id tags
13 years ago
Ben Woodhead
58ceada875
Coding standard cleanup
13 years ago
Ben Woodhead
27d9520519
Swiched back to fedora_repository
13 years ago
Ben Woodhead
fae0efb144
switched to islandora_repository
13 years ago
Alan Stanley
351d44ed4d
Added management and batch capabilites to Collections
13 years ago
Alan Stanley
ebd8a5096b
Added management tab to collections
13 years ago
Nigel Banks
ab909dfcd6
ISLANDORA-349: Remove references to islandora:top which has now become islandora:root.
13 years ago
Ben Woodhead
5d5cd0024e
added namespances
13 years ago
Ben Woodhead
d4a3ff7ec1
Documenting incs found in the root directory
13 years ago
Nelson Hart
2bd1e56ebd
ISLANDORA-278 Updated files to meet Coder standards. Mostly t() tags. Also renamed a couple of functions. I did a find / replace for the 3 function name changes.
...
validPid to valid_pid
validDsid to valid_dsid
fixDsid to fix_dsid
One of the changes I've made has caused a minor bug in the islandora module. There are extra spaces in the collections URL.
14 years ago
jonathangreen
abfc84457d
ISLANDORA-278 Initial pass at making the islandora code conform to the drupal coding standards.
14 years ago
Adam Vessey
1a8ca9af3a
ISLANDORA-250 Wrong change for filter capitilization fixed.
14 years ago
jonathangreen
8f7cf5e0c9
ISLANDORA-253 Fixed broken image in 'Demo Image Collection'
14 years ago
jonathangreen
ac0b34cb39
ISLANDORA-249 getBreadcrumbs didn't properly deal with the case of top level objects.
14 years ago
Alan Stanley
ccebf9b112
ISLANDDORA-250 Changed fedora-system filter, added QUERY check to reduce SOAP errors
14 years ago
Alan Stanley
16b567540b
ISLANDORA-244 moved superfluous closing div tag
14 years ago
Alan Stanley
ab3141e639
ISLANDORA-247 Removed superfluous closing div tag
14 years ago
Alan Stanley
4fd834df06
Replaced underscores with hyphens
14 years ago
Alexander O'Neill
4f92799fce
ISLANDORA-138 Change default ForceSoap to TRUE.
14 years ago
Alexander O'Neill
34157e33d7
ISLANDORA-171 Make DualResImageCollection into an islandora collection
14 years ago
Nigel Banks
c0a5a02c82
ISLANDORA-206 Fixed strict warning by declaring a function static.
14 years ago
Alexander O'Neill
33c06067c1
ISLANDORA-195 Breadcrumb breaks on top-level collection
...
Test results for FALSE and not NULL after doing a preg match
14 years ago
Nigel Banks
3cdedccdeb
ISLANDORA-192: Checked to see if [1], is set before using it.
14 years ago
Alexander O'Neill
245bb3ac0a
ISLANDORA-171 Make tabs modular.
14 years ago
Alexander O'Neill
0edd813f9a
ISLANDORA-171 Move access check to inside of 'display datastreams' function
14 years ago
Alan Stanley
026d16222a
Allows namespace lockdown from settings.php
14 years ago
Alexander O'Neill
888c5cfd21
Adopted PDF content model to use tabs.
14 years ago
Alexander O'Neill
ebc1c6ce12
Moved renderCollection to CollectionClass.inc
14 years ago
Alexander O'Neill
d86024d8f6
ISLANDORA-171 minor formatting.
14 years ago
Alexander O'Neill
c77a5d0059
ISLANDORA-171 Got getQED() to use Fedora_Item, stop attempting to get QDC
14 years ago
Alexander O'Neill
4e23d8ddc6
Added metadata edit form to collection view.
14 years ago
Alexander O'Neill
da5fb410a4
Added datastream list and DC to collection tab view.
14 years ago
Alexander O'Neill
d0fc4ad901
ISLANDORA-171 removed fieldset around collection.
14 years ago
Alexander O'Neill
e0be6600e4
Moved collection rendering into the content model.
14 years ago
Alexander O'Neill
8fd7a03999
Started work to move collections into content model.
14 years ago
Alan Stanley
ce049c0730
Ensured that both namespace user permissions are checked
14 years ago
Alan Stanley
eab0289dde
Code cleanup following addition of namespace restriction flag
14 years ago
Alexander O'Neill
8ff2a1d1a3
Changed 'CHILD_SECURITY' to 'POLICY' for canIngestHere function.
14 years ago
Alexander O'Neill
ed3e0d3596
Performed some cleanup, made 'restrict datastreams' default to FALSE.
14 years ago
Alexander O'Neill
867dc92e8d
Changed restrict datastreams default to FALSE.
14 years ago
Alexander O'Neill
71115175c0
Fixed URL redirect.
14 years ago
root
28a408978e
Updated to only list datastreams that are in the Islandora Content Model in the detailed list of content. This can also be disabled with the 'Restrict Access to Fedora Object Datastreams' option in the fedora collection list settings page. All datastreams are listed for administrators.
14 years ago