-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrepo.xml
executable file
·127 lines (127 loc) · 5.21 KB
/
repo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>eXistdb Package Manager</description>
<author>Joern Turner</author>
<website>https://github.com/eXist-db/existdb-packagemanager</website>
<status>beta</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>application</type>
<target>packagemanager</target>
<prepare/>
<finish/>
<permissions user="admin" group="dba" mode="rwxrwxr-x"/>
<changelog>
<change version="4.6.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>fixes issue #7 - info button does not work on webkit browsers</li>
<li>added components for meta-information elements (repo-elements)</li>
<li>reinstated update badge</li>
</ul>
</change>
<change version="4.5.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>layout fixes</li>
<li>removed paper-badge elements</li>
<li>controller fixes and refinements</li>
</ul>
</change>
<change version="4.5.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>using central toast now for messaging</li>
<li>error handling for install errors</li>
<li>new layout using tabs</li>
<li>responsiveness improvements</li>
<li>new app icon</li>
<li>logout configurable - can be removed from menu</li>
</ul>
</change>
<change version="4.4.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>re-added iron-meta (used by other components)</li>
</ul>
</change>
<change version="4.4.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>cleaned up iron-meta</li>
<li>responsiveness improvements</li>
</ul>
</change>
<change version="4.3.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>migrated to use repo-elements</li>
<li>layout refinements for readability and responsiveness</li>
</ul>
</change>
<change version="4.2.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>fixed tagging</li>
</ul>
</change>
<change version="4.2.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>preventing PackageManager and PackageService from being de-installed.</li>
</ul>
</change>
<change version="4.0.5">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>added error handling for 200 responses</li>
<li>minor refinements to login</li>
</ul>
</change>
<change version="4.0.4">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>showing toast message on local page when updates are available</li>
<li>progressbar for remove action</li>
<li>defined dependency on existdb-packageservice 1.0.0</li>
<li>fixed bug: apps opening 2 times for a single click on icon or title</li>
</ul>
</change>
<change version="4.0.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>styling of updated packages</li>
</ul>
</change>
<change version="4.0.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>completed ported to Polymer 2 class-style components</li>
<li>keyboard shortcuts</li>
<li>updated vaadin-upload component</li>
</ul>
</change>
<change version="3.11.4">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>fixed version number in package.json</li>
</ul>
</change>
<change version="3.11.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>fixed svg icon styling</li>
<li>added missing version number to bower.json</li>
</ul>
</change>
<change version="3.11.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>added changelog</li>
</ul>
</change>
<change version="3.11.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>removed unstable key binding for up and down arrow</li>
<li>replaced neon-animated-pages with iron-pages for stability</li>
<li>detail layout enhancements</li>
<li>fixed missing activation of packages when clicking app title for installed apps</li>
</ul>
</change>
<change version="3.9.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>ported to Polymer 2 hybrid mode</li>
<li>removed tab navigation. Replaced by '+' button</li>
<li>keyboard shortcut support</li>
<li>improved filtering</li>
<li>moved upload to top of screen for better accessibility</li>
<li>improved keyboard navigation of packages</li>
</ul>
</change>
</changelog>
</meta>