Use Confluence like a network drive with drag and drop file operations.Spaces, pages, and news become folders, while page content and attachments become files.
Edit page/news content as a text file
Download, upload, move, delete attachments
Bulk move pages and page hierarchies
Maintains user permissions
Create shortcuts to Confluence attachments
Server Setup
Setup regular backups to ensure that your content can be restored in the event of a problem
We recommend to disable .DS_Store file creation using the DSDontWriteNetworkStores as described here. The WebDAV plugin is smart enough to discard these temporary files, so they won't clutter up your Confluence installation even if you don't set this preference. However it would be more efficient not to create them at all.
CONF-7347 On Mac OS X, editing a file in WebDAV will create a temporary file, usually called ._filename.ext, which unfortunately shows up on the attachments page. The only option at this point is to ignore it
Version History
Version
Date
State
License
Price
1.2.3(#19)
05 Dec 2007
Prerelease
Freeware / Open Source
(BSD)
Free
Release Notes
function initializeColumnWidth(columnArray)
{
var columnWidths = {};
if (columnArray == undefined || columnArray.length <= 0) return columnWidths;
// compute for the space that can be allocated, the overhead of the columns are also accounted for
var spaceRemaining = getWindowWidth() - (37 + (columnArray.length*11));
var hasSummary = false;
var columnsWithWidth = 0;
var otherColumnWidth = 140;
// set the widths for columns with default column width
for (var i=0; i columnsWithWidth))
{
otherColumnWidth = spaceRemaining / (columnArray.length - columnsWithWidth);
// adjust the size the columns with
for (var i=0; iJira Issues',
page: 1, useRp: false,
rp: 1000,
showTableToggleBtn: true,
height: 160,
onSubmit: onSubmitFunction_jiraissues_1,
onError: onErrorFunction_jiraissues_1,
onReload: onReloadFunction_jiraissues_1,
errormsg: 'Connection Error',
pagestat: 'Displaying {from} to {to} of {total} items',
procmsg: 'Processing, please wait...',
nomsg: 'No items'
});
});