Isaac Bythewood
94d40b7054
Fix CSRF login and register bug
пре 12 година
Isaac Bythewood
fde97b05c6
Increase API limit.
пре 12 година
Isaac Bythewood
6cdb7c955e
Increase page size.
пре 12 година
Isaac Bythewood
c1b268312b
Removed CSRF temporarily to fix many bugs.
пре 12 година
Isaac Bythewood
605c25a561
Added basic admin functionality with pin integration.
пре 12 година
Isaac Bythewood
ceda2d2cb0
Allow basic sorting by tag.
пре 12 година
Isaac Bythewood
230a6e959f
Taggit implemented.
пре 12 година
Isaac Bythewood
7df00ebd48
Don't test pins still Django issue gets taken care of, not problem with Pinry.
пре 12 година
Isaac Bythewood
6bcc18f65e
Removing conf till I can explain futher.
пре 12 година
Isaac Bythewood
cf443b6d28
Added conf files directly to project.
пре 12 година
Isaac Bythewood
34d327334a
Update django release.
пре 12 година
Isaac Bythewood
6927c770df
Add new compressor release removing git requirement.
пре 12 година
Isaac Bythewood
d26d94b784
Only test my apps, django ones are broken in some instances.
пре 12 година
Isaac Bythewood
c46ef6d325
Use git pull of django_compressor.
пре 12 година
Isaac Bythewood
927fb66479
Fix image resizing.
пре 12 година
Isaac Bythewood
6f6bed401a
Fix thumbnails.
пре 12 година
Isaac Bythewood
0a6b8b77d3
Fixing locations of static resources since we are now using compressor.
пре 12 година
Isaac Bythewood
643224d575
Now using compressor and trying to fix test CSRF issue.
пре 12 година
Isaac Bythewood
f00e106dfe
Add in some new settings.
пре 12 година
Isaac Bythewood
5854c6dd49
Specify travis branch.
пре 12 година
Isaac Bythewood
e5dcb3c3b2
Update readme wording.
пре 12 година
Isaac Bythewood
c2d7a18c8a
Added travis build status to readme.
пре 12 година
Isaac Bythewood
d92d30bb94
Added some production settings. Moving to travis-ci for testing. Added feature to stop new registrations.
пре 12 година
Isaac Bythewood
265777e94b
Update readme removing the issues we had with PIL since we now use Pillow.
пре 12 година
Isaac Bythewood
de45705e62
Cleaning up code.
пре 12 година
Isaac Bythewood
04d12ac0ad
Improve IE support and move options to right side of images with some padding.
пре 12 година
Isaac Bythewood
add91eabbc
Allow for some branding.
пре 12 година
Isaac Bythewood
a178144da4
Removing the dependency of django-thumbs.
пре 12 година
Isaac Bythewood
8389462c80
Replacing PIL with Pillow, PIL seems to be dead is is having issues on newer systems, Pillow is it's continuation.
пре 12 година
Isaac Bythewood
93f9d23470
Fix CSRF bug.
пре 12 година
Isaac Bythewood
493ef04a45
Added ability to delete pins.
пре 12 година
Isaac Bythewood
4ee8d3239d
Change position and label of upload field.
пре 12 година
Isaac Bythewood
927ee8c03f
Merge pull request #42 from kklimonda/master
Enable filtering over the published field
пре 12 година
Krzysztof Klimonda
6fd0c91fd1
Enable filtering over the published field
Tastypie requires that we define a list of fields that can be used
for filtering; add the "published" to this list so we can query pinry
for the list of images created after some date.
пре 12 година
Krzysztof Klimonda
0f87943805
Add /Scripts/ to the list of ignored patterns
Virtualenv uses /Scripts/ instead of /bin/ on Windows, add it
to the .gitignore file.
пре 12 година
Isaac Bythewood
8290cc4280
Added a published field to record the date and time of an items creation.
пре 12 година
Isaac Bythewood
0bbcba4a6f
Started implementation of user auth.
пре 12 година
Isaac Bythewood
c2fed86f4e
Cleaning up includes.
пре 12 година
Isaac Bythewood
7514c6f0d9
Added an upload field for new images instead of just requiring a URL.
пре 12 година
Isaac Bythewood
6e9a423c63
Fixing one of the last batchse of pep8 and pylint bugs.
пре 12 година
Isaac Bythewood
8e8bcdfb49
Lots of pylint and pep8 fixes in nearly every file.
пре 12 година
Isaac Bythewood
326e7a2e33
Splitting up some tests and more pep8 fixes.
пре 12 година
Isaac Bythewood
1419601e76
Fixing some pylint and pep8 errors in pins tests.
пре 12 година
Isaac Bythewood
cf7cd7cf83
Merge pull request #27 from DeCarabas/master
Fix it so that pins show up on IE.
пре 12 година
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.
пре 12 година
Isaac Bythewood
10ffd90760
Now using tastypie for all our API needs.
пре 12 година
Isaac Bythewood
d50e7ce596
Removing the LICENSE file as it is now included in the README.
пре 12 година
Isaac Bythewood
4aafa287fe
Removing redundant word License.
пре 12 година
Isaac Bythewood
dc7b642d93
Added license to the readme.
пре 12 година
Isaac Bythewood
b262c31081
Updating the tag-line.
пре 12 година