Adam Vessey
ee4427910b
Extract Drupal collection view assembly into separate function.
...
Hurray for enabling code reuse!
13 years ago
Adam Vessey
0d6c34e10f
Avoid warning/error when file does not exist.
13 years ago
Adam Vessey
1068dbde0a
Add comments and rename XSLT so it is not used by default...
...
The XSLT will still be used if it is present, though.
13 years ago
Adam Vessey
d44aca62d1
Format XSLT and pass parameters.
13 years ago
Adam Vessey
373c390a87
Try to use covertQDC.xsl before using the Drupal's table generating business.
13 years ago
Adam Vessey
948bba9827
Generate the download form.
...
... As opposed to spitting out markup for it directly.
13 years ago
Adam Vessey
c76891ff25
Use Sparql query for breadcrumbs.
13 years ago
Adam Vessey
b609a8fd5c
Make control group selection optional.
13 years ago
Adam Vessey
c3ccdec4b6
Allow the addition of Redirect and External datastreams.
13 years ago
Adam Vessey
842b8b5a31
Get the extension without exploding.
13 years ago
Adam Vessey
fe7628559f
Use wrapping modify_datastream wrapper in replace datastream callback.
13 years ago
Adam Vessey
2d9c55fc5d
Make a little closed to convertQDC.xsl
13 years ago
Adam Vessey
48c1551533
Fix Headers for FlowPlayer
...
FlowPlayer requires the "Content-Length" header to be returned in order to work properly,
but it wasn't getting returned in the header when a user was not logged in.
A slight change to the semantics, and opening up of the getDatastream API-M method via
XACML seems to work.
13 years ago
Jonathan Green
d230f27463
Merge pull request #100 from adam-vessey/6.x
...
Fix error intro'd during refactor.
13 years ago
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
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