From 55026b7402be3beedc9f8ae3e5f416636e7d0823 Mon Sep 17 00:00:00 2001 From: src386 Date: Mon, 7 Sep 2015 15:06:10 +0200 Subject: [PATCH] update to movim 0.9b-20150907 --- README.md | 4 ++-- TODO | 1 + scripts/remove | 2 +- sources/app/models/config/Config.php | 2 +- sources/app/views/page.tpl | 4 ++-- sources/app/widgets/Blog/blog.tpl | 2 +- sources/app/widgets/Group/Group.php | 8 ++------ sources/app/widgets/Group/_group_header.tpl | 2 +- sources/app/widgets/Group/_group_posts.tpl | 18 +++++++++++------- sources/app/widgets/Groups/groups.js | 2 +- sources/app/widgets/Login/login.js | 2 +- sources/app/widgets/Notifs/notifs.css | 3 ++- sources/app/widgets/Post/_post.tpl | 2 +- sources/themes/material/css/list.css | 1 + sources/themes/material/css/style.css | 21 ++++++++++++++------- 15 files changed, 42 insertions(+), 32 deletions(-) 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 @@