Nigel Banks
69fb08dd73
Coding standards.
12 years ago
Nigel Banks
0791f5d5f4
Undo previous form when callbacks steps exist between it and the current step.
...
Added two functions for navigating by 'form' steps rather than steps.
12 years ago
Nigel Banks
2d0bba2611
Prevent inifite loop when a callbacks is the last step to be executed.
...
Fix's an error in my logic. Now instead of having a null step ID mean
that it is the first step. The step ID gets initialized when the
form is first build and NULL is changed to mean that all steps
have been executed.
Also added some comments.
12 years ago
Jordan Dukart
44b8b384c9
Notice and comment fix.
12 years ago
Nigel Banks
49c489a83c
Code Review - Refactor and fixes.
12 years ago
jonathangreen
852968fe4b
Some codesniffer modifications.
12 years ago
Jordan Dukart
2d32249ab8
Missing newline, crufty func.
12 years ago
Jordan Dukart
d11075a1e6
API documentation update, minor revisions to ingest form.
12 years ago
Alan Stanley
69ce869b81
removed unused variable
12 years ago
Jordan Dukart
a462a4448c
Ingest functionality of the ingest form is now a callback.
12 years ago
Jordan Dukart
5deab4f3e3
Update to ingest_steps to add the callback type and logic associated with that.
12 years ago
Alan Stanley
8f5cf31604
used constants, removed unused variable
12 years ago
Alan Stanley
37071f0ec0
minor formatting changes
12 years ago
Alan Stanley
c431a070f3
minor formatting changes
12 years ago
Alan Stanley
273e591f6e
reverted auto-formatting
12 years ago
Alan Stanley
0731a26e15
Made query more robust
12 years ago
Alan Stanley
cb3e9b083d
Converted CM query to sparql to allow for unlabeled Content Models
12 years ago
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