Commit Graph

22 Commits

Author SHA1 Message Date
Isaac Bythewood
ceda2d2cb0 Allow basic sorting by tag. 2012-09-28 05:28:31 +00:00
Isaac Bythewood
230a6e959f Taggit implemented. 2012-09-28 04:42:13 +00:00
Isaac Bythewood
0a6b8b77d3 Fixing locations of static resources since we are now using compressor. 2012-08-02 00:30:28 +00:00
Isaac Bythewood
643224d575 Now using compressor and trying to fix test CSRF issue. 2012-08-02 00:22:57 +00:00
Isaac Bythewood
f00e106dfe Add in some new settings. 2012-08-01 21:30:18 +00:00
Isaac Bythewood
d92d30bb94 Added some production settings. Moving to travis-ci for testing. Added feature to stop new registrations. 2012-08-01 03:06:41 +00:00
Isaac Bythewood
04d12ac0ad Improve IE support and move options to right side of images with some padding. 2012-07-25 02:11:05 +00:00
Isaac Bythewood
add91eabbc Allow for some branding. 2012-07-25 01:58:40 +00:00
Isaac Bythewood
a178144da4 Removing the dependency of django-thumbs. 2012-07-25 01:50:28 +00:00
Isaac Bythewood
93f9d23470 Fix CSRF bug. 2012-07-24 23:26:38 +00:00
Isaac Bythewood
6e9a423c63 Fixing one of the last batchse of pep8 and pylint bugs. 2012-05-12 00:31:54 +00:00
Isaac Bythewood
8e8bcdfb49 Lots of pylint and pep8 fixes in nearly every file. 2012-05-12 00:27:02 +00:00
John Doty
ea7ce9a507 Fix it so that pins show up on IE.
In pinry.js, reference is made to image.width and image.height
properties, neither of which exist. They are used to compute the
target height of the image, by computing the aspect ratio
image.width/image.height. Unfortunately, undefined/undefined yields
NaN, and so we end up writing "height='NaN'" into the HTML.

It looks like webkit (at least chrome) ignores it when the height
attribute on an <img /> element is set to NaN, but Internet Explorer
treats it as zero. That's why it didn't look broken on other browsers.
2012-05-10 21:34:03 -07:00
Isaac Bythewood
10ffd90760 Now using tastypie for all our API needs. 2012-05-11 02:08:46 +00:00
Isaac Bythewood
30985a9efe Added basic core app tests. 2012-05-10 02:34:15 +00:00
Isaac Bythewood
20002afd31 Added in message system. 2012-05-01 05:44:50 +00:00
Isaac Bythewood
ec3694acb7 Added modal for creating new pins. 2012-04-30 15:43:15 +00:00
Isaac Bythewood
f88a06aefa Started the creation of an API and implemented infinite scroll. Closes issue #7. 2012-04-27 19:59:55 +00:00
Isaac Bythewood
740e26c2ad Added basic 404 and 500 error pages. 2012-04-27 02:54:42 +00:00
Isaac Bythewood
a599426e40 Custom background added from subtle patterns. 2012-04-26 17:42:08 +00:00
Isaac Bythewood
1871de7f4e Remove tags and title, add description, improve forms, add register form, increase original pin limit from 20 to 50. 2012-04-26 15:38:21 +00:00
Isaac Bythewood
644184d0ad Initial commit. 2012-04-26 03:44:16 +00:00