Daniel Lamb
2843214c2a
Changed invalid object_id reference to PID to match the function's parameter. Was getting an exception when trying to construct the query for the SOAP call in getOwnerId()
12 years ago
Daniel Lamb
36002603e2
Changed invalid reference to to match the function's parameter. Was getting an exception when trying to construct the query for the SOAP call in getOwnerId()
12 years ago
Daniel Lamb
6e4c1e2a3b
Finalized schema to test for in the required_fedora_objects test.
12 years ago
Jonathan Green
e30760fd87
Merge pull request #190 from willtp87/6.x
...
some code style fixes
12 years ago
William Panting
454d4ad2c4
some code style fixes
12 years ago
Jonathan Green
b51a015052
Merge pull request #189 from willtp87/6.x
...
changed fedora_repository_check_perm to set the PID if it is empty
12 years ago
Daniel Lamb
6a75c547c9
Added base classes for testing islandora and its solution packs.
12 years ago
William Panting
b82d329ad4
changed fedora_repository_check_perm to set the PID if it is empty
...
rather than ===NULL
12 years ago
Jonathan Green
790533714f
Merge pull request #184 from adam-vessey/6.x-squash-search
...
Code cleanup - squash code pertaining to "search" in core
12 years ago
Adam Vessey
54452afeaa
Merge branch '6.x' into 6.x-squash-search
...
Conflicts:
SearchClass.inc - deleting
fedora_repository.module
formClass.inc
12 years ago
Jonathan Green
ddfdc5c2ed
Merge pull request #183 from adam-vessey/6.x-squash-basket
...
Code cleanup - squash code pertaining to "baskets" in core
12 years ago
Jonathan Green
9e7067d222
Merge pull request #186 from adam-vessey/6.x-extend-add-relationships
...
ISLANDORA-766: Allow arrays relationship objects
12 years ago
Adam Vessey
0947f3b790
ISLANDORA-766: Allow arrays relationship objects
12 years ago
Jonathan Green
85494699a3
Merge pull request #182 from adam-vessey/6.x-restructure-permissions
...
ISLANDORA-764: Rewrite core permissions handling
12 years ago
Jonathan Green
06783d8b78
Merge pull request #185 from mitchmac/xslt-view-default-to-dc
...
Default to DC if preferred datastream isn't available for Object Details view
12 years ago
Mitch MacKenzie
0e0aaec229
Make titles consistent between table and XSLT views
12 years ago
Mitch MacKenzie
9a23050b94
Add a span and class to the dsid portion of title for styling, not sure if it's exactly valid HTML but enables hiding via CSS
12 years ago
Mitch MacKenzie
a9472691d4
Add class to <h3> for styling
12 years ago
Mitch MacKenzie
5ce9f4fa6d
Add title to the table coming from MODS XSLT for Object Details
12 years ago
Mitch MacKenzie
1c9da08e50
Modify title coming from DC XSLT: add 'DC' part and lower-case the D in metadata
12 years ago
Adam Vessey
5e71a41a73
Code cleanup - squash code pertaining to "search" in core
...
Solr Search is provided for by the Islandora Solr Search module.
12 years ago
Adam Vessey
3fcda63151
Code cleanup - squash code pertaining to "baskets" in core
...
This should have been largely replaced by the MyPID module.
12 years ago
Adam Vessey
ff0893a30b
ISLANDORA-764: Rewrite core permissions handling
...
Needed to be able to give permissions from other places, like XACML...
In order to do so, we have to break out of the context of Drupal
permissions, and the use of user_access().
Instead, we have introduced the function fedora_repository_check_perm()
(in addition to deprecating the old fedora_repository_access(), to avoid
possible confusion with the hook_access() used by Drupal nodes). This
new function calls a hook of the same name (hook_fedora_repository_check_perm()),
to allow other modules to influence the outcome.
The default/core implementation should function as permissions previously
worked.
12 years ago
Mitch MacKenzie
61859a078b
Display dsid in table header for table Object Details view
12 years ago
Mitch MacKenzie
bc708b1574
Add support to default to DC for Object Details on table view if datastream is missing
12 years ago
Mitch MacKenzie
18c50f972a
Add support to default to DC transform for Object Details if desired datastream is missing
12 years ago
Jonathan Green
65de1235f9
Merge pull request #179 from willtp87/fix_ahah_submission_check
...
trying to not send notcies when checking for ahah_submission
12 years ago
Jonathan Green
56e09f583c
Merge pull request #181 from adam-vessey/6.x-setup-pager
...
ISLANDORA-763: Move and rename pager
12 years ago
Adam Vessey
40bc0f1eb8
ISLANDORA-763: Move and rename pager
...
Moved from CollectionClass::hackPager to fedora_repository_setup_pager
in PagerSetup.inc
12 years ago
William Panting
967fcce448
trying to not send notcies when checking for ahah_submission
12 years ago
Jonathan Green
40e86d1f16
Merge pull request #177 from willtp87/ISLANDORA-761
...
ISLANDORA-761 fedora item setting ownerId as user->name rather than uid
12 years ago
Jonathan Green
d5f43f0bbe
Merge pull request #176 from willtp87/6.x
...
some variables were not set, talked to Adam Vessey, we put in a @todo
12 years ago
William Panting
040395fe64
ISLANDORA-761 added in changes to improve how fedora item sets ownerId
12 years ago
Jonathan Green
623a20eb69
Merge pull request #175 from jmacwilliams/6.x
...
fixed typo in get_mimetype
12 years ago
Jonathan Green
7fb8f7703c
Merge pull request #178 from adam-vessey/6.x-find-objects
...
Fix acquiring of ownerId
12 years ago
Adam Vessey
e363b937b4
Fix acquiring of ownerId
...
Associated with ISLANDORA-757: The findObjects call was broken.
12 years ago
William Panting
558286ade5
ISLANDORA-761 fedora item setting ownerId as user->name rather than uid
12 years ago
William Panting
4928b0df07
some variables were not set, talked to Adam Vessey, we put in a @todo
...
for an improovement
12 years ago
Jason MacWilliams
db0a23e73c
fixed typo in get_mimetype
...
A typo in the get_mimetype_of_datastream function was causing an error and returning nothing any time someone asked for a mimetype, its feeling much better now
12 years ago
Daniel Lamb
886de6449b
Changed hook name from 'required_fedora_objects' to 'fedora_repository_required_fedora_objects'.
12 years ago
Jonathan Green
b928f45e36
Merge pull request #174 from willtp87/ISLANDORA-757
...
Islandora 757
12 years ago
William Panting
5673e7860e
ISLANDORA-757 setting ownerId to null if obj doesn't exist in Fedora.
12 years ago
William Panting
8fa38f2c5a
ISLANDORA-757 ownerId property being populated in Fedora Item.
12 years ago
William Panting
5217014c9f
ISLANDORA-727 Update function to fix SOAP URLs.
12 years ago
William Panting
47893b1938
ISLANDROA-757 changed default soap var to point to the real wsdl
12 years ago
William Panting
68a38f06e4
code styles
12 years ago
Jonathan Green
f1ec63128a
Merge pull request #173 from willtp87/6.x
...
6.x
12 years ago
William Panting
e61a23acdb
renamed hook
12 years ago
William Panting
b0942ee4d8
adding in the can_ingest hook
12 years ago
William Panting
1fa6bf8aab
Fixed some typos in a constant
12 years ago