Skip to content
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

UHF-8284: Platform V3 updates #319

Merged
merged 44 commits into from
Nov 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
40a65d7
Try to make dist css writable.
juho-lehmonen Oct 24, 2023
55c0eab
Make dist files writable.
juho-lehmonen Oct 24, 2023
db7ea78
UHF-8284: Update settings and platform tools.
juho-lehmonen Oct 11, 2023
efed58e
UHF-8284: Run integration and aggregation commands on staging for tes…
juho-lehmonen Oct 11, 2023
0f874d3
UHF-8284: Delete code from paatokset_ahjo and paatokset_news_importer…
juho-lehmonen Oct 12, 2023
655e621
UHF-8284: Disable news importer module.
juho-lehmonen Oct 12, 2023
5e09cc1
UHF-8284: Delete config related to imported articles.
juho-lehmonen Oct 12, 2023
1f44427
UHF-8284: Reinstall packages after PHP 8.2 change.
juho-lehmonen Oct 12, 2023
4b558a3
UHF-8284: Add placeholder module so hdbt_hyphenopoly can be uninstalled.
juho-lehmonen Oct 12, 2023
2f878c8
UHF-8284: Update packages to V3.
juho-lehmonen Oct 12, 2023
c76deb7
UHF-8284: Fix social media sharing block embed.
juho-lehmonen Oct 12, 2023
1796af9
UHF-8284: Initial config export.
juho-lehmonen Oct 12, 2023
1c022f1
UHF-8284: Add search hero option.
juho-lehmonen Oct 12, 2023
1a0523e
UHF-8284: PHPCS fixes.
juho-lehmonen Oct 12, 2023
28d56e4
UHF-8284: Theme and configuration updates.
juho-lehmonen Oct 17, 2023
4e74244
UHF-8284: Footer navigation block configs.
juho-lehmonen Oct 18, 2023
7c7a5af
UHF-8284: Fix breadcrumb settings.
juho-lehmonen Oct 18, 2023
e59a825
UHF-8284: Add custom templates back in.
juho-lehmonen Oct 18, 2023
fdba773
UHF-8284: Add missing paragraph types back in.
juho-lehmonen Oct 23, 2023
bcca531
UHF-8284: Fix accordion compatibility by adding legacy handorgel vers…
juho-lehmonen Oct 23, 2023
2fa868c
UHF-8284: Second round of adding custom styles back.
juho-lehmonen Oct 23, 2023
90f3560
UHF-8284: Add rest of custom styles back.
juho-lehmonen Oct 23, 2023
45a5eef
UHF-8284: Compile theme.
juho-lehmonen Oct 23, 2023
acea9ad
UHF-8284: Config exports after running v3 updates on existing db.
juho-lehmonen Oct 24, 2023
28e8338
UHF-8284: Re-export changes again.
juho-lehmonen Oct 24, 2023
a66131b
UHF-8284: Consider local domain as internal.
juho-lehmonen Oct 24, 2023
4116f9b
UHF-8284: Revert some allowed_html changes.
juho-lehmonen Oct 24, 2023
301c068
UHF-8284: Add legacy color variables for search app.
juho-lehmonen Oct 24, 2023
1e98734
UHF-8284: More config changes after reinstall and updates.
juho-lehmonen Oct 26, 2023
71f28ab
UHF-8284: Hide breadcrumb from frontpage.
juho-lehmonen Oct 27, 2023
1018dbb
UHF-8284: Policymaker page fixes.
juho-lehmonen Oct 27, 2023
f360cd0
UHF-8284: Fix social media sharing block, article heading and trustee…
juho-lehmonen Oct 27, 2023
f2fba89
UHF-8284: Fix policymaker images.
juho-lehmonen Oct 27, 2023
c2a776f
UHF-8284: Fix custom accordions.
juho-lehmonen Oct 27, 2023
f04306c
UHF-8284: Compile theme.
juho-lehmonen Oct 27, 2023
c1721dd
UHF-8284: Fix mobile navigation.
juho-lehmonen Oct 27, 2023
8868e76
UHF-8284: Update modules and lock file.
juho-lehmonen Nov 1, 2023
6732dc5
UHF-8284: Config export after platform_config updates.
juho-lehmonen Nov 1, 2023
5aa4016
UHF-8284: Add sensible original values for default texts.
juho-lehmonen Nov 2, 2023
4bac96e
UHF-8284: Fix policymaker images and announcements.
juho-lehmonen Nov 2, 2023
10e40f3
UHF-8284: Compile theme.
juho-lehmonen Nov 2, 2023
455f6f2
UHF-8284: Install v3 helfi_news_list module.
juho-lehmonen Nov 2, 2023
63b5234
UHF-8284: Add hook_helfi_paragraph_types
hyrsky Nov 1, 2023
2ea6afd
UHF-8284: Update search app.
juho-lehmonen Nov 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
UHF-8284: Add custom templates back in.
  • Loading branch information
juho-lehmonen committed Oct 24, 2023
commit e59a825983f6750742e5201df391c0e31b4465c9
3 changes: 0 additions & 3 deletions public/themes/custom/hdbt_subtheme/hdbt_subtheme.settings.yml

This file was deleted.

11 changes: 8 additions & 3 deletions public/themes/custom/hdbt_subtheme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/themes/custom/hdbt_subtheme/package.json
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@
"scripts": {
"dev": "webpack --progress --mode=development --config webpack.config.js --watch",
"build": "webpack --progress --mode=production --config webpack.config.js",
"preinstall": "npx browserslist@latest --update-db",
"lint": "lint-staged",
"lint:js": "eslint --fix src/"
},

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading