Difference between revisions of "MePrintsInstall"
(→Changes) |
(→Changes) |
||
| Line 27: | Line 27: | ||
* Remove static on change | * Remove static on change | ||
| + | |||
| + | apachevhost.conf | ||
| + | |||
| + | <pre> | ||
| + | <Directory "/opt/meprints_test/archives/meprints/user_profiles"> | ||
| + | SetHandler perl-script | ||
| + | PerlResponseHandler EPrints::Apache::Template::handler | ||
| + | </Directory> | ||
| + | </pre> | ||
Revision as of 10:04, 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>