Articles: finish admin refactor, uploads hardening, and attachment sorting (0.262)
This commit is contained in:
BIN
updates/0.20/ver_0.262.zip
Normal file
BIN
updates/0.20/ver_0.262.zip
Normal file
Binary file not shown.
2
updates/0.20/ver_0.262_files.txt
Normal file
2
updates/0.20/ver_0.262_files.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
F: ../admin/ajax/articles.php
|
||||
F: ../autoload/admin/view/class.Articles.php
|
||||
2
updates/0.20/ver_0.262_sql.txt
Normal file
2
updates/0.20/ver_0.262_sql.txt
Normal 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;
|
||||
Reference in New Issue
Block a user