Adam Vessey
febd3a3fee
Carry through changes.
11 years ago
Jordan Dukart
dd9896d187
Code style cleanup.
11 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
Adam Vessey
09e9785ecf
Add filter_xss() to trigger_error() calls...
...
Hurray coder! :P
12 years ago
Adam Vessey
7aa1151001
Deprecate old and use new functions.
12 years ago
Adam Vessey
bc8492a787
Add a couple more access checks.
12 years ago
Jordan Dukart
277a109ebc
Force islandora to be present in the allowed namespaces at all times.
12 years ago
Adam Vessey
80a187bab9
Revert "Add semi-colons, so the code's actual code..."
...
This reverts commit 992c42b96f1faed5fc48eb1dd8680537b1f05831...
... Apparently, the "production" code review has a bit of a bug in it,
where it doesn't parse @code/@endcode sections properly:
http://drupal.org/node/1991382
12 years ago
Adam Vessey
2ce695a9f0
Add deprecation message to the superfluous DS-COMPOSITE-MODEL parser.
12 years ago
Adam Vessey
992c42b96f
Add semi-colons, so the code's actual code...
12 years ago
Adam Vessey
73cfd46c68
Fix the deprecation message.
12 years ago
Nigel Banks
c5e6dfcd7a
Changed Parameter Type Hinting to only use the top level Abstract class
12 years ago
Nigel Banks
8b0b320338
Configuration options now accept multiple objects.
...
Configuration no longer requires validation.
Added Convience method for determining if the ingest forms can be rendered.
12 years ago
Nigel Banks
5fac157cfc
Appease the Travis God! The one true build master!
...
May my code be clean, and follow the law's of "standard".
May it support internationalization for Travis includes all!
May it not contain copy pasta for it is soggy.
Travis be praised!
12 years ago
Nigel Banks
3bb2646b5e
Added a convience function for generated depreciated function messages.
...
The message will only be displayed to the user if Drupal is configured to show these
warnings, regardless of the setting though it will be logged to the watchdog.
12 years ago
Alan Stanley
f9e4064715
coder standards
12 years ago
Alan Stanley
9496b0e5fd
formatting
12 years ago
Alan Stanley
553810a133
changed operator
12 years ago
Alan Stanley
84aa0c58f4
changed operator
12 years ago
Alan Stanley
b58fd31f9c
formatting, made query more efficient
12 years ago
Alan Stanley
3da2fdcb9f
added default, changed sorting
12 years ago
jonathangreen
852968fe4b
Some codesniffer modifications.
12 years ago
Alan Stanley
69ce869b81
removed unused variable
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
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
fa56999064
Revert "Work around to handle the PHP-native stream wrappers."
...
This reverts commit 54401f71e0
.
12 years ago
Adam Vessey
54401f71e0
Work around to handle the PHP-native stream wrappers.
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
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
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
36aec2a94c
Added function to simplify system settings forms that utilize AJAX.
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