Skip to end of banner
Go to start of banner

Release notes 6.0

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Current »

2013-08-02

Highlights


New macro

A new macro called sql-file is provided to enable user scenarios related to macro-security. It only allows accessing specifically authorized scripts stored on the Confluence server file system. This provides more flexibility for administrators to selectively grant general access to the results of specific SQL scripts on pages without edit restrictions or with less restrictive edit restrictions. This is accomplished using standard Macro Security for Confluence parameter control configurations.

Macro security configuration example

The following allows the authorized.sql script located in the <confluence home>/script directory to be run from any page against any data source. No other SQL scripts can be run.

Example
sql-file=*ANY
sql-file.datasource.*=*ANY
sql-file.file.authorized.sql=*ANY



Date sorting improvements

  1. A new date sorting option - column type M
  2. Advanced date sorting bundled with add-on eliminating need for server install
  3. International language support

See Advanced Date Sorting for more details.



Resolved issues

type key summary reporter priority status fixversion resolution
Loading...
Refresh

  • No labels