Matt Westcott
|
ae7ca004d2
|
Fix initial migrations on project template for sqlite, as per #60
|
2014-07-31 17:05:44 +01:00 |
|
Matt Westcott
|
03700d65ed
|
Use sqlite by default
|
2014-07-31 16:11:02 +01:00 |
|
Matt Westcott
|
a9b5d81e74
|
Update Django, South and wagtail version requirements
|
2014-07-31 15:39:26 +01:00 |
|
Matt Westcott
|
574f618148
|
Remove wagtail template documentation from wagtail/project_template/readme.rst, as that's now covered by the main wagtail docs
|
2014-07-31 15:19:40 +01:00 |
|
Matt Westcott
|
62f0b2079e
|
update docs to refer to the 'wagtail' command rather than 'wagtail-project'
|
2014-07-31 15:18:02 +01:00 |
|
Matt Westcott
|
f5282af3d9
|
Merge branch 'master' into kaedroho-project-template
|
2014-07-31 15:07:53 +01:00 |
|
Matt Westcott
|
100797796d
|
make the check_old_style_urlconf not crash and burn if wagtailimages_serve has not been added to urls.py
|
2014-07-31 15:06:24 +01:00 |
|
Matt Westcott
|
f6faf34afc
|
use absolute_import in bin/wagtail.py so that 'import wagtail' doesn't try to import itself
|
2014-07-31 14:51:05 +01:00 |
|
Matt Westcott
|
0f4191f7a9
|
Only print the Success! message if the command actually succeeded :-P
|
2014-07-31 14:40:51 +01:00 |
|
Matt Westcott
|
36e05307fe
|
print help message when 'wagtail' command is invoked with no args
|
2014-07-31 14:36:46 +01:00 |
|
Matt Westcott
|
ddc07d6aba
|
Merge branch 'project-template' of https://github.com/kaedroho/wagtail into kaedroho-project-template
|
2014-07-31 14:24:44 +01:00 |
|
Karl Hobley
|
722cc00385
|
Changelog and release notes for asset usage stats
|
2014-07-31 12:28:32 +01:00 |
|
Karl Hobley
|
de70f2ab89
|
Improved implementation of usage_count_enabled
Thanks to @gasman for spotting
|
2014-07-31 12:19:09 +01:00 |
|
Karl Hobley
|
1ac807ce09
|
Merge branch '146-display-calculated-usage'
Conflicts:
wagtail/wagtailimages/models.py
wagtail/wagtailimages/templates/wagtailimages/images/edit.html
wagtail/wagtailimages/tests.py
wagtail/wagtailimages/urls.py
wagtail/wagtailimages/views/images.py
|
2014-07-31 12:17:16 +01:00 |
|
Karl Hobley
|
92e249bba2
|
Fixed typo
|
2014-07-31 11:32:27 +01:00 |
|
Karl Hobley
|
4cb6fb53be
|
Fixed indentation in usage templates. Removed invalid section elements
|
2014-07-31 11:30:49 +01:00 |
|
Karl Hobley
|
0c425976ca
|
Improvements to titles of images/docs/snippets usage pages
|
2014-07-31 11:20:46 +01:00 |
|
Karl Hobley
|
b02c26ef77
|
Various renames, API changes, etc
|
2014-07-31 11:20:41 +01:00 |
|
Karl Hobley
|
7fa86fe608
|
Made useage count link translatable
|
2014-07-31 11:05:23 +01:00 |
|
Karl Hobley
|
1ec7670322
|
Python 3 support for wagtail command
|
2014-07-31 10:34:54 +01:00 |
|
Karl Hobley
|
0d8157f872
|
Changed 'wagtail-project' to 'wagtail start'
|
2014-07-31 10:34:48 +01:00 |
|
Karl Hobley
|
6334c99181
|
Merge remote-tracking branch 'torchbox/master' into project-template
Conflicts:
docs/index.rst
|
2014-07-31 10:14:31 +01:00 |
|
Matt Westcott
|
ea5550c6b3
|
Merge pull request #520 from precise54/fix-deprecation-warning
Fix deprecation warning for renamed wagtail_images
|
2014-07-31 09:32:14 +01:00 |
|
Karl Hobley
|
07bc13006b
|
Merge pull request #519 from gasman/feature/fail-on-wagtailimages-urlconf-clash
Check for URL path clashes caused by pre-Wagtail-0.3 urlconfs that try to import wagtail.wagtailimages.urls as /admin/images/
|
2014-07-31 09:28:42 +01:00 |
|
Karl Hobley
|
3a55ca17da
|
Removed a couple of stray backticks
|
2014-07-31 09:17:52 +01:00 |
|
David Smith
|
29ee70aa7e
|
Fix deprecation warning for renamed wagtail_images
|
2014-07-31 16:40:48 +10:00 |
|
Matt Westcott
|
379d48e7a4
|
Check for URL path clashes in wagtailimages caused by a pre-wagtail-0.3 urlconf, and fail loudly if one is encountered
|
2014-07-30 22:24:22 +01:00 |
|
Matt Westcott
|
7589748141
|
Merge branch 'kaedroho-image-frontend-urls'
|
2014-07-30 19:31:40 +01:00 |
|
Matt Westcott
|
30142d6201
|
add release notes / changelog for using images outside wagtail
|
2014-07-30 19:12:51 +01:00 |
|
Matt Westcott
|
2158dd1fc0
|
Add upgrade considerations note about admin/images URLs
|
2014-07-30 19:12:51 +01:00 |
|
Matt Westcott
|
738e0a44b2
|
add gettingstarted back to docs index (removed by mistake)
|
2014-07-30 19:12:51 +01:00 |
|
Matt Westcott
|
1388822b9b
|
copyediting on the 'using images outside wagtail' docs
|
2014-07-30 19:12:51 +01:00 |
|
Karl Hobley
|
196810b9ea
|
Updated docstring of process_image
|
2014-07-30 19:12:51 +01:00 |
|
Karl Hobley
|
f60216d783
|
Use a local URL for image previews
|
2014-07-30 16:41:58 +01:00 |
|
Karl Hobley
|
b1c29ac848
|
Fixed a couple of merge typos
|
2014-07-30 12:20:48 +01:00 |
|
Karl Hobley
|
b566b72736
|
Merge remote-tracking branch 'torchbox/master' into image-frontend-urls
Conflicts:
docs/core_components/images/index.rst
wagtail/wagtailimages/models.py
wagtail/wagtailimages/tests.py
wagtail/wagtailimages/utils/validators.py
|
2014-07-30 09:47:59 +01:00 |
|
Matt Westcott
|
f145719475
|
Merge branch 'kaedroho-image-smartcropping'
|
2014-07-29 17:22:06 +01:00 |
|
Matt Westcott
|
76491f5454
|
Add release notes for image feature detection
|
2014-07-29 17:19:50 +01:00 |
|
Karl Hobley
|
d515029359
|
Moved frontend image url docs into new images section
|
2014-07-29 16:35:34 +01:00 |
|
Karl Hobley
|
11e8770a1b
|
Merge branch 'master' into image-frontend-urls
Conflicts:
docs/index.rst
|
2014-07-29 16:35:04 +01:00 |
|
Matt Westcott
|
71138ef021
|
Add note that the 'libdc1394 error' thrown by OpenCV is harmless
|
2014-07-29 16:35:01 +01:00 |
|
Matt Westcott
|
f70c42e6c3
|
Merge branch 'image-smartcropping' of https://github.com/kaedroho/wagtail into kaedroho-image-smartcropping
|
2014-07-29 15:51:03 +01:00 |
|
Karl Hobley
|
a5f0f8ed19
|
Added note to say that searching on extra fields with the database backend is not supported
|
2014-07-29 14:57:29 +01:00 |
|
Karl Hobley
|
8722827937
|
Improvements to feature detection docs
|
2014-07-29 13:28:13 +01:00 |
|
Karl Hobley
|
56acdb2bd7
|
Moved image feature detection docs into new images section
|
2014-07-29 13:13:39 +01:00 |
|
Karl Hobley
|
509d066a41
|
Merge remote-tracking branch 'torchbox/master' into image-smartcropping
|
2014-07-29 13:08:14 +01:00 |
|
Karl Hobley
|
32378135bb
|
Moved focal point fields migration into south_migrations
|
2014-07-29 13:07:19 +01:00 |
|
Karl Hobley
|
d6dd8d53b6
|
Merge branch 'master' into image-smartcropping
|
2014-07-29 13:06:25 +01:00 |
|
Tom Dyson
|
ce71b7d010
|
Merge pull request #511 from kaedroho/docs_restructure
Docs restructure
|
2014-07-29 12:23:24 +01:00 |
|
Karl Hobley
|
44ef57a6f0
|
Removed focal_point parameter from get_rendition
|
2014-07-29 10:07:14 +01:00 |
|