Difference between revisions of "MePrintsInstall"

From EPrints Documentation
Jump to: navigation, search
(Changes)
(Changes)
Line 36: Line 36:
 
</Directory>
 
</Directory>
 
</pre>
 
</pre>
 +
 +
workflows/user/default.xml
 +
 +
add profile_visibility

Revision as of 10:09, 17 September 2009

Patches

EPrints::Apache::Rewrite

  • rewrite /profile/foo URLs
  • check profile is public (to be moved out - MR)

EPrints::DataSet

  • add user pseudo datasets (MR to confirm)

EPrints::Update::View

  • don't use hardcoded dataset

cgi/handle404

  • not needed?

Changes

plugins.pl

  • Add settings to use MePrints::Homepage instead of User::View

user_fields_automatic.pl

  • Remove static on change

apachevhost.conf

<Directory "/opt/meprints_test/archives/meprints/user_profiles">
  SetHandler perl-script
  PerlResponseHandler EPrints::Apache::Template::handler
</Directory>

workflows/user/default.xml

add profile_visibility