From b25cf15a2d2f77e65f994e740fe1bbfe4eb4ae82 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Fri, 21 Sep 2018 10:37:46 +0200 Subject: [PATCH] Bludit v3.0.0 --- bl-kernel/boot/init.php | 6 ++--- things-to-do | 51 ----------------------------------------- 2 files changed, 3 insertions(+), 54 deletions(-) delete mode 100644 things-to-do diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index 56bad359..99458fed 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -1,10 +1,10 @@ advanced->Predefined pages->Page not found --- Search and select a page - -- Add to Settings --- time for autosave --- time for check user logged --- thumbnails sizes and compression - -- Plugin sitemap --- Update CSS for Bootstrap - -- Plugin remote content --- Refactor with the new database - -- Filter by tags is not working - -- Plugin updater - -- Cover Image --- Check better way to select an image - -- Profile picture --- Convert to PNG --- Resize image - -- pagex.class.php --- improve tags methods, compare with category - - ----- - -curl -X GET \ - -G "http://localhost:8000/api/pages" \ - -d "token=58b1419d05ffb9dcfb299e515985c33a" - -{ - "token": "58b1419d05ffb9dcfb299e515985c33a", - "authentication": "0adaa7af50d40b459cd5c4376aab0d67", - "title": "My dog", - "content": "Content of the page here, support Markdown code and HTML code." -} - -curl -X PUT \ - -H "Content-Type: application/json" \ - -d @data.json \ - "http://localhost:8000/api/pages" \ No newline at end of file