Jonathan Green
a27aa593d2
Fix spelling mistake in test name.
8 years ago
Jonathan Green
60b848b922
Define new function islandora_sort_ordered
...
This function can replace calls to uasort with drupal_sort_weight. This
function will return a consistant sort order between PHP5 and PHP7 for
elements of the same weight by preserving the order of elements with the
same weight.
Under both PHP5 and PHP7 the order of elements with the same weight are
not guarenteed, and in practice the order of elements returned is
different between PHP5 and PHP7. This could cause some issues where the
order is changed depending on PHP version. This function gives us the
option of a consistant sort order.
This pull request also defines some new unit tests for the new function.
8 years ago
Jared Whiklo
b974549958
7.x islandora 1724 ( #651 )
...
* Make breadcrumb creation a hookable process.
* Forgot to add selection to admin page.
* Add more attribution and remove unused path.
* Fix admin form and coding standards.
* Add the new variable to be removed on uninstall
* Code review
* Code review
* Fix code style and add some docs to README
* Stop using Mulgara prefixes
8 years ago
Jared Whiklo
0147a9af43
Merge pull request #661 from kayakr/patch-1
...
Fix typo in code comment.
8 years ago
kayakr
d60a182083
Fix typo.
8 years ago
Jonathan Green
3ce6c84689
fix minor typo ( #659 )
8 years ago
Jared Whiklo
02e503b0c9
Merge pull request #658 from jonathangreen/metadata_newlines
...
Changed based on code review to pull #657
8 years ago
Jonathan Green
f0ac57a8ba
Changed based on code review to pull #657
...
Its possible that $variables['dc_array'] is an empty array which would
generate a warning. Just cleaning up this possible case.
8 years ago
Jonathan Green
c75bba2314
Update default dublin core template ( #657 )
...
* Update default dublin core template
Update the template to:
- expand newline in the metadata to <br> tags
- run it through filter_xss before displaying as is done in the
metadata template.
* Updated based on feedback in pull request
8 years ago
Rosemary Le Faive
c98f29cec6
Merge pull request #653 from ajstanley/7.x
...
Add content model to object overview
8 years ago
ajstanley
705ae91065
spacing
8 years ago
ajstanley
70c6ac28ec
spacing, comment
8 years ago
ajstanley
03e6fa720c
another missing space
8 years ago
ajstanley
0c71e2eec5
formatting
8 years ago
ajstanley
cb2aeee3af
white space pulled
8 years ago
ajstanley
1fccdfb810
Merge branch '7.x' of https://github.com/Islandora/islandora into 7.x
8 years ago
ajstanley
a12a7199b2
added missing template
8 years ago
ajstanley
b5181b8653
refactored to themed list, cleaned out non-functional code
8 years ago
Diego Pino Navarro
847f3dac6b
Merge pull request #654 from manez/7.x
...
Update README.md - Update Maintainer
8 years ago
Melissa Anez
1bf28e8388
Update README.md
8 years ago
ajstanley
3e6eaa219a
coder
8 years ago
ajstanley
715f4d2c3b
coder
8 years ago
ajstanley
ec8792fd54
coder
8 years ago
ajstanley
f0bd3e9490
now as a renderable array
8 years ago
ajstanley
3fdc4408c0
coder standards
8 years ago
ajstanley
4def002dc3
converted output to render array
8 years ago
ajstanley
7e687cf97f
reverted pluralization
8 years ago
ajstanley
e760b32e4b
allowances made for missing content models
8 years ago
ajstanley
448709c932
allowances made for missing content models
8 years ago
ajstanley
37c7fcd9d0
yet another validity check
8 years ago
ajstanley
d82444de89
added additional filter
8 years ago
ajstanley
362348ef04
clarified empty message
8 years ago
ajstanley
c6c8469188
variable name collision
8 years ago
ajstanley
66f3a45519
typo fixed
8 years ago
ajstanley
0002070060
added content model to overview
8 years ago
Diego Pino Navarro
46b642f2be
Merge pull request #652 from qadan/7.x-ISLANDORA-1755
...
update API to include DS modified params
8 years ago
qadan
592623f0c3
accounting for PHP weirdness
8 years ago
qadan
69005d0dd3
tested one of the tests but forgot to test the other test
8 years ago
qadan
0f4ae4043f
better documentation, tests
8 years ago
qadan
e63201f9f9
update API to include DS modified params
8 years ago
Jared Whiklo
ab520433c7
Merge pull request #649 from jordandukart/7.x-ISLANDORA-1696
...
Remove unneeded download path and clip function.
9 years ago
Jordan Dukart
e0bffa224d
Removing unused clip function.
9 years ago
Jordan Dukart
6b6b6fbbb2
Remove unneeded download path.
9 years ago
Diego Pino Navarro
14c8c68b4d
Merge pull request #648 from ruebot/7.x-ISLANDORA-1616
...
Address ISLANDORA-1616; Take avantage of new GitHub functionality and…
9 years ago
nruest
eb5a0b3932
Address ISLANDORA-1616; Take avantage of new GitHub functionality and setup issue templates for each Islandora Foundation module.
9 years ago
Nick Ruest
b5b173b32d
Merge pull request #646 from manez/7.x
...
Update README.md for 7.x-1.7
9 years ago
Melissa Anez
f4b383e3e2
Update README.md
9 years ago
Melissa Anez
a7dfd98334
Update README.md
9 years ago
Melissa Anez
feef96e089
Update README.md
9 years ago
Nick Ruest
9b56d74b75
Merge pull request #645 from manez/7.x
...
Hitting ISLANDORA-1610 ISLANDORA-1577 and ISLANDORA-1570
9 years ago