1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

upgrade to movim 0.9 git2016-01-07

This commit is contained in:
Xavier ROOT 2016-01-07 10:48:45 +01:00
parent c6eafea9c4
commit f14ca32bcc
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
**Changelog** **Changelog**
1.5 ? 1.5 ?
- Update to movim 0.9 git2016-01-06 - Update to movim 0.9 git2016-01-07
- fix #16 (Installing movim crashes agendav) because of bad ssowatconf/regex - fix #16 (Installing movim crashes agendav) because of bad ssowatconf/regex
- script/install : removed skipped_uris - script/install : removed skipped_uris
- script/install : sed DisconnectController.php to avoid redirect to ?login after ?disconnect - script/install : sed DisconnectController.php to avoid redirect to ?login after ?disconnect

View file

@ -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. 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.
Provided Movim version : 0.9 git2015-12-28 Provided Movim version : 0.9 git2015-01-07
Please read CHANGELOG. Please read CHANGELOG.

View file

@ -52,7 +52,7 @@ class Blog extends WidgetBase {
$pd = new \modl\PostnDAO(); $pd = new \modl\PostnDAO();
if($this->_id = $this->get('i')) { if($this->_id = $this->get('i')) {
if(Validator::intType()->between(1, 100)->validate((int)$this->_id)) { if(Validator::stringType()->between('1', '100')->validate($this->_id)) {
if(isset($this->_tag)) { if(isset($this->_tag)) {
$this->_messages = $pd->getPublicTag($this->get('t'), $this->_id * $this->_paging, $this->_paging + 1); $this->_messages = $pd->getPublicTag($this->get('t'), $this->_id * $this->_paging, $this->_paging + 1);
} else { } else {