theme-gcweb GCWeb 14.5.0 upgrade

Created on 20 February 2024, 4 months ago
Updated 29 April 2024, about 2 months ago

Problem/Motivation

To test out the GCWeb upgrade quickly, run this script from the root of your project:

#!/bin/bash
if [ -d "html/libraries" ]; then
  echo "Begin upgrade of gcweb library from 10.something to 14.5.0 and wet-boew from 4.0.50 to 4.0.74."
  pushd html/libraries;
  rm tmp -rf;
  mkdir tmp;
  pushd tmp;
  wget https://github.com/wet-boew/wet-boew/releases/download/v4.0.74/wet-boew-dist-4.0.74.zip
  wget https://github.com/wet-boew/GCWeb/releases/download/v14.5.0/themes-dist-14.5.0-gcweb.zip
  unzip wet-boew-dist-4.0.74.zip
  mv ../wet-boew wet-boew_orig
  mv wet-boew-dist-4.0.74/wet-boew ../
  unzip themes-dist-14.5.0-gcweb.zip
  mv ../theme-gcweb theme-gcweb_orig
  mv themes-dist-14.5.0-gcweb/GCWeb ../theme-gcweb
  popd
  rm ../libraries/tmp -r;
  popd;
  echo "End of upgrade for the gcweb library, now upgraded to gcweb 14.5.0 and wet-boew 4.0.74."
fi

drush cr

WxT gcweb: Feb 2022 - version 10.5.0

WxT wet-boew: May 2022 - version 4.0.50

Latest gcweb: v14.5.0

Latest wet-boew: v4.0.74

last update 10.5.0 was Feb 2022
Manually upgraded the libraries/wet-boew and libraries/theme-gcweb for a test run.
also did wet-boew from 4.0.50 to 4.0.74
Just testing quickly 14.5.0 with a gcweb internet theme along with wet-boew 4.0.74, it's holding up decently.
manual setup of downloading and moving the expected folder into place , rebuild caches.

should target the upgrade for gcweb, I imagine things could possibly be lost or broken for other modes other than gcweb.

Not sure if they fixed the reported issues we had previously reported but it doesn't look any worse than 10.5.0

Steps to reproduce

install wxt
upgrade wet-boew and theme-gcweb

Proposed resolution

review plan

Remaining tasks

review

User interface changes

Hopefully mostly compatible

API changes

theme js and css

Data model changes

N/A

📌 Task
Status

Fixed

Version

5.2

Component

Code

Created by

🇨🇦Canada joseph.olstad

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024