Bludit v0.4 "Ummagumma"

User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Bludit v0.4 "Ummagumma"
Release date: 2015-10-26
Website: http://www.bludit.com
Download: http://www.bludit.com/bludit_latest.zip

Scalabilty testing: http://bluditscalability-diegonajar.rhcloud.com

Changelog
  • New admin panel
  • New Bludit Installer
  • Autodetect timezone and language when install Bludit
  • Login via email
  • Improves on Cli mode
  • Bug fixes, add/edit/delete user
  • Bug fixes, edit user password
  • General bug fixes
Social, follow Bludit on
- Twitter: https://twitter.com/bludit
- Facebook: https://www.facebook.com/bluditcms
- Google Plus: https://plus.google.com/+Bluditcms
- Github: https://github.com/dignajar/bludit
- IRC Freenode: irc.freenode.net, channel #bludit

How to update from v0.3
Just replace the files, and go to Admin Panel->Settings->Advanced, and click the button Save.

Documentation
- http://docs.bludit.com

Thanks Edi for the translation to German/Deutsch (http://docs.bludit.com/de/) :D
Translate Bludit documentation to your language, https://github.com/dignajar/bludit-documentation :ugeek:

Plugin repository
Push your plugins here, thanks a lot to Fred.
Github: https://github.com/dignajar/bludit-plugins

Themes repository
Push your themes here.
Github: https://github.com/dignajar/bludit-themes
kaaleth
Master Bludit
Posts: 117
Joined: Sun Jun 14, 2015 9:55 am

New Admin CP is brillant! Thank you.
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

Hello,

I am testing Bludit, it looks very promising. But there is an error message when going to /bludit/admin/:
Error, enable rewrite module. The PHP version is 5.5.
It only works with /bludit/admin/admin.php. Of course, the rewrite module is installed, I have never had any problems.

And on the frontend, there appear several notices:
Notice: Undefined index: cliMode in […]/bludit/kernel/dbsite.class.php on line 140
Notice: Undefined index: cliMode in […]/bludit/kernel/dbsite.class.php on line 140
Notice: Undefined index: plugin-data in […]/bludit/kernel/boot/rules/80.plugins.php on line 79

The first message is in deed duplicated, strange as it seems.

On my other webhoster’s webspace, where PHP 5.6 is installed, Bludit works. But there is also an error message, the same as the second one described above.

Besides, I have a feature request: It should be possible to change the admin’s login name in the backend, or better while installing Bludit. I know that I can change it in the file /bludit/content/database/users.php, but other users might not know. I think an admin with username admin is always a security risk. But even worse: The password length and strength is not checked, so that passwords like admin or 123 are possible. Extremely insecure! I think there are still users (customers, not web developers themselves), who have never heard of brute force attacks and such.

Cheers,
Torsten
On Error GoTo Bed
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

kaaleth wrote:New Admin CP is brillant! Thank you.
Thanks!
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Torsten_Kelsch wrote:Hello,

I am testing Bludit, it looks very promising. But there is an error message when going to /bludit/admin/:
Error, enable rewrite module. The PHP version is 5.5.
It only works with /bludit/admin/admin.php. Of course, the rewrite module is installed, I have never had any problems.

And on the frontend, there appear several notices:
Notice: Undefined index: cliMode in […]/bludit/kernel/dbsite.class.php on line 140
Notice: Undefined index: cliMode in […]/bludit/kernel/dbsite.class.php on line 140
Notice: Undefined index: plugin-data in […]/bludit/kernel/boot/rules/80.plugins.php on line 79

The first message is in deed duplicated, strange as it seems.

On my other webhoster’s webspace, where PHP 5.6 is installed, Bludit works. But there is also an error message, the same as the second one described above.

Besides, I have a feature request: It should be possible to change the admin’s login name in the backend, or better while installing Bludit. I know that I can change it in the file /bludit/content/database/users.php, but other users might not know. I think an admin with username admin is always a security risk. But even worse: The password length and strength is not checked, so that passwords like admin or 123 are possible. Extremely insecure! I think there are still users (customers, not web developers themselves), who have never heard of brute force attacks and such.

Cheers,
Torsten
Hi, I think you made an upgrade from Bludit v0.2 to 0.4 ? Anyway, try this:
1- delete the file index.html or index.php from /admin/
2- for the error, the Climode, go to settings->advanced->disable Climode->click save button

Tell me if this fix your problems. thanks
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Torsten_Kelsch wrote: ...

Besides, I have a feature request: It should be possible to change the admin’s login name in the backend, or better while installing Bludit. I know that I can change it in the file /bludit/content/database/users.php, but other users might not know. I think an admin with username admin is always a security risk. But even worse: The password length and strength is not checked, so that passwords like admin or 123 are possible. Extremely insecure! I think there are still users (customers, not web developers themselves), who have never heard of brute force attacks and such.

Cheers,
Torsten
Yes I going to change this part of the "admin" user, and I will check the lenght/strength of the password before the installation.
Bludit have a security feature to prevent Brute Force Attacks, try to log-in 10 times with some user or and invalid password, the system will be detect this and block you for a few minutes. This properties are not in the settings for the moment but you can see the VARIABLES in this file /content/databases/security.php

Thanks for your advices!

Regards
Diego
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

diego wrote: Hi, I think you made an upgrade from Bludit v0.2 to 0.4 ? Anyway, try this:
1- delete the file index.html or index.php from /admin/
2- for the error, the Climode, go to settings->advanced->disable Climode->click save button

Tell me if this fix your problems. thanks
Hello Diego,

yes, deleting the admin.php did the trick. The strange thing is, at first I had updated from 0.2, but then I deleted everything from the server and made a fresh install, but that admin.php file was created again, if I remember correctly.

But the error messages won’t disappear. I had tried disabling Climode before, but that had no effect at all. After reading your reply, I disabled it permanently, but nothing changes.

Nice to hear that a security against brute force attacks is implemented, well done!
On Error GoTo Bed
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

This is the file site.php from a clean installation; As you can see, there is a variable cliMode with the value "true", can you compare with yours site.php ?

Path: /content/databases/site.php

Code: Select all

<?php defined('BLUDIT') or die('Bludit CMS.'); ?>
{
    "title": "Bludit",
    "slogan": "cms",
    "description": "",
    "footer": "2015",
    "language": "en_US",
    "locale": "en_US",
    "timezone": "America\/Halifax",
    "theme": "pure",
    "adminTheme": "default",
    "homepage": "",
    "postsperpage": "6",
    "uriPost": "\/post\/",
    "uriPage": "\/",
    "uriTag": "\/tag\/",
    "url": "http:\/\/localhost\/bludit\/core\/",
    "cliMode": "true",
    "emailFrom": "no-reply@localhost"
}
User avatar
Torsten_Kelsch
Legend Bludit
Posts: 263
Joined: Thu Aug 27, 2015 10:24 pm
Location: Germany
Has thanked: 4 times
Been thanked: 2 times
Contact:

diego wrote:This is the file site.php from a clean installation; As you can see, there is a variable cliMode with the value "true", can you compare with yours site.php ?

Path: /content/databases/site.php
There is

Code: Select all

"cliMode": "false",
in my file.
On Error GoTo Bed
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Version 0.4 or version 0.5?

How do you install? From command line or with FTP?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Locked