TODOLIST for 1.0.6

Fred
TODOLIST for 1.0.6
Fred Sunday 3rd January 2015, 18:27:10

Changelog v1.0.6 - Release date: 20XX-XX-XX
* 💢Update Parsedown lib (Properly support fenced code block infostring)
[+] 💢 Security: Parsedown escaping user-input within the HTML.
[+] Microtime Diff -- Calculate loadin time Flatboard (TIMESTAMP => true or false).

Changelog v1.0.5 - Release date: 2018-02-25
* [+] Added picture size BBcode (simply resize picture in BBcode editor).
* [+] Disable copy and paste into password form (security attempt).
* [+] Adding support for the creation of forums in the template, inserting a link to it.
* 💢Fix BBcode language in editor plugin. (thx Roger Nounours)
* 💢Fix French typo. (thx Simon & Roger Nounours)
* [+] Video & 💢Fix video TAG for BBcode editor.
* [+] New option to set the default homepage. (kreativmind suggest)

Changelog v1.0.4 - Release date: 2017-12-22
* 💢Fix youtube BBcode regex. (thx Alexander)
* Cleaning of exhaust in the TAGS and remove read more link (The link in the title is enough).
* 💢Fix english typo. (thx YoheiSato)
* [+] Added Dailymotion BBcode (#2017-11-17164937a4237)

Changelog v1.0.3 - Release date: 2017-10-24
* 💢Fix user trip with the new @ separator on blog.
* [+] Add enctype in API form for feature upload file form
* Organize admin menu and lang pack
* Minimize quote.
* [+] Add memory server usage and CPU load in Dashboard
* 💢Fix field date in configuration for custom it. (thx Alexander)

Changelog v1.0.2 - Release date: 2017-08-22
* [+] Extend search page (author, title, content and tags).
* [+] Add search all posts authors in avatar pop-up.
* [+] Add started discussion date on last posts in index.
* [+] Add homepage link in breadcrumb.
* [+] Add 🇩🇪 German translation (contribution by @Michael and Alexander, thank!).
* [+] Add option to protect identity by Tags (idea by @hmmy)
* [+] Replace # hashtag by @ for unique user (UserName@Password).
* 💢Fix "A non well formed numeric value" for block IP's
* 💢Fix clean css cache in config.
* 💢Fix select class in API form
* [-] Identicon plugin reduction with support of the @ sign.
* Retouch index and view php file style.
* Code clean-up.
¯\_(ツ)_/¯

Changelog v1.0.1 - Release date: 2017-06-29
* 💢Fix atom feeds if forum is private. Feeds access is now forbidden if not logged (28/06/2017).
* Some templates change & optimizations (27/06/2017).
* [+] BLOG (23/06/2017).
New blog.php file with new parameter. Select a forum in configuration to get your blog link in sidebar and display the blog page! The number of display is the same parameter to the rest of pagination forum.
* [+] Icons picker based on Font Awesome. (It will be necessary to save again the forum)
* [+] Last post date in forum category list (22/06/2017).
* Tag manager improvement (22/06/2017).
* 💢Fix order last post in forums list (22/06/2017).
* 💢Fix old forum category name fallback.
* 💢Fix ajax scrolling in index (24/06/2017).
* Fast form topic and reply only (add forum in other page for support icon picker).

imageimageimage

Last modified by Fred on Sunday 8th December 2019, 19:20:00
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.

Replies 31
Fred
Fred  Sunday 20th August 2017, 18:22:23

Topic update with best features!
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.

AlexanderLiebrecht#7  Sunday 20th August 2017, 23:24:04

 

Sounds good, Fred. I can only welcome that.

simon
Simon  Sunday 11th February 2018, 06:34:18

* [+] Disable copy and paste into password form (security attempt).

Test the code here.

In the file lib/HTMLForm.lib.php, replace de line 76 by : 
<input onpaste="return false;" type="password" name="' .$name. '" placeholder="' .$lang[$name]. '"' .$class. '>
And the line 80 by :
<input type="password" onpaste="return false;" name="' .$name. 'Confirm" placeholder="'.$lang['confirm_password']. '"' .$class. '>

Last modified by Simon on Sunday 11th February 2018, 06:35:00

simon
Simon  Sunday 11th February 2018, 07:52:27

It's work on mobile image

Fred
Fred  Sunday 11th February 2018, 11:08:04

  All that is listed here is already established 😎
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.

simon
Simon  Sunday 11th February 2018, 11:45:33

Ok lol

##deepwater  Friday 30th March 2018, 16:41:58

You forgot:
[+] Add rating into next release