Hi Dacio,

> I know that DSpace map/move an item, but i would like to know if DSpace
> can map/move an entire collection/community. Is it possible?

There is a patch in the patch queue for moving collection
http://sourceforge.net/tracker/index.php?func=detail&aid=1741872&group_id=19984&atid=319984
You might try this, if so some feedback on SF would be great.

You might move a collection on db level. Make sure you got a backup 
befor you change anything.
The command is:
update community2collection set community_id=NewCommunityID where 
community_id=OldCommunityID and collection_id=YourCollectionID;

Then run [dspace]/bin/index-update.

> Another question, after the insertion of an item, if i click in the
> "Show full item record" the language is en. This is the language by
> default but i would like to make pt_BR the default language. How can i
> made this?
You got to change
org.dspace.submit.step.DescribeStep there are still some hardcoded "en" 
in it.


Hope that helps

Claudia

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to