Isaac Bythewood
50d61af22a
Move to bootstrap 3, better design, move all vendor items local.
11 年前
Isaac Bythewood
795a905596
Added Original URL and Pin URL to lightbox of items.
11 年前
Isaac Bythewood
a4f3adc2df
Updated requirements and other items in preps of new pinry version
11 年前
Isaac Bythewood
70a797c5af
Update feeds to meet PEP requirements and minor adjustments to base.html
11 年前
Isaac Bythewood
7ac128a643
Had to revert tastypie to a previous version due to some issues with
latest.
11 年前
Isaac Bythewood
50fd227d9f
Updated requirements to use original repos in many cases and pull
everything from pypi instead of pulling from git repos.
11 年前
Isaac Bythewood
f8d171b3ce
Update to latest requirements including official taggit
11 年前
Isaac Bythewood
85d099fa94
Finish up feed implementation.
11 年前
Isaac Bythewood
3affd088fa
Adding rss feed for latest pins.
11 年前
Isaac Bythewood
670ab91918
A few more minor readme updates.
11 年前
Isaac Bythewood
034447be59
Updating the readme.
11 年前
Isaac Bythewood
2d9de51e6d
Change in license back to our roots, Simplified BSD. Updates to Readme pointing to docker, our prefered method of deployment.
11 年前
Isaac Bythewood
a12a5bd2a4
Fixed missing punctuation in messages css.
11 年前
Krzysztof Klimonda
6200156adb
Merge branch 'release/1.1.0'
11 年前
Krzysztof Klimonda
d8f67caed0
Update version to 1.1.0 in preparation for the release
11 年前
Krzysztof Klimonda
a704cb7297
Pin factory-boy dependency on 1.3.x branch
Factory Boy 2.0 have removed the "extracted_key" keyword argument from
post_generation() hook. Until we can update tests to work with 2.0 make
dependency on 1.3.x branch. In turn, the update got stalled by a bug
in Factory Boy (https://github.com/rbarrois/factory_boy/issues/53 ).
11 年前
Krzysztof Klimonda
7db42bb075
Generate thumbnails when image is being saved
Too lax unique constraints for Thumbnail coped with "on demand" thumbnail
generation may leave database in inconsistent state where two thumbnail for
the same size are saved. We should be able to prevent that from happening
by generating all thumbnails when we save the image. Should fix #24 , but
I can't figure out a way to actually test it.
11 年前
Krzysztof Klimonda
defbd50445
Don't load Pins "in background" when lightbox is active.
Remove the scroll event handler when lightbox is active, so pins are
not loaded in background breaking the page layout.
11 年前
Isaac Bythewood
cecc88f068
Refactor loading pins part of pinry.js to fix some bugs
11 年前
Isaac Bythewood
c8f0d6b1d6
Fix bug of multiple of same images loading sometimes
11 年前
Krzysztof Klimonda
ac364e1379
Update setup.py for 1.0 release
It's still not working completely (you can't run tests from it) but it's enough for installing. Fixes #18
11 年前
Krzysztof Klimonda
2ecda33fed
Apply fix from 3b10868
to users tests too
Repeat after me "I'll run a full test suite before pushing changes"
11 年前
Krzysztof Klimonda
c0bf9d992e
Make sure that users can't impersonate each other when creating pins
We weren't checking if the Pin submitter is the logged user which made it possible
to pass any submitter to the Pin resource create call. Fix it, and make the submitter
optional.
11 年前
Krzysztof Klimonda
3b10868832
Open binary files in the binary mode
Make sure that we are using binary mode to read binary files like images, this Fixes #20
11 年前
Krzysztof Klimonda
aeeae41cd7
Update buildout config to fix some issues
Change the settings module and add eggs to the bin/django script path
11 年前
Krzysztof Klimonda
30c4aeaa9a
bin/py setup.py test installs eggs to the root directory
11 年前
Krzysztof Klimonda
a89b83c159
make sure that setuptools is available from bin/py interpreter
11 年前
Krzysztof Klimonda
e71452c68f
Use a relative path for the test image
It's part of the issue #20 (weird path on Windows). Django File class used
a full file path which resulted in path like C:\Example\pinry\static\C:\... which
is obviously invalid.
11 年前
Krzysztof Klimonda
550c8a4312
Create buildout config
On Windows using virtualenv/buildout combo is easier than using raw virtualenv/pip, commit
files used by buildout to configure environment.
11 年前
Krzysztof Klimonda
7817e5d41b
Rewrite .gitignore file a bit and add some rules
11 年前
Isaac Bythewood
548deaa2dd
Added screenshot of Pinry to README
11 年前
Isaac Bythewood
cc5587c022
Added core contributors to the README
11 年前
Isaac Bythewood
b95aae5a97
Added contributors file
11 年前
Isaac Bythewood
b722d675d9
Remove unused docs section for now which will be in pinry-static
11 年前
Isaac Bythewood
4f2a679411
Merge branch 'master' of github.com:pinry/pinry
11 年前
Isaac Bythewood
03d9a3b323
Added link to Codeship from README
11 年前
Isaac Bythewood
4f8139f615
Fix bug in sometimes loading the same pins again because the offset is not increased outside of "success"
11 年前
Isaac Bythewood
310a89f2fe
Change default pin load limit to 50 instead of 30
11 年前
Krzysztof Klimonda
fea9ea2f0e
Commit an initial South migration.
It is a milestone of sort, from now on we're commited to write
correct two-way migrations for our code. It's one of the last
things to be done before an official v1.0 release.
11 年前
Krzysztof Klimonda
51ba441af5
Call lightbox() when new pin is created
We have to call lightbox() when new pin is created so its
onClick listener is registered.
11 年前
Krzysztof Klimonda
98c9df7d1d
Fix TastyPie version at 0.9.12
TastyPie 0.9.13 doesn't install (reported upstream at
https://github.com/toastdriven/django-tastypie/issues/873 ) so use
0.9.12 for now.
11 年前
Krzysztof Klimonda
494f7fbd8c
Fix test by mocking requests.get function
11 年前
Krzysztof Klimonda
98876bb0bd
Use requests library instead of raw urllib2
This commit is a foundation upon a more robust image fetching code
will be built in the future, and it already fixes at least one weird
issue I've seen.
11 年前
Krzysztof Klimonda
99d7eba641
Ignore vim swap files
11 年前
Krzysztof Klimonda
e0e0ac1679
Remove /by-md5/ prefix from image paths
Use forked django-images for now, until we can communicate with the
upstream about it. Fixes #4
11 年前
Isaac Bythewood
20359b886d
Update README with Testing and Requirements sections
11 年前
Isaac Bythewood
de9628d863
Added viewport meta tag
11 年前
Isaac Bythewood
e07a3aa87b
Add a noscript message
11 年前
Krzysztof Klimonda
2f98fc4a57
Change avatar background color to white
11 年前
Krzysztof Klimonda
8fa7583b0f
Call tillLayout when adding a new pin
11 年前