Sat, 07 Sep 2013 15:48:23 +0300move cache to models URLItem.get_url(), fix image view
Tero Marttila <terom@fixme.fi> [Sat, 07 Sep 2013 15:48:23 +0300] rev 82
move cache to models URLItem.get_url(), fix image view

Sat, 07 Sep 2013 15:38:24 +0300drop separate shorturl_id= lookup key, match shorturl.isdigit()
Tero Marttila <terom@fixme.fi> [Sat, 07 Sep 2013 15:38:24 +0300] rev 81
drop separate shorturl_id= lookup key, match shorturl.isdigit()

Sat, 07 Sep 2013 15:35:56 +0300move URLItem lookup to models URLItem.search()
Tero Marttila <terom@fixme.fi> [Sat, 07 Sep 2013 15:35:56 +0300] rev 80
move URLItem lookup to models URLItem.search()

Fri, 06 Sep 2013 01:36:33 +0300fix 404 for invalid id in urlitem
Tero Marttila <terom@fixme.fi> [Fri, 06 Sep 2013 01:36:33 +0300] rev 79
fix 404 for invalid id in urlitem

Fri, 06 Sep 2013 01:34:25 +0300move urlitem title logic to URLItem.title()
Tero Marttila <terom@fixme.fi> [Fri, 06 Sep 2013 01:34:25 +0300] rev 78
move urlitem title logic to URLItem.title()

Fri, 06 Sep 2013 01:25:16 +0300fix bug where name would be set to hash when editing a urlimage
Tero Marttila <terom@fixme.fi> [Fri, 06 Sep 2013 01:25:16 +0300] rev 77
fix bug where name would be set to hash when editing a urlimage

Mon, 02 Sep 2013 04:02:17 +0300touchup cache keys
Tero Marttila <terom@fixme.fi> [Mon, 02 Sep 2013 04:02:17 +0300] rev 76
touchup cache keys

Mon, 02 Sep 2013 03:53:49 +0300fix str.format for python2.6
Tero Marttila <terom@fixme.fi> [Mon, 02 Sep 2013 03:53:49 +0300] rev 75
fix str.format for python2.6

Mon, 02 Sep 2013 03:50:50 +0300override views to drop Vary header, as we don't care about the session
Tero Marttila <terom@fixme.fi> [Mon, 02 Sep 2013 03:50:50 +0300] rev 74
override views to drop Vary header, as we don't care about the session

Mon, 02 Sep 2013 03:50:34 +0300caching for shorturl redirect
Tero Marttila <terom@fixme.fi> [Mon, 02 Sep 2013 03:50:34 +0300] rev 73
caching for shorturl redirect

Mon, 02 Sep 2013 03:20:10 +0300add Last-Modified to urlitem responses (redirect and html)
Tero Marttila <terom@fixme.fi> [Mon, 02 Sep 2013 03:20:10 +0300] rev 72
add Last-Modified to urlitem responses (redirect and html)

Mon, 02 Sep 2013 02:50:16 +0300optimize item view to JOIN across models, using common _get_url_item for both views
Tero Marttila <terom@fixme.fi> [Mon, 02 Sep 2013 02:50:16 +0300] rev 71
optimize item view to JOIN across models, using common _get_url_item for both views

Mon, 02 Sep 2013 02:31:55 +0300optimize shorturl() to use a single SELECT JOIN query
Tero Marttila <terom@fixme.fi> [Mon, 02 Sep 2013 02:31:55 +0300] rev 70
optimize shorturl() to use a single SELECT JOIN query

Mon, 02 Sep 2013 02:21:42 +0300URL model: use self.urlitem_set to let orm caching work for item.shorturl (optimize one unneeded query on view)
Tero Marttila <terom@fixme.fi> [Mon, 02 Sep 2013 02:21:42 +0300] rev 69
URL model: use self.urlitem_set to let orm caching work for item.shorturl (optimize one unneeded query on view)

