Commit Graph

13 Commits

Author SHA1 Message Date
Krzysztof Klimonda
68e01b5a39 Rename upload-pin to create-image
It didn't make sense to call it upload-pin as it is being used only for
creating the Image object.
2013-03-02 12:01:07 -08:00
Isaac Bythewood
0b58d8349e Working pin uploader with drag and drop functionality. 2013-02-27 22:44:56 +00:00
Isaac Bythewood
fa7e8c3b83 Get basic working bookmarklet and refactor API into core 2013-02-26 23:20:50 +00:00
Krzysztof Klimonda
d2727aa12c Use django-braces for CBV Mixins like LoginRequiredMixin 2013-02-26 11:22:16 -08:00
Isaac Bythewood
2acdd9609b Allow for viewing an individual tag 2013-02-26 05:56:42 +00:00
Isaac Bythewood
4e431e2a88 Refactor templates and and make includes for upcoming python file refactor into core and user. Also making templates easier to edit and read overall. 2013-02-26 03:27:41 +00:00
Krzysztof Klimonda
d0a71244b5 Another major Pinry model rewrite
Generate thumbnail and standard image on request, and use
http://github.com/mirumee/django-images for generating them. Also,
remove the CreatePin page as pin creation is going to be done
in JavaScript. Create UploadImage view for uploading images from
computer.
2013-02-25 04:08:35 +01:00
Krzysztof Klimonda
4f2b94616c Remove pinry.pins.views.delete_pin
REST API should be used to delete pins anyway, so remove the old code
that is not being used.
2013-02-25 01:22:38 +01:00
Krzysztof Klimonda
98bdbfd900 Rewrite new_pin into a Class Based View 2013-02-24 16:56:03 +01:00
Isaac Bythewood
a191f262ef Use pushstate to change URL when swaping to a tag to make tags linkable 2012-11-08 03:00:04 +00:00
Isaac Bythewood
93f9d23470 Fix CSRF bug. 2012-07-24 23:26:38 +00:00
Isaac Bythewood
8e8bcdfb49 Lots of pylint and pep8 fixes in nearly every file. 2012-05-12 00:27:02 +00:00
Isaac Bythewood
644184d0ad Initial commit. 2012-04-26 03:44:16 +00:00