Skip to content
Snippets Groups Projects
  1. Feb 22, 2021
  2. Feb 19, 2021
    • lucha's avatar
      include the "abandoned" themes from themes-misc · 8cab6a2b
      lucha authored
      added noblogs/themes-misc as a dependency, and removed the corresponding theme patches.
      This themes are not on wordpress.org anymore, so they will not be updated from upstream,
      and thus we have to keep them in our own repo (but there is no need to separate patches
      from upstream).
      
      We might want to consider whether to keep them or remove them in the future.
      8cab6a2b
    • lucha's avatar
      added noblogs/nospam and noblogs/eu-compliance · 448ccd32
      lucha authored
      448ccd32
    • 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
      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
  3. Feb 17, 2021
  4. Feb 16, 2021
    • ale's avatar
      Add the ai-buddypress-plugin plugin · 1edadc5c
      ale authored
      1edadc5c
    • lucha's avatar
      require katex plugin · ae3f61b7
      lucha authored
      KaTeX is a LaTeX plugin and js library which should be ligher, smaller, faster, but less complete than MathJax (which is what we were using so far). It might be worth to try it as an alternative (I don't think there is heavy usage of Latex on noblogs).
      ae3f61b7
  5. Sep 26, 2020
  6. Sep 19, 2020
  7. Sep 04, 2020
  8. Sep 02, 2020
  9. Aug 31, 2020
  10. Jul 05, 2020
  11. Jul 04, 2020
  12. Jun 01, 2020
  13. May 24, 2020
  14. May 23, 2020
  15. May 22, 2020
    • lucha's avatar
      minimalism theme · 98abb3a2
      lucha authored
      added a theme and a patch as an example
      98abb3a2
    • lucha's avatar
      wordpress-disable-patches · 214d27df
      lucha authored
      The patch is taken from the git repo noblogs-wp.
      It does not apply cleany (yet), since there is an annoying issue with mu-plugins.
      They have to be single files, but they are not distributed as single files.
      There is a tool which auto-loads them, but I think the mismatch in the directories still causes the patch do not apply nicely.
      
      We have few mu-plugins and we do not update them often, we could think of some solution specific to this problem later.
      214d27df
    • lucha's avatar
      Using Composer to manage Noblogs Wordpress codebase · e8057c68
      lucha authored
      This is an attempt to re-structre the Wordpress codebase for Noblogs, unsing Composer.
      e8057c68
Loading