Issue16

Title hgweb: deliver static files (e.g. favicon, stylesheets)
Priority feature Status resolved
Superseder Nosy List ThomasAH, jsipek, lcantey
Assigned To jsipek Topics hgweb

Created on 2005-10-20.23:54:55 by mpm, last changed 2006-02-24.07:34:48 by ThomasAH.

Messages
msg559 (view) Author: ThomasAH Date: 2006-02-24.07:34:47
In main now.
msg548 (view) Author: ThomasAH Date: 2006-02-23.11:32:01
I used tmpl instead of self.t due to a copy&paste error.

Fixed in crew.
msg547 (view) Author: lcantey Date: 2006-02-23.01:18:33
hg serve was still broken due to a check in staticfile() against the template
path.  I posted a fix on the list.

Note: there's still a problem in hgweb.run() due to the use tmpl(...) which
isn't defined.
msg537 (view) Author: ThomasAH Date: 2006-02-22.08:13:32
Your changes broke CSS for hgwebdir.
Fix for this in crew, together with serving the favicon.
msg517 (view) Author: jsipek Date: 2006-02-19.03:21:57
Here's the repo with the code: http://sh0n.net/jeffpc/repos/hg-static/

I'll send it off to mpm soon
History
Date User Action Args
2006-02-24 07:34:48ThomasAHsetstatus: testing -> resolved
nosy: ThomasAH, lcantey, jsipek
messages: + msg559
2006-02-23 11:32:03ThomasAHsetnosy: + lcantey
messages: + msg548
2006-02-23 01:18:38lcanteysetmessages: + msg547
2006-02-22 08:13:33ThomasAHsetstatus: resolved -> testing
nosy: + ThomasAH
messages: + msg537
2006-02-19 03:22:01jsipeksetstatus: in-progress -> resolved
messages: + msg517
2006-01-23 06:38:28jsipeksetstatus: unread -> in-progress
2006-01-23 02:42:45jsipeksetassignedto: jsipek
nosy: + jsipek
2005-10-20 23:54:55mpmcreate