[Dspace-tech] Recent Submissions not appearing in Dspace search

2009-11-02 Thread Evans, Kevin
Hi,
 
After a change to the dspace.cfg and a re-index Recent Submissions feature
in the repository has disappeared from all collections and community pages.
 
Can the dates between recent submissions be set to allow for all submissions
to be available. We have added a test submission and that appears.
 
There doesn't seem to be much in the logs

Cheers 
 
Kevin
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573
+447775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the University.
 
attachment: Kevin Evans (kevin.evans@exeter.ac.uk).vcf

smime.p7s
Description: S/MIME cryptographic signature
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Recent Submissions not appearing in Dspace search

2009-11-02 Thread Claudia Jürgen

Hello Kevin,

what did you change in the dspace.cfg?

Did you change any of these parameters:

webui.itemlist.sort-option.3 = dateaccessioned:dc.date.accessioned:date

recent.submissions.sort-option
recent.submissions.count
plugin.sequence.org.dspace.plugin.CommunityHomeProcessor
plugin.sequence.org.dspace.plugin.CollectionHomeProcessor

And with regards to re-index. Did you change any browse settings and run 
[dspace]/bin/index-init afterwards?


Hope that helps

Claudia Jürgen


Evans, Kevin schrieb:

Hi,
 
After a change to the dspace.cfg and a re-index Recent Submissions feature

in the repository has disappeared from all collections and community pages.
 
Can the dates between recent submissions be set to allow for all submissions

to be available. We have added a test submission and that appears.
 
There doesn't seem to be much in the logs


Cheers 
 
Kevin
 
Kevin Evans MA

Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573
+447775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
This email and any attachment may contain information that is confidential,

privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the University.
 






--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!

http://p.sf.net/sfu/devconference




___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
attachment: Claudia_Juergen.vcf--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Installing Dspace 1.5 on Ubuntu 8.10 [ant fresh_install] error

2009-11-02 Thread AKHRZ
I'm having trouble installing dspace 1.5 on Ubuntu 8.10
I have been following the following guide:
http://wiki.dspace.org/index.php/Installing_DSpace_1.5_on_Ubuntu_8.10_Server

Everything works out smoothly until I execute [ ant fresh_install ].

I also followed the the common problems at 
http://www.dspace.org/1_5_1Documentation/ch03.html#docbook-install.html-problems
 but I cant get a successful build.

Where am I going wrong?

Here is the log of the errors:

dsp...@biblio-main:~/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir$
 ant fresh_install
Buildfile: build.xml

init_installation:

init_configs:

setup_database:
 [java] 2009-11-02 14:21:16,895 INFO  org.dspace.core.ConfigurationManager 
@ Loading system provided config property (-Ddspace.configuration): 
config/dspace.cfg
 [java] 2009-11-02 14:21:16,905 INFO  org.dspace.core.ConfigurationManager 
@ Using default log4j provided log configuration,if uninitended, check your 
dspace.cfg for (log.init.config)
 [java] 2009-11-02 14:21:16,906 INFO  
org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
 [java] 2009-11-02 14:21:17,001 FATAL 
org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
 [java] org.postgresql.util.PSQLException: Connection refused. Check that 
the hostname and port are correct and that the postmaster is accepting TCP/IP 
connections.
 [java] at 
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:122)
 [java] at 
org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
 [java] at 
org.postgresql.jdbc2.AbstractJdbc2Connection.init(AbstractJdbc2Connection.java:116)
 [java] at 
org.postgresql.jdbc3.AbstractJdbc3Connection.init(AbstractJdbc3Connection.java:30)
 [java] at 
org.postgresql.jdbc3.Jdbc3Connection.init(Jdbc3Connection.java:24)
 [java] at org.postgresql.Driver.makeConnection(Driver.java:369)
 [java] at org.postgresql.Driver.connect(Driver.java:245)
 [java] at java.sql.DriverManager.getConnection(DriverManager.java:582)
 [java] at java.sql.DriverManager.getConnection(DriverManager.java:185)
 [java] at 
org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:65)
 [java] at 
org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
 [java] at 
org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:974)
 [java] at 
org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:176)
 [java] at java.sql.DriverManager.getConnection(DriverManager.java:582)
 [java] at java.sql.DriverManager.getConnection(DriverManager.java:207)
 [java] at 
org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:550)
 [java] at 
