Adam Vessey
2cdc264bdf
Run all 7.x branches through Travis.
11 years ago
Jordan Dukart
8496a01987
Merge pull request #360 from adam-vessey/7.x-renderable-arrays
...
Use renderable arrays instead of the array of strings we used to.
11 years ago
Adam Vessey
cde90385b2
Fix code standard issues.
12 years ago
Adam Vessey
e6fe099478
Carry through through the function rename.
...
Also, be sure to call the transformer function after the alter, just in case
a modules adds in another value in the manner it used to use 'em.
12 years ago
Adam Vessey
c5680fd1e0
Change function name and slightly safer logic.
12 years ago
Adam Vessey
69216abc81
Use renderable arrays instead of the array of strings we used to.
...
... Arrays of strings are still supported... Just not encouraged.
12 years ago
jonathangreen
13967dd4a5
Updated islandora to include datastream history page
12 years ago
Jonathan Green
ef6fa0d5b1
Merge pull request #359 from jonathangreen/7.x-travis-3.6.2
...
Make travis test against 3.6.2
12 years ago
jonathangreen
7bdb11e355
Make travis test against 3.6.2
12 years ago
nruest
3a05e8a718
add dcterms
12 years ago
Jordan Dukart
cb2990fca1
Merge pull request #350 from nigelgbanks/7.x-admin-menu
...
Admin settings form will now display even if the Repository is not acces...
12 years ago
Jordan Dukart
e16ef19331
Merge pull request #356 from philsogaDGI/7.x
...
added title callback to change the drupal title
12 years ago
Jordan Dukart
967d99ad05
Merge pull request #357 from adam-vessey/7.x-namespace-filter
...
Implement basic collection filter hook for namespaces.
12 years ago
Adam Vessey
5884812486
Fix hook implementation.
...
... Function was name inappropriately... Herp derp.
12 years ago
Jordan Dukart
2bdd21d97c
Merge pull request #358 from adam-vessey/7.x-fix-view-link
...
Fix the link text... Some tests depend on it.
12 years ago
Adam Vessey
08162d0ad5
Fix the link text... Some tests depend on it.
12 years ago
Adam Vessey
0f00f43f99
Fix function comment (parsing)...
12 years ago
Adam Vessey
acc142b8d9
Implement basic collection filter hook for namespaces.
12 years ago
phil
a99cce882f
added title callback to change the drupal title
12 years ago
Jonathan Green
77529491c7
Merge pull request #352 from adam-vessey/7.x-hooked-access
...
Implement hooked access callback.
12 years ago
Adam Vessey
09e9785ecf
Add filter_xss() to trigger_error() calls...
...
Hurray coder! :P
12 years ago
Adam Vessey
6d677c4319
Get rid of implicit denial tests.
...
Variable no longer exists, so these are no longer useful.
12 years ago
Adam Vessey
fa34498130
Themify datastream link creation.
12 years ago
Adam Vessey
7aa1151001
Deprecate old and use new functions.
12 years ago
Adam Vessey
6f9b7b877a
Get rid of non-strict policy enforcement.
12 years ago
Adam Vessey
344a405894
Be somewhat more descriptive in API doc.
12 years ago
Adam Vessey
daa1501292
Change initial variable name.
12 years ago
Daniel Lamb
4061ddd4af
Merge pull request #353 from nhart/7.x
...
7.x menu customizations in breadcrumb
12 years ago
Nelson Hart
93b06432f1
Merge branch '7.x' of git://github.com/Islandora/islandora into 7.x
12 years ago
Nelson Hart
9b22de0e57
getting customized menu item to use in breadcrumb
12 years ago
Adam Vessey
6384036901
Squash ddebug_backtrace().
12 years ago
Adam
63c3b7b27d
Merge pull request #341 from nigelgbanks/7.x-copy-objects
...
Added new function islandora_copy_object() can copy existing/new fedora objects.
12 years ago
Nigel Banks
523c2d8e9f
Removed uneeded wrapper element from namespace tab on admin config.
12 years ago
Nigel Banks
d796f2250a
Admin settings form will now display even if the Repository is not accessible.
...
Also includes some general clean up.
* Namespaces no longer uses ajax now uses states.
* Abstracted out repository access message into a seperate function.
* Simplified the code.
12 years ago
Nigel Banks
c3a43dfc80
Merge pull request #348 from nhart/7.x
...
7.x change /islandora menu item title to callback
12 years ago
Adam Vessey
e7c06af1a3
Add missing function comment.
12 years ago
Adam Vessey
023a410c71
Add some basic tests for the hooked access callback.
12 years ago
Adam Vessey
54bee2e233
Return the final result from the permission anonymous functions.
...
... Was missing... Also, the handling of an empty array of permissions
was happening only implicitly.
12 years ago
Adam Vessey
b1479d5af7
Revert "Pass the content models..."
...
This reverts commit 2a654d6e837c4c8809d22b99bed731c1dc847e70...
The content models weren't needed or used... Messed up matching braces in
my head.
Conflicts:
islandora.module
12 years ago
Adam Vessey
bb635ccbcd
The namespace check is handled via the hooked access callback.
12 years ago
Adam Vessey
2a654d6e83
Pass the content models...
12 years ago
Adam Vessey
594adab668
Pass the user along as we should.
12 years ago
Adam Vessey
ef4a0fe021
Use the hooked access callback in place of the any/all cases.
...
Leaving the functions called in place, in the case that they're called
elsewhere.
12 years ago
Adam Vessey
70333d8783
Add the strict access flag.
12 years ago
Adam Vessey
bc8492a787
Add a couple more access checks.
12 years ago
Daniel Lamb
4194f2fc41
Merge pull request #351 from jordandukart/7.x
...
Use the utility function as opposed to re-defining a query.
12 years ago
Jordan Dukart
d04c00fd50
Use the utility function as opposed to re-defining a query.
12 years ago
daitken
9af857bd54
code cleanup
12 years ago
Adam Vessey
a8f13b0a46
Add access checks.
12 years ago
Daniel Lamb
f55a405641
Merge pull request #349 from jordandukart/7.x-namespace-restrictions
...
Force islandora to be present in the allowed namespaces at all times.
12 years ago