Skip to content

Commit

Permalink
deb changes for 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Feb 1, 2013
1 parent 0e26515 commit b484784
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
17 changes: 17 additions & 0 deletions debian/changelog
@@ -1,3 +1,20 @@
ontowiki (0.9.8-3) lod2; urgency=low

* fix cors header
* add doap:wiki to the weblink list (2 weeks ago by Sebastian Tramp)
* add head action to return the request header for given uri
* fix extensions setting page (toggleswitch) #179
* Fixing Sort functionality of the Navigation Box extension re-enabling the Sort Menue
* prevent open paranthesis bug while using the limit buttons (100 / all)
* Fix #172 - rewrite rules in .htaccess
* use getReadableGraphsUsingResource method on Store
* cleanup togglebutton changes
* fix toggle button for new jquery version (#167)
* depends on Erfurt 1.5
* depends on RDFauthor 0.9.5

-- Sebastian Tramp <tramp@informatik.uni-leipzig.de> Wed, 30 Jan 2013 13:55:56 +0100

ontowiki (0.9.7-2) lod2; urgency=low

* GUI niceups
Expand Down
10 changes: 2 additions & 8 deletions debian/conf/apache2/apache.conf
@@ -1,16 +1,10 @@
# OntoWiki Apache Configuration

<Directory /usr/share/ontowiki>
# needed for following the config.ini
Options +FollowSymLinks

AllowOverride None
RewriteEngine On
RewriteBase /ontowiki/
RewriteRule !((extensions|libraries).*|\.(js|ico|gif|jpg|png|css|php|swf|json))$ index.php

# This gives ontowiki an easy hint that rewrite is enabled
SetEnv ONTOWIKI_APACHE_MOD_REWRITE_ENABLED 1
# Give all right the the htaccess
AllowOverride All
</Directory>

Alias /ontowiki /usr/share/ontowiki
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -70,7 +70,7 @@ Description: Semantic Data Wiki enabling the publication of RDF data

Package: ontowiki-common
Architecture: all
Depends: liberfurt-php (>= 1.3), libjs-rdfauthor (>= 0.9.4), php5-curl, libmarkdown-php, libphp-pclzip, libjs-jquery (>= 1.7.1), tinymce, ${misc:Depends}
Depends: liberfurt-php (>= 1.5), libjs-rdfauthor (>= 0.9.5), php5-curl, libmarkdown-php, libphp-pclzip, libjs-jquery (>= 1.7.1), tinymce, ${misc:Depends}
Suggests: owcli
Description: Application sources for all ontowiki packages
OntoWiki is a tool providing support for agile, distributed knowledge
Expand Down
1 change: 1 addition & 0 deletions debian/ontowiki-common.install
@@ -1,4 +1,5 @@
index.php usr/share/ontowiki
.htaccess usr/share/ontowiki

application/Bootstrap.php usr/share/ontowiki/application
application/classes usr/share/ontowiki/application
Expand Down
3 changes: 3 additions & 0 deletions debian/ontowiki-common.postinst
Expand Up @@ -12,6 +12,9 @@ chmod 770 /usr/share/ontowiki/extensions
chmod 770 /var/log/ontowiki
chmod 770 /var/cache/ontowiki

# enable the rewrite base
sed 's/#RewriteBase/RewriteBase/' -i /usr/share/ontowiki/.htaccess

#DEBHELPER#

echo "---- ending postinst $@"

0 comments on commit b484784

Please sign in to comment.