bludit/things-to-do

54 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-05-14 00:00:10 +02:00
Things to do:
2018-07-02 00:24:53 +02:00
- Installer
-- Check password lenght
2018-05-14 00:00:10 +02:00
- settings->advanced->Predefined pages->Page not found
2018-06-25 23:17:43 +02:00
-- Search and select a page
2018-05-14 00:00:10 +02:00
2018-07-28 21:00:12 +02:00
- Add to Settings
2018-07-07 12:04:34 +02:00
-- time for autosave
-- time for check user logged
2018-07-11 23:36:46 +02:00
-- thumbnails sizes and compression
2018-07-28 21:00:12 +02:00
- Plugin Links
-- Update CSS for Bootstrap
- Plugin sitemap
-- Update CSS for Bootstrap
- Plugin remote content
-- Refactor with the new database
- Filter by tags is not working
- Plugin updater
- Cover Image
2018-07-30 23:43:12 +02:00
-- Check better way to select an image
- Profile picture
-- Convert to PNG
2018-08-06 21:46:58 +02:00
-- Resize image
- pagex.class.php
2018-08-09 23:15:52 +02:00
-- improve tags methods, compare with category
----
curl -X GET \
2018-08-09 23:15:52 +02:00
-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"