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

893 Commits

Author SHA1 Message Date
Karl Hobley
868d0fb3e4 Merge pull request #1635 from benebun/benebun-patch-editor_manual
Add several fixes/tweaks for editor manual doc
2015-08-24 09:14:24 +01:00
Benedikt Breinbauer
7ed22ea7ea Add apostrophe 2015-08-21 18:19:22 +02:00
Benedikt Breinbauer
067b38e9df Add missing verb in editor manual 2015-08-21 18:19:04 +02:00
Benedikt Breinbauer
dd6a035e95 Update page type link text in editor manual to match currently used text 2015-08-21 18:11:15 +02:00
Benedikt Breinbauer
3d64afeb52 Add apostrophe 2015-08-21 18:09:52 +02:00
Benedikt Breinbauer
f5166be502 Remove reference to RCA in editor manual doc 2015-08-21 18:09:32 +02:00
Benedikt Breinbauer
cef785e469 Fix some typos in editor manual doc 2015-08-21 18:09:04 +02:00
Benedikt Breinbauer
4d238ffb6a Use bullet points instead of ordered list consistently 2015-08-21 18:08:24 +02:00
Benedikt Breinbauer
8323a10ecc Update docs with current number of dots in reordering icon 2015-08-21 18:07:34 +02:00
Benedikt Breinbauer
4b14962ba3 Fix details in editor manual docs 2015-08-21 15:57:20 +02:00
Karl Hobley
102f8db238 Merge pull request #1628 from takeflight/bug/bad-docs-reference
Remove reference to non-existant page in docs
2015-08-21 09:35:38 +01:00
Matt Westcott
e73e21a827 grammar fix 2015-08-20 16:57:21 +01:00
Matt Westcott
0bc723b53f Move 'permissions fixes' section of release notes above 'minor features' 2015-08-20 16:54:42 +01:00
Matt Westcott
4657c62326 Release note for #1623 2015-08-20 16:53:56 +01:00
Karl Hobley
fca5e10314 Upgrade consideration for EditorsPick model move 2015-08-20 12:26:31 +01:00
Tim Heap
d0eadafeb5 Remove reference to non-existant page in docs 2015-08-20 21:02:52 +10:00
Karl Hobley
0ba28e5ca9 Changelog for #1587 2015-08-17 12:43:52 +01:00
Karl Hobley
cebe5249d0 Changelog/release notes for #1606 2015-08-17 12:16:32 +01:00
Marc
3b651241ae Fixed indentation problems
The original indentation used was 2 spaces. Fixed to 4 spaces.
2015-08-17 12:49:54 +02:00
Matt Westcott
85707d5925 Revert "Multiple page types in page chooser" 2015-08-11 18:00:05 +01:00
Tom Dyson
f8d2a9f456 Merge pull request #1565 from gasman/fix/remove-menu-classes
Remove all menu-{section_name} classnames on the <body> element and menu item <li>s
2015-08-11 12:39:03 +01:00
Karl Hobley
337a979257 #1582 - Fix typo in model reference 2015-08-05 14:13:00 +01:00
Nick Smith
b67426c86b Merge branch 'master' into multiple-page-types-in-page-chooser
Conflicts:
	wagtail/wagtailadmin/views/chooser.py
2015-08-03 18:11:38 +01:00
Nick Smith
38ee0991e6 Update #1533 according to feedback: docs and error message changes 2015-08-03 18:08:20 +01:00
Karl Hobley
fd821179cd Merge pull request #1580 from benebun/patch-1
Fix typo templage > template
2015-08-03 14:38:10 +01:00
Karl Hobley
30408252ff Contributor/changelog/release note for #1538 2015-08-03 14:35:58 +01:00
Benedikt Breinbauer
ea77a0f7b9 Fix typo templage > template 2015-08-03 15:35:32 +02:00
Matt Westcott
ea2cabca98 Release note for #1492 2015-08-01 11:22:59 +02:00
Matt Westcott
bd59ee93b6 Release note for #1490 2015-08-01 11:13:46 +02:00
Matt Westcott
55c3606b16 Merge branch 'es-index-atomic-rebuild' of https://github.com/kaedroho/wagtail into kaedroho-es-index-atomic-rebuild 2015-08-01 10:52:20 +02:00
Matt Westcott
a679d4f7f5 Remove all menu-{section_name} classnames on the <body> element and menu item <li>s.
These were introduced in 9d7d016b7c to support menu item highlighting, but this mechanism was superseded by #1186. There's no sign of any code still using these classnames, and any code that relies on them would be liable to fail on non-English-language sites anyhow (since the menu item name is derived from the label by default, and the label is a translatable string).
2015-07-30 23:19:12 +01:00
Matt Westcott
1005e2885f Release note and upgrade consideration for #1235 2015-07-29 11:59:10 +01:00
Matt Westcott
9dff7a21ef Merge pull request #1235 from kaedroho/searchpicks-module
Search promotions module
2015-07-29 11:52:42 +01:00
Karl Hobley
488fcfc8d2 Changelog/release note for #1540 2015-07-28 11:26:49 +01:00
Karl Hobley
459a8c8b44 Renamed searchpicks app to searchpromotions 2015-07-21 13:37:42 +01:00
Karl Hobley
0710facc03 {% get_search_picks %} => {% get_search_promotions %} 2015-07-21 13:37:42 +01:00
Karl Hobley
669c7ac34c Docs for searchpicks module 2015-07-21 13:37:42 +01:00
Karl Hobley
624c0511c5 Changelog/release note for #1537 2015-07-21 10:21:31 +01:00
Karl Hobley
eb9733610f Changelog/release note for #1489 and #1520 2015-07-21 09:52:14 +01:00
Matt Westcott
1a7bde76d6 Release note for #1508 2015-07-20 20:09:15 +01:00
Karl Hobley
faabc18ce7 Docs for multiple page types in PageChooserPanel 2015-07-20 14:55:58 +01:00
Matt Westcott
0921bdec6d Release note for #1426 2015-07-20 14:49:55 +01:00
Karl Hobley
d1897f9c14 Changelog/release note for #1527 2015-07-19 16:19:14 +01:00
Matt Westcott
f99141afc2 'extremely basic information' -> 'the hostname of your Wagtail site' 2015-07-15 17:12:19 +01:00
Matt Westcott
919517bb9e Add upgrade consideration note for version upgrade notifications 2015-07-15 17:12:11 +01:00
Matt Westcott
f97a26f40b Add release note for #1274 to the docs 2015-07-15 11:36:16 +01:00
Matt Westcott
b6b75ba65d Documentation fix - renditions do not provide 'alt' (#1517) 2015-07-15 11:33:21 +01:00
Karl Hobley
f84af79c7d Merge branch 'wagtailapi-descendant-of' 2015-07-15 10:01:47 +01:00
Karl Hobley
449fdab7d8 Changelog and release note for API descendant_of filter 2015-07-15 10:00:46 +01:00
Karl Hobley
d3b9779141 Docs for descendant_of API filter 2015-07-15 09:57:53 +01:00