Commit graph

265 commits

Author SHA1 Message Date
Tim Heap
98698ef8d4 Add routablepageurl template tag
It is similar to `pageurl`, but works with `RoutablePage`s. Functions
like a hybrid between `reverse` and `pageurl`. For example:

    {% load wagtailroutablepage_tags %}
    {% routablepageurl self "feed" %}
    {% routablepageurl self "archive" 2014 08 14 %}
    {% routablepageurl self "food" foo="bar" baz="quux" %}
2014-08-18 08:27:07 +10:00
Matt Westcott
f2756ca439 Mention South 1.0 requirement in 0.5 release notes 2014-08-13 16:19:05 +01:00
Matt Westcott
a926bf4fe3 changelog entry for #531 2014-08-12 17:17:21 +01:00
Chris Rogers
e7476cb709 added new screenshots, corrected some typos 2014-08-11 19:23:49 +01:00
pvetch
ab5ae2049e Update frontend_cache_purging.rst 2014-08-08 09:42:12 +01:00
Matt Westcott
20e5be9e0e remove redundant Deprecated Features heading from 0.5 release notes 2014-08-01 17:25:49 +01:00
Matt Westcott
8edff405dd prepare for 0.5 release 2014-08-01 17:01:42 +01:00
Matt Westcott
13293da5cc remove reference to non-existent redirects documentation 2014-08-01 16:49:17 +01:00
Matt Westcott
381ec5179e Added Copy Page to release notes / changelog 2014-08-01 16:46:27 +01:00
Karl Hobley
722cc00385 Changelog and release notes for asset usage stats 2014-07-31 12:28:32 +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
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
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
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
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
Tom Dyson
ce71b7d010 Merge pull request #511 from kaedroho/docs_restructure
Docs restructure
2014-07-29 12:23:24 +01:00
Karl Hobley
fe74aa1d00 Removed Advanced topics 2014-07-25 15:57:42 +01:00
Karl Hobley
833cfec501 Moved 'settings.rst' into howto 2014-07-25 15:57:06 +01:00
Karl Hobley
fc4b1ba177 Removed 'Overview' title from Pages index (was messing up toctree) 2014-07-25 15:41:20 +01:00
Karl Hobley
30cb0b2aae Moved some docs into contrib components 2014-07-25 15:38:53 +01:00
Karl Hobley
90cec360ff Moved roadmap into releases section 2014-07-25 15:35:15 +01:00
Karl Hobley
2b9249907b Added reference section 2014-07-25 15:33:41 +01:00
Karl Hobley
b7862a91d0 Added howto section 2014-07-25 15:32:35 +01:00
Karl Hobley
d9e0ad3a37 Added components sections 2014-07-25 15:31:55 +01:00
Karl Hobley
9b627b241d Merge remote-tracking branch 'torchbox/master' into image-frontend-urls
Conflicts:
	wagtail/wagtailimages/tests.py
	wagtail/wagtailimages/urls.py
	wagtail/wagtailimages/utils.py
2014-07-24 14:45:19 +01:00
Karl Hobley
92a433832f Merge remote-tracking branch 'torchbox/master' into image-smartcropping
Conflicts:
	wagtail/wagtailimages/tests.py
2014-07-24 14:33:50 +01:00
Karl Hobley
118c3b0f33 Changelog/release notes for multiple image uploader 2014-07-24 12:33:47 +01:00
Matt Westcott
e89505de1f changelog / release notes for #500 2014-07-24 11:33:58 +01:00
Karl Hobley
c6e9123c9a Renamed feature detection setting to 'WAGTAILIMAGES_FEATURE_DETECTION_ENABLED' 2014-07-23 11:28:41 +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
a4c194eed4 Docs for image frontend URLs 2014-07-22 17:18:37 +01:00
Karl Hobley
8a5d0ae528 Removed old docs 2014-07-22 16:31:48 +01:00
Karl Hobley
71ff10fdee Added docs for 'smart' image resizing method 2014-07-22 16:21:49 +01:00