Isaac Bythewood
8e8bed0efa
Rewrite the display of recent pins without the use of third-party js libs
2013-02-20 07:59:45 +00:00
Isaac Bythewood
e467a83683
Remove admin which was a temporary fix
2013-02-20 05:35:10 +00:00
Isaac Bythewood
3a65f0be21
Bump Django version for security fixes etc
2013-02-20 05:19:11 +00:00
rossturk
9264293bca
Update README.md
2012-12-30 01:44:05 -08:00
Isaac Bythewood
491a87b6e4
Merge pull request #53 from alfakini/master
...
Update Development notes.
2012-11-27 12:00:10 -08:00
Alan Fachini
aa49b8f266
Update README.md
...
Update Development notes.
2012-11-21 16:16:04 -02:00
Isaac Bythewood
a191f262ef
Use pushstate to change URL when swaping to a tag to make tags linkable
v0.5.3
2012-11-08 03:00:04 +00:00
Isaac Bythewood
ed4f308144
Fix bug in Palette mode not being supported in JPEG to convert to RGB before JPEG save.
v0.5.2
2012-11-01 03:35:57 +00:00
Isaac Bythewood
94d40b7054
Fix CSRF login and register bug
v0.5.1
2012-10-02 00:45:06 +00:00
Isaac Bythewood
fde97b05c6
Increase API limit.
2012-09-29 19:42:16 +00:00
Isaac Bythewood
6cdb7c955e
Increase page size.
2012-09-29 19:38:54 +00:00
Isaac Bythewood
c1b268312b
Removed CSRF temporarily to fix many bugs.
2012-09-29 06:55:49 +00:00
Isaac Bythewood
605c25a561
Added basic admin functionality with pin integration.
2012-09-29 06:36:51 +00:00
Isaac Bythewood
ceda2d2cb0
Allow basic sorting by tag.
v0.5.0
2012-09-28 05:28:31 +00:00
Isaac Bythewood
230a6e959f
Taggit implemented.
2012-09-28 04:42:13 +00:00
Isaac Bythewood
7df00ebd48
Don't test pins still Django issue gets taken care of, not problem with Pinry.
2012-09-28 04:02:02 +00:00
Isaac Bythewood
6bcc18f65e
Removing conf till I can explain futher.
2012-09-28 03:55:56 +00:00
Isaac Bythewood
cf443b6d28
Added conf files directly to project.
2012-09-27 15:21:20 +00:00
Isaac Bythewood
34d327334a
Update django release.
v0.4.3
2012-08-07 00:15:02 +00:00
Isaac Bythewood
6927c770df
Add new compressor release removing git requirement.
v0.4.2
2012-08-06 23:43:25 +00:00
Isaac Bythewood
d26d94b784
Only test my apps, django ones are broken in some instances.
v0.4.1
2012-08-02 18:59:38 +00:00
Isaac Bythewood
c46ef6d325
Use git pull of django_compressor.
2012-08-02 18:36:09 +00:00
Isaac Bythewood
927fb66479
Fix image resizing.
2012-08-02 01:09:16 +00:00
Isaac Bythewood
6f6bed401a
Fix thumbnails.
2012-08-02 00:45:00 +00:00
Isaac Bythewood
0a6b8b77d3
Fixing locations of static resources since we are now using compressor.
2012-08-02 00:30:28 +00:00
Isaac Bythewood
643224d575
Now using compressor and trying to fix test CSRF issue.
2012-08-02 00:22:57 +00:00
Isaac Bythewood
f00e106dfe
Add in some new settings.
2012-08-01 21:30:18 +00:00
Isaac Bythewood
5854c6dd49
Specify travis branch.
2012-08-01 03:27:23 +00:00
Isaac Bythewood
e5dcb3c3b2
Update readme wording.
2012-08-01 03:25:08 +00:00
Isaac Bythewood
c2d7a18c8a
Added travis build status to readme.
2012-08-01 03:09:57 +00:00
Isaac Bythewood
d92d30bb94
Added some production settings. Moving to travis-ci for testing. Added feature to stop new registrations.
2012-08-01 03:06:41 +00:00
Isaac Bythewood
265777e94b
Update readme removing the issues we had with PIL since we now use Pillow.
2012-07-28 16:22:55 +00:00
Isaac Bythewood
de45705e62
Cleaning up code.
v0.4.0
2012-07-25 02:28:01 +00:00
Isaac Bythewood
04d12ac0ad
Improve IE support and move options to right side of images with some padding.
2012-07-25 02:11:05 +00:00
Isaac Bythewood
add91eabbc
Allow for some branding.
2012-07-25 01:58:40 +00:00
Isaac Bythewood
a178144da4
Removing the dependency of django-thumbs.
2012-07-25 01:50:28 +00:00
Isaac Bythewood
8389462c80
Replacing PIL with Pillow, PIL seems to be dead is is having issues on newer systems, Pillow is it's continuation.
2012-07-24 23:30:40 +00:00
Isaac Bythewood
93f9d23470
Fix CSRF bug.
2012-07-24 23:26:38 +00:00
Isaac Bythewood
493ef04a45
Added ability to delete pins.
2012-07-24 23:09:48 +00:00
Isaac Bythewood
4ee8d3239d
Change position and label of upload field.
2012-07-24 21:23:27 +00:00
Isaac Bythewood
927ee8c03f
Merge pull request #42 from kklimonda/master
...
Enable filtering over the published field
2012-07-16 08:20:08 -07:00
Krzysztof Klimonda
6fd0c91fd1
Enable filtering over the published field
...
Tastypie requires that we define a list of fields that can be used
for filtering; add the "published" to this list so we can query pinry
for the list of images created after some date.
2012-07-16 17:12:59 +02:00
Krzysztof Klimonda
0f87943805
Add /Scripts/ to the list of ignored patterns
...
Virtualenv uses /Scripts/ instead of /bin/ on Windows, add it
to the .gitignore file.
2012-07-16 17:11:47 +02:00
Isaac Bythewood
8290cc4280
Added a published field to record the date and time of an items creation.
2012-07-12 22:49:19 +00:00
Isaac Bythewood
0bbcba4a6f
Started implementation of user auth.
2012-07-06 20:01:33 +00:00
Isaac Bythewood
c2fed86f4e
Cleaning up includes.
2012-07-03 02:29:02 +00:00
Isaac Bythewood
7514c6f0d9
Added an upload field for new images instead of just requiring a URL.
2012-07-03 02:24:34 +00:00
Isaac Bythewood
6e9a423c63
Fixing one of the last batchse of pep8 and pylint bugs.
v0.3.2
2012-05-12 00:31:54 +00:00
Isaac Bythewood
8e8bcdfb49
Lots of pylint and pep8 fixes in nearly every file.
2012-05-12 00:27:02 +00:00
Isaac Bythewood
326e7a2e33
Splitting up some tests and more pep8 fixes.
2012-05-12 00:15:01 +00:00