Alan Stanley
c5d7485153
Converted CM query to sparql to allow for unlabeled Content Models
12 years ago
Adam Vessey
e0362cea25
Fix a variable name.
12 years ago
Adam Vessey
1b404273c3
Address issues from the translation coder report.
12 years ago
Adam Vessey
bc5717f16e
Fix a couple code-style issues in inline comments.
12 years ago
Alan Stanley
b4b33df1f5
removed space, coding standards
12 years ago
Alan Stanley
3b9ae796ef
code sniffer compliant
12 years ago
Alan Stanley
177aaced86
format changes
12 years ago
Alan Stanley
74beb0ca65
coder changes
12 years ago
Alan Stanley
1d1e72e1e7
simplified method
12 years ago
Islandora
7175316d11
Corrected coding standards violations.
12 years ago
Islandora
128cc45ac3
Updated comments in islandora_prepare_new_object() function.
12 years ago
Alan Stanley
663589d8fc
added function to create tableselect form item for content model selection
12 years ago
Islandora
8ef1066053
Updated islandora_prepare_new_object to work with file system paths instead of a url.
12 years ago
Adam Vessey
12bd300584
Flesh out inline function documentation.
12 years ago
Adam Vessey
f9586f9f9b
Fix where the context failed to get passed.
12 years ago
Adam Vessey
068535ce95
Fixes for Travis... Oops.
12 years ago
Adam Vessey
945d8f4188
Revert back to iTQL query for breadcrumbs.
12 years ago
Adam Vessey
fa56999064
Revert "Work around to handle the PHP-native stream wrappers."
...
This reverts commit 54401f71e0
.
12 years ago
Adam Vessey
13e8839d50
Allow breadcrumbs to reliably be generated multiple times.
12 years ago
Adam Vessey
54401f71e0
Work around to handle the PHP-native stream wrappers.
12 years ago
jonathangreen
092133272e
Added codesniffer to travisci
...
When code is pushed it is now failed if it fails codesniffer. Also
pushed a number of coding standards fixes so that this commit will
build correctly.
12 years ago
Jordan Dukart
af933e66ff
Add module_loads just incase and more consistency.
12 years ago
daitken
ac50236252
admin.form.inc grammar fixes
12 years ago
Jordan Dukart
2763f2b267
Use build_hook_list so we get correct hook_names when altering.
12 years ago
daitken
815e3dc9bb
add_datastream.form.inc grammar fixes
12 years ago
daitken
ff8a7aa301
object_properties.form.inc grammar fixes
12 years ago
Steve Osguthorpe
d77c53492a
Created $keys variable to be passed by reference to stop PHP warning being shown.
12 years ago
Nigel Banks
6aa5226e58
Removed default ingest menu, ingest configuration can now take a object.
...
Was not in use and excepting any parameters for the ingest process via GET
was not very safe.
Also the ingest configuration can now take an NewFedoraObject rather than
building one from the configuration options. The old way is still supported
for now though.
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
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
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
Adam Vessey
48980a03d6
Prevent a recursion loop early.
12 years ago
Adam Vessey
39389d63cf
Add mapping for dng extension.
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
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
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
Alan Stanley
902742f10a
Added method to retreive basic ds_comp info
12 years ago
Nigel Banks
1e594543c9
Drupal coding standards.
12 years ago
Nigel Banks
e18a7498a6
Filename conventions.
12 years ago
Nigel Banks
36aec2a94c
Added function to simplify system settings forms that utilize AJAX.
12 years ago
William Panting
67308b17d7
some datastreams were downloading into
...
files without extensions
12 years ago
Nigel Banks
370532007a
Added a helper function for displaying if the given directory exists.
...
This can be used in admin setting forms and else where to indicate if the given
directory exists.
12 years ago
Nigel Banks
f4885ae868
Added a helper function for displaying if the given executable is accessible.
...
This can be used in admin setting forms and else where to indicate if the given
executable is availible, and if its version requirements are met.
12 years ago
Adam Vessey
d583e9f870
Basic Entity support.
...
Expose a few fields, which can be substituted in for Tokens
(in Rules).
12 years ago
Alan Stanley
a9abf13eaf
Changed case ot conform to standard
12 years ago
Alan Stanley
65772a1c41
made viewer callback potentially aware of fedora object being displayed
12 years ago