Commit Graph

881 Commits

Author SHA1 Message Date
Richard Rodgers
c4101b573b Part of fix for bug SF# 917560 (sub-community browse) - added new seq# for
new table Communities2Item.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@835 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-07 19:52:39 +00:00
Richard Rodgers
896c882aa0 Part of fix for bug SF#917560 (Sub-community browsing). Method 'itemAdded' now
populates a new DB table - 'Communitites2Item' with all the parent community
ids of the item.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@834 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-07 19:50:32 +00:00
David Stuve
d70ba1103d Item mapper added for adding items from one collection to another
git-svn-id: http://scm.dspace.org/svn/repo/trunk@833 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-05 16:15:09 +00:00
David Stuve
874393d80b Renamed from CombineBundles.java - needs better documenting
git-svn-id: http://scm.dspace.org/svn/repo/trunk@832 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-05 14:48:28 +00:00
David Stuve
d0c70eb890 Renamed to Upgrade11to12.java
git-svn-id: http://scm.dspace.org/svn/repo/trunk@831 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-05 14:16:10 +00:00
David Stuve
6cb521df1a Assorted fixes, and COLLECTION_EDITORs can now edit submit groups.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@830 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-02 10:47:19 +00:00
Robert Tansley
67bfa0b6fc First checkin of METS exporter. Still a few problems:
- No bitstream tech metadata
- No structmap
- MODS DMDSec not written properly


git-svn-id: http://scm.dspace.org/svn/repo/trunk@829 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-01 22:51:35 +00:00
Robert Tansley
c352209355 Added 'default item' page to collection wizard
git-svn-id: http://scm.dspace.org/svn/repo/trunk@828 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-01 22:45:46 +00:00
Robert Tansley
545fb94a46 Fixed minor bug: Javascript error when finishEPerson() invoked when the
popup window was never opened


git-svn-id: http://scm.dspace.org/svn/repo/trunk@827 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-01 19:46:12 +00:00
David Stuve
059c35f9e3 First working version w/new EPerson selection tool.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@826 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-01 17:53:49 +00:00
David Stuve
bdf254baf8 Group is now a DSpaceObject, so it can have authorization policies
git-svn-id: http://scm.dspace.org/svn/repo/trunk@825 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-01 13:53:55 +00:00
David Stuve
5eb8cd2bd4 Fixed typo - method setSelected was misnamed setMultiple()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@824 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-01 13:52:50 +00:00
David Stuve
ed2fbfa29b Modified group editor to go in /tools and mostly work with
new popup eperson selector


git-svn-id: http://scm.dspace.org/svn/repo/trunk@823 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-01 13:49:46 +00:00
David Stuve
3bc78d3ffb Moved to /tools
git-svn-id: http://scm.dspace.org/svn/repo/trunk@822 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-04-01 13:40:56 +00:00
Richard Rodgers
673c928135 Tool to set or break community filial relationships
git-svn-id: http://scm.dspace.org/svn/repo/trunk@821 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-31 21:22:44 +00:00
Grace Carpenter
a1e20ae52b Fix part II for bug 738402--added import statement for EPersonDeletionException
git-svn-id: http://scm.dspace.org/svn/repo/trunk@820 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-31 21:21:45 +00:00
Richard Rodgers
d0e0d90dcc Part of fix for bug SF#917562 (community search broken for sub-comms).
Revised Item.getCommunities() to return all parent communities, not just
the immediate owner. This method called when indexing the item, so
all communities are referenced.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@819 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-31 21:06:56 +00:00
Richard Rodgers
32a2e72e64 Part of fix for bug SF#917562 (community search doesn't look in sub-communities)
Revised the method 'getCommunities' to return not only the immediate owning
community, but all its parents. These are then indexed by Lucene for the
Collection. Similar change put in Item.getCommunities()


git-svn-id: http://scm.dspace.org/svn/repo/trunk@818 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-31 20:58:43 +00:00
Richard Rodgers
383aea9ab9 Fix for bug SF#917567 - delete() method now checks for a parent community. If
present, parent removes the child as subcommunity.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@817 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-31 20:39:20 +00:00
Grace Carpenter
2161f2a55a Fix for bug 738402. This page is displayed the user tries to delete an eperson that is referenced by other tables.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@816 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-31 17:56:19 +00:00
Grace Carpenter
e4023479cb Fix for bug 738402. Added exception handling around e.delete() code.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@815 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-31 17:53:24 +00:00
Grace Carpenter
6edb6c8767 Fix for bug 738402. Thrown from EPerson.delete()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@814 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-31 17:43:34 +00:00
Grace Carpenter
8a35cd4cf5 Fix for bug 738402: added function to check for referential integrity problems
before deleting an eperson. EPerson.delete() will throw an EPersonDeletionException if the EPerson ID exists in other tables that have a constraint on the EPerson ID.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@813 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-31 17:38:12 +00:00
David Stuve
6c8208d6c7 exporter and importer now keep track of the bundles names where bitstreams are
saved (THUMBNAIL, ORIGINAL, LICENSE, etc.)


