Krzysztof Klimonda
8c3599911e
In PinResource.save_m2m do nothing when no tags
11 years ago
Isaac Bythewood
39aa6818f2
Tags sends [] instead of null
11 years ago
Krzysztof Klimonda
6e78ce12ea
post-refactor test fixture update
11 years ago
Isaac Bythewood
eba04c177e
Update pinry tag handler and spinner
11 years ago
Krzysztof Klimonda
83f14445bf
Fix reverse urls namespacing issue
11 years ago
Krzysztof Klimonda
995b69168b
use old paths for pin urls
11 years ago
Isaac Bythewood
ec27f1cfb8
Bug fixes to bookmarklet and pin-form
11 years ago
Krzysztof Klimonda
6e41296d57
Move test fixtures to the correct location
11 years ago
Krzysztof Klimonda
559f054985
Write more tests for the ImageResource
11 years ago
Krzysztof Klimonda
53f05dbb6d
A general project refactor
Removed pins django app, and moved code to the core. Moved user related
code out of core to the users app.
11 years ago
Krzysztof Klimonda
cf86da266a
Add a very simplistic Pin access control for the API
As pointed in issue #75 we should get away with just checking if the pin
submitter is the currently logged in user. Assuming that we can implement
authorization for updating and deleting pins rather easily by subclassing
DjangoAuthorization so it passes the object to the Authorization backend.
11 years ago
Krzysztof Klimonda
a0e11a949e
Add a small (125x125px) square thumbnail
This is going to be used by a "similar images" feature #74
11 years ago
Krzysztof Klimonda
e70d9079ec
Login newly registered user
Rewritten register view using CBV approach, and added a authenticate/login
call after form has been validated and user created. Fixes #65
11 years ago
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.
11 years ago
Krzysztof Klimonda
435c41e450
Don't raise error 500 on accessing /pins/upload-pin uri
Fixes #81
11 years ago
Krzysztof Klimonda
57aefc7d97
Mock out Files using the commited screenshot.png file for tests
11 years ago
Isaac Bythewood
0b58d8349e
Working pin uploader with drag and drop functionality.
11 years ago
Isaac Bythewood
7fe3769248
Improved pin form to use post's incoming data on successful submission to auto-prepend to the list
11 years ago
Isaac Bythewood
7ee8fd6d98
Greatly improved bookmarklet pinning functionality, much better pin form
11 years ago
Isaac Bythewood
96af25f5fb
Further improve lightbox by getting rid of all the data tags and use ajax call for pin
11 years ago
Isaac Bythewood
258b5ecabf
Using Django on pypi since 1.5 has been released
11 years ago
Isaac Bythewood
29665a41a5
Reduce the top margin on lightbox
11 years ago
Isaac Bythewood
8ec96a07ce
Greatly improved lightbox view, much cleaner and smoother
11 years ago
Isaac Bythewood
e0362a0298
Cleaning up and improveing the bookmarklet
11 years ago
Isaac Bythewood
fa7e8c3b83
Get basic working bookmarklet and refactor API into core
11 years ago
Krzysztof Klimonda
af8c0865e0
Define LOGIN_URL in project settings
11 years ago
Krzysztof Klimonda
d2727aa12c
Use django-braces for CBV Mixins like LoginRequiredMixin
11 years ago
Krzysztof Klimonda
974d2a8720
In the API, return Pin resource upon creation
Fixes #68
11 years ago
Krzysztof Klimonda
82352d6980
Make PinResource orderable by id
Update JavaScript so it orders pins, Fixes #69
11 years ago
Krzysztof Klimonda
c1b23b4dd5
Make sure that the Pin object is created
11 years ago
Isaac Bythewood
73f35178ca
Improvements to lightbox to get a parallax mode
11 years ago
Isaac Bythewood
2acdd9609b
Allow for viewing an individual tag
11 years ago
Isaac Bythewood
12091fda00
Working new pin button that makes use of the API and loads new items in real time
11 years ago
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.
11 years ago
Isaac Bythewood
9f5cc2de57
Working new pin form
11 years ago
Krzysztof Klimonda
d462bfb83b
A major RESTful API rewrite
Rewritten API to handle creating pins for both urls
and previously-uploaded images. Added some tests for it.
11 years ago
Isaac Bythewood
f5ef3a0c2b
Get bookmarklet mostly setup
11 years ago
Krzysztof Klimonda
ef44d565d4
Return JSON response from UploadImage when called from JavaScript
11 years ago
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.
11 years ago
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.
11 years ago
Krzysztof Klimonda
634442dc25
Fix a small styling error in the lazy_resolve definition
11 years ago
Krzysztof Klimonda
4ad6f599cd
Move ValidationError messages to a dictionary that can be accessed from PinForm.clean
11 years ago
Krzysztof Klimonda
4b2fc75286
Simplify the PinForm.clean method
I have a gut feeling that we could refactor some code out of this method, but for now I'll just clean it up a bit.
11 years ago
Krzysztof Klimonda
98bdbfd900
Rewrite new_pin into a Class Based View
11 years ago
Krzysztof Klimonda
b349c0e3ff
Move custom ModelManagers to the managers.py module
11 years ago
Krzysztof Klimonda
2b5ae4829d
Delete Pin.__init__ as we are not doing anything special
11 years ago
Krzysztof Klimonda
e2a38f8a10
Add image dimensions to the API and the third image size
There has been some refactoring going on in the pinry.pins.models module.
The upload_to code has been refactored into its own function, images
have been moved to their own models - otherwise the number of fields
in the Pin model would skyrocket. Also ModelManagers have been written
to move image fetching and generating outside of models.
11 years ago
Isaac Bythewood
513827e128
Some lightbox improvements
11 years ago
Isaac Bythewood
2264d96528
Have a working custom lightbox plugin now
11 years ago
Isaac Bythewood
5a74253bf8
Better design implemented that removes a lot of white space
11 years ago