Difference between revisions of "Files/EPrints 3.0 Beta 3"

From EPrints Documentation
Jump to: navigation, search
 
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
[[Category:Releases]]
 
= EPrints 3.0 3rd Beta Release =
 
= EPrints 3.0 3rd Beta Release =
  
Line 5: Line 6:
 
== Download ==
 
== Download ==
  
http://files.eprints.org/120/
+
http://files.eprints.org/125/
  
 
== Requires ==
 
== Requires ==
Line 32: Line 33:
 
== Things added since beta 2 ==
 
== Things added since beta 2 ==
  
* Improvements to the look of email sent by the system.
+
* Improvements to the look of email sent by the system.
* METS export plugin
+
* METS export plugin
* MODS export plugin
+
* MODS export plugin
* Atom Feeds (similar to RSS)
+
* Atom Feeds (similar to RSS)
* RSS2.0 Feeds
+
* RSS2.0 Feeds
* Global Feeds, in addition to Atom/RSS feeds for search results.
+
* Global Feeds, in addition to Atom/RSS feeds for search results.
* Thumbnails for images
+
* Thumbnails for images
* Pop-up previews for images and PDFs
+
* Pop-up previews for images and PDFs
* View user history (changes they have made to eprints)
+
* View user history (changes they have made to eprints)
* Added built-in lat/long values for users + eprints to support geodata.
+
* Added built-in lat/long values for users + eprints to support geodata.
* Improvements to autocomplete system
+
* Improvements to autocomplete system
* Added "feed" icons to search results page.
+
* Added "feed" icons to search results page.
* Added option to reorder a search without going back to the form.
+
* Added option to reorder a search without going back to the form.
* Redesigned all icons to look more professional.
+
* Redesigned all icons to look more professional.
* Redesigned file upload to be more straight forward.
+
* Redesigned file upload to be more straight forward.
* "Unrolling" javascript elements now scroll the screen if they were
+
* "Unrolling" javascript elements now scroll the screen if they were about to disappear off the bottom.
    about to disappear off the bottom.
+
* Simplified the logged-in toolbar.
* Simplified the logged-in toolbar.
+
* Better debug messages for embedded scripts.
* Better debug messages for embedded scripts.
+
* New configuration options to disable plugins.
* New configuration options to disable plugins.
+
* Option to change where action links appear.
* Option to change where action links appear.
+
* All POST requests redirect after completion to eliminate errors caused by browser "back" buttons.
* All POST requests redirect after completion to eliminate errors
+
* Added web-based import tool.
    caused by browser "back" buttons.
+
* Bug fixes
* Added web-based import tool.
+
* UI tweaks
* Bug fixes
+
* Minor changes to default configuration
* UI tweaks
+
* Clone EPrint
* Minor changes to default configuration
+
* Use EPrint as Template
* Clone EPrint
 
* Use EPrint as Template
 
  
 
== Things planned for Release Candidate 1 ==
 
== Things planned for Release Candidate 1 ==
Line 73: Line 72:
  
 
Other than that we've still got a bunch of (minor!) bugs to fix, documentation to write, and we've got a few people working on some additional auto-complete tools and plugins.
 
Other than that we've still got a bunch of (minor!) bugs to fix, documentation to write, and we've got a few people working on some additional auto-complete tools and plugins.
 +
 +
Mostly the next two weeks will be spent testing and bugfixing. After RC1 no new features will be added to 3.0, although we'll start planning 3.1!
  
 
EPrints 3 logs all hits on documents and abstracts but does not yet do anything smart with that data. We're working on that as a separate project.
 
EPrints 3 logs all hits on documents and abstracts but does not yet do anything smart with that data. We're working on that as a separate project.
Line 82: Line 83:
 
(see also the [[Files/EPrints 3.0 Beta 2]] notes)
 
(see also the [[Files/EPrints 3.0 Beta 2]] notes)
  
=== Essential things to do (per repository) after 3.0 beta-2 to 3.0 beta-3 upgrade ===
+
=== Things to do (per repository) after 3.0 beta-2 to 3.0 beta-3 upgrade ===
  
* The database has changed a tiny bit so run
+
* The database has changed a tiny bit (again) so run
 
  bin/epadmin upgrade ARCHIVEID
 
  bin/epadmin upgrade ARCHIVEID
  
* edit cfg.d/user_fields_default.pl and add these rows inside the sub:
+
* In cfg/cfg.d/eprint_render.pl change this line:
 +
 
 +
    $doctd->appendChild(
 +
        $session->get_repository->call( "render_fileicon",
 +
            $session, $doc->get_type, $doc->get_url ) );
  
        $data->{items_fields} = [ "lastmod", "title", "type", "eprint_status" ];
+
to this:
        $data->{review_fields} = [ "status_changed", "title", "type", "userid" ];
 
  
* Any existing users will not have these preferences set, so they will need to modify their profile to set this. These fields control what fields you see on the Items and Review pages.
+
    $doctd->appendChild( $doc->render_icon_link );
  
* security.pl has been rewritten. Replace your copy (after you upgrade) with the one from /opt/eprints3/lib/defaultcfg/cfg.d/security.pl
+
* remove cfg/cfg.d/fileinfo_render.pl
  
* Do the same for search.pl
+
* remove fileinfo from cfg/cfg.d/eprints_fields.pl
  