git-svn-id: http://scm.dspace.org/svn/repo/trunk@812 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-31 15:45:54 +00:00
David Stuve
4c56d899e0 Stopped indexing the database IDs of objets - we've started returning all of
our search results as handles.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@811 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-31 15:44:05 +00:00
Robert Tansley
4014131a43 Added an item.update() to processBitstream(), so that the thumbnail bitstreams
get sequence IDs.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@810 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-30 20:46:57 +00:00
Robert Tansley
b4cc750c35 Updated the default dspace.url to be more similar to what a simple evaluation
installation will use.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@809 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-29 14:19:45 +00:00
Robert Tansley
b49f6ed30e Fixed old cut and paste error which still refers to obsolete code.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@808 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-26 19:42:51 +00:00
Austin Kim
12ecd1a84a Basic HTML item flagging in CombineBundles
git-svn-id: http://scm.dspace.org/svn/repo/trunk@807 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-25 19:30:07 +00:00
Robert Tansley
b191ada7bc Removing obsolete JSP
git-svn-id: http://scm.dspace.org/svn/repo/trunk@806 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-24 17:24:56 +00:00
Robert Tansley
57e4c22be8 - Added <dspace:selecteperson> JSP tag, similar-ish to HTML <SELECT>
- Updated collection creation wizard, eperson admin tool to use it


git-svn-id: http://scm.dspace.org/svn/repo/trunk@805 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-24 17:22:44 +00:00
Grace Carpenter
3b7bfcd19d Fix for bug #835847--added call to addEntities()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@804 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-23 19:22:29 +00:00
Grace Carpenter
cfa0896ef1 Fix for bug #835847--added calls to addEntities()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@803 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-23 19:21:15 +00:00
Grace Carpenter
b9c00a32ef Fix for bug #835847--added calls to Utils.addEntities()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@802 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-23 02:12:36 +00:00
Grace Carpenter
ddd5712ecd Fix for bug #835847--added call to addEntities()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@801 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-23 02:07:57 +00:00
Grace Carpenter
18bd4b63f4 Fix for bug #835847--added calls to addEntities()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@800 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-23 02:05:35 +00:00
Grace Carpenter
a778c0b8bb Fix for bug #835847--added calls to Utils.addEntities()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@799 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-23 02:03:21 +00:00
Grace Carpenter
0e97aad345 Fix for bug #835847--added calls to Utils.addEntities()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@798 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-23 01:56:26 +00:00
Grace Carpenter
d50ae0700f Modified fix for bug #835847--switched order of lines.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@797 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-23 01:50:03 +00:00
Austin Kim
9667279922 Checking in persistent bitstream ID editing bug fix
git-svn-id: http://scm.dspace.org/svn/repo/trunk@796 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-22 20:20:42 +00:00
Grace Carpenter
50ec3342ce Fix for bug 835847. Added function 'addEntities()' to replace HTML code characters (<,>,",&, and ') with entities (such as &lt;, &gt; etc).
git-svn-id: http://scm.dspace.org/svn/repo/trunk@795 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-19 16:24:56 +00:00
Robert Tansley
3f2f86593d Moved 'edit submitters' button to 'admin tools' box in sidebar (which also
fixed table weirdness)


git-svn-id: http://scm.dspace.org/svn/repo/trunk@794 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-17 16:08:14 +00:00
Robert Tansley
a034ffad57 'Edit' button now works again
git-svn-id: http://scm.dspace.org/svn/repo/trunk@793 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-16 18:46:58 +00:00
Austin Kim
310515c512 Checking in persistent bitstream ID editing
git-svn-id: http://scm.dspace.org/svn/repo/trunk@792 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-15 21:26:55 +00:00
Robert Tansley
d6a4245fc7 Various cosmetic changes
Edit button on community page fixed


git-svn-id: http://scm.dspace.org/svn/repo/trunk@791 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-09 19:48:21 +00:00
Robert Tansley
5bd1d4cdfd Checking in sub-community support for Richard
git-svn-id: http://scm.dspace.org/svn/repo/trunk@790 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-09 18:32:31 +00:00
David Stuve
38397b16fb Administrators now get 'edit' buttons on collection and community home pages.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@789 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-09 00:40:38 +00:00
David Stuve
6ddf86c69c Added thumbnail xsize and ysize
git-svn-id: http://scm.dspace.org/svn/repo/trunk@788 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-09 00:39:56 +00:00
David Stuve
19e4aa4675 Fancier scaling of thumbnails - reads max xsize and ysize from config file.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@787 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-09 00:39:08 +00:00
David Stuve
429c486f26 Now works even if character set is unusual.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@786 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-03-09 00:37:34 +00:00