Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit b484784

Browse files
committed
deb changes for 0.9.8
1 parent 0e26515 commit b484784

File tree

5 files changed

+24
-9
lines changed

5 files changed

+24
-9
lines changed

debian/changelog

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
ontowiki (0.9.8-3) lod2; urgency=low
2+
3+
* fix cors header
4+
* add doap:wiki to the weblink list (2 weeks ago by Sebastian Tramp)
5+
* add head action to return the request header for given uri
6+
* fix extensions setting page (toggleswitch) #179
7+
* Fixing Sort functionality of the Navigation Box extension re-enabling the Sort Menue
8+
* prevent open paranthesis bug while using the limit buttons (100 / all)
9+
* Fix #172 - rewrite rules in .htaccess
10+
* use getReadableGraphsUsingResource method on Store
11+
* cleanup togglebutton changes
12+
* fix toggle button for new jquery version (#167)
13+
* depends on Erfurt 1.5
14+
* depends on RDFauthor 0.9.5
15+
16+
-- Sebastian Tramp <[email protected]> Wed, 30 Jan 2013 13:55:56 +0100
17+
118
ontowiki (0.9.7-2) lod2; urgency=low
219

320
* GUI niceups

debian/conf/apache2/apache.conf

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# OntoWiki Apache Configuration
2-
32
<Directory /usr/share/ontowiki>
43
# needed for following the config.ini
54
Options +FollowSymLinks
65

7-
AllowOverride None
8-
RewriteEngine On
9-
RewriteBase /ontowiki/
10-
RewriteRule !((extensions|libraries).*|\.(js|ico|gif|jpg|png|css|php|swf|json))$ index.php
11-
12-
# This gives ontowiki an easy hint that rewrite is enabled
13-
SetEnv ONTOWIKI_APACHE_MOD_REWRITE_ENABLED 1
6+
# Give all right the the htaccess
7+
AllowOverride All
148
</Directory>
159

1610
Alias /ontowiki /usr/share/ontowiki

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Description: Semantic Data Wiki enabling the publication of RDF data
7070

7171
Package: ontowiki-common
7272
Architecture: all
73-
Depends: liberfurt-php (>= 1.3), libjs-rdfauthor (>= 0.9.4), php5-curl, libmarkdown-php, libphp-pclzip, libjs-jquery (>= 1.7.1), tinymce, ${misc:Depends}
73+
Depends: liberfurt-php (>= 1.5), libjs-rdfauthor (>= 0.9.5), php5-curl, libmarkdown-php, libphp-pclzip, libjs-jquery (>= 1.7.1), tinymce, ${misc:Depends}
7474
Suggests: owcli
7575
Description: Application sources for all ontowiki packages
7676
OntoWiki is a tool providing support for agile, distributed knowledge

debian/ontowiki-common.install

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
index.php usr/share/ontowiki
2+
.htaccess usr/share/ontowiki
23

34
application/Bootstrap.php usr/share/ontowiki/application
45
application/classes usr/share/ontowiki/application

debian/ontowiki-common.postinst

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ chmod 770 /usr/share/ontowiki/extensions
1212
chmod 770 /var/log/ontowiki
1313
chmod 770 /var/cache/ontowiki
1414

15+
# enable the rewrite base
16+
sed 's/#RewriteBase/RewriteBase/' -i /usr/share/ontowiki/.htaccess
17+
1518
#DEBHELPER#
1619

1720
echo "---- ending postinst $@"

0 commit comments

Comments
 (0)