Added User Pages, which you can now display galleries on. Also detected
authorNick Retallack <nickretallack@gmil.com>
Wed, 7 Oct 2009 06:01:20 +0000 (23:01 -0700)
committerNick Retallack <nickretallack@gmil.com>
Wed, 7 Oct 2009 06:01:20 +0000 (23:01 -0700)
commit69d5189cc4fb2ca63418a0741bf744cf5fee8bc9
tree53818c559113f00bdafecd05617534969d8333f3
parent332de9696e2cca102332d5543adad9b289c35214
Added User Pages, which you can now display galleries on.  Also detected
duplicate submissions.
Made an absolute mess of routes, but I think I've fixed them all now.
Removed all url.current() calls because they don't seem to work, though
I'm not sure if that's because I added explicit=True or not.  I'm wary
of them anyhow after reading
http://pylonsbook.com/en/1.0/urls-routing-and-dispatch.html#route-memory
13 files changed:
floof/config/routing.py
floof/controllers/account.py
floof/controllers/art.py
floof/controllers/search.py
floof/controllers/tag.py
floof/model/art.py
floof/model/search.py
floof/model/users.py
floof/templates/account/register.mako
floof/templates/art/new.mako
floof/templates/base.mako
floof/templates/macros.mako
floof/templates/users/view.mako