Re: [smug-devel] multiple repositories
Status: Alpha
Brought to you by:
amcnabb
From: Andrew M. <amc...@mc...> - 2008-10-10 23:36:42
|
On Fri, Oct 10, 2008 at 05:14:59PM -0600, Jeff Anderson wrote: > > menu.py still generates a menu that points to a hard-coded :login. The > colon isn't in the urls.py. > After removing the colon from the generated menu, I noticed that the > generic login view breaks because it isn't expecting the 'repo' kwarg. > It looks like splitting the global-level type urls and the repo-level > type urls might be a good idea. Hmm. It's pretty annoying that the generic login view is so picky. Is there any chance that the upstream login view could be changed to ignore unrecognized keyword args? That would really make our life easier, and it seems like the right thing to do. In the meantime, I'll keep thinking about it. By the way, I just changed the signature for filters, which will make it easier to chain filters. It also makes each of the filter functions a little bit shorter. To really see the difference, look at rst2latex2pdf. -- Andrew McNabb http://www.mcnabbs.org/andrew/ PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868 |