Nigel Banks
2c829f0241
Cleaned up and moved grid/list display logic into islandora, since its now used in several modules.
12 years ago
Nigel Banks
3b4dbbc520
Merge pull request #290 from adam-vessey/7.x
...
Allow for altering of forms in the stepped ingest process.
12 years ago
Nigel Banks
266f10b8ba
Merge pull request #289 from nigelgbanks/7.x-code-review
...
7.x code review
12 years ago
Adam Vessey
c57d2df00d
Allow for altering of forms in the stepped ingest process.
12 years ago
Nigel Banks
adf8eecd94
Code Review
12 years ago
Jonathan Green
cd3ce088d5
Merge pull request #288 from philsogaDGI/7.x
...
Added in the Fedora_ingest permission to show the manage tab
12 years ago
Phil Soga
d2519688f0
Added in the Fedora_ingest permission to show the manage tab
12 years ago
Danny Joris
c60a5e8acb
Merge pull request #285 from nigelgbanks/7.x-collection-changes
...
7.x collection changes
12 years ago
Nigel Banks
789bebeb99
Some additional helper functions.
...
islandora_is_valid_namespace()
islandora_get_allowed_namespaces()
islandora_get_content_models()
12 years ago
Nigel Banks
46a40cb826
No longer throw exceptions on invalid configuration.
12 years ago
Danny Joris
0489192630
Merge pull request #284 from nigelgbanks/7.x-solution-pack-issues
...
islandora_delete_object() now follows function description.
12 years ago
Daniel Lamb
cc5ffc2add
Merge pull request #281 from nigelgbanks/7.x-print-menu
...
Added the ability to preview a print page for a given object.
12 years ago
Nigel Banks
275d800b95
Added the ability to preview a print page for a given object.
12 years ago
Jonathan Green
9f290d81d1
Merge pull request #286 from nigelgbanks/7.x-access-helpers
...
Added two helper functions.
12 years ago
Nigel Banks
c2fbba2caa
Added two helper functions.
...
islandora_user_access_all()
islandora_user_access_any()
They simplify checking for multiple permissions, either requiring all
or only one permission.
12 years ago
Nigel Banks
39dcd91485
islandora_delete_object() now follows function description.
...
islandora_delete_object() no longer throws. Now it will only return TRUE if
successful, FALSE otherwise as expected.
This fixes the issue where solution packs were not reinstalling existing objects.
12 years ago
mitchmac
f2a3d84300
Merge pull request #283 from adam-vessey/7.x
...
Prevent a recursion loop early.
12 years ago
Adam Vessey
48980a03d6
Prevent a recursion loop early.
12 years ago
Jordan Dukart
76f1350511
Merge pull request #282 from adam-vessey/7.x
...
Add mapping for dng extension.
12 years ago
Adam Vessey
39389d63cf
Add mapping for dng extension.
12 years ago
Nigel Banks
2d36b4ab19
Merge pull request #278 from nigelgbanks/7.x-class-check
...
Add check for PHP XSLT Processor extension.
12 years ago
Peter Murray
336ee698d7
Add check for PHP XSLT Processor extension.
...
When the PHP XSLT Processor extension is not loaded, Islandora will
silently fail when attempting to add new objects. This changeset
adds a check in the Islandora hook_requirements() hook for the
XSLTProcessor class. If it isn't found, a message is thrown.
Conflicts:
islandora.install
12 years ago
Jason MacWilliams
56f4dd8df8
updated dc_array's default value
12 years ago
Jason MacWilliams
12b489d33a
fixed a fieldset name in add datastream form
12 years ago
Jason MacWilliams
3ce9015df0
added checks for missing dc datastream
12 years ago
Jason MacWilliams
cd81a80bfc
added checks in theme preprocessor for missing dc
12 years ago
Jonathan Green
e5fc7c2c86
Merge pull request #267 from philsogaDGI/7.x
...
modify manage permissions D7
12 years ago
philsogaDGI
c6618a735a
Merge pull request #1 from nigelgbanks/7.x-code-review
...
Code Review
12 years ago
Nigel Banks
47718e57ca
Code Review
...
* Removed Windows line endings (^M).
* Applied Coding Standards.
12 years ago
Phil Soga
c7aca6feae
modify manage permissions D7
12 years ago
Jordan Dukart
30bc6f6e0e
Merge pull request #262 from ajstanley/7.x
...
Forced re-ingest for solution packs page.
12 years ago
Adam
ca5eb662e1
Merge pull request #264 from jordandukart/7.x
...
Flush the caches before we output so we don't overrun PHP memory limit.
12 years ago
Jordan Dukart
d6d6155a61
Flush the caches before we output so we don't overrun PHP memory limit.
12 years ago
Alan Stanley
bbf813848e
fixed forced reingest
12 years ago
Daniel Lamb
e3ca25cd33
Merge pull request #260 from nigelgbanks/7.x-ingest-index-problem
...
Issue: 1013 MARCXml module ingest hook conflicts with Newspaper/Book pag...
12 years ago
Nigel Banks
355367ae15
Issue: 1013 MARCXml module ingest hook conflicts with Newspaper/Book page ingest
...
Clean up the ingest form code, and make it easier to interact with.
12 years ago
ajstanley
192cf2159b
Merge pull request #259 from ajstanley/7.x
...
Added method to retrieve basic ds_comp info
12 years ago
Alan Stanley
902742f10a
Added method to retreive basic ds_comp info
12 years ago
Jonathan Green
c5758322eb
Merge pull request #258 from nigelgbanks/7.x-filename-conventions
...
7.x filename conventions and coding standards compliance
12 years ago
Nigel Banks
1e594543c9
Drupal coding standards.
12 years ago
Nigel Banks
e18a7498a6
Filename conventions.
12 years ago
Jonathan Green
f898f20f59
Merge pull request #257 from nigelgbanks/7.x-system-settings-form-default-value
...
Added function to simplify system settings forms that utilize AJAX.
12 years ago
Nigel Banks
36aec2a94c
Added function to simplify system settings forms that utilize AJAX.
12 years ago
Jonathan Green
6930c09b2d
Merge pull request #255 from willtp87/7.x
...
some datastreams were downloading into
12 years ago
Jonathan Green
8570de3f3b
Merge pull request #256 from nigelgbanks/7.x-default-test-config
...
Updated for changed config value.
12 years ago
Nigel Banks
23c42cb3aa
Updated for changed config value.
12 years ago
William Panting
67308b17d7
some datastreams were downloading into
...
files without extensions
12 years ago
Jonathan Green
18577d628c
Merge pull request #254 from nigelgbanks/7.x-filename-conventions
...
7.x filename conventions
12 years ago
Nigel Banks
01f619b38c
Removing unused image.
12 years ago
Nigel Banks
aa7b52f2ac
File naming conventions.
12 years ago