Skip to content

Commit

Permalink
Fix namespaces in change log
Browse files Browse the repository at this point in the history
The public repo was not displaying the change log because the HTML namespace declaration was on the change element (repo namespace) instead of the interior HTML elements
  • Loading branch information
joewiz committed Apr 16, 2018
1 parent b1a7aa3 commit e292918
Showing 1 changed file with 27 additions and 29 deletions.
56 changes: 27 additions & 29 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,75 +13,73 @@
<finish/>
<note>If you are updating the dashboard, you may need to bypass the browser's cache (and cookies). On most browsers, hold Ctrl (IE) or Shift (Firefox, Safari, Chrome) and click the reload button.</note>
<changelog>
<change xmlns="http://www.w3.org/1999/xhtml" version="0.3.0">
<h3>Package Manager:</h3>
<ul>
<li>Display change log for updated packages</li>
<li>Show size of installable package</li>
<change version="0.3.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Package Manager: Display change log for updated packages and show size of installable package</li>
<li>Small improvements to backup plugin</li>
</ul>
</change>
<change xmlns="http://www.w3.org/1999/xhtml" version="0.3.1">
<ul>
<change version="0.3.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed too dark background on IE</li>
</ul>
</change>
<change xmlns="http://www.w3.org/1999/xhtml" version="0.3.1">
<ul>
<change version="0.3.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed xhr issues in dashboard-1.7.js</li>
</ul>
</change>
<change xmlns="http://www.w3.org/1999/xhtml" version="0.3.3">
<ul>
<change version="0.3.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed and Enabled the UserManager plugin</li>
</ul>
</change>
<change xmlns="http://www.w3.org/1999/xhtml" version="0.3.5">
<ul>
<change version="0.3.5">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Small fixes</li>
</ul>
</change>
<change xmlns="http://www.w3.org/1999/xhtml" version="0.3.6">
<ul>
<change version="0.3.6">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Allow an XQuery to be killed from scheduler plugin</li>
<li>Package manager: move packages for which updates are available to the top of the package list.</li>
</ul>
</change>
<change xmlns="http://www.w3.org/1999/xhtml" version="0.3.8">
<ul>
<change version="0.3.8">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Read/Write/Execute and SetUID, SetGID and Sticky bits can be set/unset from Collection Browser</li>
<li>Display ACL ACEs Collection Browser</li>
</ul>
</change>
<change xmlns="http://www.w3.org/1999/xhtml" version="0.4.1">
<ul>
<change version="0.4.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Release for eXist-db 2.2</li>
<li>Removal of link to old web admin</li>
</ul>
</change>
<change xmlns="http://www.w3.org/1999/xhtml" version="0.4.8">
<ul>
<change version="0.4.8">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Adopt correct syntax for empty-sequence node test, supported from eXist-db 4.0.0</li>
</ul>
</change>
<change xmlns="http://www.w3.org/1999/xhtml" version="0.4.9">
<ul>
<change version="0.4.9">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Remove user manager: there's now a separate package, which actually works</li>
<li>Remove scheduler: its functionality is already available in monex</li>
</ul>
</change>
<change xmlns="http://www.w3.org/1999/xhtml" version="0.4.10">
<ul>
<change version="0.4.10">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Hotfix release to enable users of eXist 3.6.1-or-lower to upgrade to 4.0.0</li>
</ul>
</change>
<change xmlns="http://www.w3.org/1999/xhtml" version="1.0.0">
<ul>
<change version="1.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New major version to signal break in compatibility with pre-eXist 4.0.0 Dashboard</li>
</ul>
</change>
<change xmlns="http://www.w3.org/1999/xhtml" version="1.0.1">
<ul>
<change version="1.0.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Removed "Remember me" checkbox from login dialog to workaround problem - <a href="https://github.com/eXist-db/dashboard/pull/64">#64</a></li>
</ul>
</change>
Expand Down

0 comments on commit e292918

Please sign in to comment.