|
en cours de traduction Menu françaisMenu anglais
|
AuthTable: Table des auteursPage en cours de traduction Summary: List Attributes of all pages in a wiki Version: 1.2 Prerequisites: none Status: working Maintainer: Pm & GNUZoo Categories: Administration Security Downloads: Normal - Attach:fplauth.php - Alternative - Attach:fplauth2.php (tweaks by Caveman) Summary: Liste toutes les pages du wiki avec leurs attributs Version: 1.2 Pré-requis:aucuns Statut: fonctionne Mainteneur: Pm & GNUZoo Categories: Administration Security Téléchargements: Normal - Attach:fplauth.php - Alternative - Attach:fplauth2.php (tweaks by Caveman) Questions answered by this recipeHow do I know which attributes are set?
DescriptionAll pagenames and their attributes will be displayed in a table. The page code to do this is: (:pagelist fmt=authtable:)
For a very large wiki it can take a long time to generate the list.
It is easy to speed it up by listing selected groups using the group attribute
in the pagelist: Here is an Example: http://www.pmwiki.org/wiki/Test/AuthList InstallationCopy Attach:fplauth.php to your cookbook directory. In your config.php enter: include_once("cookbook/fplauth.php");
or in your farmconfig.php enter: include_once(" $FarmD/cookbook/fplauth.php");
NotesNote that it won't list any pages for which you do not have read authorization. Release NotesThis program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation http://www.fsf.org either version 2 of the License, or (at your option) any later version. Copyright 2007 by GNUZoo (guru@gnuzoo.org) Please donate to the author at url: http://gnuzoo.org/GNUZooPayPal
CommentsI made a couple of simple tweaks to the code to make this work much faster when managing a site's attributes, namely:
Here's the code if the maintainer wants to update the original script: Attach:fplauth2.php Cheers, Caveman I added the action=attr and disabled the automatic logout, but I see nothing wrong with the headers. GNUZoo
See AlsoContributorsPm created code GNUZoo created recipe page .
Page originale sur CookbookFr.AuthTable - Backlinks |