Searched hist:b5295d8015904793b214a5019df41e76ca6eeeaa (Results 1 – 5 of 5) sorted by relevance
/plugin/include/_test/ |
H A D | safeindex.test.php | b5295d8015904793b214a5019df41e76ca6eeeaa Fri Nov 23 21:55:50 UTC 2012 Michael Hamann <michael@content-space.de> Add "safeindex" feature, prevents indexing of protected included metadata
The safeindex feature that is turned on by default prevents the indexer from indexing metadata from included pages that are non-public. This means that for example only links from included pages that are public will be indexed.
This affects plugins that add their own metadata to the index in the following ways:
* there is no effect when all included pages are public or when no user is logged in when the page is indexed * when the plugin's event handler is called after the include plugin, the plugin will get only metadata from included pages that are public * when the plugin's event handler is called before the include plugin the include plugin will delete the plugin's metadata. I'm happy to add special handlers or exceptions for plugins like the tag plugin (already included) that are affected by this problem.
The safeindex feature can be turned off when the ACL rules of all parent pages match the child pages or when information disclosure through metadata like backlinks is no problem.
|
/plugin/include/conf/ |
H A D | default.php | b5295d8015904793b214a5019df41e76ca6eeeaa Fri Nov 23 21:55:50 UTC 2012 Michael Hamann <michael@content-space.de> Add "safeindex" feature, prevents indexing of protected included metadata
The safeindex feature that is turned on by default prevents the indexer from indexing metadata from included pages that are non-public. This means that for example only links from included pages that are public will be indexed.
This affects plugins that add their own metadata to the index in the following ways:
* there is no effect when all included pages are public or when no user is logged in when the page is indexed * when the plugin's event handler is called after the include plugin, the plugin will get only metadata from included pages that are public * when the plugin's event handler is called before the include plugin the include plugin will delete the plugin's metadata. I'm happy to add special handlers or exceptions for plugins like the tag plugin (already included) that are affected by this problem.
The safeindex feature can be turned off when the ACL rules of all parent pages match the child pages or when information disclosure through metadata like backlinks is no problem.
|
H A D | metadata.php | b5295d8015904793b214a5019df41e76ca6eeeaa Fri Nov 23 21:55:50 UTC 2012 Michael Hamann <michael@content-space.de> Add "safeindex" feature, prevents indexing of protected included metadata
The safeindex feature that is turned on by default prevents the indexer from indexing metadata from included pages that are non-public. This means that for example only links from included pages that are public will be indexed.
This affects plugins that add their own metadata to the index in the following ways:
* there is no effect when all included pages are public or when no user is logged in when the page is indexed * when the plugin's event handler is called after the include plugin, the plugin will get only metadata from included pages that are public * when the plugin's event handler is called before the include plugin the include plugin will delete the plugin's metadata. I'm happy to add special handlers or exceptions for plugins like the tag plugin (already included) that are affected by this problem.
The safeindex feature can be turned off when the ACL rules of all parent pages match the child pages or when information disclosure through metadata like backlinks is no problem.
|
/plugin/include/lang/en/ |
H A D | settings.php | b5295d8015904793b214a5019df41e76ca6eeeaa Fri Nov 23 21:55:50 UTC 2012 Michael Hamann <michael@content-space.de> Add "safeindex" feature, prevents indexing of protected included metadata
The safeindex feature that is turned on by default prevents the indexer from indexing metadata from included pages that are non-public. This means that for example only links from included pages that are public will be indexed.
This affects plugins that add their own metadata to the index in the following ways:
* there is no effect when all included pages are public or when no user is logged in when the page is indexed * when the plugin's event handler is called after the include plugin, the plugin will get only metadata from included pages that are public * when the plugin's event handler is called before the include plugin the include plugin will delete the plugin's metadata. I'm happy to add special handlers or exceptions for plugins like the tag plugin (already included) that are affected by this problem.
The safeindex feature can be turned off when the ACL rules of all parent pages match the child pages or when information disclosure through metadata like backlinks is no problem.
|
/plugin/include/ |
H A D | action.php | b5295d8015904793b214a5019df41e76ca6eeeaa Fri Nov 23 21:55:50 UTC 2012 Michael Hamann <michael@content-space.de> Add "safeindex" feature, prevents indexing of protected included metadata
The safeindex feature that is turned on by default prevents the indexer from indexing metadata from included pages that are non-public. This means that for example only links from included pages that are public will be indexed.
This affects plugins that add their own metadata to the index in the following ways:
* there is no effect when all included pages are public or when no user is logged in when the page is indexed * when the plugin's event handler is called after the include plugin, the plugin will get only metadata from included pages that are public * when the plugin's event handler is called before the include plugin the include plugin will delete the plugin's metadata. I'm happy to add special handlers or exceptions for plugins like the tag plugin (already included) that are affected by this problem.
The safeindex feature can be turned off when the ACL rules of all parent pages match the child pages or when information disclosure through metadata like backlinks is no problem.
|