0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

2097 Commits

Author SHA1 Message Date
Karl Hobley
71ff10fdee Added docs for 'smart' image resizing method 2014-07-22 16:21:49 +01:00
Karl Hobley
990cabef53 Many improvements to smart cropping 2014-07-22 16:21:04 +01:00
Karl Hobley
6f8b5faa06 Added face detection 2014-07-22 16:21:04 +01:00
Karl Hobley
d539aaf128 Removed stray print statement 2014-07-22 16:21:04 +01:00
Karl Hobley
d3da8bf6d9 Added smartcropping with basic feature detection 2014-07-22 16:21:04 +01:00
Karl Hobley
b98a72b0e8 Added ability to crop to a point or multiple weighted points 2014-07-22 16:19:23 +01:00
Karl Hobley
e3f8679862 Refactored crop_to_centre actions to use a utils method 2014-07-22 16:19:23 +01:00
Karl Hobley
6df6d7bf98 Splitup wagtailimages utils 2014-07-22 16:19:22 +01:00
Karl Hobley
9ebddf2389 Put Filter back together 2014-07-22 16:07:11 +01:00
Karl Hobley
d91642284c Moved a few documents into pages section 2014-07-22 13:46:20 +01:00
Karl Hobley
0badd7f650 Moved 'for django developers' to new 'Pages' section 2014-07-22 13:41:18 +01:00
Karl Hobley
20fe6f4e39 Moved docs/images to docs/_static/images 2014-07-22 13:37:47 +01:00
Matt Westcott
f5e6b0a9be Merge branch 'kaedroho-publish_unpublish_from_scheduled_publishing' 2014-07-22 11:28:24 +01:00
Matt Westcott
938758b7d2 fire page_unpublished signals after page expiry has happened in the db 2014-07-22 11:28:03 +01:00
Karl Hobley
16fae26882 Added tests for signal firing from publish_scheduled_pages 2014-07-22 11:13:14 +01:00
Karl Hobley
dbc958a086 Fixed a couple of typos 2014-07-22 11:13:14 +01:00
Karl Hobley
3b28b85f58 Fire page_published and page_unpublished signals from scheduled publishing 2014-07-22 11:13:14 +01:00
Matt Westcott
dc62ebe3a1 Merge branch 'kaedroho-unpublish_signal' 2014-07-22 11:09:59 +01:00
Matt Westcott
6a01b640f8 add changelog/release notes for page_published signal 2014-07-22 11:09:02 +01:00
Matt Westcott
633dd8243f Fix test failure (fetch specific_class and specific_page before deleting page) 2014-07-22 11:08:46 +01:00
Karl Hobley
b693ed7b39 Fire unpublished_signal after unpublishing the page 2014-07-22 10:59:01 +01:00
Karl Hobley
c8f1f82914 Merge branch 'master' into unpublish_signal
Conflicts:
	wagtail/wagtailadmin/views/pages.py
2014-07-22 09:49:23 +01:00
Karl Hobley
9fc905c5a1 Don't fire page_unpublished signal when deleting non-live pages 2014-07-22 09:47:21 +01:00
Matt Westcott
00046639c7 Added routable page to release notes and changelog 2014-07-21 16:03:28 +01:00
Matt Westcott
f273331d38 Copyediting of routable_page docs, and longer explanation of what you would use it for 2014-07-21 15:52:19 +01:00
Matt Westcott
94f0f9bc61 Merge branch 'superpage' of https://github.com/kaedroho/wagtail into kaedroho-superpage 2014-07-21 13:27:06 +01:00
Karl Hobley
48845bad8e Rewrote superpage to no longer need core changes 2014-07-18 17:40:04 +01:00
Karl Hobley
152d02d6f2 Revert "Fixed broken test"
This reverts commit 911ba9ec06.
2014-07-18 17:32:50 +01:00
Karl Hobley
060219ee48 Revert "Allow RouteResult to return a view"
This reverts commit bbbc83c56e.
2014-07-18 17:32:41 +01:00
Dave Cranwell
5d86d95a21 fixing issue where all forms would submit at once 2014-07-18 17:31:49 +01:00
Dave Cranwell
f8dc380952 merged master, fixing conflict in core.js 2014-07-18 17:18:20 +01:00
Karl Hobley
a1c5dbd12c Updated image file validation error message 2014-07-18 17:12:28 +01:00
Karl Hobley
78cbf657dc Fixed python 3 error 2014-07-18 17:09:46 +01:00
Karl Hobley
133e0c8547 Fixed typo 2014-07-18 16:58:38 +01:00
Karl Hobley
adb8141a50 Added test for #429 2014-07-18 16:55:33 +01:00
Karl Hobley
abce45477e Updated tests 2014-07-18 16:42:15 +01:00
Karl Hobley
f471ca623d Improvements to image file validation 2014-07-18 16:42:00 +01:00
Karl Hobley
b29f3851a1 Run validation on uploaded images and display validation errors to the user 2014-07-18 16:26:10 +01:00
Karl Hobley
5b99f38927 Added changelog and release notes for #429 2014-07-18 15:14:36 +01:00
Karl Hobley
eeeff3e05c Merge pull request #429 from davecranwell/feature/ajax-explorer-menu
Ajax explorer menu
2014-07-18 15:06:59 +01:00
Karl Hobley
b1d412f0f6 Set cache expire headers to two months on frontend image serve view 2014-07-18 14:58:34 +01:00
Dave Cranwell
055233bbd7 added message about particularly large images 2014-07-18 13:17:53 +01:00
Dave Cranwell
e9ce32433b allowed block-display help-blocks 2014-07-18 13:07:59 +01:00
Karl Hobley
094a315f21 Fixed a bad URL 2014-07-18 13:06:29 +01:00
Karl Hobley
050a85203e Fixed delete button 2014-07-18 13:05:34 +01:00
Dave Cranwell
3de545f88d tweak to how help-blocks display 2014-07-18 13:05:23 +01:00
Dave Cranwell
b4087b489c merge master and fixed conflict in typography.scss 2014-07-18 13:04:11 +01:00
Dave Cranwell
4e379610a5 first style pass 2014-07-18 12:54:37 +01:00
Matt Westcott
ba60115d28 More detailed comment about what DbWhitelister does 2014-07-18 12:32:15 +01:00
Dave Cranwell
a0d79fcff1 removed help, wrong place 2014-07-18 10:29:46 +01:00