This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> Wed, 30 Jan 2013 13:55:56 +0100 | ||
|
||
ontowiki (0.9.7-2) lod2; urgency=low | ||
|
||
* GUI niceups | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters