Ben Woodhead
792d709d67
Removed ILives. It's being replaced by solution packs.
13 years ago
Ben Woodhead
e48680ad06
Merge pull request #9 from bwoodhead/6.x
...
ISLANDORA-314: Changed names to Islandora from Fedora
13 years ago
Ben Woodhead
4799653a60
ISLANDORA-314: Changed names to Islandora from Fedora
13 years ago
Ben Woodhead
48b081b33b
Merge pull request #8 from bwoodhead/6.x
...
fixed a typo
13 years ago
Ben Woodhead
e22cd00b17
fixed a typo
13 years ago
Ben Woodhead
1fb0e07e62
Merge pull request #7 from bwoodhead/6.x
...
ISLANDORA-260 Bugfix
13 years ago
Ben Woodhead
b3fa58db05
Merge branch 'ISLANDORA-278' into 6.x
...
Conflicts:
CollectionClass.inc
CollectionPolicy.inc
ConnectionHelper.inc
ContentModel.inc
MimeClass.inc
ObjectHelper.inc
SearchClass.inc
SecurityClass.inc
api/dublin_core.inc
api/fedora_collection.inc
api/fedora_export.inc
api/fedora_item.inc
api/fedora_utils.inc
api/rels-ext.inc
api/tagging.inc
fedora_repository.module
formClass.inc
form_elements/css/copyright.css
form_elements/css/filechooser.css
form_elements/css/list.css
form_elements/css/people.css
form_elements/css/sticky.css
form_elements/css/ui-lightness/jquery-ui-1.8.4.custom.css
form_elements/includes/autocomplete.inc
form_elements/includes/creative_commons.inc
form_elements/includes/filechooser.inc
form_elements/includes/people.inc
form_elements/islandora_form_elements.module
form_elements/js/copyright.js
form_elements/js/filechooser.js
form_elements/js/jcarousellite_1.0.1.js
form_elements/js/jquery.breakly-1.0.js
form_elements/js/jquery.easing.1.1.js
form_elements/js/jquery.loadImages.1.0.1.js
form_elements/js/jquery.loadImages.1.0.1.min.js
form_elements/js/jquery.mousewheel.min.js
form_elements/js/jquery.tag.editor-min.js
form_elements/js/jquery.ui.core.js
form_elements/js/jquery.ui.datepicker.js
form_elements/js/jquery.ui.widget.js
form_elements/js/otherselect.js
form_elements/js/people_ahah.js
form_elements/xml/gacs.xml
form_elements/xml/languages.xml
plugins/CollectionFormBuilder.inc
plugins/CreateCollection.inc
plugins/DemoFormBuilder.inc
plugins/DocumentConverter.inc
plugins/Exiftool.inc
plugins/Ffmpeg.inc
plugins/Flv.inc
plugins/FlvFormBuilder.inc
plugins/FormBuilder.inc
plugins/ImageManipulation.inc
plugins/ModsFormBuilder.inc
plugins/PersonalCollectionClass.inc
plugins/QtFormBuilder.php
plugins/Refworks.inc
plugins/ShowDemoStreamsInFieldSets.inc
plugins/ShowStreamsInFieldSets.inc
plugins/fedoraObject.inc
plugins/herbarium.inc
plugins/map_viewer.inc
plugins/qt_viewer.inc
plugins/slide_viewer.inc
plugins/tagging_form.inc
13 years ago
Ben Woodhead
b9ca342973
ISLANDORA-260: Merged in fix
...
Merge ISLANDORA-260 into 6.x
Conflicts:
fedora_repository.module
13 years ago
Ben Woodhead
712be926cf
Merge pull request #6 from bwoodhead/6.x
...
Merged in ISLANDORA-132
13 years ago
Ben Woodhead
93ccb6fe57
Merge branch 'ISLANDORA-132' into 6.x
13 years ago
Ben Woodhead
6d7e84f6d1
Merge pull request #5 from bwoodhead/6.x
...
6.x Inline Documentation Update
13 years ago
Ben Woodhead
2b37bf090b
Merge branch '6.x' of github.com:Islandora/islandora into 6.x
13 years ago
Ben Woodhead
d4a3ff7ec1
Documenting incs found in the root directory
13 years ago
Ben Woodhead
65eed8f424
Merge pull request #4 from bwoodhead/6.x
...
6.x
13 years ago
Ben Woodhead
c05a9bfeb9
Removed netbeans generated comments
13 years ago
Ben Woodhead
64fac18623
Added doc tags to the api
13 years ago
Ben Woodhead
2784a19a16
Added doc tags
13 years ago
Adam Vessey
d36fdd291c
Fix Headers for FlowPlayer
...
FlowPlayer requires the "Content-Length" header to be returned in order to work properly,
but it wasn't getting returned in the header when a user was not logged in.
A slight change to the semantics, and opening up of the getDatastream API-M method via
XACML seems to work.
14 years ago
Nigel Banks
25c5055ca5
Removed dependancy on PHP_LIB.
14 years ago
Nigel Banks
260c9869cf
Removed unused form_elements module. This will break back compatiblity with mark roys original mods forms, but it will still allow the QDC forms and the new xml_forms to work.
14 years ago
Nigel Banks
3259ae154c
Fix for editing DC, And redirecting the ingest form for XML forms.
14 years ago
Nigel Banks
f6436d4832
Fixes for editing
14 years ago
Nigel Banks
479a050708
Changed islandora to call out to a class for building the xml based forms.
14 years ago
Nigel Banks
ec441096e4
Fixes for ingesting objects.
14 years ago
Alan Stanley
8a1e300742
ISLANDORA-260 Missing PID now shows 404 page
14 years ago
Alan Stanley
32b66440fd
ISLANDORA 132 - added escaped quotation marks to
14 years ago
Nelson Hart
2bd1e56ebd
ISLANDORA-278 Updated files to meet Coder standards. Mostly t() tags. Also renamed a couple of functions. I did a find / replace for the 3 function name changes.
...
validPid to valid_pid
validDsid to valid_dsid
fixDsid to fix_dsid
One of the changes I've made has caused a minor bug in the islandora module. There are extra spaces in the collections URL.
14 years ago
Nigel Banks
1e7ae558b2
Fixed some bugs for the submission of xml forms.
14 years ago
Nigel Banks
4e6dad81a4
broken?
14 years ago
Nigel Banks
1df56b1f87
Edit form now populates correctly,
14 years ago
Nigel Banks
f6541b26c7
Edit form correctly shows up in the right spot.
14 years ago
Nigel Banks
3c4de73302
Added hooks for processing XMLBased form's during ingestion
14 years ago
Nigel Banks
5d9027171a
Fixed ahah problems with embedded form.
14 years ago
Nigel Banks
192a15cd3f
Changed formClass to render the XML Based form if xml_forms is enabled.
14 years ago
Nelson Hart
acad0a299e
ISLANDORA-278 Updated files fixing Coder errors. Mostly t() errors.
14 years ago
jonathangreen
abfc84457d
ISLANDORA-278 Initial pass at making the islandora code conform to the drupal coding standards.
14 years ago
Alan Stanley
5242573c41
Added logic for management on page objects
14 years ago
jonathangreen
253871ca86
Changed the module.info so it expands to the hash of the version when installed with git-archive or the download link.
14 years ago
Adam Vessey
237309380a
Merge https://github.com/Islandora/islandora into ISLANDORA-250
14 years ago
Adam Vessey
1a8ca9af3a
ISLANDORA-250 Wrong change for filter capitilization fixed.
14 years ago
jonathangreen
022452d297
Merge remote branch 'origin/ISLANDORA-253'
14 years ago
jonathangreen
eedfbc44d6
Merge remote branch 'origin/ISLANDORA-249'
14 years ago
jonathangreen
946711dbc0
Merge remote branch 'origin/ISLANDORA-250'
14 years ago
William Panting
544a15d1e3
ISLANDORA-188 Removed the function and the call to the function that sent he drupal message 'Custom form handler.'
14 years ago
jonathangreen
8f7cf5e0c9
ISLANDORA-253 Fixed broken image in 'Demo Image Collection'
14 years ago
jonathangreen
ac0b34cb39
ISLANDORA-249 getBreadcrumbs didn't properly deal with the case of top level objects.
14 years ago
Alan Stanley
ccebf9b112
ISLANDDORA-250 Changed fedora-system filter, added QUERY check to reduce SOAP errors
14 years ago
jonathangreen
0fc9309ecb
Merge branch 'master', remote branch 'islandora/master'
14 years ago
Alexander O'Neill
2eb0b6923e
Modern tabset for newspaper content model.
14 years ago
Alan Stanley
bc7a51f545
Merge branch 'master' of github.com:Islandora/islandora
14 years ago