Skip to content

Commit

Permalink
Item14106: Missing . spotted by Dan Nordin
Browse files Browse the repository at this point in the history
  • Loading branch information
cdot committed Oct 25, 2016
1 parent cc7583b commit 76d5878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions data/System/WebDAVLinkPlugin.txt
Expand Up @@ -90,6 +90,9 @@ to use to open Web<nop>DAV links.
If you have configured the plugin correctly you should see the edit features
in the table of attachments to this topic.

---++++ Firefox Developer Note
Recent versions of Firefox now require extensions to be signed, and if you rebuild the extension you will have to sign it (a signed version of the latest code is always uploaded to the Foswiki webswite). If you want to roll your own, the process for signing is straightforward, see https://wiki.mozilla.org/Add-ons/Extension_Signing

---+++ Running Web<nop>DAV on on Mac OS X
The native client of Mac OS X is a bit crippled, but with a decent Web<nop>DAV client it works very well. For example Transmit (http://www.panic.com/transmit/) or Interarchy (http://nolobe.com/interarchy/) will provide easy access to Web<nop>DAV store on Foswiki for users. Both clients allow secure Web<nop>DAV over https transfers. Its possible to connect to your Wiki like a network drive and make it available within your Finder. For example Transmit has a feature called "Transmit Disk" which enables mounting of Web<nop>DAV shares.

Expand Down
2 changes: 1 addition & 1 deletion pub/System/WebDAVLinkPlugin/firefox/content/overlay.js
Expand Up @@ -42,7 +42,7 @@ var webdavlink = {
try {
var prefs = Components.classes['@mozilla.org/preferences-service;1']
.getService(Components.interfaces.nsIPrefService)
.getBranch("extensions.webdavlink");
.getBranch("extensions.webdavlink.");
appList = prefs.getCharPref('apps');
// while we have prefs in hand.....
this.debug = prefs.getBoolPref("debug");
Expand Down

0 comments on commit 76d5878

Please sign in to comment.