Difference between revisions of "New Features in EPrints 3.2.3"

From EPrints Documentation
Jump to: navigation, search
(Bug fixes)
Line 9: Line 9:
  
 
==Bug fixes==
 
==Bug fixes==
 +
 +
* browse_link doesn't support new 'menus' configuration option [http://trac.eprints.org/eprints/ticket/3530 #3530]
 +
* Fix browse links to {menus} configured views [http://trac.eprints.org/eprints/ticket/3821 #3821]
 +
* Document conversions should inherit metadata from converted document [http://trac.eprints.org/eprints/ticket/3467 #3467]
 +
* EPrints::abort called after editing static page [http://trac.eprints.org/eprints/ticket/3526 #3526]
 +
* Can't serve a file with a ' in it. [http://trac.eprints.org/eprints/ticket/3783 #3783]
 +
* Add textonly attribute to <epc:phrase> [http://trac.eprints.org/eprints/ticket/3808 #3808]
 +
* Typo in Export::MultilineExcel [http://trac.eprints.org/eprints/ticket/3525 #3525]
 +
* latest tool: ignore 'n' when 'output' is set and returns ALL eprints [http://trac.eprints.org/eprints/ticket/3574 #3574]
 +
* $fieldname used more than once in field_validate.pl [http://trac.eprints.org/eprints/ticket/3239 #3239]
 +
* Name field validation messages unhelpful [http://trac.eprints.org/eprints/ticket/3240 #3240]
 +
* URL passed to get_login_url does not include query parameters [http://trac.eprints.org/eprints/ticket/3446 #3446]
 +
* Subject sorting in DataObj::Subject::get_all doesn't use ordervalues [http://trac.eprints.org/eprints/ticket/3448 #3448]
 +
* mail_sig phrase uses $config{frontpage} [http://trac.eprints.org/eprints/ticket/3824 #3824]
 +
* Compound fields don't warn if sub_name isn't set and name is set [http://trac.eprints.org/eprints/ticket/2965 #2965]
 +
* latest_tool ignores max value if output plugin specified [http://trac.eprints.org/eprints/ticket/2971 #2971]
 +
* MetaField::Compound isn't subclassable [http://trac.eprints.org/eprints/ticket/3002 #3002]
 +
* Phrase editor bugs in recent IE [http://trac.eprints.org/eprints/ticket/3756 #3756]
 +
* Edit Page link broken from home page [http://trac.eprints.org/eprints/ticket/3812 #3812]
 +
* Update views breaks with long values [http://trac.eprints.org/eprints/ticket/3815 #3815]
 +
* Indexer still using the __index tables [http://trac.eprints.org/eprints/ticket/3816 #3816]
 +
* Upload component must have >1 field [http://trac.eprints.org/eprints/ticket/3395 #3395]
 +
* Reduce size of thumbnail images [http://trac.eprints.org/eprints/ticket/3461 #3461]
 +
* http://yourepo/cgi/search/user crashes with Internal Server Error [http://trac.eprints.org/eprints/ticket/3492 #3492]
 +
* preview icons are not how they will end up. [http://trac.eprints.org/eprints/ticket/2741 #2741]
 +
* Redundant code in EPrints/Index/Tokenizer.pm ? [http://trac.eprints.org/eprints/ticket/3805 #3805]
 +
* Add apachevhost to the auto-secure apache conf file [http://trac.eprints.org/eprints/ticket/3565 #3565]
 +
* send_alerts fails on wide characters [http://trac.eprints.org/eprints/ticket/3497 #3497]
 +
* EPrints.ecs search doesnt return correct results [http://trac.eprints.org/eprints/ticket/3547 #3547]
 +
* Can't upload files with a double quote in the name [http://trac.eprints.org/eprints/ticket/867 #867]
 +
* """Use of uninitialized value in string"" warnings when running send_alerts, epadmin recommit" [http://trac.eprints.org/eprints/ticket/3287 #3287]

Revision as of 10:53, 1 July 2010

Release Notes

3.4 | 3.4.1 | 3.4.2 | 3.4.3 | 3.4.4 | 3.4.5


3.3 | 3.3.5 | 3.3.6 | 3.3.7 | 3.3.8 | 3.3.9 | 3.3.10 | 3.3.11 | 3.3.13 | 3.3.14 | 3.3.15 | 3.3.16


3.2.0 | 3.2.1 | 3.2.2 | 3.2.3 | 3.2.4 | 3.2.5 | 3.2.6 | 3.2.7 | 3.2.8 | 3.2.9


3.1.0

Upgrade Notes

  • Please read Upgrading 3.1 to 3.2 before attempting to upgrade your repository from 3.1 to 3.2.
  • You will need to run epadmin upgrade to update your database structure.

Misc.

  • Added textonly attribute to <epc:phrase> to show the text content of the phrase [Alexander 'Leo' Bergolth <leo@strike.wu.ac.at>]

Bug fixes

  • browse_link doesn't support new 'menus' configuration option #3530
  • Fix browse links to {menus} configured views #3821
  • Document conversions should inherit metadata from converted document #3467
  • EPrints::abort called after editing static page #3526
  • Can't serve a file with a ' in it. #3783
  • Add textonly attribute to <epc:phrase> #3808
  • Typo in Export::MultilineExcel #3525
  • latest tool: ignore 'n' when 'output' is set and returns ALL eprints #3574
  • $fieldname used more than once in field_validate.pl #3239
  • Name field validation messages unhelpful #3240
  • URL passed to get_login_url does not include query parameters #3446
  • Subject sorting in DataObj::Subject::get_all doesn't use ordervalues #3448
  • mail_sig phrase uses $config{frontpage} #3824
  • Compound fields don't warn if sub_name isn't set and name is set #2965
  • latest_tool ignores max value if output plugin specified #2971
  • MetaField::Compound isn't subclassable #3002
  • Phrase editor bugs in recent IE #3756
  • Edit Page link broken from home page #3812
  • Update views breaks with long values #3815
  • Indexer still using the __index tables #3816
  • Upload component must have >1 field #3395
  • Reduce size of thumbnail images #3461
  • http://yourepo/cgi/search/user crashes with Internal Server Error #3492
  • preview icons are not how they will end up. #2741
  • Redundant code in EPrints/Index/Tokenizer.pm ? #3805
  • Add apachevhost to the auto-secure apache conf file #3565
  • send_alerts fails on wide characters #3497
  • EPrints.ecs search doesnt return correct results #3547
  • Can't upload files with a double quote in the name #867
  • """Use of uninitialized value in string"" warnings when running send_alerts, epadmin recommit" #3287