org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:923)
 [java] at 
org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:100)
 [java] Caused by: java.net.ConnectException: Connection refused
 [java] at java.net.PlainSocketImpl.socketConnect(Native Method)
 [java] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
 [java] at 
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
 [java] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
 [java] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
 [java] at java.net.Socket.connect(Socket.java:519)
 [java] at java.net.Socket.connect(Socket.java:469)
 [java] at java.net.Socket.init(Socket.java:366)
 [java] at java.net.Socket.init(Socket.java:180)
 [java] at org.postgresql.core.PGStream.init(PGStream.java:60)
 [java] at 
org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:77)
 [java] ... 17 more

BUILD FAILED
/home/dspace/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir/build.xml:585:
 Java returned: 1

Total time: 0 seconds
dsp...@biblio-main:~/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir$
 


  

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Size Limit for Display in Web Browser JPEGs?

2009-11-02 Thread pennington
Stuart,

Thanks for the help with this one. Changes to these settings are exactly what I 
was needing. I don't know why I didn't see that setting when I originally 
looked through dspace.cfg

--
Stacy Pennington
Rhodes College
penning...@rhodes.edu
(901) 843-3968


-Original Message-
From: Stuart Lewis [mailto:s.le...@auckland.ac.nz] 
Sent: Sunday, November 01, 2009 2:02 PM
To: Pennington_Stacy
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Size Limit for Display in Web Browser JPEGs?

Hi Stacy,

 Does anyone know it is possible to change DSpace so that the 30 MB  
 JPEG image also shows up a new web browser window, like the 5 MB  
 image does?

 Where is the cut-off in size (I'm assuming it is size) where DSpace  
 changes from view in browser to download only to view?

Take a look in dspace.cfg at the following settings:

 Content Inline Disposition Threshold 
#
# Set the max size of a bitstream that can be served inline
# Use -1 to force all bitstream to be served inline
# The 'webui.*' setting is for the JSPUI, and
# the 'xmlui.*' setting is for the XMLUI
webui.content_disposition_threshold = 8388608
xmlui.content_disposition_threshold = 8388608

The out-the-box configuration is set to 8MB.

Hope that helps,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Recent Submissions not appearing in Dspace search

2009-11-02 Thread Evans, Kevin
Hi Claudia,

Thanks for your reply.

I didn't change the parameters you mentioned but I have changed the browse
settings and ran  [dspace]/bin/index-init afterwards. 

This is when the results stopped appearing.

Can you give me some advice?

Cheers

Kevin

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] 
Sent: 02 November 2009 13:29
To: Evans, Kevin
Cc: 'dspace-tech@lists.sourceforge.net'; Wellaway, Ian
Subject: Re: [Dspace-tech] Recent Submissions not appearing in Dspace
search

Hello Kevin,

what did you change in the dspace.cfg?

Did you change any of these parameters:

webui.itemlist.sort-option.3 = dateaccessioned:dc.date.accessioned:date

recent.submissions.sort-option
recent.submissions.count
plugin.sequence.org.dspace.plugin.CommunityHomeProcessor
plugin.sequence.org.dspace.plugin.CollectionHomeProcessor

And with regards to re-index. Did you change any browse settings and run
[dspace]/bin/index-init afterwards?

Hope that helps

Claudia Jürgen


Evans, Kevin schrieb:
 Hi,
  
 After a change to the dspace.cfg and a re-index Recent Submissions 
 feature in the repository has disappeared from all collections and
community pages.
  
 Can the dates between recent submissions be set to allow for all 
 submissions to be available. We have added a test submission and that
appears.
  
 There doesn't seem to be much in the logs
 
 Cheers
  
 Kevin
  
 Kevin Evans MA
 Web Services Developer,
 Integration and Webservices,
 Room 901,
 9th Floor, Laver Building
 University of Exeter,
 Exeter,
 Devon,
 EX4 4QE
 01392 725573
 +447775027574
 http://my.exeter.ac.uk http://my.exeter.ac.uk/
  
 This email and any attachment may contain information that is 
 confidential, privileged, or subject to copyright, and which may be 
 exempt from disclosure under applicable legislation. It is intended 
 for the addressee only. If you received this message in error, please 
 let me know and delete the email and any attachments immediately. The 
 University will not accept responsibility for the 
 accuracy/completeness of this e-mail and its attachments. The 
 University cannot guarantee that this message and any attachments are 
 virus free. Any views or opinions expressed in this message are my own and
