Isaac Bythewood
5cda896eed
Fix error message classes
il y a 8 ans
Isaac Bythewood
9185e946ac
Fix height of lightbox
il y a 8 ans
Isaac Bythewood
fc4806af07
Use latest version of bootstrap
il y a 8 ans
Isaac Bythewood
69ccee06cc
Merge pull request #83 from lapo-luchini/bookmarklet2
bookmarklet improvements to the image preview
il y a 8 ans
Isaac Bythewood
5802167b72
Fix bug in API now allowing delete or edit of pins
il y a 8 ans
Isaac Bythewood
51c6e58fc5
Use bower to handle js vendor dependencies
il y a 8 ans
Isaac Bythewood
50ad4c6a89
Pinry breaks with Django 1.9, not allowing till fixed.
il y a 8 ans
Isaac Bythewood
db34087da8
Merge pull request #76 from lapo-luchini/description
Improve description text rendering
il y a 8 ans
Isaac Bythewood
3e0e3fc7bc
Merge pull request #91 from supervacuo/master
Update to Django 1.8 and tastypie 0.12
il y a 9 ans
Carl van Tonder
1114edc11a
Update to Django 1.8 and tastypie 0.12
Closes #38 , closes #88
il y a 9 ans
Isaac Bythewood
a7aef9be91
Merge pull request #86 from Delphinator/fix-n+1-queries
Fix N+1 queries in pin loading
il y a 9 ans
Isaac Bythewood
2baf58e550
Merge pull request #84 from Delphinator/feature-sort-tags
Case insensitive sorting of tags in javascript
il y a 9 ans
Jens Gutermuth
deb04500c5
Only use prefetched thumbnails if there are there
The optimization broke image uploading, this fixes it again.
il y a 9 ans
Jens Gutermuth
9d4791b65a
image can be loaded with a join as well (saves another query)
il y a 9 ans
Jens Gutermuth
e4b8769168
DoesNotExist should be ObjectDoesNotExist, oops!
il y a 9 ans
Jens Gutermuth
3bcc6d3152
Loanding pins does no N+1 queries anymore
This saves another three queries per pin, bringing to total query count
down to 8.
See issue #85 .
il y a 9 ans
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 .
il y a 9 ans
Jens Gutermuth
58ea025c03
Case insensitive sorting of tags in javascript
il y a 9 ans
Isaac Bythewood
613db5c505
Merge pull request #82 from lapo-luchini/bookmarklet
[bookmarklet] allow closing with ESC or clicking on header.
il y a 9 ans
Lapo Luchini
ac8419d749
Improvements to the image preview:
- show the image size on top of the preview.
- scale down the preview to view (most) of the image instead of just the center.
il y a 10 ans
Lapo Luchini
9e901485ee
Allow closing pinry with ESC or clicking on header.
On close, remove the script as well as the images.
il y a 10 ans
Isaac Bythewood
c1ea33bae0
Merge pull request #77 from lapo-luchini/fix_modal
Remove race condition waiting for proper event instead of fixed time
il y a 10 ans
Lapo Luchini
259d699551
Remove race condition waiting for proper event instead of fixed time.
il y a 10 ans
Lapo Luchini
212dd7f819
Make links clickable and only show the domain in the text.
il y a 10 ans
Lapo Luchini
0f62f70f79
Fix long descriptions from overflowing the area.
il y a 10 ans
Isaac Bythewood
355084daeb
Merge pull request #72 from birdsarah/patch-1
Pin to latest version of django 1.5
il y a 10 ans
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).
il y a 10 ans
Isaac Bythewood
2d7b0970ce
Merge pull request #69 from lapo-luchini/add_contributor
Add to contributors and reference the Chrome extension
il y a 10 ans
Isaac Bythewood
00955887d1
Merge pull request #68 from razzius/master
Remove unused ugettext import
il y a 10 ans
Lapo Luchini
33d2ff0c28
Add me to contriutors and reference the Chrome extension (as suggested in #67 ).
il y a 10 ans
Razzi Abuissa
7c553e2e52
Remove unused ugettext import
il y a 10 ans
Isaac Bythewood
d6c515ed0a
Merge pull request #62 from tomwys/patch-2
Fix url regexp.
il y a 10 ans
Isaac Bythewood
878219574c
Merge pull request #65 from lapo-luchini/bookmarklet
Improve bookmarklet
il y a 10 ans
Lapo Luchini
e2f61176dd
Properly encode query string parameters.
il y a 10 ans
Lapo Luchini
e1e2c07f2b
`getUrlParameter` fixes as in http://stackoverflow.com/a/8764051/166524
il y a 10 ans
Lapo Luchini
a2ab9a2b8c
Use `.src` to get absolute URL as calculated by the browser.
il y a 10 ans
Lapo Luchini
0549bb5113
Use jQuery as soon as it is loaded.
il y a 10 ans
Krzysztof Klimonda
b79e6249ea
Fixed tests not passing on postgresql.
il y a 10 ans
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(...)`).
il y a 10 ans
Tomasz Wysocki
25c02407ba
"keys" is optional.
il y a 10 ans
Isaac Bythewood
4240971fd4
Note about database
il y a 11 ans
Isaac Bythewood
ea4beea7c3
Merge pull request #45 from tylerstalder/patch-1
Use jQuery because you're checking for window.jQuery
il y a 11 ans
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/
il y a 11 ans
Isaac Bythewood
a01975d47d
Use previous version of Django, not compatible with the latest 1.6 yet.
il y a 11 ans
Krzysztof Klimonda
145767393f
Fixed small issues in the setup.py file
il y a 11 ans
Isaac Bythewood
6a755b25b2
Update contributors to include a link to the contributors graph
il y a 11 ans
Isaac Bythewood
c510be3de4
Improved the documentation, bumped the version to 1.3.2, fixed the license in setup.py
il y a 11 ans
Isaac Bythewood
f835018bb6
Moving to RST to be more pythonic
il y a 11 ans
Isaac Bythewood
0a9a277065
Update setup to most recent version and packages
il y a 11 ans
Isaac Bythewood
82ad313120
Bump version in docs.
il y a 11 ans