Commit graph

35 commits

Author SHA1 Message Date
Miguel
1196e44266 Version Bump 2024-04-03 14:09:49 +02:00
Dan Luu
2f1167d9ad
Lossless image optimization (#7671)
* Lossless image optimization (using ImageOptim).

This shouldn't change the visual appearance of any images. ImageOptim
was run with the highest compression setting except that JPEG metadata
stripping was disabled because some users prefer to avoid stripping
JPEG metadata.

* Update READMEs that have Changelogs for themes impacted by lossless image optmization change.
2024-03-20 11:46:05 +00:00
alaczek
2205d68513 Version Bump 2023-09-29 09:55:20 +10:00
Matthew Reishus
db84854898
Public Themes T1: PHP Rector fixes (#7396) 2023-09-28 12:50:23 -05:00
Ben Dwyer
abf42f0743 Add language files from dotcom 2021-06-10 09:42:35 +01:00
George Stephanis
8347656eb8 Add filter to change bundled google fonts.
Initially intended as a part-fix for #3134 to enable child themes to swap typefaces that get included more easily, this also extends that change across to many themes using the common patterns.

It explicitly does not change the following themes:

Spearhead (uses different endpoint and method)

And the following themes that have multiple functions that generate typeface includes so as to avoid confusion:

* canard
* gazette
* illustratr
* publication
2021-02-18 10:20:38 -05:00
Ben Dwyer
5a410e23c4 All Themes: Fix whitespace in functions.php 2021-02-18 10:17:16 +00:00
Jason Crist
c69defa26b Returning .pot files to git version control 2020-11-12 09:36:04 -05:00
Jason Crist
7c679f3bfa Bring (seemingly unmodified) images into sync 2020-11-11 17:30:24 -05:00
Allan Cole
a375cba5b7
Merge pull request #1881 from Automattic/update/#1866-toujours
Toujours: Fix list view in editor
2020-05-06 16:43:18 -04:00
Ian Stewart
522ed3757a Remove Headstart Annotations from themes in this repo
This PR should remove all Headstart Annotations from themes in this repo.

Why? Headstart annotations stored in WP.com themes are generated, tested, and sent for translation via WP-CLI scripts running on subversion-ed WordPress sandboxes. I recently updated Headstart annotations for our 20+ recent themes in order to correct some issues in our FSE Plugin and Page Layout feature. When discussing how to get these annotations updated in this themes repo @michaeldcain and came up with two options.

1. Copy-paste back into the affected themes in this repo.
2. Just remove all the Headstart annotations from this repo.

The second option seemed the simplest. It leaves **all** Headstart annotations on WP.com "ignore-able" for this GH repo and reduces the chance of Headstart annotations becoming out of date in this GH repo, potentially reducing future errors.
2020-04-08 12:00:06 -05:00
Niels Lange
8de6d52cb1
Toujours: Fix list view in editor 2020-03-27 15:07:02 +07:00
Niels Lange
3250cfaaab Add LICENSE to Toujours 2020-01-22 10:51:00 +07:00
Jeffrey Pearce
f092b8f117 Updates Flexslider with jQuery output refactor. 2019-03-12 13:55:38 +02:00
Laurel Fulford
9df5cea2e4 Toujours: Update quote block border styles, to work better with the new styles planned for Gutenberg 5.2. See #594. 2019-02-15 14:33:59 -08:00
Laurel Fulford
8a1a10d42b Toujours: Update styles for buttons; see #434. 2019-02-07 14:40:10 -08:00
Laurel Fulford
b4c12fc05a Toujours: Fix issues with widget block centre alignment. 2018-12-04 11:36:40 -08:00
Laurel Fulford
c4e775af47 Toujours: Update default block placeholder CSS selector. Bump version number. 2018-12-03 11:08:58 -08:00
Laurel Fulford
85b3f208c6 Toujours: Remove not() styles for cover block, since they made paragraph styles too specific. Bump version number. 2018-11-24 11:19:15 -08:00
Laurel Fulford
d90dd21e3b Toujours: Bump version number. 2018-11-23 16:11:11 -08:00
Laurel Fulford
75f11c47ba Toujours: Minor fixes to Gutenberg implementation, including:
* Update selectors for button blocks, for better custom colour fallbacks.
* Update drop cap size, to scale when font size does.
* Add visited states to custom colours.
* Position bullets inside of lists when widget blocks are centred.
2018-11-22 15:41:25 -08:00
Laurel Fulford
dcf18e9114 Toujours: Minor updates to the Gutenberg styles, including:
* Reorganize styles a bit, consolidate header styles, and delete empty selectors
* Update editor colour palette to match theme's colours
* Remove  styles for pre and code blocks in editor; doesn't look identical to the front-end but they blocked the text from being edited
2018-11-15 12:11:23 -08:00
Caroline Moore
916c060d49 More fixes for RTL styles. 2018-11-14 16:33:38 -05:00
Caroline Moore
f98d8270ac Fixes for RTL styles. 2018-11-14 16:27:31 -05:00
Caroline Moore
e5dbca1194 Styles for pullquotes in the editor. 2018-11-14 15:44:11 -05:00
Caroline Moore
f16901bd8d Fix list padding in editor. 2018-11-14 15:38:55 -05:00
Caroline Moore
3f6cbca75e Blockquote styles in the editor. 2018-11-14 15:35:56 -05:00
Caroline Moore
347cf1d034 More editor styles, excepting blockquotes and pull quotes. 2018-11-14 14:56:12 -05:00
Caroline Moore
80ef2cb2ab Begin styling the editor. 2018-11-14 14:35:22 -05:00
Caroline Moore
47adcf2c77 Front-end styles for blocks. 2018-11-14 14:26:32 -05:00
Caroline Moore
ba1fa9d5b3 Begin adding Gutenberg support to Toujours. 2018-11-14 13:03:20 -05:00
Danny Dudzic
032fdb4d89 Toujours: Optimizes images 2018-04-03 03:05:40 +02:00
Caroline Moore
f7bd85a02b Toujours: Adds cleaner styles and spacing to Jetpack contact forms; better alignment for radio and checkbox labels with their form elements; removes bold font face from radio and checkbox labels. All styles prefaced with the body tag to override Jetpack's styles. See #2 2018-03-08 09:58:59 -05:00
Caroline Moore
f34deb85e7 Remove the /languages directories and related translation files. These will be handled by WordPress.com to avoid files getting out of sync. 2018-02-28 21:21:29 -05:00
alaczek
bbe0921700 Initial commit of Toujours 2018-02-27 14:26:04 +11:00