close Warning: Can't synchronize with repository "(default)" (/project/cl-weblocks/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 17 years ago

Closed 17 years ago

#11 closed defect (fixed)

Make the path to files that needs to be accessible via the webserver configurable

Reported by: Slava Akhmechet Owned by: Slava Akhmechet
Priority: critical Milestone: 0.1
Component: weblocks Version: pre-0.1
Keywords: hardcoded directory Cc:

Description

Currently the path to public files (stylesheets, JavaScript code, images, etc.) is hard coded. This gives a bad impression when framework is first obtained and needs to be fixed.

Ideally we should standardize on how ASDF sets the current directory and determine the path automatically. We should also make this configurable so users can set this directory to their own liking.

Change History (1)

comment:1 Changed 17 years ago by Slava Akhmechet

Resolution: fixed
Status: newclosed

Fixed. The path is no longer hardcoded and parameter *public-files-path* can be modified at runtime so that applications can set their own path.

Note: See TracTickets for help on using tickets.