Advanced search
Log In | New Account   
Home My Page Project Tree Code Snippets Project Openings sf-active
Summary Forums Tracker Lists Tasks Docs Surveys News SCM Files

Bugs: Browse | Download .csv | Submit New

[#78] Move the gallery to its own subdirectory

Date:
2005-03-07 22:55
Priority:
3
State:
Closed
Submitted By:
Quinten S
Assigned To:
Bart M (pseudopunk)
Summary:
Move the gallery to its own subdirectory

Detailed description
Gallery should be its own subdirectory, on the static site. 

With the current approach, there are two problems:

1) Media servers will have extraneous PHP files, and to display them will need mod_php (otherwise we could use some
HTTP server optimized for serving multimedia quickly)

2) redirects on the /uploads directory will break. This is currently done on Staughton reduce bandwidth usage even with
old links. Not a big deal, but it's better to do it this way.

I propose: /gallery is added as a new subdirectory to the static site. In the gallery directory, we can keep the year/month
tree, but only static php files are kept there. We need to make sure that the img src attribute points to the media
server correctly.

Add A Comment: Notepad

Followup

Message
Date: 2005-12-27 19:35
Sender: Bart M 

this should be fixed by now.
it will point to: SF_GAL_EXT

define('SF_GAL_EXT',    '/media');


Related Tasks:

No Related Tasks

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
status_idOpen2005-12-27 19:35pseudopunk
close_date2005-12-27 19:352005-12-27 19:35pseudopunk

Powered By GForge Collaborative Development Environment