Bludit v3.0.0
This commit is contained in:
parent
541cb1cec3
commit
b25cf15a2d
|
@ -1,10 +1,10 @@
|
|||
<?php defined('BLUDIT') or die('Bludit CMS.');
|
||||
|
||||
// Bludit version
|
||||
define('BLUDIT_VERSION', '3.0.0-rc3');
|
||||
define('BLUDIT_VERSION', '3.0.0');
|
||||
define('BLUDIT_CODENAME', '');
|
||||
define('BLUDIT_RELEASE_DATE', '2018-09-10');
|
||||
define('BLUDIT_BUILD', '20180910');
|
||||
define('BLUDIT_RELEASE_DATE', '2018-09-21');
|
||||
define('BLUDIT_BUILD', '20180921');
|
||||
|
||||
// Debug mode
|
||||
// Change to FALSE, for prevent warning or errors on browser
|
||||
|
|
51
things-to-do
51
things-to-do
|
@ -1,51 +0,0 @@
|
|||
Things to do:
|
||||
|
||||
- Installer
|
||||
-- Check password lenght
|
||||
|
||||
- settings->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"
|
Loading…
Reference in New Issue