Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
wordpress-mobile
/
WordPress-iOS
Public
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
3.9k
Code
Issues
298
Pull requests
60
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
feat: process GutenbergKit media uploads with app Media settings
- #25824
#25824
Open
dcalhoun
wants to merge 30 commits into
trunk
wordpress-mobile/WordPress-iOS:trunk
from
feat/process-gutenberg-kit-media-uploads
wordpress-mobile/WordPress-iOS:feat/process-gutenberg-kit-media-uploads
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Open
feat: process GutenbergKit media uploads with app Media settings
#25824
dcalhoun
wants to merge 30 commits into
trunk
wordpress-mobile/WordPress-iOS:trunk
from
feat/process-gutenberg-kit-media-uploads
wordpress-mobile/WordPress-iOS:feat/process-gutenberg-kit-media-uploads
Copy head branch name to clipboard
Commits
Commits on Aug 17, 2026
feat: add gbkOptimizeMediaUploads feature flag
Show description for a9cb6d9
dcalhoun
committed
a9cb6d9
View commit details
Copy full SHA for a9cb6d9
Browse repository at this point
build: use GutenbergKit pr-build/357 snapshot
Show description for 6051a74
dcalhoun
committed
6051a74
View commit details
Copy full SHA for 6051a74
Browse repository at this point
feat: process GutenbergKit media uploads with app Media settings
Show description for fb3f270
dcalhoun
committed
fb3f270
View commit details
Copy full SHA for fb3f270
Browse repository at this point
test: cover GBKMediaUploadProcessor media processing
Show description for 72c81d7
dcalhoun
committed
72c81d7
View commit details
Copy full SHA for 72c81d7
Browse repository at this point
feat: surface media upload optimization in Experimental Features
Show description for 327fce9
dcalhoun
committed
327fce9
View commit details
Copy full SHA for 327fce9
Browse repository at this point
refactor: set media upload delegate unconditionally
Show description for c6eaa2e
dcalhoun
committed
c6eaa2e
View commit details
Copy full SHA for c6eaa2e
Browse repository at this point
Revert "feat: surface media upload optimization in Experimental Features"
Show description for bd08c35
dcalhoun
committed
bd08c35
View commit details
Copy full SHA for bd08c35
Browse repository at this point
Revert "feat: add gbkOptimizeMediaUploads feature flag"
Show description for 0bae62a
dcalhoun
committed
0bae62a
View commit details
Copy full SHA for 0bae62a
Browse repository at this point
build: track GutenbergKit trunk for native media uploads
Show description for 435046a
dcalhoun
committed
435046a
View commit details
Copy full SHA for 435046a
Browse repository at this point
fix: pass SVG uploads through unprocessed
Show description for ebb91a2
dcalhoun
and
claude
committed
ebb91a2
View commit details
Copy full SHA for ebb91a2
Browse repository at this point
fix: stop leaking a temporary directory per media upload
Show description for dd8c5bb
dcalhoun
and
claude
committed
dd8c5bb
View commit details
Copy full SHA for dd8c5bb
Browse repository at this point
docs: clarify when the image export is skipped
Show description for c140b41
dcalhoun
and
claude
committed
c140b41
View commit details
Copy full SHA for c140b41
Browse repository at this point
refactor: set exportImageType only for image exports
Show description for f75b328
dcalhoun
and
claude
committed
f75b328
View commit details
Copy full SHA for f75b328
Browse repository at this point
test: make the shared export directory test meaningful
Show description for 32f978a
dcalhoun
and
claude
committed
32f978a
View commit details
Copy full SHA for 32f978a
Browse repository at this point
build: Update to GutenbergKit v0.20.0-alpha.0
dcalhoun
committed
0c82375
View commit details
Copy full SHA for 0c82375
Browse repository at this point
Commits on Aug 18, 2026
build: sync root Package.resolved to GutenbergKit v0.20.0-alpha.0
Show description for 54c444c
dcalhoun
and
claude
committed
54c444c
View commit details
Copy full SHA for 54c444c
Browse repository at this point
fix: harden media upload processing against type and cleanup gaps
Show description for 9d71b69
dcalhoun
committed
9d71b69
View commit details
Copy full SHA for 9d71b69
Browse repository at this point
feat: skip the temp-file copy for uploads the processor won't touch
Show description for 8b2acf3
dcalhoun
committed
8b2acf3
View commit details
Copy full SHA for 8b2acf3
Browse repository at this point
Commits on Aug 25, 2026
fix: stop re-checking uploads against the site's cached file types
Show description for 64c2e16
dcalhoun
committed
64c2e16
View commit details
Copy full SHA for 64c2e16
Browse repository at this point
Merge remote-tracking branch 'origin/trunk' into feat/process-gutenberg-kit-media-uploads
dcalhoun
committed
31a6cf1
View commit details
Copy full SHA for 31a6cf1
Browse repository at this point
fix: keep the editor alive past its async load in the GBK editor tests
Show description for 4b7f01e
dcalhoun
committed
4b7f01e
View commit details
Copy full SHA for 4b7f01e
Browse repository at this point
fix: resolve the upload type the same way in both delegate methods
Show description for 0219c4e
dcalhoun
committed
0219c4e
View commit details
Copy full SHA for 0219c4e
Browse repository at this point
fix: upload processed media under the name the editor sent
Show description for f976b7b
dcalhoun
committed
f976b7b
View commit details
Copy full SHA for f976b7b
Browse repository at this point
fix: write every export to one reused temporary directory
Show description for 7293772
dcalhoun
committed
7293772
View commit details
Copy full SHA for 7293772
Browse repository at this point
perf: decline SVG uploads before copying them to disk
Show description for 6eb2f32
dcalhoun
committed
6eb2f32
View commit details
Copy full SHA for 6eb2f32
Browse repository at this point
refactor: drop the unreachable .gif entry from webSafeImageTypes
Show description for 1635ae3
dcalhoun
committed
1635ae3
View commit details
Copy full SHA for 1635ae3
Browse repository at this point
test: retain GBK editors past the async load they start
Show description for 13822ba
dcalhoun
committed
13822ba
View commit details
Copy full SHA for 13822ba
Browse repository at this point
Commits on Aug 26, 2026
fix: classify uploads whose extension no UTI declares
Show description for b039696
dcalhoun
committed
b039696
View commit details
Copy full SHA for b039696
Browse repository at this point
fix: pass through video AVFoundation cannot read
Show description for ca6cda9
dcalhoun
committed
ca6cda9
View commit details
Copy full SHA for ca6cda9
Browse repository at this point
docs: correct the upload validation claim in the GBK processor
Show description for 6526986
dcalhoun
committed
6526986
View commit details
Copy full SHA for 6526986
Browse repository at this point
You can’t perform that action at this time.