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.
vor 11 Jahren
Isaac Bythewood
513827e128
Some lightbox improvements
vor 11 Jahren
Isaac Bythewood
2264d96528
Have a working custom lightbox plugin now
vor 11 Jahren
Isaac Bythewood
5a74253bf8
Better design implemented that removes a lot of white space
vor 11 Jahren
Isaac Bythewood
a7d571a509
Remove a bunch of old vender files, refactor locations of static and template files, force api limit on calls
vor 11 Jahren
Krzysztof Klimonda
92b54799da
Allow authentication with both Username and Email
vor 11 Jahren
Isaac Bythewood
899de27165
Now using gravatars on the interface under posts beside names
vor 11 Jahren
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).
vor 11 Jahren
Krzysztof Klimonda
270cfb7ee7
Expose a gravatar hash for account via the Rest API
vor 11 Jahren
Krzysztof Klimonda
254b628200
Disable Travis integration for now, as it's too noisy with all rewrites that are being done
vor 11 Jahren
Krzysztof Klimonda
ba8a8ca7c6
Remove a backported verbatim tag now that we are using Django 1.5
vor 11 Jahren
Krzysztof Klimonda
cf816abcda
remove -e from the Django tarball url
-e should be used only with repositories apparently
vor 11 Jahren
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.
vor 11 Jahren
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.
vor 11 Jahren
Isaac Bythewood
537c246fc4
Merge pull request #54 from rossturk/patch-1
Update README.md
vor 11 Jahren
Isaac Bythewood
f66b727072
Working on new design
vor 11 Jahren
Isaac Bythewood
3f38458bd8
Removing unused vendor libs, custom tiling works, new design started
vor 11 Jahren
Isaac Bythewood
8e8bed0efa
Rewrite the display of recent pins without the use of third-party js libs
vor 11 Jahren
Isaac Bythewood
e467a83683
Remove admin which was a temporary fix
vor 11 Jahren
Isaac Bythewood
3a65f0be21
Bump Django version for security fixes etc
vor 11 Jahren
rossturk
9264293bca
Update README.md
vor 12 Jahren
Isaac Bythewood
491a87b6e4
Merge pull request #53 from alfakini/master
Update Development notes.
vor 12 Jahren
Alan Fachini
aa49b8f266
Update README.md
Update Development notes.
vor 12 Jahren
Isaac Bythewood
a191f262ef
Use pushstate to change URL when swaping to a tag to make tags linkable
vor 12 Jahren
Isaac Bythewood
ed4f308144
Fix bug in Palette mode not being supported in JPEG to convert to RGB before JPEG save.
vor 12 Jahren
Isaac Bythewood
94d40b7054
Fix CSRF login and register bug
vor 12 Jahren
Isaac Bythewood
fde97b05c6
Increase API limit.
vor 12 Jahren
Isaac Bythewood
6cdb7c955e
Increase page size.
vor 12 Jahren
Isaac Bythewood
c1b268312b
Removed CSRF temporarily to fix many bugs.
vor 12 Jahren
Isaac Bythewood
605c25a561
Added basic admin functionality with pin integration.
vor 12 Jahren
Isaac Bythewood
ceda2d2cb0
Allow basic sorting by tag.
vor 12 Jahren
Isaac Bythewood
230a6e959f
Taggit implemented.
vor 12 Jahren
Isaac Bythewood
7df00ebd48
Don't test pins still Django issue gets taken care of, not problem with Pinry.
vor 12 Jahren
Isaac Bythewood
6bcc18f65e
Removing conf till I can explain futher.
vor 12 Jahren
Isaac Bythewood
cf443b6d28
Added conf files directly to project.
vor 12 Jahren
Isaac Bythewood
34d327334a
Update django release.
vor 12 Jahren
Isaac Bythewood
6927c770df
Add new compressor release removing git requirement.
vor 12 Jahren
Isaac Bythewood
d26d94b784
Only test my apps, django ones are broken in some instances.
vor 12 Jahren
Isaac Bythewood
c46ef6d325
Use git pull of django_compressor.
vor 12 Jahren
Isaac Bythewood
927fb66479
Fix image resizing.
vor 12 Jahren
Isaac Bythewood
6f6bed401a
Fix thumbnails.
vor 12 Jahren
Isaac Bythewood
0a6b8b77d3
Fixing locations of static resources since we are now using compressor.
vor 12 Jahren
Isaac Bythewood
643224d575
Now using compressor and trying to fix test CSRF issue.
vor 12 Jahren
Isaac Bythewood
f00e106dfe
Add in some new settings.
vor 12 Jahren
Isaac Bythewood
5854c6dd49
Specify travis branch.
vor 12 Jahren
Isaac Bythewood
e5dcb3c3b2
Update readme wording.
vor 12 Jahren
Isaac Bythewood
c2d7a18c8a
Added travis build status to readme.
vor 12 Jahren
Isaac Bythewood
d92d30bb94
Added some production settings. Moving to travis-ci for testing. Added feature to stop new registrations.
vor 12 Jahren
Isaac Bythewood
265777e94b
Update readme removing the issues we had with PIL since we now use Pillow.
vor 12 Jahren
Isaac Bythewood
de45705e62
Cleaning up code.
vor 12 Jahren