MePrintsBugs

From EPrints Documentation
Revision as of 10:38, 29 September 2009 by Tmb (talk | contribs) (New page: '''Fixed in 1.0-rc1-7:''' * <s>There are a few missing phrases - ["Plugin/Screen/User/UploadPicture:resetpic_success" not defined] ["Plugin/Screen/User/UploadPicture:upload_failure" not d...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Fixed in 1.0-rc1-7:

  • There are a few missing phrases - ["Plugin/Screen/User/UploadPicture:resetpic_success" not defined] ["Plugin/Screen/User/UploadPicture:upload_failure" not defined]
  • The user functions are now in a toolbar but they also have their own widget. The widget should probably be removed.
  • EPrints::Plugin::MePrints::MePrintsHandler does not check if $repository is defined (line 19)
  • EPrints::Plugin::MePrints::Layout::get_widgets should "my @ids = $self->{session}->plugin_list( type => 'MePrints' );" (line 205) to make it work on EP 3.2!

Fixed in 1.0-rc1-6:

  • bin/generate_meprints should have -I/opt/eprints3/perl_lib by default instead of seb's local install path... Oops.
  • the search writes the number of results in the errorlog: to remove. (It looks like: "1 users found.")

Fixed in 1.0-rc1-5:

  • QuickLinks widget should use render_action_list_bar to display available actions below the user details/picture (links currently have BAD URLs)
  • when an admin searches for a user account, they see their OWN homepage, not the user's (use $processor->{user} not $session->current_user
  • the widget control bar (add/remove/reset) should only be available if $processor->{user} = $session->current_user
  • add "user_section_meprints" phrase -> "MePrints"
  • phrase "Plugin/Screen/User/UploadPicture:upload_success missing
  • cgi/meprints/profile - return() line 9?
  • wrong URL in citations/user/default_with_thumbnail.xml
  • missing phrase "Plugin/Screen/Public/MePrintsSearch:title"
  • searching using cgi/meprints/search gives Internal Server Error
  • bin/generate_views ARCHIVEID - This yields an unblessed reference error after installing everything. (The message is; Can't call method "is_browsable" on unblessed reference at /usr/share/eprints3/perl_lib/EPrints/Update/Views.pm line 1041.)