lat9
lat9
Upgrading a zc157 database with a `utf8mb4_unicode_520_ci` base collation; all existing table/table-fields also use that collation. All new tables added by `zc_install` use `utf8mb4_general_ci`.
IMO, zc_install should: 1. Use the database's default collation for any newly-added tables. 2. Report to the updating admin if the DB_CHARSET setting doesn't match the database's default collation. 3....
> As I've jumped around hostings over the years, most if not all defaults were latin1, no doubt from hosting inertia and not any conscious decision. Is that not the...
Who knows what other plugins are out "in the wild" that make use of the storefront call to `zen_datetime_short`. Shipstation could be the tip of the iceberg.
In what way does this 'break' the shipstation update? Did you choose to `define` that constant instead of using the `zen_define_default`?
Mostly thinking about language-file load order. Granted, plugins shouldn't be supplying the same filenames, but just in case there's a rogue this change ensures that the result is the same...
> I gather that the intent of this load-order change is specific to "booting up" the (installed) plugins on page-load. > > The Admin UI for Plugin Manager would require...
> Is this ready to be merged? In my opinion, Yes.
SitemapXML simply creates the various sitemap files, it's got no play in how a crawler accesses the files and/or the various links therein.
It's not; I'd looked at that earlier in the week when I was checking through open issues. Thanks for the reminder.