-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix handling of uploading of font files #6407
base: trunk
Are you sure you want to change the base?
Commits on Apr 18, 2024
-
Add params to wp_handle_upload() and wp_upload_bits() instead.
Configuration menu - View commit details
-
Copy full SHA for 30225fc - Browse repository at this point
Copy the full SHA 30225fcView commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78fc27b - Browse repository at this point
Copy the full SHA 78fc27bView commit details -
Add $upload_dir as param to the font_dir filter
Makes it a bit faster/easier for plugins to reuse the uploads dir for fonts (although it seems as a bad idea to mix them with images/other uploads).
Configuration menu - View commit details
-
Copy full SHA for 1617d81 - Browse repository at this point
Copy the full SHA 1617d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48339ed - Browse repository at this point
Copy the full SHA 48339edView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b583c93 - Browse repository at this point
Copy the full SHA b583c93View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50e91f4 - Browse repository at this point
Copy the full SHA 50e91f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for abc2610 - Browse repository at this point
Copy the full SHA abc2610View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4b4eb5 - Browse repository at this point
Copy the full SHA c4b4eb5View commit details -
When creating the fonts dir use $font_dir['path'], not $font_dir['pat…
…h'], not basedir
Configuration menu - View commit details
-
Copy full SHA for 5c4039b - Browse repository at this point
Copy the full SHA 5c4039bView commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe6d3b9 - Browse repository at this point
Copy the full SHA fe6d3b9View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 41ec0e8 - Browse repository at this point
Copy the full SHA 41ec0e8View commit details
Commits on May 30, 2024
-
Update src/wp-includes/fonts.php
Reset the error message that may be returned by `wp_pload_dir()` but honor it if it is set by a plugin using the `font_fir` filter. Co-authored-by: Peter Wilson <519727+peterwilsoncc@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 86612b6 - Browse repository at this point
Copy the full SHA 86612b6View commit details -
Update src/wp-includes/fonts.php
Do not attempt to create the WP uploads directory even if it doesn't exist yet. It will be created by `wp_mkdir_p()` if needed. Co-authored-by: Peter Wilson <519727+peterwilsoncc@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8d9e9d8 - Browse repository at this point
Copy the full SHA 8d9e9d8View commit details -
Update src/wp-admin/includes/file.php
Remove @see annotations. Not needed there. Co-authored-by: Peter Wilson <519727+peterwilsoncc@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d391259 - Browse repository at this point
Copy the full SHA d391259View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4bad2e3 - Browse repository at this point
Copy the full SHA 4bad2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 076854a - Browse repository at this point
Copy the full SHA 076854aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c1cba - Browse repository at this point
Copy the full SHA d8c1cbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5b0d01 - Browse repository at this point
Copy the full SHA f5b0d01View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a21712 - Browse repository at this point
Copy the full SHA 0a21712View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95bb189 - Browse repository at this point
Copy the full SHA 95bb189View commit details
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4908744 - Browse repository at this point
Copy the full SHA 4908744View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22b071c - Browse repository at this point
Copy the full SHA 22b071cView commit details