Artom Lifshitz
Artom Lifshitz
> I'd propose adding `DEFAULT 0` to it for now, and then we have all the time in the world to test dropping it. 👍 Yep, that seems safe and...
``` MariaDB [librivox_catalog]> alter table languages alter sort_order set default 0; Query OK, 0 rows affected (0.463 sec) Records: 0 Duplicates: 0 Warnings: 0 ``` Seems to have gone well....
We could try setting the ``autocomplete=off`` attribute on our ````s. It should prevent Chrome from auto-filling them with whatever user information it has, at least according to [1]. It shouldn't...
That's a pretty massive hit for dynamic statistics. We could always go with the Cron job, but I'm curious what the SQL to calculate those was, and whether it can...
Salvaged this from GerritHub, originally proposed by @rillig
We may also need to do this in https://github.com/LibriVox/librivox-wordpress-theme
Deployed on staging.
I'm not an expert in any of that code (as mentioned previously, the original developer has long since moved on, I'm just the sysadmin), but nothing jumps out as being...
Do we have an example page that has a mixed context warning? There are a bunch of URLs sprinkled all over the database, and I didn't update them all, so...
This is indeed a massive problem, and will take time and effort to fix (not just sticking a `$this->db->escape` in a couple of places, unfortunately). Grepping the code for `$this->db->query($sql)`...