Alan Stanley
682254727e
added ajax callback to admin page, guaranteed collection object
12 years ago
Alan Stanley
d3751e039e
Merge branch '6.x' of https://github.com/Islandora/islandora into 6.x
12 years ago
Alan Stanley
338ddb5d82
fixed typos
12 years ago
Jonathan Green
ba1443c757
Merge pull request #208 from willtp87/ISLANDORA-782
...
ISLANDORA-782
12 years ago
William Panting
439c1640ea
ISLANDORA-782
...
changed get_datastream_dissemination to not
automaticaly squash errors
12 years ago
Jonathan Green
ebcc4e49fb
Merge pull request #206 from willtp87/ISLANDORA-779
...
ISLANDORA-779
12 years ago
Jonathan Green
fd1e4fdaf3
Merge pull request #207 from willtp87/ISLANDORA-780-DOCUMENT
...
ISLANDORA-780
12 years ago
willtp87
d98514febc
ISLANDORA-780
...
Documenting potential security issue.
12 years ago
willtp87
4da98f08c2
ISLANDORA-779
...
Not hitting Fedora after a datastream ingest.
12 years ago
Jonathan Green
580288e1ca
Merge pull request #204 from jordandukart/6.x
...
Name the hook correctly to match all the solution packs.
12 years ago
Jordan Dukart
bc5f345d40
Name the hook correctly to match all the solution packs.
12 years ago
Jonathan Green
73df9e5931
Merge pull request #202 from adam-vessey/6.x-missed-renaming
...
Fix missed invokation from hook renaming.
12 years ago
Adam Vessey
ef3acf7202
Fix missed invokation from hook renaming.
12 years ago
Jonathan Green
17b15660c1
Merge pull request #198 from jordandukart/6.x
...
Change parameters such that a user cannot purge a collection that has in...
12 years ago
Jordan Dukart
decad31cb6
Change parameters such that a user cannot purge a collection that has inactive objects contained within it. This resolves an issue that can occur with workflow.
12 years ago
Jonathan Green
19d1f21521
Merge pull request #195 from daniel-dgi/6.x
...
6.x
12 years ago
Daniel Lamb
a0e4c1b95c
Merge branch '6.x' into simpletest
12 years ago
Daniel Lamb
cb4191351a
Bug fixes where getModuleShortFormName had not been replaced with getModuleName. Added the 'invoke' convienence function for invoking function/hooks within the module to be tested.
12 years ago
Jonathan Green
338b40b6b9
Merge pull request #192 from daniel-dgi/6.x
...
6.x
12 years ago
Daniel Lamb
4d5e68e91d
Making changes as per Jon Green's suggestions
12 years ago
Daniel Lamb
6b57a06c2d
Added instructions to create test user in comments
12 years ago
Daniel Lamb
a44e2ff789
Resolving merge conflicts
12 years ago
Daniel Lamb
11f101c01a
Merge branch 'ISLANDORA-745' of https://github.com/daniel-dgi/islandora into ISLANDORA-745
12 years ago
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