do not necessarily represent those of the University.
  
 
 
 
 --
 --
 
 --
  Come build with us! The BlackBerry(R) Developer Conference in 
 SF, CA is the only developer event you need to attend this year. 
 Jumpstart your developing skills, take BlackBerry mobile applications 
 to market and stay ahead of the curve. Join us from November 9 - 12, 
 2009. Register now!
 http://p.sf.net/sfu/devconference
 
 
 --
 --
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


smime.p7s
Description: S/MIME cryptographic signature
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Confirming Java version for Dspace 1.5

2009-11-02 Thread Bunton, Glenn A.
Just want to confirm - Is Sun Java 6 acceptable with Dspace 1.5?

===
Glenn Bunton  gbun...@odu.edu
Head of Systems Development   757-683-5952
Old Dominion University Libraries
Perry Library - E3.341
Norfolk, VA 23529


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] HTML5 and the future of DSpace

2009-11-02 Thread Mark H. Wood
On Fri, Oct 30, 2009 at 04:41:18PM -0700, Mark Diggory wrote:
 For DSpace XMLUI, this is simply a matter of creating an appropriate
 theme that will support HTML5 as the output format for generated html
 content.  This would be an excellent project for those in the
 community who are working on DSpace Manakin XMLUI themes to provide as
 a contribution and would be most exclusively an exercise in XSLT.

Well, there are various aspects of HTML5 that I think we need to
consider separately.

There are new elements we can use to mark portions of the page as
headers or footers or sidebars or the like.  They don't greatly affect
the experience of most users, at least not right away, and it doesn't
greatly matter to most users if they don't yet have browsers that can
understand those elements.  We can start working out appropriate uses
of them and using them without much worry.  Yes, let's begin taking
advantage of more-meaningful markup and let the benefits be realized
as the client tools fill in.

HTML5 attempts to give less of the sort of room for interpretation
that has resulted in the worst cross-browser compatibility horrors of
previous versions.  We will need to pay attention to such matters, to
avoid surprising or inconveniencing the user of a more strictly
compliant browser.

Other elements bear still more scrutiny.  There is a long-felt need
for better support of audio and video material, and the new audio and
video elements might be used to meet that need.  But here the user's
browser makes the difference between it works and it fails, and
perhaps chides you for not upgrading daily.  We also need to
understand the performance characteristics of embedded media
vs. streaming vs. magic Flash widgets.  We need to think just a bit
about how we count downloads of something that could be started and/or
stopped in the middle.  We need to examine the different codec bundles
provided by the browsers that implement these elements at all.  (Do we
provide multiple encodings, or point to add-on codec packages, or some
of each, or...?)  This stuff will affect and be affected by our sites'
acceptable-formats policies.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Friends don't let friends publish revisable-form documents.


pgpwNEyAokunV.pgp
Description: PGP signature
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Installing Dspace 1.5 on Ubuntu 8.10 [antfresh_install] error

2009-11-02 Thread Kim Shepherd
Hi there,

The key error in the log you pasted below is this:

org.postgresql.util.PSQLException: Connection refused. Check that the hostname 
and port are correct and that the postmaster is accepting TCP/IP connections.

Ant cannot connect to your Dspace database. Since this is a fresh install, you 
should make sure that you have created your PostgreSQL (or Oracle) database and 
user as per http://www.dspace.org/1_5_1Documentation/ch03.html#N10787 , and 
also go through [dspace-source]/dspace/config/dspace.cfg and make sure that the 
database properties (name, user, password, driver, url) are all set correctly.

(note: since this is the first install and you don't have a [dspace]/configs 
dir set up yet, you'll be editing your source dspace.cfg. You'll either have to 
rebuild after changing thi dspace.cfg, or at least manually copy it over to 
[dspace-source]/dspace/target/dspace-1.5.2-build.dir/config before running ant 
fresh_install)

Cheers,

