Isaac Bythewood
d6c515ed0a
Merge pull request #62 from tomwys/patch-2
Fix url regexp.
преди 10 години
Isaac Bythewood
878219574c
Merge pull request #65 from lapo-luchini/bookmarklet
Improve bookmarklet
преди 10 години
Lapo Luchini
e2f61176dd
Properly encode query string parameters.
преди 10 години
Lapo Luchini
e1e2c07f2b
`getUrlParameter` fixes as in http://stackoverflow.com/a/8764051/166524
преди 10 години
Lapo Luchini
a2ab9a2b8c
Use `.src` to get absolute URL as calculated by the browser.
преди 10 години
Lapo Luchini
0549bb5113
Use jQuery as soon as it is loaded.
преди 10 години
Krzysztof Klimonda
b79e6249ea
Fixed tests not passing on postgresql.
преди 10 години
Tomasz Wysocki
bd984f9fd2
Fix url regexp.
\d allows numbers from other digit systems, so urls like: http://demo.getpinry.com/१७/ are possible. This could lead to some nasty security issues in the future (ie. if you try to use pin number without using `int(...)`).
преди 10 години
Tomasz Wysocki
25c02407ba
"keys" is optional.
преди 10 години
Isaac Bythewood
4240971fd4
Note about database
преди 11 години
Isaac Bythewood
ea4beea7c3
Merge pull request #45 from tylerstalder/patch-1
Use jQuery because you're checking for window.jQuery
преди 11 години
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/
преди 11 години
Isaac Bythewood
a01975d47d
Use previous version of Django, not compatible with the latest 1.6 yet.
преди 11 години
Krzysztof Klimonda
145767393f
Fixed small issues in the setup.py file
преди 11 години
Isaac Bythewood
6a755b25b2
Update contributors to include a link to the contributors graph
преди 11 години
Isaac Bythewood
c510be3de4
Improved the documentation, bumped the version to 1.3.2, fixed the license in setup.py
преди 11 години
Isaac Bythewood
f835018bb6
Moving to RST to be more pythonic
преди 11 години
Isaac Bythewood
0a9a277065
Update setup to most recent version and packages
преди 11 години
Isaac Bythewood
82ad313120
Bump version in docs.
преди 11 години
Isaac Bythewood
8a0b577f16
Fix SITE_URL being used in title when that feature was removed.
преди 11 години
Isaac Bythewood
5c68ca1725
Improved formatting of docs
преди 11 години
Isaac Bythewood
e29ba90190
Fix formatting issue in getting started docs
преди 11 години
Isaac Bythewood
edd0efb6ce
Updating base docs
преди 11 години
Isaac Bythewood
14ce634afa
Starting working on the docs...
преди 11 години
Isaac Bythewood
a077f33f6a
Merge branch 'develop' and releasing version 1.3.0
преди 11 години
Isaac Bythewood
fc39a075e9
Hide passwords from view on forms
преди 11 години
Isaac Bythewood
50d61af22a
Move to bootstrap 3, better design, move all vendor items local.
преди 11 години
Isaac Bythewood
47a33fb348
Fix logo URL
преди 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 години