Articles: finish admin refactor, uploads hardening, and attachment sorting (0.262)

This commit is contained in:
2026-02-13 09:00:24 +01:00
parent 42e4396064
commit 5354f97baa
31 changed files with 1951 additions and 1512 deletions

BIN
updates/0.20/ver_0.262.zip Normal file

Binary file not shown.

View File

@@ -0,0 +1,2 @@
F: ../admin/ajax/articles.php
F: ../autoload/admin/view/class.Articles.php

View File

@@ -0,0 +1,2 @@
ALTER TABLE pp_articles_files ADD COLUMN o int(11) NOT NULL DEFAULT 0;
UPDATE pp_articles_files SET o = id WHERE o = 0;