Ignore:
Timestamp:
Feb 17, 2012, 5:02:43 PM (12 years ago)
Author:
Eric
Message:

r13126 and r13213 mergeg from trunk

Location:
extensions/UserAdvManager/branches/2.30
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.30/changelog.txt.php

    r13124 r13214  
    283283            Bug 2528 fixed - The word "validation" for "registration validation" has been replaced by "confirmation"
    284284            Bug 2569 fixed - Missing connexion rejected page
     285
     286-- 2.30.4 : Bug 2580 fixed - DE translation files corrupted
    285287*/
    286288?>
  • extensions/UserAdvManager/branches/2.30/language/de_DE/help.lang.php

    r13124 r13214  
    140140<br><br>
    141141Die Erholung von dieser Schnittstelle wird nicht unterstützt. Verwenden Sie Tools wie phpMyAdmin.';
    142 /*TODO*/$lang['UAM_HidePasswTitle_d'] = 'Choose here if you want to display the password chosen by the visitor in the information email. If you enable the option, the password will then appear in clear text. If you disable the password will not appear at all.';
    143142// --------- End: New or revised $lang ---- from version 2.20.4
    144143
  • extensions/UserAdvManager/branches/2.30/language/de_DE/plugin.lang.php

    r13124 r13214  
    307307                <br>
    308308                <li>Und das ist es! Nur registrierte Besucher und deren Eintragung wurde nicht bestätigt werden sehen, diese zusätzliche Index-Seite.</li>
    309               </ol>
    310             </li>
    311           </ul>';
    312             </li><br><br>
    313             <li>
    314 Prerequisite:<br>
    315 - A gallery with all or some private categories, visible only by registered users<br>
    316 - At least 2 following Piwigo\'s users groups: "Waiting," without permission on private categories, and "Confirmed" with all the permissions on the private categories<br>
    317 - UAM plugin<br>
    318 - Additional Pages plugin for adding and managing an additional page to replace the default index page of the gallery<br>
    319 - Optionally, the plugin Extended Description to support multi-languages<br>
    320             </li><br><br>
    321             <li>
    322 Stages:<br><br>
    323 A. In plugin UAM:
    324               <ol>
    325                 <li>Enable registration confirmation</li>
    326                 <li>Enter text for additional explanation which will be attached to mail registration confirmation. If the plugin Extended Description is activated, the language tags can be used</li>
    327                 <li>Select the "Waiting" group under "For users who have not confirmed their registration"</li>
    328                 <li>Select the "Confirmed" group under "For users who have confirmed their registration"</li>
    329                 <li>Save the plugin configuration</li>
    330               </ol>
    331 <br>
    332 B. In plugin Additional Pages:<br>
    333                 <b>NOTE : The management of access rights for groups on Additional Pages must be turned on (see plugin configuration settings).</b>
    334                 <br>
    335               <ol>
    336                 <li>Add a new page with at least the following parameters:</li>
    337                 <ul>
    338                   <li>Page name: The name you wish to give to the additional page (ie: Registration not confirmed)</li>
    339                   <li>Set as homepage checked</li>
    340                   <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li>
    341                   <li>Content: The text you want to use for visitors.</li>
    342                 </ul>
    343                 <br>
    344                 <li>And that\'s it! Only visitors registered and whose registration has not been confirmed will see this additional index page.</li>
    345309              </ol>
    346310            </li>
  • extensions/UserAdvManager/branches/2.30/main.inc.php

    r13124 r13214  
    22/*
    33Plugin Name: UserAdvManager
    4 Version: 2.30.3
     4Version: 2.30.4
    55Description: Renforcer la gestion des utilisateurs - Enforce users management
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=216
Note: See TracChangeset for help on using the changeset viewer.