View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0028964 | mantisbt | tools | public | 2021-08-07 09:12 | 2023-10-31 16:32 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
| Summary | 0028964: New build script to download updated font files | ||||
| Description | The fonts we bundle with MantisBT for local use without a CDN are sometimes updated. Since downloading them for the various subsets is quite tedious, it would be useful to have an helper script to automate the process. | ||||
| Tags | No tags attached. | ||||
|
The Google font helper API moved to a different server: https://gwfh.mranftl.com/fonts |
|
|
MantisBT: master 5f8854c8 2021-08-24 08:19 Details Diff |
New build script to update local font files Fixes 0028964, PR https://github.com/mantisbt/mantisbt/pull/1768 |
Affected Issues 0028964 |
|
| add - build/update-fonts.php | Diff File | ||
|
MantisBT: master e3d8a2ee 2023-08-07 12:18 Details Diff |
New URL for google-font-helper API root Executing the script yields a 503 error, as the API has been moved to a new server. Issue 0028964 |
Affected Issues 0028964 |
|
| mod - build/update-fonts.php | Diff File | ||
|
MantisBT: master 041c2f14 2023-08-07 12:25 Details Diff |
PHP Zip extension required by update-fonts.php Issue 0028964 |
Affected Issues 0028964 |
|
| mod - composer.json | Diff File | ||