Wykres commitów

14636 Commity (0878d1677baaaffdfa44c96b75771a7311262f88)

Autor SHA1 Wiadomość Data
LB Johnston 0878d1677b Ensure datetimepicker widget overlay shows over modals
- Update to the exact same z-index as the modal
- Fixes 
2023-04-01 01:22:09 +01:00
Matt Westcott 913162d1a1 Release note for in 4.2.2 2023-04-01 00:57:51 +01:00
Matt Westcott 5c0a5c1732 Release note for in 4.1.4 2023-04-01 00:57:05 +01:00
Jake Howard ed51907d72 Render large image files to disk
This will make little difference to the render process, but saves them to disk once the generation is complete to help clean up memory faster.
2023-04-01 00:56:58 +01:00
Matt Westcott 11549260c8 Release note for 2023-03-30 16:11:56 +01:00
Matt Westcott ba8c8fe04f Fix namespace for MultipleChooserPanel reference docs
Fixes 
2023-03-30 14:32:18 +01:00
Thibaud Colas 7681b02b72 Release notes for 2023-03-30 01:19:27 +01:00
Thibaud Colas f3dd9841bd Always display StreamField "Add" buttons 2023-03-30 01:18:26 +01:00
Thibaud Colas 14b38ff861 Always show StreamField and InlinePanel nesting guide lines 2023-03-30 01:18:23 +01:00
Thibaud Colas c83ba866b0 Always show StreamField and InlinePanel block actions 2023-03-30 01:18:20 +01:00
Babitha Kumari ba6d1fd9c7 Avoid showing scrollbars in the block picker unless necessary. Fix () 2023-03-28 17:21:52 +01:00
Thibaud Colas dd24a913f3
Fix server-side caching of the icons sprite 2023-03-24 15:34:39 +00:00
Sage Abdullah 1efc626727
Add missing extra CSS and JS defined by filters in snippets listing view
- Fixes 
2023-03-24 15:11:06 +00:00
zerolab bb0b92c951 Fix TableBlock initialisation
- move Handsontable render after load & resize width after load
- stops firing a resize event
- adjusts targets to account for the changed markup
- fixes 

# Conflicts:
#	CHANGELOG.txt
#	docs/releases/5.0.md
2023-03-21 07:08:08 +10:00
Stefan Hammer 05013c06c1
Fix timezone handling of `TemplateResponse`s for users with a custom timezone
The PR  missed the cases, where a TemplateResponse is used, which
defers the rendering to a point outside the override_tz() context
manager. This change re-uses the existing handling for the user's
preferred language.

Fixes 
2023-03-20 12:26:16 +00:00
Thibaud Colas 751ff36e23 Add release notes for 2023-03-20 09:58:54 +00:00
Sage Abdullah 5cf6abd072 Prevent checkbox and radio button from shrinking 2023-03-20 09:53:25 +00:00
Sage Abdullah 9462b20d5d Prevent select inputs from overflowing the parent container 2023-03-20 09:53:21 +00:00
Sage Abdullah 770b905418 Add examples for long choices in Styleguide's form inputs 2023-03-20 09:53:18 +00:00
Thibaud Colas d83a1cf193 Revert FieldRowPanel documentation removal, clarifying differences. Fix 2023-03-14 22:44:36 +00:00
Matt Westcott 1d32d25cb8 Fill in release date for 4.2.1 2023-03-13 10:13:28 +00:00
Matt Westcott d7968bbea8 Version bump to 4.2.1 2023-03-13 10:12:42 +00:00
Matt Westcott 66e732abe1 Fill in release date for 4.1.3 2023-03-13 10:12:24 +00:00
Sage Abdullah d15d2a649e
Clarify ClusterableModel requirements for using relations with RevisionMixin-enabled models 2023-03-13 09:40:18 +00:00
Thibaud Colas defe3b4fce
Update Algolia DocSearch integration with new application and correct versioning setup 2023-03-10 16:01:01 +00:00
Thibaud Colas f5f6801ccd Add missing CHANGELOG entry for v4.2.1 2023-03-10 09:57:09 +00:00
Deepam Priyadarshi 5d948212ed Fixing duplicate addition of StreamField blocks with the new block picker. Fix ()
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-03-10 09:56:44 +00:00
Matt Westcott 40f301bfc6
Prevent matches from unrelated models from leaking into SQLite FTS searches
Fixes 
2023-03-09 10:18:30 +00:00
Sam 7600327485
Fix dialog component's message to have rounded corners at the top side
Fixes 
2023-03-07 18:56:34 +00:00
Sage Abdullah c4d9df2d2b
Release notes for 2023-03-07 18:53:16 +00:00
Stefan Hammer f05cbb2f0e
Fix time zone activation leaking into subsequent requests in require_admin_access()
The timezone of an admin user was only activated, but never deactivated,
so it leaks into following requests of the current thread.

For example, this affected tests executed AFTER
wagtail.admin.tests.test_account_management (see ).

This commit changes the timezone activation to use the override()
context manager from django.utils.timezone, which calls deactivate()
when the context manager is closed.

This is similar to how we use the override() from
django.utils.translation for locale activation in the same decorator.
2023-03-07 18:44:20 +00:00
Stefan Hammer 5711e52d5c
Add missing log information for wagtail.schedule.cancel
Fixes 
2023-03-07 18:44:14 +00:00
Sage Abdullah 99fc15835e
Fix page/snippet cannot proceed a GroupApprovalTask if it's locked by someone outside of the group
Regression in d85db866cc
2023-02-28 13:24:01 +00:00
Matt Westcott fbd594cacf Release note for in 4.1.3 2023-02-21 17:46:35 +00:00
Matt Westcott b8eb35d185 Release note for in 4.2.1 2023-02-21 17:43:49 +00:00
Andy Chosak 1f2cb89bfa Fix audit log display of deleted models
The audit log report currently raises an unhandled exception if it
tries to display log entries for model instances where the model was
deleted after the log entry was made. This commit fixes that bug.

If the model was deleted via a migration but the content type still
exists in the database (a "stale content type" in Django parlance),
the report will now display a capitalized version of the content type's
"name" field, for example "Homepage" for the HomePage model.

If the content type has also been deleted (likely via Django's
remove_stale_contenttypes management command), the report will now
display the phrase "Unknown content type".

Fixes issue 8699.
2023-02-21 17:43:11 +00:00
Sage Abdullah 0b42b2e581
Release notes for in 4.2.1 2023-02-14 16:00:09 +00:00
Satvik Vashisht d195bbdebd
Fix "Edit this page" missing from userbar on draft, revision, and workflow previews
Fixes 
2023-02-14 15:59:18 +00:00
Matt Westcott bc9714a2ec Release note for on 4.2.1 2023-02-14 13:56:56 +00:00
Matt Westcott cb2a28f4db Fix image saving on backends that expect a rewound file pointer
Fixes 
2023-02-14 13:54:32 +00:00
Matt Westcott 49d60a012e Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs 2023-02-14 20:35:37 +10:00
Matt Westcott ff535929c5 Mark 4.1.3 as in development 2023-02-13 12:37:24 +00:00
Matt Westcott f133f828df Add release notes for in 4.2.1 2023-02-13 12:36:43 +00:00
Matt Westcott d57c9b2a87 Release note for in 4.1.3 2023-02-13 12:34:14 +00:00
Matt Westcott 89088b3774 copy across 4.1.3 release notes 2023-02-13 12:32:26 +00:00
Tidiane Dia a9fb49dbe3 Implement __reduce__ in StructValue class 2023-02-13 12:19:48 +00:00
Tidiane Dia cfd1676223 Add failing test 2023-02-13 12:19:48 +00:00
Thibaud Colas f99d493af4 Update Draftail entity source example recording () 2023-02-09 09:41:44 +00:00
Thibaud Colas b97475103b Move accessibility checker to its own section of release notes, with upgrade considerations 2023-02-07 10:41:09 +00:00
Matt Westcott 8d35fbdaec Fill in release date for 4.2 2023-02-06 13:05:46 +00:00