Skip to content
Snippets Groups Projects
  1. Feb 19, 2021
    • lucha's avatar
      use ludricousdb in place of hyperdb · 733488a6
      lucha authored
      733488a6
    • lucha's avatar
      further simplify mu-plugins management · 46a89f36
      lucha authored
      This commits gets rid of the extra external directory to unpack mu-plugins.
      They are instead directly extracted into wp-content/mu-plugins/{name}/, and then the relevant files are copied
      (via the drop-in mechanism) to wp-content/mu-plugins/. This leaves spurious directories with undeeded files (readme, composer conf, etc.),
      but they should be harmless.
      46a89f36
    • lucha's avatar
      added mu-plugins-tmp directory to gitignore · 2c7c0c93
      lucha authored
      2c7c0c93
    • lucha's avatar
      6c14115d
    • lucha's avatar
      simplify mu-plugin management · c922b199
      lucha authored
      the Drop-in mechanism does not need to specify a file-name, in which case it copies all files (excluding readme.txt and similars). Slightly less stuff to write in this case: plugins which declare themselfs to be mu-plugins will be handled automaticaly, the ones which do not have to be listed twice.
      
      More-privacy-option plugin actually ships with other files (translations), so it should not be considered a mu-plugin, but installed network wide as a regular plugin.
      c922b199
    • lucha's avatar
      updated r2db to 0.1.6 · cb2d78d2
      lucha authored
      cb2d78d2
  2. Feb 18, 2021
  3. Feb 17, 2021
  4. Feb 16, 2021
  5. Feb 14, 2021
  6. Sep 26, 2020
Loading