Mon, 02 Sep 2013 02:10:28 +0300add index on URLItem.published
Tero Marttila <terom@fixme.fi> [Mon, 02 Sep 2013 02:10:28 +0300] rev 68
add index on URLItem.published

Mon, 02 Sep 2013 02:10:15 +0300cmpuqrct: development settings for debug toolbar
Tero Marttila <terom@fixme.fi> [Mon, 02 Sep 2013 02:10:15 +0300] rev 67
cmpuqrct: development settings for debug toolbar

Sat, 31 Aug 2013 21:39:02 +0300store filename for URLImages
Tero Marttila <terom@fixme.fi> [Sat, 31 Aug 2013 21:39:02 +0300] rev 66
store filename for URLImages

Sat, 31 Aug 2013 21:36:49 +0300fix some issues with dynamic initial values confusing inline formsets (for inline formsets not bound to a urlfeed).
Tero Marttila <terom@fixme.fi> [Sat, 31 Aug 2013 21:36:49 +0300] rev 65
fix some issues with dynamic initial values confusing inline formsets (for inline formsets not bound to a urlfeed).

Sat, 31 Aug 2013 19:21:41 +0300show uploaded URLImage in admin
Tero Marttila <terom@fixme.fi> [Sat, 31 Aug 2013 19:21:41 +0300] rev 64
show uploaded URLImage in admin

Sat, 31 Aug 2013 19:11:37 +0300make URLFeed publishing_offset user-defineable in days
Tero Marttila <terom@fixme.fi> [Sat, 31 Aug 2013 19:11:37 +0300] rev 63
make URLFeed publishing_offset user-defineable in days

Sat, 31 Aug 2013 19:05:10 +0300add import link to urlfeed model admin
Tero Marttila <terom@fixme.fi> [Sat, 31 Aug 2013 19:05:10 +0300] rev 62
add import link to urlfeed model admin

Sat, 31 Aug 2013 18:47:57 +0300urlitem published should not be readonly
Tero Marttila <terom@fixme.fi> [Sat, 31 Aug 2013 18:47:57 +0300] rev 61
urlitem published should not be readonly

Fri, 30 Aug 2013 02:40:58 +0200qrurls image: scale image up to full width on portait-mode browsers (mobile)
terom [Fri, 30 Aug 2013 02:40:58 +0200] rev 60
qrurls image: scale image up to full width on portait-mode browsers (mobile)

Fri, 30 Aug 2013 02:36:56 +0200qrurls image: set viewport-width to device-width with initial-scale=1.0, for fullscreen behaviour on mobile browsers
terom [Fri, 30 Aug 2013 02:36:56 +0200] rev 59
qrurls image: set viewport-width to device-width with initial-scale=1.0, for fullscreen behaviour on mobile browsers

Fri, 30 Aug 2013 02:08:44 +0200hgignore var
terom [Fri, 30 Aug 2013 02:08:44 +0200] rev 58
hgignore var

Fri, 30 Aug 2013 01:59:06 +0200use sans-serif font
terom [Fri, 30 Aug 2013 01:59:06 +0200] rev 57
use sans-serif font

Thu, 22 Aug 2013 02:44:51 +0300move publishing schedule to URL model, make timetz aware
Tero Marttila <terom@fixme.fi> [Thu, 22 Aug 2013 02:44:51 +0300] rev 56
move publishing schedule to URL model, make timetz aware

Thu, 22 Aug 2013 02:12:13 +0300use <input type=file multiple> to handle multi-file uploads
Tero Marttila <terom@fixme.fi> [Thu, 22 Aug 2013 02:12:13 +0300] rev 55
use <input type=file multiple> to handle multi-file uploads

Thu, 22 Aug 2013 02:00:03 +0300docdoc
Tero Marttila <terom@fixme.fi> [Thu, 22 Aug 2013 02:00:03 +0300] rev 54
docdoc

Wed, 21 Aug 2013 02:14:24 +0300split cmpuqrct/templates with base and analytics
Tero Marttila <terom@fixme.fi> [Wed, 21 Aug 2013 02:14:24 +0300] rev 53
split cmpuqrct/templates with base and analytics