summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nick Retallack [Sat, 24 Oct 2009 04:23:51 +0000 (21:23 -0700)]
little things
Nick Retallack [Wed, 7 Oct 2009 06:25:16 +0000 (23:25 -0700)]
merged in my branch 'resources', which is not aptly named anymore since it no longer uses resources at all. Just named routes. It has new features like galleries though so it's cool.
Nick Retallack [Wed, 7 Oct 2009 06:01:20 +0000 (23:01 -0700)]
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
Nick Retallack [Wed, 7 Oct 2009 03:27:45 +0000 (20:27 -0700)]
displaying galleries on your page works
Nick Retallack [Tue, 6 Oct 2009 19:32:59 +0000 (12:32 -0700)]
trying out resource routing. Works decently. Added lots of notes.
Nick Retallack [Tue, 6 Oct 2009 17:47:43 +0000 (10:47 -0700)]
fixed empty tag form submission
Nick Retallack [Tue, 6 Oct 2009 08:08:06 +0000 (01:08 -0700)]
shaped up routing: enabled explicit mode, and created some named routes
Nick Retallack [Tue, 6 Oct 2009 05:22:22 +0000 (22:22 -0700)]
saved searches is going awesome. Partial work on adding them as galleries
Nick Retallack [Mon, 5 Oct 2009 17:44:08 +0000 (10:44 -0700)]
merged with mine
Eevee [Mon, 5 Oct 2009 17:39:32 +0000 (10:39 -0700)]
Added some explicit routes I missed. e.g.: all the art ones.
Nick Retallack [Mon, 5 Oct 2009 17:37:50 +0000 (10:37 -0700)]
fixed search query (awesome now thanks vee =]), tag links, default routing is back for now, merged in ratings. Tested stuff out, works nicely. This should be the definitive copy.
Eevee [Mon, 5 Oct 2009 04:24:25 +0000 (21:24 -0700)]
Stubbed out userpages.
Eevee [Mon, 5 Oct 2009 04:14:44 +0000 (21:14 -0700)]
Users namespace index and a quick userlist.
Eevee [Mon, 5 Oct 2009 04:00:03 +0000 (21:00 -0700)]
Added logout. Removed magical routing.
Eevee [Mon, 5 Oct 2009 03:56:42 +0000 (20:56 -0700)]
Added real registration that prompts for a username.
Eevee [Mon, 5 Oct 2009 02:17:44 +0000 (19:17 -0700)]
Make search a GET to /search.
Eevee [Mon, 5 Oct 2009 02:17:34 +0000 (19:17 -0700)]
Fix search to do an AND of tags, not OR.
Nick Retallack [Sun, 4 Oct 2009 20:20:32 +0000 (13:20 -0700)]
delete tags by clicking the x, or typing in -tagtext
Nick Retallack [Sun, 4 Oct 2009 18:12:23 +0000 (11:12 -0700)]
Searching for one tag works. Two tags acts like or and returns multiple copies.
Eevee [Sun, 4 Oct 2009 22:32:07 +0000 (15:32 -0700)]
Augh! Removed trailing whitespace.
Eevee [Sun, 4 Oct 2009 22:28:57 +0000 (15:28 -0700)]
Make uploading work if /tmp and floof are on different drives.
Nick Retallack [Sun, 4 Oct 2009 21:36:52 +0000 (14:36 -0700)]
ratings work. Searching for ratings, not so much yet.
Nick Retallack [Sun, 4 Oct 2009 20:20:41 +0000 (13:20 -0700)]
Merge branch 'tags' into search
Nick Retallack [Sun, 4 Oct 2009 20:20:32 +0000 (13:20 -0700)]
delete tags by clicking the x, or typing in -tagtext
Nick Retallack [Sun, 4 Oct 2009 18:12:23 +0000 (11:12 -0700)]
Searching for one tag works. Two tags acts like or and returns multiple copies.
Nick Retallack [Sun, 4 Oct 2009 17:32:00 +0000 (10:32 -0700)]
tagging works
Nick Retallack [Sun, 4 Oct 2009 11:42:37 +0000 (04:42 -0700)]
uploaded by works, and now you can view art on its own page.
Nick Retallack [Sun, 4 Oct 2009 11:16:14 +0000 (04:16 -0700)]
now you can post art. No associated user yet though.
Nick Retallack [Sun, 4 Oct 2009 10:15:07 +0000 (03:15 -0700)]
successfully ported everything to a flesh shabti template. shortnames work now, and so does all your stuff. Enjoy
Nick Retallack [Sun, 4 Oct 2009 08:55:36 +0000 (01:55 -0700)]
rudimentary file uploading. Saves as sha1 like git objects. code is in lib. needs db support.
Eevee [Sat, 3 Oct 2009 00:20:53 +0000 (17:20 -0700)]
Added myself to websetup.
Eevee [Fri, 2 Oct 2009 23:35:43 +0000 (16:35 -0700)]
Switched existing sqla code over to elixir style.
Eevee [Wed, 30 Sep 2009 07:52:24 +0000 (00:52 -0700)]
Added *.egg to .gitignore.
Eevee [Wed, 30 Sep 2009 07:51:54 +0000 (00:51 -0700)]
Shuffled base.mako into something like a wireframe design.
Eevee [Wed, 30 Sep 2009 02:57:30 +0000 (19:57 -0700)]
Added elixir dependency.
ootachi [Tue, 29 Sep 2009 08:41:25 +0000 (01:41 -0700)]
Switch over to Elixir
Eevee [Thu, 6 Aug 2009 16:43:15 +0000 (09:43 -0700)]
OpenID library is python-openid, not openid.
Eevee [Thu, 6 Aug 2009 16:43:01 +0000 (09:43 -0700)]
Index page lists titles of art in the "art" table.
Eevee [Thu, 30 Jul 2009 05:49:32 +0000 (22:49 -0700)]
Added OpenID registration and login.
Eevee [Tue, 14 Jul 2009 18:31:31 +0000 (11:31 -0700)]
Initial commit. New Pylons project.