Ben Woodhead
3332072c58
Merge pull request #60 from discoverygnoye/6.x
...
6.x
13 years ago
discoverygnoye
5bf06a22e8
Merge branch '6.x' of https://github.com/Islandora/islandora into 6.x
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
Ben Woodhead
f7f753bf31
Merge pull request #59 from ajstanley/6.x
...
Replaced fedora calls with regex to improve performance.
13 years ago
ajstanley
e44be2a48c
Replaced fedora calls with regex to improve performance.
13 years ago
Ben Woodhead
f5975104e7
Merge pull request #58 from ajstanley/6.x
...
6.x
13 years ago
Alan Stanley
32efbf8ae4
Externalized tabbing
13 years ago
jonathangreen
b195d45b1e
Cleanup some TRUE that should be true
...
When you do a repository search in Fedora_Item the URL it creates
requires that the boolean be true. This got changed to TRUE in the
code cleanup. Changed this back.
13 years ago
Ben Woodhead
c6769470d5
Merge pull request #57 from ppound/6.x
...
partial fix for ISLANDORA-403
13 years ago
ppound
d7de3a51bf
partial fix for ISLANDORA-403
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
a277544f88
Merge pull request #56 from ajstanley/6.x
...
Changed default file naming
13 years ago
Alan Stanley
5dbe901b74
Changed default file nameing
13 years ago
Ben Woodhead
0718ac7d5a
Merge pull request #49 from bwoodhead/6.x
...
Nothing
13 years ago
Ben Woodhead
b79b82ab89
Revert "Moved fixed a more appropriate place"
...
This reverts commit ce0078d0ea
.
13 years ago
Ben Woodhead
e1ebfb8f32
Revert "Marked everything in plugins as deprecated"
...
This reverts commit bddfd81fc8
.
13 years ago
Ben Woodhead
d037ce4edf
Revert "Moved the collection policy file"
...
This reverts commit 4bca2e80af
.
13 years ago
Ben Woodhead
4bca2e80af
Moved the collection policy file
13 years ago
Ben Woodhead
bddfd81fc8
Marked everything in plugins as deprecated
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
2906e75d3b
Merge pull request #48 from bwoodhead/6.x
...
Fixed version
13 years ago
Ben Woodhead
9201ae2ef6
Fixed version
13 years ago
Ben Woodhead
9182f420b5
Merge pull request #47 from rwincewicz/6.x
...
Fixed paging issue in sparql_to_html.xsl
13 years ago
rwincewicz
db7874c35e
Fixed paging issue in sparql_to_html.xsl
13 years ago
rwincewicz
9eb6038eea
Fixed paging issue in sparql_to_html.xsl
13 years ago
Ben Woodhead
a13ca35a03
Merge pull request #46 from bwoodhead/6.x
...
Coding standards and text sanitization
13 years ago
Ben Woodhead
759c520449
Removed camel case
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
cc4f890363
Fixed last string error in fedora_repository.module
13 years ago
Ben Woodhead
bc69572d64
Sanitized more text
13 years ago
Ben Woodhead
e542a6d4b5
Sanitizing text
13 years ago
Ben Woodhead
bba29d761a
Does this actually work
13 years ago
Ben Woodhead
d8728516b9
checking to see if I need an array to sanitize text
13 years ago
Ben Woodhead
3ecaf9f392
Merge pull request #45 from bwoodhead/6.x
...
Coding standards
13 years ago
Ben Woodhead
86e3f46038
Merge branch '6.x' of github.com:Islandora/islandora into 6.x
13 years ago
Ben Woodhead
c498a3f2b4
fixed /dev/null
13 years ago
Ben Woodhead
58ceada875
Coding standard cleanup
13 years ago
Ben Woodhead
42b6ad36a6
Merge pull request #44 from ajstanley/6.x
...
Change the way we checked for ISLANDORACM datastream to take some strain
13 years ago
Alan Stanley
632de8f9f0
Change the way we checked for ISLANDORACM datastream to take some strain off the logs
13 years ago
Ben Woodhead
5192faf294
Merge pull request #42 from ajstanley/6.x
...
Modified BatchIngest to allow collections without metadata to be batch in
13 years ago
Ben Woodhead
9bb1fb969a
Merge pull request #43 from bwoodhead/6.x
...
Changed back to fedora_repository
13 years ago
Ben Woodhead
27d9520519
Swiched back to fedora_repository
13 years ago
Alan Stanley
8a80b19134
Added installation methods for xml_forms and associations
13 years ago
Ben Woodhead
2f8563224a
Changed from islandora top to islandora root
13 years ago
Ben Woodhead
e6e30cb501
Changed the configuration name
13 years ago
Alan Stanley
7b550d7346
Modified BatchIngest to allow collections without metadata to be batch ingested
13 years ago
Ben Woodhead
0a45be6b3d
Renamed the files
13 years ago