diff --git a/README.md b/README.md index d48f89a..f860318 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ Warning: BETA. You need a valid SSL certificate to use Movim, auto-signed is not allowed. -Current Movim version : 0.9 git2015-09-03 +Current Movim version : 0.9 git2015-09-07 **Changelog** 0.9b 2015-0 -- Update to Movim 0.9 git2015-09-03 +- Update to Movim 0.9 git2015-09-07 - Add notes in README about public pods & whitelisting - script/install now check if path is empty. - script/remove now delete /etc/php/fpm/pool.d/movim.conf (fix #8). diff --git a/TODO b/TODO index e440893..767b061 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ - Check if Yes and yes are both working - Sysvinit script syslog - Log to /var/log/movim/ +- Movim must start AFTER mysql diff --git a/scripts/remove b/scripts/remove index 1316f16..f83ff09 100644 --- a/scripts/remove +++ b/scripts/remove @@ -19,7 +19,7 @@ sudo userdel movim sudo rm -rf /var/www/movim domain=$(sudo yunohost app setting movim domain) sudo rm -f /etc/nginx/conf.d/$domain.d/movim.conf -udo rm etc/php5/fpm/pool.d/movim.conf +sudo rm etc/php5/fpm/pool.d/movim.conf # Restarting services sudo service nginx reload diff --git a/sources/app/models/config/Config.php b/sources/app/models/config/Config.php index a6d647b..e4c514a 100644 --- a/sources/app/models/config/Config.php +++ b/sources/app/models/config/Config.php @@ -31,7 +31,7 @@ class Config extends Model { "loglevel" : {"type":"string", "size":16, "mandatory":true }, "timezone" : - {"type":"string", "size":16, "mandatory":true }, + {"type":"string", "size":32, "mandatory":true }, "xmppwhitelist" : {"type":"text" }, "info" : diff --git a/sources/app/views/page.tpl b/sources/app/views/page.tpl index 34e897c..f11aaac 100644 --- a/sources/app/views/page.tpl +++ b/sources/app/views/page.tpl @@ -11,8 +11,8 @@ - - + diff --git a/sources/app/widgets/Blog/blog.tpl b/sources/app/widgets/Blog/blog.tpl index 1f1c42f..0027338 100644 --- a/sources/app/widgets/Blog/blog.tpl +++ b/sources/app/widgets/Blog/blog.tpl @@ -103,7 +103,7 @@