]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge tag 'v0.9.7' into stable
authorArthurHoaro <arthur@hoa.ro>
Sat, 28 Jul 2018 09:07:55 +0000 (11:07 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 28 Jul 2018 09:07:55 +0000 (11:07 +0200)
Release v0.9.7

CHANGELOG.md
Makefile
application/Updater.php
index.php
tests/Updater/UpdaterTest.php

index 652fb63dafae6cd3ca06b889682bdde22acadb07..9c1581d475f69784a9b5ee4a6377d25dd70b264e 100644 (file)
@@ -177,7 +177,40 @@ Theming:
 - `composer.lock` is now included in git file to allow proper `composer install`
 - History mechanism which logs link addition/modification/deletion
 
+## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20
 ### Changed
+- Build the Docker image from the local Git sources
+
+### Removed
+- Disable PHP 5.3 Travis build (unsupported)
+
+## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.6) - 2018-02-19
+### Changed
+<<<<<<< HEAD
+- Run version check tests against the 'stable' branch
+
+
+## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04
+
+ **XSS vulnerability fixed. Please update.**
+
+### Security
+- Fix an XSS (cross-site-scripting) vulnerability in `index.php`
+
+
+## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
+### Security
+- Markdown plugin: escape HTML entities by default
+
+
+## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
+
+### Fixed
+
+- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
+
+## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
+=======
 - Docker: enable nginx URL rewriting for the REST API
 - Theming:
     - Move `user.css` to the `data` folder
@@ -199,6 +232,7 @@ Theming:
 - Partial namespace support for Shaarli classes
 - Shaarli version is now only present in `shaarli_version.php`
 - Human readable maximum file size upload
+>>>>>>> v0.9.7
 
 
 ### Removed
@@ -239,9 +273,12 @@ Theming:
 ### Fixed
 - PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
 
+<<<<<<< HEAD
+=======
 ## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
 ### Fixed
 
+>>>>>>> v0.9.7
 - Editing a link created before the new ID system would change its permalink.
 
 ## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - 2016-12-12
index d659d908e45aad561638d8f7617b30b3ed51c35a..0ae032261c9a58bf7f8d4d72fe3d43d810605b25 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -203,7 +203,6 @@ htmldoc:
        find doc/html/ -type f -exec chmod a-x '{}' \;
        rm -r venv
 
-
 ### Generate Shaarli's translation compiled file (.mo)
 translate:
-       @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \;
\ No newline at end of file
+       @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \;
index 8d2bd577d1a27c3f60588f9949f4ab5a311da433..034b8ed8b80d82037e99e240bd4b6a2a3e23b4ec 100644 (file)
@@ -246,6 +246,8 @@ class Updater
     }
 
     /**
+<<<<<<< HEAD
+=======
      * Rename tags starting with a '-' to work with tag exclusion search.
      */
     public function updateMethodRenameDashTags()
index 2de9be0a1824b31dc57fd17d34c7b1f1999afe44..e05055c3370b17d70412d2fe83c6e43671f437c7 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,12 @@
 <?php
 /**
+<<<<<<< HEAD
+ * Shaarli v0.8.7 - Shaare your links...
+ *
+ * The personal, minimalist, super-fast, database free, bookmarking service.
+=======
  * Shaarli - The personal, minimalist, super-fast, database free, bookmarking service.
+>>>>>>> v0.9.7
  *
  * Friendly fork by the Shaarli community:
  *  - https://github.com/shaarli/Shaarli
index fed175df531bd5a336c25efd87d1fd51081ca99c..77578528b5474b88578f4fb724498102577d415f 100644 (file)
@@ -489,7 +489,6 @@ $GLOBALS[\'privateLinkByDefault\'] = true;';
         $this->assertFalse($this->conf->get('security.markdown_escape'));
     }
 
-
     /**
      * Test updateMethodEscapeMarkdown with markdown plugin disabled
      * => setting markdown_escape set to true.