Wykres commitów

18228 Commity (e74703d9abedf23eb9f556ce4298febda09c16ac)

Autor SHA1 Wiadomość Data
Sage Abdullah e74703d9ab
Remove duplicate entry in CONTRIBUTORS
We already credited Bartosz under the name "Bart Cieliński" as per the
GitHub profile.
2024-11-28 09:56:59 +00:00
Bartosz Cieliński 5815a7e1ef Ensure Draftail features wrap in case there is a lot of added features 2024-11-28 08:11:12 +10:00
Strapchay b3ba89b2ec Fix commenting not working on pages with read_only FieldPanels
Fixes #11838
2024-11-28 07:12:54 +10:00
ankit02327 79c9ce266c Update community guidelines link in first contribution guide 2024-11-28 06:55:39 +10:00
LB c416cfb7d6 Fix minor typos
Update to US spelling
2024-11-27 15:33:59 +00:00
LB f5a08646c9 Add changelog for #12579 2024-11-27 20:34:42 +10:00
Sage Abdullah 94de52e912 Avoid loading icons sprite in preview error page 2024-11-27 20:34:42 +10:00
Sage Abdullah 6ec4dafc6a Avoid loading default radio input icon for preview size buttons 2024-11-27 20:34:42 +10:00
Matt Westcott 836b8138d3 Prevent generic model edit view from unquoting non-integer primary keys multiple times
Fixes #12599
2024-11-27 20:11:52 +10:00
Srishti-j18 ffe294bc7b Added unit tests, storybook & JSDoc items for DrilldownController
Fixes #12511
2024-11-27 19:29:10 +10:00
Matt Westcott 8026108fa4 Update Noah van der Meer's name in contributors 2024-11-26 15:39:26 +00:00
LB dddac974d2 Add changelog #12535 2024-11-26 08:23:33 +10:00
Aayushman Singh 712374072d Update AdminTagWidget to use delay for debouncing autocomplete
- Fixes #12415
- See also #12564
2024-11-26 08:23:33 +10:00
Aayushman Singh 62109ba75e Update TagController to support debounced tag async autocomplete 2024-11-26 08:23:33 +10:00
joelwilliam2005 dd4b40d467 Show the correct privacy status in the sidebar when creating a new page
Fixes #12277
2024-11-26 07:47:21 +10:00
Clifford Gama 7566fb84e0 Docs: Use sentence case for titles in pages/theory.md 2024-11-26 06:46:21 +10:00
Clifford Gama 8df6cae90c Docs: Break Scheduled Publishing into multiple subheadings 2024-11-26 06:38:26 +10:00
Sage Abdullah 6b84e93259 Link to HTTPMethod in Page.handle_options_request() docs 2024-11-26 06:32:45 +10:00
LB cc335cad5f
Reinstate modal-workflow self.ajaxifyForm & add unit tests
- Fixes #12618
- Regression from #12380
2024-11-22 16:14:32 +00:00
Matt Westcott 9cacfe0dc2 Release note for #12612 2024-11-22 16:13:35 +00:00
Sage Abdullah ba54c5cce6 Refactor Redirects delete view to use generic DeleteView and template 2024-11-22 16:12:29 +00:00
Sage Abdullah 975e07bbdd Create separate blocks in generic confirm_delete.html template to ease overrides 2024-11-22 16:12:29 +00:00
Sage Abdullah 6be7ed2e49 Replace <input type="button"> with <button> in generic confirm_delete.html template 2024-11-22 16:12:29 +00:00
Sage Abdullah 3f6b919c7b Refactor redirects create view to use generic CreateView and template 2024-11-22 16:12:29 +00:00
Matt Westcott f9e4e10fce Release note for #12608 in 6.4 2024-11-22 12:30:03 +00:00
Matt Westcott 98f0cd5d79 Release note for #12608 in 6.3.2 2024-11-22 12:29:38 +00:00
Jake Howard 62d2d78f17 Ensure cloudfront purges are called with lists 2024-11-22 12:19:07 +00:00
Jake Howard 6b44838841 Use correct connection when searching (#12508)
- Use the indexes preferred DB, not the indexing model
- Use write connections for writes, and reads for reads
2024-11-22 10:23:26 +00:00
Matt Westcott 2b05b6a295 Release note for #12589 in 6.3.2 2024-11-22 09:56:28 +00:00
LB 4bd95942e7 Docs: Fix up formatting on tutorial 'create' pages 2024-11-22 17:16:03 +10:00
Clifford Gama 7aeadde451 Update tutorial instructions to use icon for adding children pages
- Reflects changes added in #11012
2024-11-22 17:16:03 +10:00
Matt Westcott 09a9261f7d Add release note for #12341 2024-11-21 18:37:24 +00:00
Matt Westcott 5b57bd3d85 Move report view into a submodule of wagtail.contrib.search_promotions.views 2024-11-21 18:33:44 +00:00
n_w_vd_meer@proton.me 94bdc200f2 Implementation of search term based reports 2024-11-21 18:27:58 +00:00
Matt Westcott 252ca973d3 Release note for #12566 2024-11-21 18:00:54 +00:00
Sage Abdullah 87dcaf6338 Silence wagtailadmin.W001 in project template test
We don't need to compile the CSS for this
2024-11-21 17:50:02 +00:00
Sage Abdullah f65282f482 Handle deprecated CheckConstraint.check in 0087 migration 2024-11-21 17:50:02 +00:00
Sage Abdullah 9b8015bb5f Suppress locale.getdefaultlocale warning in project template test
It comes from l18n
2024-11-21 17:50:02 +00:00
Sage Abdullah 9e843af55a Test project template against Django's branches 2024-11-21 17:50:02 +00:00
LB 57f7abda43 Add a changelog entry for #12569
Fixes #12563
2024-11-20 16:31:49 +10:00
ayaan-qadri 87f22bebf0 Remove unused jQuery add-multiple / core.js
- Class changes & event handling is now located within the HTML / ZoneController Stimulus usage
2024-11-20 16:31:49 +10:00
ayaan-qadri cc342bbd1c Adopt ZoneController (w-zone) in images/documents add views 2024-11-20 16:31:49 +10:00
ayaan-qadri 31ccda4501 Create new Stimulus ZoneController (w-zone) 2024-11-20 16:31:49 +10:00
LB Johnston b9575f3498 ModalWorkflow - Add JSDoc description & adopt linting recommendations 2024-11-20 12:46:40 +10:00
Andy Babic 66f1e817eb
Allow page types to easily restrict what type of requests they respond to (#12473)
* Allow page types to specify the request methods they support and block unsupported requests in serve()
* Use 'before_serve_page' hook to serve OPTIONS responses
* Add checks to RoutablePageMixin.serve() where the parent implementation is bypassed
* Rename check_http_method to check_request_method and actually use the return value
* Support Python 3.9 through to current approaches for `http` method strings
* Include documentation, docstrings & changelog entry
2024-11-20 10:15:36 +10:00
LB 3697ee1f2a Eslint - fix location of storybook folder & remove eslint ignore 2024-11-20 07:52:43 +10:00
LB acd2c535f6 Remove canvas-to-blob polyfill
Historic recommendation for jQuery image upload before all browsers supported `canvas.toBlob`.

All modern browsers supported by Wagtail have had support for this for many years now.

- See https://caniuse.com/?search=toblob
- See https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toBlob
2024-11-20 07:46:40 +10:00
Matt Westcott 5be9bd12d3 Update latest.txt for 6.3.1 2024-11-19 17:00:25 +00:00
Matt Westcott 3697501426 Fill in release date for 6.3.1 2024-11-19 15:56:45 +00:00
Matt Westcott 73445ef175 Fetch new translations from Transifex 2024-11-19 15:56:20 +00:00