1.) profiles-example.xml that can be copied to profiles.xml as an example
2.) adjustements to poms to support usage of profiles to overide properties.
3.) svnignore to assure profiles.xml isn't managed in svn.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2175 9c30dcfa-912a-0410-8fc2-9e0234be79fd
- Authentication code moved to new org.dspace.authenticate package
- Added IP Authentication (SF patch #1566820).
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2168 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2.) Improving logic of Browse and Search consumers because both API support the same method for both the update and add of items and internally manage decisions about the appropriateness of the item to be indexed.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2163 9c30dcfa-912a-0410-8fc2-9e0234be79fd
- There are still two item-submission.xml files: item-submission-JSPUI.xml and item-submission-XMLUI.xml
- Now, the JSPUI will automatically load item-submission-JSPUI.xml, and the XMLUI will load item-submission-XMLUI.xml
- Also updated doc/submission.html to inform users how this works
- Updated some various comments, and updated error messages to report the item-submission.xml which caused the error
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2149 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2.) Eliminate separate intialization of log4j in xmlui because ConfigurationManager is responsible for it.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2145 9c30dcfa-912a-0410-8fc2-9e0234be79fd
All sorting options are available on *all* 'item' browses - at the top level, changing a ie. from title to issue date, will make all corresponding UI hints follow.
Also, maintains a separate table of all withdrawn items. This is currently not exposed in the UI, but can be easily (it's a current feature request).
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2126 9c30dcfa-912a-0410-8fc2-9e0234be79fd
Also, consolidates the schema namespace registry into the schema type xml, with single import step.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2125 9c30dcfa-912a-0410-8fc2-9e0234be79fd
grahamtriggs | 2007-08-01 11:55:51 -0400
Added IBM ICU dependency
First attempt at integrating the configurable browse patch
First attempt at integrating the UI changes for Configurable Browse
Configurable browse patch - web.xml
Java code modifications from Configurable Browse patch
JSP changes from the Configurable Browse patch
Removed browse changes that should have been committed to the browse branch
Documentation, config and scripts for configurable browse
Re-adding Configurable Browse changes following merge
Messages for the configurable browse
Fixed use of DCDate for i18n patch
First attempt to make xmlui compatible with the new BrowseIndex, although not fully use the configuration
First attempt to make xmlui compatible with new Browse API. Browse basically works, but it's more costly than needs be (unnecessary Item.find()), and only works if you use the default Browse configuration.
Fixed problem with second level browse (items for author / subject)
Updates xmlui components to handle BrowseItem DSOs, ArtifactBrowser now passes these directly. r407@libaxis1: grahamtriggs | 2007-08-06 09:14:05 -0400
Minor fixes to make class easier to use
Fix to only display sort by options on a second level browse
Updates the ArtifactBrowser, to replace all browse functionality with entirely customisable browse code
Update the browse index creation on fresh_install
Fixed problem with indexing non-archived items
Added caching support (key generation / validity)
Moved internal class to bottom of file
Browse code changes
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2116 9c30dcfa-912a-0410-8fc2-9e0234be79fd
- S.F. Patch 1764069 Replaces "String" with "Integer" in PreparedStatement
Parameters where appropiate. (Added deleteByValue as another case where change is neccessary).
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2109 9c30dcfa-912a-0410-8fc2-9e0234be79fd
- Added a new "list" type to the input-forms.xml, which will allow you to display metadata options in radio buttons or checboxes
- Added the base Configurable Submission step processing classes (org.dspace.submit.step.*) which perform all processing for both the JSP-UI and XML-UI
- Added the classes which read the configuration file (item-submission.xml)
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2079 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2.) refine versions of dependencies shared across project via dependencyManagement in dspace-pom project.
3.) refine versioning across projects that share dspace-pom. version is inherited from parent and dependencies to dspace-xx projects are bound to current version defined in dspace-pom.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2060 9c30dcfa-912a-0410-8fc2-9e0234be79fd