Jens Gutermuth
60cf2dcbd7
Fix three N+1 queries in pin loading
Fetch the submitter with a join and get all the images and tags in one
query each. This reduces the total query count for loading 50 pins from
304 to 158.
See issue #85 .
hace 9 años
Isaac Bythewood
613db5c505
Merge pull request #82 from lapo-luchini/bookmarklet
[bookmarklet] allow closing with ESC or clicking on header.
hace 9 años
Lapo Luchini
9e901485ee
Allow closing pinry with ESC or clicking on header.
On close, remove the script as well as the images.
hace 10 años
Isaac Bythewood
c1ea33bae0
Merge pull request #77 from lapo-luchini/fix_modal
Remove race condition waiting for proper event instead of fixed time
hace 10 años
Lapo Luchini
259d699551
Remove race condition waiting for proper event instead of fixed time.
hace 10 años
Isaac Bythewood
355084daeb
Merge pull request #72 from birdsarah/patch-1
Pin to latest version of django 1.5
hace 10 años
Sarah Bird
a942c289d9
Pin to latest version of django 1.5
Just a suggestion, so that users get the latest django security release (currently 1.5.9).
hace 10 años
Isaac Bythewood
2d7b0970ce
Merge pull request #69 from lapo-luchini/add_contributor
Add to contributors and reference the Chrome extension
hace 10 años
Isaac Bythewood
00955887d1
Merge pull request #68 from razzius/master
Remove unused ugettext import
hace 10 años
Lapo Luchini
33d2ff0c28
Add me to contriutors and reference the Chrome extension (as suggested in #67 ).
hace 10 años
Razzi Abuissa
7c553e2e52
Remove unused ugettext import
hace 10 años
Isaac Bythewood
d6c515ed0a
Merge pull request #62 from tomwys/patch-2
Fix url regexp.
hace 10 años
Isaac Bythewood
878219574c
Merge pull request #65 from lapo-luchini/bookmarklet
Improve bookmarklet
hace 10 años
Lapo Luchini
e2f61176dd
Properly encode query string parameters.
hace 10 años
Lapo Luchini
e1e2c07f2b
`getUrlParameter` fixes as in http://stackoverflow.com/a/8764051/166524
hace 10 años
Lapo Luchini
a2ab9a2b8c
Use `.src` to get absolute URL as calculated by the browser.
hace 10 años
Lapo Luchini
0549bb5113
Use jQuery as soon as it is loaded.
hace 10 años
Krzysztof Klimonda
b79e6249ea
Fixed tests not passing on postgresql.
hace 10 años
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(...)`).
hace 10 años
Tomasz Wysocki
25c02407ba
"keys" is optional.
hace 10 años
Isaac Bythewood
4240971fd4
Note about database
hace 11 años
Isaac Bythewood
ea4beea7c3
Merge pull request #45 from tylerstalder/patch-1
Use jQuery because you're checking for window.jQuery
hace 11 años
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/
hace 11 años
Isaac Bythewood
a01975d47d
Use previous version of Django, not compatible with the latest 1.6 yet.
hace 11 años
Krzysztof Klimonda
145767393f
Fixed small issues in the setup.py file
hace 11 años
Isaac Bythewood
6a755b25b2
Update contributors to include a link to the contributors graph
hace 11 años
Isaac Bythewood
c510be3de4
Improved the documentation, bumped the version to 1.3.2, fixed the license in setup.py
hace 11 años
Isaac Bythewood
f835018bb6
Moving to RST to be more pythonic
hace 11 años
Isaac Bythewood
0a9a277065
Update setup to most recent version and packages
hace 11 años
Isaac Bythewood
82ad313120
Bump version in docs.
hace 11 años
Isaac Bythewood
8a0b577f16
Fix SITE_URL being used in title when that feature was removed.
hace 11 años
Isaac Bythewood
5c68ca1725
Improved formatting of docs
hace 11 años
Isaac Bythewood
e29ba90190
Fix formatting issue in getting started docs
hace 11 años
Isaac Bythewood
edd0efb6ce
Updating base docs
hace 11 años
Isaac Bythewood
14ce634afa
Starting working on the docs...
hace 11 años
Isaac Bythewood
a077f33f6a
Merge branch 'develop' and releasing version 1.3.0
hace 11 años
Isaac Bythewood
fc39a075e9
Hide passwords from view on forms
hace 11 años
Isaac Bythewood
50d61af22a
Move to bootstrap 3, better design, move all vendor items local.
hace 11 años
Isaac Bythewood
47a33fb348
Fix logo URL
hace 11 años
Isaac Bythewood
795a905596
Added Original URL and Pin URL to lightbox of items.
hace 11 años
Isaac Bythewood
a4f3adc2df
Updated requirements and other items in preps of new pinry version
hace 11 años
Isaac Bythewood
70a797c5af
Update feeds to meet PEP requirements and minor adjustments to base.html
hace 11 años
Isaac Bythewood
7ac128a643
Had to revert tastypie to a previous version due to some issues with
latest.
hace 11 años
Isaac Bythewood
50fd227d9f
Updated requirements to use original repos in many cases and pull
everything from pypi instead of pulling from git repos.
hace 11 años
Isaac Bythewood
f8d171b3ce
Update to latest requirements including official taggit
hace 11 años
Isaac Bythewood
85d099fa94
Finish up feed implementation.
hace 11 años
Isaac Bythewood
3affd088fa
Adding rss feed for latest pins.
hace 11 años
Isaac Bythewood
670ab91918
A few more minor readme updates.
hace 11 años
Isaac Bythewood
034447be59
Updating the readme.
hace 11 años
Isaac Bythewood
2d9de51e6d
Change in license back to our roots, Simplified BSD. Updates to Readme pointing to docker, our prefered method of deployment.
hace 11 años