Krzysztof Klimonda
7420e8eea1
Use the proxy model for Pin.submitter so Tastypie uses a correct model for its FKs
Tastypie's ModelResource makes use of the underlying Model class to figure out its fields. It obviously
breaks when there is inconsistency with models, which is rather rare, but possible to accomplish (which I've
proven with the previous commit).
pirms 11 gadiem
Krzysztof Klimonda
270cfb7ee7
Expose a gravatar hash for account via the Rest API
pirms 11 gadiem
Krzysztof Klimonda
254b628200
Disable Travis integration for now, as it's too noisy with all rewrites that are being done
pirms 11 gadiem
Krzysztof Klimonda
ba8a8ca7c6
Remove a backported verbatim tag now that we are using Django 1.5
pirms 11 gadiem
Krzysztof Klimonda
cf816abcda
remove -e from the Django tarball url
-e should be used only with repositories apparently
pirms 11 gadiem
Krzysztof Klimonda
35487b7c12
Update project dependencies and remove fixed versioning when not needed
The previous commit uses url syntax from Django 1.5, which is incompatible with earlier versions. Bump the Django version
and use the stable/1.5.x git branch until it's officially released.
pirms 11 gadiem
Krzysztof Klimonda
9b20671fac
Properly quote url template tag arguments
A version of url introduced in Django 1.3 requires the view argument to be quoted. This change
has taken effect in Django 1.5 so the code needs updating to work with it.
pirms 11 gadiem
Isaac Bythewood
537c246fc4
Merge pull request #54 from rossturk/patch-1
Update README.md
pirms 11 gadiem
Isaac Bythewood
f66b727072
Working on new design
pirms 11 gadiem
Isaac Bythewood
3f38458bd8
Removing unused vendor libs, custom tiling works, new design started
pirms 11 gadiem
Isaac Bythewood
8e8bed0efa
Rewrite the display of recent pins without the use of third-party js libs
pirms 11 gadiem
Isaac Bythewood
e467a83683
Remove admin which was a temporary fix
pirms 11 gadiem
Isaac Bythewood
3a65f0be21
Bump Django version for security fixes etc
pirms 11 gadiem
rossturk
9264293bca
Update README.md
pirms 12 gadiem
Isaac Bythewood
491a87b6e4
Merge pull request #53 from alfakini/master
Update Development notes.
pirms 12 gadiem
Alan Fachini
aa49b8f266
Update README.md
Update Development notes.
pirms 12 gadiem
Isaac Bythewood
a191f262ef
Use pushstate to change URL when swaping to a tag to make tags linkable
pirms 12 gadiem
Isaac Bythewood
ed4f308144
Fix bug in Palette mode not being supported in JPEG to convert to RGB before JPEG save.
pirms 12 gadiem
Isaac Bythewood
94d40b7054
Fix CSRF login and register bug
pirms 12 gadiem
Isaac Bythewood
fde97b05c6
Increase API limit.
pirms 12 gadiem
Isaac Bythewood
6cdb7c955e
Increase page size.
pirms 12 gadiem
Isaac Bythewood
c1b268312b
Removed CSRF temporarily to fix many bugs.
pirms 12 gadiem
Isaac Bythewood
605c25a561
Added basic admin functionality with pin integration.
pirms 12 gadiem
Isaac Bythewood
ceda2d2cb0
Allow basic sorting by tag.
pirms 12 gadiem
Isaac Bythewood
230a6e959f
Taggit implemented.
pirms 12 gadiem
Isaac Bythewood
7df00ebd48
Don't test pins still Django issue gets taken care of, not problem with Pinry.
pirms 12 gadiem
Isaac Bythewood
6bcc18f65e
Removing conf till I can explain futher.
pirms 12 gadiem
Isaac Bythewood
cf443b6d28
Added conf files directly to project.
pirms 12 gadiem
Isaac Bythewood
34d327334a
Update django release.
pirms 12 gadiem
Isaac Bythewood
6927c770df
Add new compressor release removing git requirement.
pirms 12 gadiem
Isaac Bythewood
d26d94b784
Only test my apps, django ones are broken in some instances.
pirms 12 gadiem
Isaac Bythewood
c46ef6d325
Use git pull of django_compressor.
pirms 12 gadiem
Isaac Bythewood
927fb66479
Fix image resizing.
pirms 12 gadiem
Isaac Bythewood
6f6bed401a
Fix thumbnails.
pirms 12 gadiem
Isaac Bythewood
0a6b8b77d3
Fixing locations of static resources since we are now using compressor.
pirms 12 gadiem
Isaac Bythewood
643224d575
Now using compressor and trying to fix test CSRF issue.
pirms 12 gadiem
Isaac Bythewood
f00e106dfe
Add in some new settings.
pirms 12 gadiem
Isaac Bythewood
5854c6dd49
Specify travis branch.
pirms 12 gadiem
Isaac Bythewood
e5dcb3c3b2
Update readme wording.
pirms 12 gadiem
Isaac Bythewood
c2d7a18c8a
Added travis build status to readme.
pirms 12 gadiem
Isaac Bythewood
d92d30bb94
Added some production settings. Moving to travis-ci for testing. Added feature to stop new registrations.
pirms 12 gadiem
Isaac Bythewood
265777e94b
Update readme removing the issues we had with PIL since we now use Pillow.
pirms 12 gadiem
Isaac Bythewood
de45705e62
Cleaning up code.
pirms 12 gadiem
Isaac Bythewood
04d12ac0ad
Improve IE support and move options to right side of images with some padding.
pirms 12 gadiem
Isaac Bythewood
add91eabbc
Allow for some branding.
pirms 12 gadiem
Isaac Bythewood
a178144da4
Removing the dependency of django-thumbs.
pirms 12 gadiem
Isaac Bythewood
8389462c80
Replacing PIL with Pillow, PIL seems to be dead is is having issues on newer systems, Pillow is it's continuation.
pirms 12 gadiem
Isaac Bythewood
93f9d23470
Fix CSRF bug.
pirms 12 gadiem
Isaac Bythewood
493ef04a45
Added ability to delete pins.
pirms 12 gadiem
Isaac Bythewood
4ee8d3239d
Change position and label of upload field.
pirms 12 gadiem