Adam Vessey
364e908ff5
Fix error intro'd during refactor.
13 years ago
Jonathan Green
dd475a8c80
Merge pull request #99 from adam-vessey/6.x
...
6.x
13 years ago
Adam Vessey
3b64841ca7
Conform a little better with the Drupal code standards.
13 years ago
Adam Vessey
cfc6a4f6e7
Merge branch '6.x' of git://github.com/Islandora/islandora into 6.x
...
Conflicts:
CollectionClass.inc - chunk moved due to intro of XSLT-less collection view
ObjectHelper.inc - chunk extracted into separate function
fedora_repository.install - syntax error fixed...
13 years ago
Adam Vessey
8cebf38560
Undo making a couple functions static and fix merge error.
13 years ago
Adam Vessey
f7bd67d015
Use an item_list instead of a table, for the XSLT-less display.
...
Should add some default CSS.
13 years ago
Adam Vessey
b2c1d613f1
Remove include added in previous (reverted) commit.
13 years ago
Adam Vessey
3a559b7701
Undo bit of code which ended up producing warnings/errors...
...
... In calling deprecated code, but anyway.
13 years ago
Adam Vessey
ccb4ff5671
Remove PHP_VERSION shenanigans, as we don't look back before 5.2...
...
Needed at least 5.1 to be able to add XSLT parameters by array.
13 years ago
Adam Vessey
ccfc845464
Clean up and formatting
13 years ago
Adam Vessey
af364d04be
Fix syntax error.
13 years ago
Adam Vessey
eaff54436b
Get rid of more explicit markup output, in favour of Drupal methods.
13 years ago
Adam Vessey
4182bfac27
Add the ability to render a collection view without an XSLT.
13 years ago
Adam Vessey
a5e6054fbd
Extract the Sparql parser out, so it might be used elsewhere during transition.
13 years ago
Adam Vessey
548861b7bc
Avoid DSMing the DC... Derp.
13 years ago
Adam Vessey
7934e43880
Fix string which was bugging me.
13 years ago
Adam Vessey
f18ce11ba5
Overhaul FedoraObjectDetailedContent and Object helper.
...
FODC tab now uses theme functions to generate the DC content, datastream info,
and list of parents. Only thing not really being generated is the tiny
(but repeated) form for downloading. Also, make the convertQDC XSLT a little
simpler, even though it really won't need to be used anymore...
Refactored to use the new RI search methods as well.
13 years ago
Adam Vessey
5ae0e46053
Overhaul breadcrumbs and nuke fedora_repository_{name,title}
...
Addresses the title/name issues of ISLANDORA-562 (by getting rid of them).
Menu/root title is provided through the menu system.
13 years ago
Adam Vessey
8dde6736b7
Add comments/inline docs, and change the function names to be more the norm.
13 years ago
Adam Vessey
e7df7b358b
Use function returned by get_t()
...
Because of Drupal's workflow, we may not have access to the regular t()
function. Drupal provides get_t() function to address this issue, it
just has to be used (and it's return used).
Also, use the bloody url function instead of appending $base_url.
13 years ago
Adam Vessey
5560e73202
Add a couple comments.
13 years ago
Adam Vessey
e4cad8c448
Overhaul breadcrumbs and nuke fedora_repository_{name,title}
...
Addresses the title/name issues of ISLANDORA-562 (by getting rid of them).
Menu/root title is provided through the menu system.
13 years ago
Adam Vessey
856489f74f
Allow returns from modifications...
13 years ago
Adam Vessey
7ad0b140ab
Fix a tiny error introduced...
13 years ago
Adam Vessey
0f15711e4b
Use function returned by get_t()
...
Because of Drupal's workflow, we may not have access to the regular t()
function. Drupal provides get_t() function to address this issue, it
just has to be used (and it's return used).
Also, use the bloody url function instead of appending $base_url.
13 years ago
Adam Vessey
0e5bab5706
Overhaul breadcrumbs and nuke fedora_repository_{name,title}
...
Addresses the title/name issues of ISLANDORA-562 (by getting rid of them).
Menu/root title is provided through the menu system.
13 years ago
jonathangreen
bd76dbf214
ISLANDORA-559: This is a test commit.
13 years ago
Adam Vessey
2c35d8f5f2
Merge branch '6.x' of git://github.com/Islandora/islandora into 6.x
13 years ago
jonathangreen
0cacb11a54
Added a slash by accident to CollectionClass.inc
...
Removed a slash that I added by accident to CollectionClass.inc. It came before the PHP tags so it
was just adding it to the page.
13 years ago
Adam Vessey
f90fdf5063
Merge branch '6.x' of dvr-web.mirc.sc.edu:/var/www/sites/all/modules/islandora/ into 6.x
13 years ago
Adam Vessey
2c47f9bfb2
Allow returns from modifications...
13 years ago
Adam Vessey
99a84f9414
Merge branch '6.x' of git://github.com/Islandora/islandora into 6.x
13 years ago
Adam Vessey
aa7f8fe245
Fix a tiny error introduced...
13 years ago
jonathangreen
df90c2dc86
Merge branch '6.x' of github.com:Islandora/islandora into 6.x
13 years ago
jonathangreen
971b90d777
Updated version number i forgot.
13 years ago
Jonathan Green
eba7405dad
Merge pull request #97 from adam-vessey/6.x
...
Fix a couple more places where the incorrect variable name was used.
13 years ago
Adam Vessey
a2d528b91f
Fix a couple more places where the incorrect variable name was used.
13 years ago
jonathangreen
603b3db014
Merge remote-tracking branch 'adam/6.x' into 6.x
13 years ago
jonathangreen
742a35043c
Updated version number
13 years ago
jonathangreen
9bbf9e8423
ISLANDORA-527: Fixed the SOAP URL.
13 years ago
Jonathan Green
b4f11c3fd1
Merge pull request #96 from ppound/6.x
...
6.x
13 years ago
Paul Pound
33f33d837c
Merge branch '6.x' of git://github.com/Islandora/islandora into 6.x
13 years ago
Paul Pound
a41a256be2
Fix for Islandora 504 reverted SecurityClass changes
13 years ago
Adam Vessey
a8b45fb6d7
Reindent query.
13 years ago
Adam Vessey
aa7029a2f2
Fix parameters to variable_get.
...
Fool was I to think it was originally trying to get the correct variable
(fedora_repository_title; actually should be fedora_repository_name)
13 years ago
Adam Vessey
1c568f760d
Remove unnecessary comments
13 years ago
Jonathan Green
5d7180f6c4
Merge pull request #94 from willtp87/ISLANDORA-520
...
ISLANDORA-520
13 years ago
Adam Vessey
04a0a76378
Produce a purge_relationships function which is more similar to add_relationship
13 years ago
William Panting
45209b87fc
changed text for object details toggle as David Wilcox asked
13 years ago
Adam Vessey
0983d5c059
Undo some minor changes...
13 years ago