Karl Hobley
|
61330ff046
|
Added tests for frontend serve view and URL generator
|
2014-07-17 09:50:28 +01:00 |
|
Karl Hobley
|
5632ba85bc
|
Fixes to Python 3 compatibility
|
2014-07-17 09:25:03 +01:00 |
|
Karl Hobley
|
4c570fd7f6
|
Added single click to select on URL in URL generator
|
2014-07-16 17:40:07 +01:00 |
|
Karl Hobley
|
1d492c1b11
|
Moved URL generator into separate view
|
2014-07-16 17:31:09 +01:00 |
|
Matt Westcott
|
356168f37e
|
Convert go_live_at / expire_at timestamps to the server's own timezone when submitting, so that tests don't need TIME_ZONE='UTC'
|
2014-07-16 17:21:31 +01:00 |
|
Karl Hobley
|
38cd5250f0
|
Improvements to URL generator UI
|
2014-07-16 16:48:53 +01:00 |
|
Karl Hobley
|
f10d737198
|
Minor coding style fix
|
2014-07-16 16:21:13 +01:00 |
|
Karl Hobley
|
a580f7d286
|
Make generate_signature Python 3 compatible
|
2014-07-16 16:19:47 +01:00 |
|
Karl Hobley
|
a7610ec7be
|
Added tests for signature generation
|
2014-07-16 16:19:15 +01:00 |
|
Karl Hobley
|
b13251c67d
|
Added tests for filter spec parsing
|
2014-07-16 16:11:03 +01:00 |
|
Karl Hobley
|
c51a829865
|
Added very basic URL generator UI
|
2014-07-16 15:38:44 +01:00 |
|
Karl Hobley
|
e67c986f4c
|
Added admin view for generating URLs for images
|
2014-07-16 14:55:21 +01:00 |
|
Karl Hobley
|
a0af99488c
|
Added HMAC authentication to image generation views
|
2014-07-16 14:25:34 +01:00 |
|
Karl Hobley
|
9545550281
|
Added error for bad filter specs
|
2014-07-16 13:41:50 +01:00 |
|
Karl Hobley
|
c632e03a04
|
Added image serve method
|
2014-07-16 13:37:18 +01:00 |
|
Karl Hobley
|
0a8206e7b6
|
Moved image processing code into wagtailimages/image_processor
|
2014-07-16 13:36:51 +01:00 |
|
Karl Hobley
|
0e263bf687
|
Renamed wagtailimages/urls to wagtailimages/admin_urls
This is to free up this module for use for the frontend views
|
2014-07-16 13:12:27 +01:00 |
|
Karl Hobley
|
9b2c9f1883
|
Moved parse_filter_spec into a utils method
|
2014-07-16 13:11:24 +01:00 |
|
Neal Todd
|
b1c5871ad8
|
Merge branch 'master' of github.com:torchbox/wagtail
|
2014-07-16 13:04:58 +01:00 |
|
Neal Todd
|
49db907d13
|
Fix rogue smart quotes and run explicitly under bash.
|
2014-07-16 13:04:34 +01:00 |
|
Karl Hobley
|
ba886ce830
|
Fixes to tests
|
2014-07-16 09:58:41 +01:00 |
|
Karl Hobley
|
f2a042da66
|
Changed way JSON responses are built
|
2014-07-16 09:58:25 +01:00 |
|
Karl Hobley
|
2d238bb989
|
Merge remote-tracking branch 'torchbox/master' into feature/multi-image-upload
|
2014-07-16 09:26:43 +01:00 |
|
Karl Hobley
|
c1cad0de6f
|
Added tests for multiple image uploader
|
2014-07-15 17:46:23 +01:00 |
|
Karl Hobley
|
0cfc4ae94b
|
Pass image_id into confirmation.json (as it was before)
This is because when the image is deleted, the ID gets unassigned. So "None" gets inserted into the response JSON.
|
2014-07-15 17:45:32 +01:00 |
|
Karl Hobley
|
98db7956f2
|
Some cleanup of images/multiple views
|
2014-07-15 17:35:19 +01:00 |
|
Karl Hobley
|
f96529ece9
|
Send back form on validation error of multi image uploader
This allows validations errors to be displayed on the frontend
|
2014-07-15 17:00:59 +01:00 |
|
Karl Hobley
|
0fe9d74efc
|
Pass image object instead of image id into confirmation.json
|
2014-07-15 16:58:22 +01:00 |
|
Karl Hobley
|
062f027bc3
|
Use request.method == 'POST' to check if the request is a post request
|
2014-07-15 16:38:18 +01:00 |
|
Karl Hobley
|
7f21efd55d
|
Added error message if user attempts to POST to multiple/add view without AJAX
|
2014-07-15 16:28:36 +01:00 |
|
Karl Hobley
|
4019a6be0a
|
Removed a couple of unneeded lines
|
2014-07-15 16:24:53 +01:00 |
|
Karl Hobley
|
26e42e5529
|
ImageModel => Image
|
2014-07-15 16:05:02 +01:00 |
|
Karl Hobley
|
1da6824e67
|
Cleaned up unused imports
|
2014-07-15 16:05:02 +01:00 |
|
Karl Hobley
|
969f3de2b7
|
Added missing import
|
2014-07-15 16:05:02 +01:00 |
|
Karl Hobley
|
bd9d18a0d7
|
Use render() shortcut in images/multiple views
|
2014-07-15 16:05:02 +01:00 |
|
Karl Hobley
|
6d3bb2240d
|
PEP8 fixes
|
2014-07-15 16:04:58 +01:00 |
|
Karl Hobley
|
f224e1ca2d
|
Updated docs to use the new wagtail-project command
|
2014-07-15 15:31:41 +01:00 |
|
Karl Hobley
|
aee2869d5a
|
Make wagtail-project command use the project template
Also did some cleanup
|
2014-07-15 14:38:08 +01:00 |
|
Karl Hobley
|
de94bc277d
|
Imported wagtail-template
|
2014-07-15 14:26:28 +01:00 |
|
Helen Warren
|
e777b24baa
|
Add wagtail-project command to wagtail set up which when executed creates a wagtail project based on the wagtail 'template'
|
2014-07-15 14:25:39 +01:00 |
|
Karl Hobley
|
227765359b
|
Lots of small tweaks to docs
|
2014-07-15 14:16:46 +01:00 |
|
Karl Hobley
|
0b8fab6f42
|
Retitled routable_page doc, added to index
|
2014-07-15 13:48:05 +01:00 |
|
Karl Hobley
|
7f66d1a46d
|
Improvements to subpage_urls docs
|
2014-07-15 13:45:42 +01:00 |
|
Karl Hobley
|
b0302d5e2d
|
Fixes to documentation of Page attributes
|
2014-07-15 13:39:11 +01:00 |
|
Karl Hobley
|
8a0c473997
|
Added tests for page_unpublished signal
|
2014-07-15 13:23:00 +01:00 |
|
Karl Hobley
|
8c178511de
|
Make sure page_unpublished.instance is always the most specific version of the page
|
2014-07-15 13:22:37 +01:00 |
|
Karl Hobley
|
6603c63b95
|
Use SQLite3 database backend when building docs
This prevents Django from loading psycopg2 when running autodocs on models files
|
2014-07-15 13:05:24 +01:00 |
|
Karl Hobley
|
f2cdd8eb42
|
Use page_unpublished signal in frontend cache invalidator
|
2014-07-15 12:45:29 +01:00 |
|
Karl Hobley
|
a5141d62c1
|
Fire page_unpublished signal on page unpublish and delete
|
2014-07-15 12:44:23 +01:00 |
|
Karl Hobley
|
4320b43ede
|
Added page_unpublished signal
|
2014-07-15 12:44:00 +01:00 |
|