Commit Graph

531 Commits

Author SHA1 Message Date
Isaac Bythewood
613db5c505 Merge pull request #82 from lapo-luchini/bookmarklet
[bookmarklet] allow closing with ESC or clicking on header.
2015-03-16 18:04:40 -04:00
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.
2015-01-20 10:24:27 +01:00
Lapo Luchini
9e901485ee Allow closing pinry with ESC or clicking on header.
On close, remove the script as well as the images.
2015-01-20 10:18:58 +01:00
Isaac Bythewood
c1ea33bae0 Merge pull request #77 from lapo-luchini/fix_modal
Remove race condition waiting for proper event instead of fixed time
2014-12-09 18:59:09 -05:00
Lapo Luchini
259d699551 Remove race condition waiting for proper event instead of fixed time. 2014-11-23 20:25:59 +01:00
Lapo Luchini
212dd7f819 Make links clickable and only show the domain in the text. 2014-11-23 20:14:20 +01:00
Lapo Luchini
0f62f70f79 Fix long descriptions from overflowing the area. 2014-11-23 20:14:10 +01:00
Isaac Bythewood
355084daeb Merge pull request #72 from birdsarah/patch-1
Pin to latest version of django 1.5
2014-09-18 17:50:34 -04:00
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).
2014-08-22 16:30:25 -07:00
Isaac Bythewood
2d7b0970ce Merge pull request #69 from lapo-luchini/add_contributor
Add to contributors and reference the Chrome extension
2014-08-06 12:16:05 -04:00
Isaac Bythewood
00955887d1 Merge pull request #68 from razzius/master
Remove unused ugettext import
2014-08-06 12:14:59 -04:00
Lapo Luchini
33d2ff0c28 Add me to contriutors and reference the Chrome extension (as suggested in #67). 2014-07-28 10:55:50 +02:00
Razzi Abuissa
7c553e2e52 Remove unused ugettext import 2014-07-28 02:47:25 -04:00
Isaac Bythewood
d6c515ed0a Merge pull request #62 from tomwys/patch-2
Fix url regexp.
2014-07-21 23:54:29 -04:00
Isaac Bythewood
878219574c Merge pull request #65 from lapo-luchini/bookmarklet
Improve bookmarklet
2014-07-21 23:53:21 -04:00
Lapo Luchini
e2f61176dd Properly encode query string parameters. 2014-05-28 16:10:08 +02:00
Lapo Luchini
e1e2c07f2b getUrlParameter fixes as in http://stackoverflow.com/a/8764051/166524 2014-05-28 16:09:22 +02:00
Lapo Luchini
a2ab9a2b8c Use .src to get absolute URL as calculated by the browser. 2014-05-28 15:58:00 +02:00
Lapo Luchini
0549bb5113 Use jQuery as soon as it is loaded. 2014-05-28 15:47:55 +02:00
Krzysztof Klimonda
b79e6249ea Fixed tests not passing on postgresql. 2014-04-03 11:20:33 +02:00
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(...)`).
2014-04-03 11:12:39 +02:00
Tomasz Wysocki
25c02407ba "keys" is optional. 2014-04-03 10:09:11 +02:00
Isaac Bythewood
4240971fd4 Note about database 2013-12-13 12:04:34 -05:00
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