From 6539536f077979d45e1bf3a19a15f36ee3eae674 Mon Sep 17 00:00:00 2001 From: Xavier ROOT Date: Mon, 28 Dec 2015 13:28:17 +0100 Subject: [PATCH] update to movim 0.9 git2015-12-28 --- CHANGELOG | 2 +- README.md | 2 +- sources/app/assets/js/movim_tpl.js | 4 +- sources/app/views/chat.tpl | 1 - sources/app/views/contact.tpl | 1 - sources/app/views/main.tpl | 1 - sources/app/views/news.tpl | 1 - sources/app/widgets/AdHoc/_adhoc_list.tpl | 4 +- sources/app/widgets/AdminTest/admintest.tpl | 44 ++++---- sources/app/widgets/Avatar/_avatar_form.tpl | 6 +- sources/app/widgets/Chat/Chat.php | 30 ----- sources/app/widgets/Chat/chat.js | 4 +- sources/app/widgets/Contact/Contact.php | 38 ------- .../app/widgets/Contact/_contact_public.tpl | 12 +- sources/app/widgets/Menu/_menu_list.tpl | 2 +- sources/app/widgets/Post/Post.php | 19 ---- .../app/widgets/Publish/_publish_create.tpl | 2 +- .../app/widgets/Publish/_publish_header.tpl | 33 ------ sources/themes/material/css/article.css | 15 --- sources/themes/material/css/color.css | 11 +- sources/themes/material/css/listn.css | 104 +++++++----------- sources/themes/material/css/menu.css | 34 +----- sources/themes/material/css/style.css | 87 --------------- 23 files changed, 84 insertions(+), 373 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2b17b14..7176886 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,7 +10,7 @@ - script/install : new SSO policy - script/upgrade : removed "addaccess" parameter and added "clearaccess" (reset) - script/upgrade : new SSO policy -- update to movim 0.9 git2015-12-24 +- update to movim 0.9 git2015-12-28 1.3 2015-12-15 - Update to Movim 0.9 git2015-12-15 diff --git a/README.md b/README.md index e87f7e4..9b5bd65 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Movim is a decentralized social network, written in PHP and HTML5 and based on t It is recommended to use a "valid" certificate to use Movim, auto-signed is sometimes problematic. You might want to take a look a StartSSL or Let's Encrypt. -Current Movim version : 0.9 git2015-12-24 +Current Movim version : 0.9 git2015-12-28 Please read CHANGELOG. diff --git a/sources/app/assets/js/movim_tpl.js b/sources/app/assets/js/movim_tpl.js index aab8399..ef5f46f 100644 --- a/sources/app/assets/js/movim_tpl.js +++ b/sources/app/assets/js/movim_tpl.js @@ -61,7 +61,7 @@ var MovimTpl = { MovimTpl.scrollHeaders(); }, scrollHeaders : function() { - var headers = document.querySelectorAll('main > section > div > header'); + /*var headers = document.querySelectorAll('main > section > div > header'); for(var i = 0, len = headers.length; i < len; ++i ) { var header = headers[i]; @@ -74,7 +74,7 @@ var MovimTpl = { movim_add_class(header, 'scroll'); } } - } + }*/ }, showPanel : function() { movim_add_class('main section > div:first-child:nth-last-child(2) ~ div', 'enabled'); diff --git a/sources/app/views/chat.tpl b/sources/app/views/chat.tpl index b3ef468..518ce1c 100644 --- a/sources/app/views/chat.tpl +++ b/sources/app/views/chat.tpl @@ -4,7 +4,6 @@
- widget('Header'); ?>
widget('Chats');?> diff --git a/sources/app/views/contact.tpl b/sources/app/views/contact.tpl index 50aabf8..c1f7c14 100644 --- a/sources/app/views/contact.tpl +++ b/sources/app/views/contact.tpl @@ -4,7 +4,6 @@
- widget('Header'); ?>
widget('Notifs');?> diff --git a/sources/app/views/main.tpl b/sources/app/views/main.tpl index 979bc63..072c946 100644 --- a/sources/app/views/main.tpl +++ b/sources/app/views/main.tpl @@ -4,7 +4,6 @@
- widget('Header');?>
widget('Hello');?>
diff --git a/sources/app/views/news.tpl b/sources/app/views/news.tpl index f797dfa..879a37d 100644 --- a/sources/app/views/news.tpl +++ b/sources/app/views/news.tpl @@ -7,7 +7,6 @@
- widget('Header');?>
widget('Menu');?> widget('Post');?> diff --git a/sources/app/widgets/AdHoc/_adhoc_list.tpl b/sources/app/widgets/AdHoc/_adhoc_list.tpl index 6b3eff7..b9e4222 100644 --- a/sources/app/widgets/AdHoc/_adhoc_list.tpl +++ b/sources/app/widgets/AdHoc/_adhoc_list.tpl @@ -1,4 +1,4 @@ -
    +
    • {$c->__('adhoc.title')}

    • @@ -10,7 +10,7 @@ -

      {$value->attributes()->name}

      +

      {$value->attributes()->name}

      {/loop}
    diff --git a/sources/app/widgets/AdminTest/admintest.tpl b/sources/app/widgets/AdminTest/admintest.tpl index a728ac9..0597346 100644 --- a/sources/app/widgets/AdminTest/admintest.tpl +++ b/sources/app/widgets/AdminTest/admintest.tpl @@ -33,7 +33,7 @@
-
    +