jacobtm
|
ef8447a9a3
|
Restyle and tidy html for add_to_page
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
a9360b8944
|
First draft of add to page form with confirmation message
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
c38e9cfcd4
|
Add remove workflow action to page list. Move save button out of footer to emphasize that removing a page is not an unsaved action
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
7fceab2306
|
Add status tag to disabled workflows
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
3c28ec0a9f
|
Add link to edit page from index and nicer task display. Add button which will eventually disable workflow
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
2cea9bd441
|
Fix index view and add edit, create views for Workflow
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
d389e469f2
|
Start adding create view
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
b6b22a7362
|
Add index for workflows
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
05fbfabb83
|
Limit task choices to active Tasks
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
4326017a75
|
Add 'active' fields to Task and Workflow, add managers to both, for now with just a .active() method
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
00ba5810fc
|
Add unique together on WorkflowTask for 'workflow' and 'task' to avoid duplicates making TaskState queries difficult in future
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
3db9779260
|
Change Workflow to inherit from ClusterableModel and be linked to by WorkflowTask via a ParentalKey, allowing for sensible submission of a Workflow and its Task orders. Change WorkflowTask to inherit from Orderable, allowing use of InlinePanels to set sort order.
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
16ddbdc36e
|
Add get_workflow and corresponding tests
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
b8cebad1ea
|
Add tests for Workflow and Task creation and linking, and change related_names to be more usable
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
788dd8fb5c
|
Fixes to models so makemigrations succeeds
|
2020-07-24 16:59:33 +01:00 |
jacobtm
|
f5313044f9
|
First attempt at Workflow and Task models, along with through class
|
2020-07-24 16:59:33 +01:00 |
Thibaud Colas
|
d97f940e58
|
Release notes for #5885
|
2020-07-23 13:56:12 +01:00 |
Maylon Pedroso
|
93a8227a52
|
Add edit button to draftail images and embeds blocks tooltip. Fix #2674 (#5885)
|
2020-07-23 13:55:38 +01:00 |
Karl Hobley
|
f9d20d1fa6
|
Fix site delete URL
|
2020-07-22 17:46:46 +01:00 |
Matt Westcott
|
b8848ae2f5
|
Release note for #6250
|
2020-07-22 17:44:52 +01:00 |
Karl Hobley
|
ac9dae7cff
|
Don't rewrite the index entries table on every insert
|
2020-07-22 17:38:51 +01:00 |
Karl Hobley
|
d90f20a71f
|
Don't catch indexing errors for postgres search
|
2020-07-22 17:38:50 +01:00 |
Thibaud Colas
|
28b117a6bf
|
Add separate "accessibility and usability" section to 2.10 release notes (#6252)
|
2020-07-22 13:52:28 +01:00 |
LB (Ben Johnston)
|
1b3d190b3f
|
Fix group permission checkboxes not being clickable in IE11. Fix #5903 (#6115)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
|
2020-07-21 22:24:14 +01:00 |
LB (Ben Johnston)
|
45ec139bc5
|
Hide snippets’ bulk delete for screen reader users as well (#6116)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
|
2020-07-21 21:06:45 +01:00 |
Andreas Bernacca
|
f9c5bab9cb
|
Add chevron to dropdowns that are missing them, and make "Site" label translateable (#6242)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
|
2020-07-21 20:13:25 +01:00 |
Martin Coote
|
9f0dcf0097
|
Add skip link for keyboard users. Fix #5406 (#5780)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
|
2020-07-21 18:16:36 +01:00 |
Matt Westcott
|
6b338acdc6
|
"View users of this group" -> "View users in this group"
A user does not 'use' a group, they belong to it.
|
2020-07-21 13:35:41 +01:00 |
Matt Westcott
|
90c806110b
|
Use icon tag instead of CSS for lock/unlock messages
|
2020-07-20 17:28:48 +01:00 |
Matt Westcott
|
7b5c064a19
|
Fix label escaping test to account for #6093
|
2020-07-20 11:49:43 +01:00 |
Matt Westcott
|
b98d724def
|
add link to 2.9.3 release notes
|
2020-07-20 10:38:39 +01:00 |
Matt Westcott
|
5bc5745275
|
clarify note about nightly build on init.py
|
2020-07-20 10:38:19 +01:00 |
Matt Westcott
|
5714c2f71d
|
Release note for 2.9.3
|
2020-07-20 10:38:07 +01:00 |
Matt Westcott
|
457643e686
|
Release note for 2.7.4
|
2020-07-20 10:37:13 +01:00 |
Matt Westcott
|
fc5c6bdff2
|
Add test to confirm that labels are escaped
|
2020-07-20 10:37:01 +01:00 |
Matt Westcott
|
e8d02091ee
|
Add warning about WAGTAILFORMS_HELP_TEXT_ALLOW_HTML
|
2020-07-20 10:36:41 +01:00 |
Matt Westcott
|
d9a41e7f24
|
Escape help text in form builder forms by default
This can be disabled with the setting WAGTAILFORMS_HELP_TEXT_ALLOW_HTML
|
2020-07-20 10:36:28 +01:00 |
FreshPass
|
b59a737930
|
Update third_party_tutorials.rst
Fixing a 404 on the rosederwelt.com Deploying my Wagtail blog to Digital Ocean, pt. 1
|
2020-07-17 10:57:48 +01:00 |
Bertrand Bordage
|
b21afba5dc
|
Reverts wagtail.woff mode back to 755.
|
2020-07-16 10:46:01 +02:00 |
LB (Ben Johnston)
|
e097cfaab2
|
Changelog update for #6151 & #6189
|
2020-07-16 16:20:44 +10:00 |
LB (Ben Johnston)
|
6bfc3fedde
|
Remove white space at the end if the icon template
|
2020-07-16 16:16:09 +10:00 |
Dan Braghis
|
42fb2084b7
|
Fix icons list sizes in the styleguide
|
2020-07-16 16:03:20 +10:00 |
Dan Braghis
|
07ad6f20b4
|
Add utility classes for svg icons
|
2020-07-16 16:03:20 +10:00 |
Dan Braghis
|
eb6987beea
|
Update inline dropdown components to use svg
|
2020-07-16 16:02:16 +10:00 |
Dan Braghis
|
06c2e74b5c
|
Update longrunning buttons to use SVG
|
2020-07-16 16:02:16 +10:00 |
Dan Braghis
|
fffb9bae92
|
Update dropdown toggle to use SVG
|
2020-07-16 16:02:16 +10:00 |
Dan Braghis
|
f9c11b3646
|
Update icon-only buttons to use SVG
|
2020-07-16 16:02:16 +10:00 |
Dan Braghis
|
50bdd90068
|
Update bicolor buttons to use SVGs
|
2020-07-16 16:02:16 +10:00 |
dependabot[bot]
|
a24657014e
|
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-16 15:47:34 +10:00 |
Matt Westcott
|
78c9ef31d7
|
Typo fixes
|
2020-07-15 17:18:46 +01:00 |