implemented the ability to upload community logos, similar to how we did user

photos
This commit is contained in:
Eric J. Bowersox
2001-11-07 22:32:12 +00:00
parent dde12bdf2e
commit bc859178f2
8 changed files with 419 additions and 0 deletions

View File

@@ -238,6 +238,14 @@
<servlet-class>com.silverwrist.venice.servlets.PasswordRecovery</servlet-class>
</servlet>
<servlet>
<servlet-name>communitylogo</servlet-name>
<description>
Changes the logo for a community (uploads a new one).
</description>
<servlet-class>com.silverwrist.venice.servlets.CommunityLogo</servlet-class>
</servlet>
<!-- the following are test servlets, they should go away -->
<servlet>
@@ -361,6 +369,11 @@
<url-pattern>/passrecovery/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>communitylogo</servlet-name>
<url-pattern>/commlogo</url-pattern>
</servlet-mapping>
<!-- the following are test servlets, they should go away -->
<servlet-mapping>
<servlet-name>testformdata</servlet-name>