jonathangreen
f4c758684b
Minor mistake from previous travis config
12 years ago
jonathangreen
80aa8ed756
moved travis setup to a script
12 years ago
jonathangreen
031d1579ad
Updated travis to build with different fedora versions
12 years ago
jonathangreen
64ff24a085
Updated travis to build with different fedora versions
12 years ago
jonathangreen
2ac9ce5507
Updated travis to build with different fedora versions
12 years ago
jonathangreen
2586887476
Updated travis to build with different fedora versions
12 years ago
jonathangreen
35117d4f30
added another updated travis config
12 years ago
jonathangreen
13efc16b6a
Updated travis config again
12 years ago
jonathangreen
12dcbb5b17
Another travis config change
12 years ago
jonathangreen
b1e57b16d8
Another change to the travis-ci config
12 years ago
jonathangreen
901dd69c5d
Merge branch 'travis' of github.com:jonathangreen/islandora into travis
12 years ago
Jonathan Green
90b9b6ceb6
Some updates of tests for Travis
12 years ago
Adam
ec142fae66
Merge pull request #291 from nigelgbanks/7.x-access-cleanup
...
Added a new function islandora_user_access() to simplify access callbacks
12 years ago
Adam
f9075871e1
Merge pull request #297 from nigelgbanks/7.x-objects-display
...
Cleaned up and moved grid/list display logic into islandora, since its n...
12 years ago
Adam
6b6fdb88f0
Merge pull request #287 from nigelgbanks/7.x-ingest-improvements
...
Removed default ingest menu, ingest configuration can now take a object.
12 years ago
Nigel Banks
68bbbe163e
Added tests for islandora_user_access().
...
Caught a spelling mistake as part of the testing writing.
12 years ago
Nigel Banks
8204d1f8fd
Standards Compliance
12 years ago
Jonathan Green
081791cd6a
Merge pull request #292 from k-int/7.x
...
Created $keys variable
12 years ago
Jonathan Green
16f4e2731d
Merge pull request #299 from daitken/7.x
...
7.x grammar fixes
12 years ago
Adam
57a77b8389
Merge pull request #298 from jordandukart/7.x
...
Use build_hook_list so we get correct hook_names when altering.
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
jonathangreen
1f915cad12
Another try at travis
12 years ago
jonathangreen
212e113700
Updated travis config a bit
12 years ago
jonathangreen
4a310f19f5
Merge branch '7.x' of git://github.com/Islandora/islandora into 7.x
12 years ago
Nigel Banks
2c829f0241
Cleaned up and moved grid/list display logic into islandora, since its now used in several modules.
12 years ago
Jordan Dukart
4e9ec644ef
Merge pull request #296 from daniel-dgi/7.x
...
7.x
12 years ago
Daniel Lamb
b280cfd87d
Merge pull request #293 from willtp87/7.x
...
Revived islandora_hooks_test module to get hook tests working
12 years ago
Daniel Lamb
15400f0aa6
Merge branch '7.x' of https://github.com/willtp87/islandora into 7.x
12 years ago
Daniel Lamb
e8f5b8190a
Buildfile and Doxyfile
12 years ago
jonathangreen
1c138a4d6f
Merge branch '7.x' of git://github.com/willtp87/islandora into 7.x
12 years ago
William Panting
822c9211a2
need access to the filter file too
12 years ago
William Panting
f5c1729cd2
test setup docs
12 years ago
William Panting
736c809c2e
Revived islandora_hooks_test module to get hook tests working
12 years ago
Steve Osguthorpe
d77c53492a
Created $keys variable to be passed by reference to stop PHP warning being shown.
12 years ago
Jonathan Green
ff0ed13e1f
Added a config for travis-ci
...
This config will let islandora work with travis-ci.
travis
more travis
This one should work.
Test travis with apache.
added sudo
Added chown
Fixed permissions... i hope.w
Apache config
back to non-apache
Another try at a travis config
Added some debug output
woot
Another update
Added some debug data to sort out whats up with travis.
more debug
another
More debug
Perhaps this will finally work
Revert "More debug"
This reverts commit 508e993f4b02f7f3c9eb0d978514d0be89abbc78.
Revert "another"
This reverts commit cbf280eb4ebd22dda90788752787250a0ef71361.
Revert "more debug"
This reverts commit e6ce86ad77fdb89807c426adaa04a90a9955f343.
Revert "Added some debug data to sort out whats up with travis."
This reverts commit 5cb8e5b2f5dd20896f501a70167495b42d8f77f4.
Holy jumping jesus it works.
12 years ago
Jonathan Green
e7cc486d18
First try at getting travis building.
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
Nigel Banks
51e8f84023
Added a new function islandora_user_access() to simplify access callbacks.
...
This function will check the given object/datastream against the given
permissions and required content models using the given user. If no user is
given the user identified by the GET token will be used, if no token is present
the global user will be used.
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