Isaac Bythewood
643224d575
Now using compressor and trying to fix test CSRF issue.
il y a 12 ans
Isaac Bythewood
f00e106dfe
Add in some new settings.
il y a 12 ans
Isaac Bythewood
5854c6dd49
Specify travis branch.
il y a 12 ans
Isaac Bythewood
e5dcb3c3b2
Update readme wording.
il y a 12 ans
Isaac Bythewood
c2d7a18c8a
Added travis build status to readme.
il y a 12 ans
Isaac Bythewood
d92d30bb94
Added some production settings. Moving to travis-ci for testing. Added feature to stop new registrations.
il y a 12 ans
Isaac Bythewood
265777e94b
Update readme removing the issues we had with PIL since we now use Pillow.
il y a 12 ans
Isaac Bythewood
de45705e62
Cleaning up code.
il y a 12 ans
Isaac Bythewood
04d12ac0ad
Improve IE support and move options to right side of images with some padding.
il y a 12 ans
Isaac Bythewood
add91eabbc
Allow for some branding.
il y a 12 ans
Isaac Bythewood
a178144da4
Removing the dependency of django-thumbs.
il y a 12 ans
Isaac Bythewood
8389462c80
Replacing PIL with Pillow, PIL seems to be dead is is having issues on newer systems, Pillow is it's continuation.
il y a 12 ans
Isaac Bythewood
93f9d23470
Fix CSRF bug.
il y a 12 ans
Isaac Bythewood
493ef04a45
Added ability to delete pins.
il y a 12 ans
Isaac Bythewood
4ee8d3239d
Change position and label of upload field.
il y a 12 ans
Isaac Bythewood
927ee8c03f
Merge pull request #42 from kklimonda/master
Enable filtering over the published field
il y a 12 ans
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.
il y a 12 ans
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.
il y a 12 ans
Isaac Bythewood
8290cc4280
Added a published field to record the date and time of an items creation.
il y a 12 ans
Isaac Bythewood
0bbcba4a6f
Started implementation of user auth.
il y a 12 ans
Isaac Bythewood
c2fed86f4e
Cleaning up includes.
il y a 12 ans
Isaac Bythewood
7514c6f0d9
Added an upload field for new images instead of just requiring a URL.
il y a 12 ans
Isaac Bythewood
6e9a423c63
Fixing one of the last batchse of pep8 and pylint bugs.
il y a 12 ans
Isaac Bythewood
8e8bcdfb49
Lots of pylint and pep8 fixes in nearly every file.
il y a 12 ans
Isaac Bythewood
326e7a2e33
Splitting up some tests and more pep8 fixes.
il y a 12 ans
Isaac Bythewood
1419601e76
Fixing some pylint and pep8 errors in pins tests.
il y a 12 ans
Isaac Bythewood
cf7cd7cf83
Merge pull request #27 from DeCarabas/master
Fix it so that pins show up on IE.
il y a 12 ans
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.
il y a 12 ans
Isaac Bythewood
10ffd90760
Now using tastypie for all our API needs.
il y a 12 ans
Isaac Bythewood
d50e7ce596
Removing the LICENSE file as it is now included in the README.
il y a 12 ans
Isaac Bythewood
4aafa287fe
Removing redundant word License.
il y a 12 ans
Isaac Bythewood
dc7b642d93
Added license to the readme.
il y a 12 ans
Isaac Bythewood
b262c31081
Updating the tag-line.
il y a 12 ans
Isaac Bythewood
b349bb2090
Updating the README with new sections and information.
il y a 12 ans
Isaac Bythewood
ea087caab4
Finished adding basic tests with the API, time to start fleshing them out.
il y a 12 ans
Isaac Bythewood
09b5be250d
Added some more basic tests, for pins this time.
il y a 12 ans
Isaac Bythewood
6cf61f4038
Added jenkins tasks to jenkins config.
il y a 12 ans
Isaac Bythewood
30985a9efe
Added basic core app tests.
il y a 12 ans
Isaac Bythewood
bd6647649a
Separating jenkins requirements and settings from the rest of the app.
il y a 12 ans
Isaac Bythewood
02d9a34212
Fixing URL typo.
il y a 12 ans
Isaac Bythewood
031e81d157
Added jenkins link.
il y a 12 ans
Isaac Bythewood
e7347d226b
Setting up jenkins depends, preping for writing tests.
il y a 12 ans
Isaac Bythewood
b7b359d159
Updated README with new tag line.
il y a 12 ans
Isaac Bythewood
20002afd31
Added in message system.
il y a 12 ans
Isaac Bythewood
188c40a1b6
Added extra protocol checking.
il y a 12 ans
Isaac Bythewood
ec3694acb7
Added modal for creating new pins.
il y a 12 ans
Isaac Bythewood
f88a06aefa
Started the creation of an API and implemented infinite scroll. Closes issue #7 .
il y a 12 ans
Isaac Bythewood
ce95b7ef7f
Added in duplicate URL detection fixing issue #13 .
il y a 12 ans
Isaac Bythewood
520e2725f2
Merge pull request #14 from mbaz/patch-1
Fix typo.
il y a 12 ans
mbaz
11b30fa577
Fix typo.
il y a 12 ans