diff options
-rw-r--r-- | install/update.php | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/install/update.php b/install/update.php index ccc0566f..1deaf7f3 100644 --- a/install/update.php +++ b/install/update.php | |||
@@ -20,18 +20,24 @@ $store = new Database(); | |||
20 | 20 | ||
21 | <h2>Changelog</h2> | 21 | <h2>Changelog</h2> |
22 | <ul> | 22 | <ul> |
23 | <li>this awesome updating step</li> | 23 | <li>enhancement: updating and installing poche are more easier</li> |
24 | <li>error message when install folder exists</li> | 24 | <li>enhancement: poche now uses Full Text RSS to fetch content</li> |
25 | <li>more tests before installation (write access, etc.)</li> | 25 | <li>enhancement: css and twig files are more clean, thanks to NumEricR and nicofrand</li> |
26 | <li>updated README to make installation easier</li> | 26 | <li>enhancement: updated german translation, thanks to HLFH</li> |
27 | <li>german language thanks to HLFH</li> | 27 | <li>enhancement: add db/, cache/ and assets/ directories in versioning</li> |
28 | <li>spanish language thanks to Nitche</li> | 28 | <li>enhancement: display messages when error with import, thanks to EliasZ</li> |
29 | <li>new file ./inc/poche/myconfig.inc.php created to store language and salt</li> | 29 | <li>enhancement: poche compatibility test file</li> |
30 | <li><a href="https://github.com/inthepoche/poche/issues/119">#119</a>: salt is now created when installing poche</li> | 30 | <li>enhancement: <a href="https://github.com/inthepoche/poche/issues/112">#112</a>: link with shaarli</li> |
31 | <li><a href="https://github.com/inthepoche/poche/issues/130">#130</a>: robots.txt added</li> | 31 | <li>enhancement: <a href="https://github.com/inthepoche/poche/issues/162">#162</a>: links to firefox / chrome / android apps in config screen</li> |
32 | <li><a href="https://github.com/inthepoche/poche/issues/136">#136</a>: error during readability import</li> | 32 | <li>bug: encode url to share with twitter / email / shaarli</li> |
33 | <li><a href="https://github.com/inthepoche/poche/issues/137">#137</a>: mixed content alert in https</li> | 33 | <li>bug: Add IPv4 url support (and others beginning by a digit)</li> |
34 | <li><a href="https://github.com/inthepoche/poche/issues/138">#138</a>: change pattern to parse url with #</li> | 34 | <li>bug: title page in article view was wrong</li> |
35 | <li>bug: <a href="https://github.com/inthepoche/poche/issues/148">#148</a>: use of undefined constant POCHE_VERSION</li> | ||
36 | <li>bug: <a href="https://github.com/inthepoche/poche/issues/148">#149</a>: can't poche theguardian.com</li> | ||
37 | <li>bug: <a href="https://github.com/inthepoche/poche/issues/150">#150</a>: default title for untitled articles</li> | ||
38 | <li>bug: <a href="https://github.com/inthepoche/poche/issues/150">#151</a>: HTML entities in titles are encoded twice</li> | ||
39 | <li>bug: <a href="https://github.com/inthepoche/poche/issues/169">#169</a>: entries height with short description</li> | ||
40 | <li>bug: <a href="https://github.com/inthepoche/poche/issues/175">#175</a>: IP addresses do not appear in "view original"</li> | ||
35 | </ul> | 41 | </ul> |
36 | <p>To update your poche, please fill the following fields.</p> | 42 | <p>To update your poche, please fill the following fields.</p> |
37 | <p> | 43 | <p> |