Kim

 -Original Message-
 From: AKHRZ [mailto:ak...@yahoo.com]
 Sent: Tuesday, 3 November 2009 2:52 a.m.
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Installing Dspace 1.5 on Ubuntu 8.10
 [antfresh_install] error
 
 I'm having trouble installing dspace 1.5 on Ubuntu 8.10
 I have been following the following guide:
 http://wiki.dspace.org/index.php/Installing_DSpace_1.5_on_Ubuntu_8.10_S
 erver
 
 Everything works out smoothly until I execute [ ant fresh_install ].
 
 I also followed the the common problems at
 http://www.dspace.org/1_5_1Documentation/ch03.html#docbook-
 install.html-problems but I cant get a successful build.
 
 Where am I going wrong?
 
 Here is the log of the errors:
 
 dsp...@biblio-main:~/dspace-1.5.2-src-release/dspace/target/dspace-
 1.5.2-build.dir$ ant fresh_install
 Buildfile: build.xml
 
 init_installation:
 
 init_configs:
 
 setup_database:
  [java] 2009-11-02 14:21:16,895 INFO
 org.dspace.core.ConfigurationManager @ Loading system provided config
 property (-Ddspace.configuration): config/dspace.cfg
  [java] 2009-11-02 14:21:16,905 INFO
 org.dspace.core.ConfigurationManager @ Using default log4j provided log
 configuration,if uninitended, check your dspace.cfg for
 (log.init.config)
  [java] 2009-11-02 14:21:16,906 INFO
 org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database
  [java] 2009-11-02 14:21:17,001 FATAL
 org.dspace.storage.rdbms.InitializeDatabase @ Caught exception:
  [java] org.postgresql.util.PSQLException: Connection refused.
 Check that the hostname and port are correct and that the postmaster is
 accepting TCP/IP connections.
  [java] at
 org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(Connect
 ionFactoryImpl.java:122)
  [java] at
 org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.
 java:65)
  [java] at
 org.postgresql.jdbc2.AbstractJdbc2Connection.init(AbstractJdbc2Connec
 tion.java:116)
  [java] at
 org.postgresql.jdbc3.AbstractJdbc3Connection.init(AbstractJdbc3Connec
 tion.java:30)
  [java] at
 org.postgresql.jdbc3.Jdbc3Connection.init(Jdbc3Connection.java:24)
  [java] at org.postgresql.Driver.makeConnection(Driver.java:369)
  [java] at org.postgresql.Driver.connect(Driver.java:245)
  [java] at
 java.sql.DriverManager.getConnection(DriverManager.java:582)
  [java] at
 java.sql.DriverManager.getConnection(DriverManager.java:185)
  [java] at
 org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection
 (DriverManagerConnectionFactory.java:65)
  [java] at
 org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableCo
 nnectionFactory.java:294)
  [java] at
 org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObje
 ctPool.java:974)
  [java] at
 org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:176)
  [java] at
 java.sql.DriverManager.getConnection(DriverManager.java:582)
  [java] at
 java.sql.DriverManager.getConnection(DriverManager.java:207)
  [java] at
 org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.
 java:550)
  [java] at
 org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:9
 23)
  [java] at
 org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.jav
 a:100)
  [java] Caused by: java.net.ConnectException: Connection refused
  [java] at java.net.PlainSocketImpl.socketConnect(Native Method)
  [java] at
 java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
  [java] at
 java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
  [java] at
 java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
  [java] at
 java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
  [java] at java.net.Socket.connect(Socket.java:519)
  [java] at java.net.Socket.connect(Socket.java:469)
  [java] at 

Re: [Dspace-tech] Confirming Java version for Dspace 1.5

2009-11-02 Thread Kim Shepherd
Hi Glenn,

 

Yes, Sun Java 6 works just fine with Dspace 1.5.x.

 

Cheers,

 

Kim

 

From: Bunton, Glenn A. [mailto:gbun...@odu.edu] 
Sent: Tuesday, 3 November 2009 5:03 a.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Confirming Java version for Dspace 1.5

 

Just want to confirm – Is Sun Java 6 acceptable with Dspace 1.5?

 

===

Glenn Bunton  gbun...@odu.edu

Head of Systems Development   757-683-5952

Old Dominion University Libraries

Perry Library - E3.341

Norfolk, VA 23529



 

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Default to Advanced Search

2009-11-02 Thread Jizba, Richard
Hello,

Is it possible to change the default simple search to Advanced Search. I
am using 1.5 and Manakin and want to implement this in theme.
(I want the the Advanced Search to display as the default on the
sub-community and collections pages which are associated with that
theme.)

Richard Jizba
Creighton University
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech