Wykres commitów

2143 Commity (3a1099e33080e42e7f4f17e9c91b9576ff912627)

Autor SHA1 Wiadomość Data
Karl Hobley 118c3b0f33 Changelog/release notes for multiple image uploader 2014-07-24 12:33:47 +01:00
Karl Hobley 14fdc00de9 Merge pull request #428 from torchbox/feature/multi-image-upload
Multi Image Upload
2014-07-24 12:31:41 +01:00
Dave Cranwell 531a5b4703 Merge remote-tracking branch 'upstream/master' 2014-07-24 11:40:26 +01:00
Dave Cranwell 5bd3ebc9d0 added pagination to styleguide 2014-07-24 11:40:01 +01:00
Matt Westcott f723e80520 Merge branch 'master' of github.com:torchbox/wagtail 2014-07-24 11:34:16 +01:00
Matt Westcott e89505de1f changelog / release notes for #500 2014-07-24 11:33:58 +01:00
Matt Westcott 6099f8c5a3 Merge branch 'kaedroho-issue/197' 2014-07-24 11:29:31 +01:00
Karl Hobley 77673d7bf8 Replaced all DeprecationWarnngs with RemovedInWagtail06Warnings 2014-07-24 11:26:43 +01:00
Dave Cranwell 0dbf00964d removed misleading greyed-out tick in checkboxes 2014-07-24 11:19:13 +01:00
Karl Hobley e857b630c8 Workaround a bug with django-modelcluster not committing m2m fields on form save. Fixes #192 2014-07-24 11:03:08 +01:00
Karl Hobley 1c146648e1 Added failing test for #197 2014-07-24 09:35:08 +01:00
Karl Hobley cba284b2c4 Added deprecation warning classes 2014-07-23 15:19:56 +01:00
Karl Hobley 90eed2c95b Made width and height focal point fields nullable 2014-07-23 11:33:19 +01:00
Karl Hobley c6e9123c9a Renamed feature detection setting to 'WAGTAILIMAGES_FEATURE_DETECTION_ENABLED' 2014-07-23 11:28:41 +01:00
Karl Hobley 26183c1be5 Updated django-taggit 2014-07-23 11:04:21 +01:00
Karl Hobley 4491801149 Renamed migrations directories to south_migrations 2014-07-23 11:04:16 +01:00
Karl Hobley b426e16b3c Bumped south version to 1.0.0 2014-07-23 10:59:01 +01:00
Karl Hobley 1378cf715b Moved editing_api into pages docs 2014-07-23 10:26:53 +01:00
Karl Hobley 62782e8c7c Removed contents from pages index 2014-07-23 10:24:41 +01:00
Karl Hobley 799489d132 Moved 'for frontend developers' into Pages section 2014-07-23 10:21:21 +01:00
Karl Hobley fb15e79f07 Restructuring pages section 2014-07-23 10:11:50 +01:00
Karl Hobley 5a8b92252f Improvements to image feature detection docs 2014-07-23 09:20:17 +01:00
Karl Hobley cf91aa6293 Started docs for feature detection 2014-07-22 17:40:30 +01:00
Karl Hobley 88f1b24fcc Renamed smartcropping to feature detection 2014-07-22 17:40:08 +01:00
Matt Westcott b483be7106 Change jquery datetimepicker's format to match Django's (YYYY-MM-DD hh:mm:ss) - fixes #479 2014-07-22 17:24:03 +01:00
Karl Hobley a4c194eed4 Docs for image frontend URLs 2014-07-22 17:18:37 +01:00
Karl Hobley 3de4bc3a24 Added another test for crop_to_point 2014-07-22 16:31:48 +01:00
Karl Hobley 057fd966c9 Added tests for crop_to_point 2014-07-22 16:31:48 +01:00
Karl Hobley 742027650b Added some methods to CropBox to make it easier to test 2014-07-22 16:31:48 +01:00
Karl Hobley dd7d4b671e Set default focal point key in filenames to 'focus-none'
This prevents filenames being generated with '..'
2014-07-22 16:31:48 +01:00
Karl Hobley 1801412693 Run smartcropping calculations on image save 2014-07-22 16:31:48 +01:00
Karl Hobley fe662b3ed6 Moved extra room calculation into get_suggested_focal_point 2014-07-22 16:31:48 +01:00
Karl Hobley da3f48eba2 Fixed missing future import 2014-07-22 16:31:48 +01:00
Karl Hobley 8a5d0ae528 Removed old docs 2014-07-22 16:31:48 +01:00
Karl Hobley ee6f079f17 Made image processing code focal point aware 2014-07-22 16:31:48 +01:00
Karl Hobley c66180a9d9 Make image processing backends use focal_point 2014-07-22 16:31:48 +01:00
Karl Hobley c0175c749c Moved smartcropping code from image backends into image model 2014-07-22 16:31:47 +01:00
Karl Hobley 9c3962aabc Added focal point fields 2014-07-22 16:31:47 +01:00
Karl Hobley b7ba6dc640 Refactored feature detection code into a class 2014-07-22 16:31:47 +01:00
Karl Hobley 9ee089042d Moved some smartcropping code into feature_detection 2014-07-22 16:31:47 +01:00
Karl Hobley 76a3e5bce4 Cleanup 2014-07-22 16:31:47 +01:00
Tom Talbot d7c3ba25ea Merge branch 'master' into 146-display-calculated-usage 2014-07-22 16:30:31 +01:00
Tom Talbot 65883876af Add pagination to usage pages 2014-07-22 16:30:10 +01:00
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