=== Recommended but not essential ===
+
* <strike>replace cfg/cfg.d/dynamic_template.pl with the copy in /opt/eprints3/defaultcfg/cfg.d/</strike>
 +
* replace cfg/cfg.d/dynamic_template.pl with the copy in /opt/eprints3/lib/defaultcfg/cfg.d/
  
* Do the same for eprint_render.pl as for security.pl and search.pl - the new version adds links in the summary page to the various versions of the metadata available, and tweaks some other stuff.
+
* You may also wish to remove the "user home" link from the site template.
  
* We've changed the default template a bit. You may wish to replace your cfg/lang/en/templates/default.xml and cfg/cfg.d/dynamic_template.pl with the versions from lib/defaultcfg/
+
The reason for these changes are an improved way to show the logged-in user options which we feel is clearer and neater, and that the fileinfo feature has become part of the core, rather than the config-area hack that was introduced in EPrints 2.
  
 
== Plugins ==
 
== Plugins ==

Latest revision as of 14:29, 8 February 2010

EPrints 3.0 3rd Beta Release

Released 5th December 2006.

Download

http://files.eprints.org/125/

Requires

  • Apache 2
  • mod_perl 2
  • Perl
  • Some perl modules
  • UNIX like operating system

Release Notes

EPrints 3 does not need to be the same user as the webserver, but it does need to be a user which is in the same UNIX group.

If there is any bug which is a showstopper, let us know and we'll try and get another beta out ASAP.

DO NOT try to install over the top of EPrints 2, it will just make a mess!

There is currently no way to upgrade from 2.3 to 3.0 but that will be a side development project over the next few months, released sometime after, or maybe even before, 3.0 in January.

To get started run "epadmin" this has taken over many of the other scripts (create tables, erase archives, create user etc.)

Bugs

Feedback and bug reports may be sent to cjg@ecs.soton.ac.uk (The Lead Developer). I suggest that an initial bug report is kept quite short as we already have a big list. If I don't already know about it, I'll ask for more info.

Things added since beta 2

  • Improvements to the look of email sent by the system.
  • METS export plugin
  • MODS export plugin
  • Atom Feeds (similar to RSS)
  • RSS2.0 Feeds
  • Global Feeds, in addition to Atom/RSS feeds for search results.
  • Thumbnails for images
  • Pop-up previews for images and PDFs
  • View user history (changes they have made to eprints)
  • Added built-in lat/long values for users + eprints to support geodata.
  • Improvements to autocomplete system
  • Added "feed" icons to search results page.
  • Added option to reorder a search without going back to the form.
  • Redesigned all icons to look more professional.
  • Redesigned file upload to be more straight forward.
  • "Unrolling" javascript elements now scroll the screen if they were about to disappear off the bottom.
  • Simplified the logged-in toolbar.
  • Better debug messages for embedded scripts.
  • New configuration options to disable plugins.
  • Option to change where action links appear.
  • All POST requests redirect after completion to eliminate errors caused by browser "back" buttons.
  • Added web-based import tool.
  • Bug fixes
  • UI tweaks
  • Minor changes to default configuration
  • Clone EPrint
  • Use EPrint as Template

Things planned for Release Candidate 1

This is a list of things we plan to add which aren't in beta-1:

This does not include the many minor user interface tweaks on our list, or bugs.

  • Subject Add/Edit
  • A way to control the reply-to address of email
  • Google scholar friendly data in pages, to assist crawling.

Other than that we've still got a bunch of (minor!) bugs to fix, documentation to write, and we've got a few people working on some additional auto-complete tools and plugins.

Mostly the next two weeks will be spent testing and bugfixing. After RC1 no new features will be added to 3.0, although we'll start planning 3.1!

EPrints 3 logs all hits on documents and abstracts but does not yet do anything smart with that data. We're working on that as a separate project.

Upgrading from EPrints 3.0 beta 2

If you already have a repository set up with beta-2 you need to do the following:

(see also the Files/EPrints 3.0 Beta 2 notes)

Things to do (per repository) after 3.0 beta-2 to 3.0 beta-3 upgrade

  • The database has changed a tiny bit (again) so run
bin/epadmin upgrade ARCHIVEID
  • In cfg/cfg.d/eprint_render.pl change this line:
   $doctd->appendChild(
       $session->get_repository->call( "render_fileicon",
           $session, $doc->get_type, $doc->get_url ) );

to this:

   $doctd->appendChild( $doc->render_icon_link );
  • remove cfg/cfg.d/fileinfo_render.pl
  • remove fileinfo from cfg/cfg.d/eprints_fields.pl
  • replace cfg/cfg.d/dynamic_template.pl with the copy in /opt/eprints3/defaultcfg/cfg.d/
  • replace cfg/cfg.d/dynamic_template.pl with the copy in /opt/eprints3/lib/defaultcfg/cfg.d/
  • You may also wish to remove the "user home" link from the site template.

The reason for these changes are an improved way to show the logged-in user options which we feel is clearer and neater, and that the fileinfo feature has become part of the core, rather than the config-area hack that was introduced in EPrints 2.

Plugins

You may notice the powerful new plugin system for EPrints 3. If you're interested in writing a plugin, get in touch! Or just upload them to files.eprints.org

If there's a plugin you really need and don't have the time or skills to write yourself, why not hire EPrints Services to write it for you!