Commit Graph

708 Commits

Author SHA1 Message Date
Isaac Bythewood
ea4beea7c3 Merge pull request #45 from tylerstalder/patch-1
Use jQuery because you're checking for window.jQuery
2013-12-13 08:55:58 -08:00
Tyler Stalder
c3d998654f Use jQuery because you're checking for window.jQuery
Some sites put jQuery into noConflict mode and don't bind to $. One example is http://shop.timberland.com/ so the pinry bookmarklet would not work. It will throw a 'document does not have a method ready' error. This change just wraps all of the jQuery specific code to use the current jQuery as $.

http://api.jquery.com/jQuery.noConflict/
2013-11-24 17:51:08 -08:00
Isaac Bythewood
a01975d47d Use previous version of Django, not compatible with the latest 1.6 yet. 2013-11-12 17:17:54 -05:00
Krzysztof Klimonda
145767393f Fixed small issues in the setup.py file 2013-09-26 07:14:31 +00:00
Isaac Bythewood
6a755b25b2 Update contributors to include a link to the contributors graph v1.3.2 2013-09-26 02:34:36 +00:00
Isaac Bythewood
c510be3de4 Improved the documentation, bumped the version to 1.3.2, fixed the license in setup.py 2013-09-26 02:31:38 +00:00
Isaac Bythewood
f835018bb6 Moving to RST to be more pythonic v1.3.1 2013-09-25 23:50:30 +00:00
Isaac Bythewood
0a9a277065 Update setup to most recent version and packages 2013-09-25 23:21:10 +00:00
Isaac Bythewood
82ad313120 Bump version in docs. 2013-09-25 22:47:19 +00:00
Isaac Bythewood
8a0b577f16 Fix SITE_URL being used in title when that feature was removed. 2013-09-25 22:45:42 +00:00
Isaac Bythewood
5c68ca1725 Improved formatting of docs 2013-09-25 02:52:18 +00:00
Isaac Bythewood
e29ba90190 Fix formatting issue in getting started docs 2013-09-25 02:50:23 +00:00
Isaac Bythewood
edd0efb6ce Updating base docs 2013-09-25 02:48:52 +00:00
Isaac Bythewood
14ce634afa Starting working on the docs... 2013-09-25 02:36:20 +00:00
Isaac Bythewood
a077f33f6a Merge branch 'develop' and releasing version 1.3.0 v1.3.0 2013-09-25 00:00:39 +00:00
Isaac Bythewood
fc39a075e9 Hide passwords from view on forms 2013-09-24 23:58:38 +00:00
Isaac Bythewood
50d61af22a Move to bootstrap 3, better design, move all vendor items local. 2013-09-24 23:02:00 +00:00
Isaac Bythewood
47a33fb348 Fix logo URL 2013-09-24 19:39:38 +00:00
Isaac Bythewood
795a905596 Added Original URL and Pin URL to lightbox of items. 2013-09-24 19:24:12 +00:00
Isaac Bythewood
a4f3adc2df Updated requirements and other items in preps of new pinry version v1.2.0 2013-09-22 03:33:50 +00:00
Isaac Bythewood
70a797c5af Update feeds to meet PEP requirements and minor adjustments to base.html 2013-09-22 00:32:52 +00:00
Isaac Bythewood
7ac128a643 Had to revert tastypie to a previous version due to some issues with
latest.
2013-09-22 00:21:12 +00:00
Isaac Bythewood
50fd227d9f Updated requirements to use original repos in many cases and pull
everything from pypi instead of pulling from git repos.
2013-09-22 00:16:05 +00:00
Isaac Bythewood
f8d171b3ce Update to latest requirements including official taggit 2013-09-22 00:08:17 +00:00
Isaac Bythewood
85d099fa94 Finish up feed implementation. 2013-09-21 05:21:17 -04:00
Isaac Bythewood
3affd088fa Adding rss feed for latest pins. 2013-09-21 04:28:41 -04:00
Isaac Bythewood
670ab91918 A few more minor readme updates. v1.1.1 2013-09-20 22:35:17 -04:00
Isaac Bythewood
034447be59 Updating the readme. 2013-09-20 22:33:31 -04:00
Isaac Bythewood
2d9de51e6d Change in license back to our roots, Simplified BSD. Updates to Readme pointing to docker, our prefered method of deployment. 2013-09-20 16:01:21 -04:00
Isaac Bythewood
a12a5bd2a4 Fixed missing punctuation in messages css. 2013-09-18 19:10:14 -04:00
Krzysztof Klimonda
6200156adb Merge branch 'release/1.1.0' v1.1.0 2013-04-16 14:18:02 +02:00
Krzysztof Klimonda
d8f67caed0 Update version to 1.1.0 in preparation for the release 2013-04-16 13:52:43 +02:00
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).
2013-04-16 02:23:49 +02:00
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.
2013-04-16 00:30:43 +02:00
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.
2013-04-14 15:51:39 +02:00
Isaac Bythewood
cecc88f068 Refactor loading pins part of pinry.js to fix some bugs v1.0.0 2013-04-05 18:50:06 +00:00
Isaac Bythewood
c8f0d6b1d6 Fix bug of multiple of same images loading sometimes 2013-04-05 18:30:14 +00:00
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
2013-04-05 20:05:10 +02:00
Krzysztof Klimonda
2ecda33fed Apply fix from 3b10868 to users tests too
Repeat after me "I'll run a full test suite before pushing changes"
2013-04-05 19:44:16 +02:00
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.
2013-04-05 19:34:31 +02:00
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
2013-04-05 19:10:17 +02:00
Krzysztof Klimonda
aeeae41cd7 Update buildout config to fix some issues
Change the settings module and add eggs to the bin/django script path
2013-03-30 14:06:10 +01:00
Krzysztof Klimonda
30c4aeaa9a bin/py setup.py test installs eggs to the root directory 2013-03-29 15:40:18 +01:00
Krzysztof Klimonda
a89b83c159 make sure that setuptools is available from bin/py interpreter 2013-03-29 15:39:57 +01:00
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.
2013-03-27 21:07:22 +01:00
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.
2013-03-27 21:05:02 +01:00
Krzysztof Klimonda
7817e5d41b Rewrite .gitignore file a bit and add some rules 2013-03-27 21:03:07 +01:00
Isaac Bythewood
548deaa2dd Added screenshot of Pinry to README 2013-03-21 01:56:33 +00:00
Isaac Bythewood
cc5587c022 Added core contributors to the README 2013-03-21 01:49:23 +00:00
Isaac Bythewood
b95aae5a97 Added contributors file 2013-03-21 01:46:19 +00:00