forked from eXist-db/shared-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo.xml
43 lines (43 loc) · 1.8 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
<?xml version="1.0" encoding="UTF-8"?>
<repo:meta xmlns="http://exist-db.org/xquery/repo" xmlns:repo="http://exist-db.org/xquery/repo">
<repo:description>Shared resources used by other apps</repo:description>
<repo:author>Wolfgang Meier</repo:author>
<repo:website/>
<repo:status>alpha</repo:status>
<repo:license>GNU-LGPL</repo:license>
<repo:copyright>true</repo:copyright>
<repo:type>library</repo:type>
<repo:target>shared-resources</repo:target>
<repo:prepare/>
<repo:finish/>
<repo:permissions user="admin" password="" group="dba" mode="0775"/>
<changelog>
<change version="0.3.5">
<ul xmlns="">
<li>Move site-wide CSS to shared-resources. Modularize design using less.</li>
<li>Added bootstrap</li>
<li>Bug fixes and minor improvements in templating</li>
<li>Updated ace</li>
</ul>
</change>
<change version="0.3.6">
<ul xmlns="">
<li>Small syntax error in templates.xql</li>
</ul>
</change>
<change version="0.3.7">
<ul xmlns="">
<li>Externalised parameter value resolution in templating. Now useable outside XQuery URL Rewrite context.</li>
<li>Updated ace</li>
</ul>
</change>
<change version="0.3.8">
<ul xmlns="">
<li>Fixed permission checks in dbutil module: functions should not fail if user lacks the permission to browse into a collection.</li>
<li>Updated ace</li>
<li>Fixed templates:surround to report a proper error if a template could not be found.</li>
</ul>
</change>
</changelog>
<deployed>2013-11-24T18:45:15.366+01:00</deployed>
</repo:meta>