-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Font Library: Font Collection backend #53816
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 79d6af7 - Browse repository at this point
Copy the full SHA 79d6af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd1c967 - Browse repository at this point
Copy the full SHA fd1c967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cfac6c - Browse repository at this point
Copy the full SHA 0cfac6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb2f8b - Browse repository at this point
Copy the full SHA 6bb2f8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a67d0b - Browse repository at this point
Copy the full SHA 4a67d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b26cb63 - Browse repository at this point
Copy the full SHA b26cb63View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0cfddb2 - Browse repository at this point
Copy the full SHA 0cfddb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ba6f61 - Browse repository at this point
Copy the full SHA 7ba6f61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 454f9a5 - Browse repository at this point
Copy the full SHA 454f9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 932064f - Browse repository at this point
Copy the full SHA 932064fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b184398 - Browse repository at this point
Copy the full SHA b184398View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a2dfa0 - Browse repository at this point
Copy the full SHA 6a2dfa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ab188 - Browse repository at this point
Copy the full SHA 36ab188View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac938c9 - Browse repository at this point
Copy the full SHA ac938c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c7b6a - Browse repository at this point
Copy the full SHA a9c7b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2deb14 - Browse repository at this point
Copy the full SHA b2deb14View commit details
Commits on Aug 23, 2023
-
Co-authored-by: Tonya Mork <tonya.mork@automattic.com>
Configuration menu - View commit details
-
Copy full SHA for 4765538 - Browse repository at this point
Copy the full SHA 4765538View commit details -
Co-authored-by: Tonya Mork <tonya.mork@automattic.com>
Configuration menu - View commit details
-
Copy full SHA for 3fb8b0a - Browse repository at this point
Copy the full SHA 3fb8b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fadd9d - Browse repository at this point
Copy the full SHA 3fadd9dView commit details -
Improves contructor error handling.
* Ensures each required param is of the right data type. * Improves each param check error to include expected data type.
Configuration menu - View commit details
-
Copy full SHA for bdaacf8 - Browse repository at this point
Copy the full SHA bdaacf8View commit details -
FontCollection::get_data(): Improves error handling
* Rechecking if "data_json_file" exists in the $config property shouldn't be necessary, as it's checked in the constructor. * If the file does not exist, bail out immediately as there's nothing more to do. * Adds a check and WP_Error for file_get_contents(): file_get_contents() returns false on failure. If there's nothing in the file, an empty string is returned. This change checks for both of these conditions and returns a WP_Error if either happens. * Internationalizes WP_Error error message for consistency in Core.
Configuration menu - View commit details
-
Copy full SHA for 85fe753 - Browse repository at this point
Copy the full SHA 85fe753View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae9af6 - Browse repository at this point
Copy the full SHA 4ae9af6View commit details -
adding filter in a simpler way
Co-authored-by: Tonya Mork <tonya.mork@automattic.com>
Configuration menu - View commit details
-
Copy full SHA for de053da - Browse repository at this point
Copy the full SHA de053daView commit details -
Co-authored-by: Tonya Mork <tonya.mork@automattic.com>
Configuration menu - View commit details
-
Copy full SHA for 21dfbe3 - Browse repository at this point
Copy the full SHA 21dfbe3View commit details -
reuse WP_Error response instead of creating a new one
Co-authored-by: Tonya Mork <tonya.mork@automattic.com>
Configuration menu - View commit details
-
Copy full SHA for fb913af - Browse repository at this point
Copy the full SHA fb913afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e6c026 - Browse repository at this point
Copy the full SHA 0e6c026View commit details -
Revert "Eliminates try/catch" commit
This reverts commit 0e6c026.
Configuration menu - View commit details
-
Copy full SHA for f79212d - Browse repository at this point
Copy the full SHA f79212dView commit details
Commits on Aug 24, 2023
-
Remove wp_register_font_collection and replace it by a global functio…
…n, remove try catch and raise the error if needed
Configuration menu - View commit details
-
Copy full SHA for 4e952e3 - Browse repository at this point
Copy the full SHA 4e952e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 196459a - Browse repository at this point
Copy the full SHA 196459aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a76d943 - Browse repository at this point
Copy the full SHA a76d943View commit details -
Configuration menu - View commit details
-
Copy full SHA for c15b5ae - Browse repository at this point
Copy the full SHA c15b5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85261b3 - Browse repository at this point
Copy the full SHA 85261b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad52829 - Browse repository at this point
Copy the full SHA ad52829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7161ba1 - Browse repository at this point
Copy the full SHA 7161ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8402b91 - Browse repository at this point
Copy the full SHA 8402b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0947c9 - Browse repository at this point
Copy the full SHA e0947c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d52ad - Browse repository at this point
Copy the full SHA 98d52adView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ed145 - Browse repository at this point
Copy the full SHA a6ed145View commit details -
Co-authored-by: Tonya Mork <tonya.mork@automattic.com>
Configuration menu - View commit details
-
Copy full SHA for f8dc1a0 - Browse repository at this point
Copy the full SHA f8dc1a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cb5c77 - Browse repository at this point
Copy the full SHA 4cb5c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b7e5e3 - Browse repository at this point
Copy the full SHA 4b7e5e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56607c9 - Browse repository at this point
Copy the full SHA 56607c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c928ebe - Browse repository at this point
Copy the full SHA c928ebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb42cf - Browse repository at this point
Copy the full SHA aeb42cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a98de6 - Browse repository at this point
Copy the full SHA 0a98de6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f9fde - Browse repository at this point
Copy the full SHA 46f9fdeView commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 785262b - Browse repository at this point
Copy the full SHA 785262bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de12fe7 - Browse repository at this point
Copy the full SHA de12fe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc560b8 - Browse repository at this point
Copy the full SHA dc560b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60997e9 - Browse repository at this point
Copy the full SHA 60997e9View commit details
Commits on Aug 31, 2023
-
* Renamed files to remove `-test` suffix (no longer needed). * Removed extra empty line before closing the class. * Used Core's `assertWPError()`.
Configuration menu - View commit details
-
Copy full SHA for 803a1d1 - Browse repository at this point
Copy the full SHA 803a1d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3935e3 - Browse repository at this point
Copy the full SHA d3935e3View commit details