Revision 1659
Added by Dietmar over 12 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
=============================================================================== |
13 | 13 |
|
14 |
06 Apr-2012 Build 1659 Dietmar Woellbrink (Luisehahne) |
|
15 |
! more validation fixes in backend (Tks to Ruebenwurzel) |
|
14 | 16 |
05 Apr-2012 Build 1658 Werner v.d.Decken(DarkViper) |
15 | 17 |
# fixed alternating row styles in droplet listing |
16 | 18 |
04 Apr-2012 Build 1657 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
51 | 51 |
|
52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3'); |
54 |
if(!defined('REVISION')) define('REVISION', '1658');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1659');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/modules/form/languages/NL.php | ||
---|---|---|
46 | 46 |
$MOD_FORM['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
47 | 47 |
$MOD_FORM['INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email to the <a href="mailto:{{webmaster_email}}">webmaster</a>'; |
48 | 48 |
$MOD_FORM['REQUIRED_FIELDS'] = 'You must enter details for the following fields'; |
49 |
$MOD_FORM['RECIPIENT'] = 'Send confirmation mail only to authenticated user! Otherwise confirmation mail will be disabled! ';
|
|
49 |
$MOD_FORM['RECIPIENT'] = 'E-mail confirmation occurs only to valid e-mail address of the user announced in each case! Dispatch to unchecked addresses is not possible!';
|
|
50 | 50 |
$MOD_FORM['ERROR'] = 'E-Mail could not send!!'; |
branches/2.8.x/wb/modules/form/languages/NO.php | ||
---|---|---|
46 | 46 |
$MOD_FORM['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
47 | 47 |
$MOD_FORM['INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email to the <a href="mailto:{{webmaster_email}}">webmaster</a>'; |
48 | 48 |
$MOD_FORM['REQUIRED_FIELDS'] = 'You must enter details for the following fields'; |
49 |
$MOD_FORM['RECIPIENT'] = 'Send confirmation mail only to authenticated user! Otherwise confirmation mail will be disabled! ';
|
|
49 |
$MOD_FORM['RECIPIENT'] = 'E-mail confirmation occurs only to valid e-mail address of the user announced in each case! Dispatch to unchecked addresses is not possible!';
|
|
50 | 50 |
$MOD_FORM['ERROR'] = 'E-Mail could not send!!'; |
branches/2.8.x/wb/modules/form/languages/EN.php | ||
---|---|---|
46 | 46 |
$MOD_FORM['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
47 | 47 |
$MOD_FORM['INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email to the <a href="mailto:{{webmaster_email}}">webmaster</a>'; |
48 | 48 |
$MOD_FORM['REQUIRED_FIELDS'] = 'You must enter details for the following fields'; |
49 |
$MOD_FORM['RECIPIENT'] = 'Send confirmation mail only to authenticated user! Otherwise confirmation mail will be disabled! ';
|
|
49 |
$MOD_FORM['RECIPIENT'] = 'E-mail confirmation occurs only to valid e-mail address of the user announced in each case! Dispatch to unchecked addresses is not possible!';
|
|
50 | 50 |
$MOD_FORM['ERROR'] = 'E-Mail could not send!!'; |
branches/2.8.x/wb/modules/form/languages/DA.php | ||
---|---|---|
46 | 46 |
$MOD_FORM['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
47 | 47 |
$MOD_FORM['INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email to the <a href="mailto:{{webmaster_email}}">webmaster</a>'; |
48 | 48 |
$MOD_FORM['REQUIRED_FIELDS'] = 'You must enter details for the following fields'; |
49 |
$MOD_FORM['RECIPIENT'] = 'Send confirmation mail only to authenticated user! Otherwise confirmation mail will be disabled! ';
|
|
49 |
$MOD_FORM['RECIPIENT'] = 'E-mail confirmation occurs only to valid e-mail address of the user announced in each case! Dispatch to unchecked addresses is not possible!';
|
|
50 | 50 |
$MOD_FORM['ERROR'] = 'E-Mail could not send!!'; |
branches/2.8.x/wb/modules/form/languages/RU.php | ||
---|---|---|
46 | 46 |
$MOD_FORM['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
47 | 47 |
$MOD_FORM['INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email to the <a href="mailto:{{webmaster_email}}">webmaster</a>'; |
48 | 48 |
$MOD_FORM['REQUIRED_FIELDS'] = 'You must enter details for the following fields'; |
49 |
$MOD_FORM['RECIPIENT'] = 'Send confirmation mail only to authenticated user! Otherwise confirmation mail will be disabled! ';
|
|
49 |
$MOD_FORM['RECIPIENT'] = 'E-mail confirmation occurs only to valid e-mail address of the user announced in each case! Dispatch to unchecked addresses is not possible!';
|
|
50 | 50 |
$MOD_FORM['ERROR'] = 'E-Mail could not send!!'; |
branches/2.8.x/wb/modules/form/languages/FR.php | ||
---|---|---|
46 | 46 |
$MOD_FORM['EXCESS_SUBMISSIONS'] = 'Sorry, this form has been submitted too many times so far this hour. Please retry in the next hour.'; |
47 | 47 |
$MOD_FORM['INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email to the <a href="mailto:{{webmaster_email}}">webmaster</a>'; |
48 | 48 |
$MOD_FORM['REQUIRED_FIELDS'] = 'You must enter details for the following fields'; |
49 |
$MOD_FORM['RECIPIENT'] = 'Send confirmation mail only to authenticated user! Otherwise confirmation mail will be disabled! ';
|
|
49 |
$MOD_FORM['RECIPIENT'] = 'E-mail confirmation occurs only to valid e-mail address of the user announced in each case! Dispatch to unchecked addresses is not possible!';
|
|
50 | 50 |
$MOD_FORM['ERROR'] = 'E-Mail could not send!!'; |
branches/2.8.x/wb/modules/form/languages/DE.php | ||
---|---|---|
47 | 47 |
$MOD_FORM['EXCESS_SUBMISSIONS'] = 'Dieses Formular wurde zu oft aufgerufen. Bitte versuchen Sie es in einer Stunde noch einmal.'; |
48 | 48 |
$MOD_FORM['INCORRECT_CAPTCHA'] = 'Die eingegebene Prüfziffer stimmt nicht überein. Wenn Sie Probleme mit dem Lesen der Prüfziffer haben, bitte schreiben Sie eine E-Mail an den <a href="mailto:{{webmaster_email}}">Webmaster</a>'; |
49 | 49 |
$MOD_FORM['REQUIRED_FIELDS'] = 'Bitte folgende Angaben ergänzen'; |
50 |
$MOD_FORM['RECIPIENT'] = 'Emailbestätigung erfolgt nur an die gültige Emailadresse des jeweils angemeldeten Benutzers! Versand an ungeprüfte Adressen ist nicht möglich! ';
|
|
50 |
$MOD_FORM['RECIPIENT'] = 'E-Mail Bestätigung erfolgt nur an die gültige E-Mail Adresse des jeweils angemeldeten Benutzers! Versand an ungeprüfte Adressen ist nicht möglich! ';
|
|
51 | 51 |
$MOD_FORM['ERROR'] = 'E-Mail konnte nicht gesendet werden!!'; |
branches/2.8.x/wb/modules/output_filter/tool.php | ||
---|---|---|
74 | 74 |
?> |
75 | 75 |
<h2><?php echo $MOD_MAIL_FILTER['HEADING']; ?></h2> |
76 | 76 |
<p><?php echo $MOD_MAIL_FILTER['HOWTO']; ?></p> |
77 |
<p><?php echo $MOD_MAIL_FILTER['HOWTOTIP']; ?></p> |
|
77 | 78 |
<form name="store_settings" action="<?php echo $_SERVER['REQUEST_URI'];?>" method="post"> |
78 | 79 |
<?php echo $admin->getFTAN(); ?> |
79 | 80 |
<input type="hidden" name="action" value="save" /> |
branches/2.8.x/wb/modules/output_filter/languages/NL.php | ||
---|---|---|
18 | 18 |
|
19 | 19 |
// Headings and text outputs |
20 | 20 |
$MOD_MAIL_FILTER['HEADING'] = 'Beheersinstellingen: Output Filter'; |
21 |
$MOD_MAIL_FILTER['HOWTO'] = 'Hier kan je de uitvoer filteren met onderstaande opties.<p style="line-height:1.5em;"><strong>Tip: </strong>Mailto links kunnen gecodeerd worden door een Javascript functie. Om van deze optie gebruik te kunnen maken moet je de PHP code <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> in de <head> sectie van het index.php bestand van je template plaatsen. Zonder deze aanpassing zal enkel het @ teken in het mailto deel vervangen worden.'; |
|
21 |
$MOD_MAIL_FILTER['HOWTO'] = 'Hier kan je de uitvoer filteren met onderstaande opties.'; |
|
22 |
$MOD_MAIL_FILTER['HOWTOTIP'] = '<strong>Tip: </strong>Mailto links kunnen gecodeerd worden door een Javascript functie. Om van deze optie gebruik te kunnen maken moet je de PHP code <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> in de <head> sectie van het index.php bestand van je template plaatsen. Zonder deze aanpassing zal enkel het @ teken in het mailto deel vervangen worden.'; |
|
22 | 23 |
$MOD_MAIL_FILTER['WARNING'] = ''; |
23 | 24 |
|
24 | 25 |
// Text and captions of form elements |
branches/2.8.x/wb/modules/output_filter/languages/NO.php | ||
---|---|---|
18 | 18 |
|
19 | 19 |
// Headings and text outputs |
20 | 20 |
$MOD_MAIL_FILTER['HEADING'] = 'Valg: Filtrering av ut data'; |
21 |
$MOD_MAIL_FILTER['HOWTO'] = 'Du kan gjøre innstillinger for utdatafitreringen i valgene nedenfor.<p style="line-height:1.5em;"><strong>Tips: </strong>Mailto linker kan krypteres av en Javascript funksjon. For å få benyttet denne funksjonen, må det legges til følgende PHP kode <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> inn i <head> seksjonen i index.php på design malen din. Uten denne modifikasjonen, vil kun @ karakterer i mailto linker bli erstattet.'; |
|
21 |
$MOD_MAIL_FILTER['HOWTO'] = 'Du kan gjøre innstillinger for utdatafitreringen i valgene nedenfor.'; |
|
22 |
$MOD_MAIL_FILTER['HOWTOTIP'] = '<strong>Tips: </strong>Mailto linker kan krypteres av en Javascript funksjon. For å få benyttet denne funksjonen, må det legges til følgende PHP kode <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> inn i <head> seksjonen i index.php på design malen din. Uten denne modifikasjonen, vil kun @ karakterer i mailto linker bli erstattet.'; |
|
22 | 23 |
$MOD_MAIL_FILTER['WARNING'] = ''; |
23 | 24 |
|
24 | 25 |
// Text and captions of form elements |
branches/2.8.x/wb/modules/output_filter/languages/EN.php | ||
---|---|---|
18 | 18 |
|
19 | 19 |
// Headings and text outputs |
20 | 20 |
$MOD_MAIL_FILTER['HEADING'] = 'Options: Output Filter'; |
21 |
$MOD_MAIL_FILTER['HOWTO'] = 'You can configure the output filtering with the options below.<p style="line-height:1.5em;"><strong>Tip: </strong>Mailto links can be encrypted by a Javascript function. To make use of this option, one needs to add the PHP code <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> into the <head> section of the index.php of your template. Without this modification, only the @ character in the mailto part will be replaced.'; |
|
21 |
$MOD_MAIL_FILTER['HOWTO'] = 'You can configure the output filtering with the options below.'; |
|
22 |
$MOD_MAIL_FILTER['HOWTOTIP'] = '<strong>Tip: </strong>Mailto links can be encrypted by a Javascript function. To make use of this option, one needs to add the PHP code <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> into the <head> section of the index.php of your template. Without this modification, only the @ character in the mailto part will be replaced.'; |
|
22 | 23 |
$MOD_MAIL_FILTER['WARNING'] = ''; |
23 | 24 |
|
24 | 25 |
// Text and captions of form elements |
branches/2.8.x/wb/modules/output_filter/languages/DA.php | ||
---|---|---|
18 | 18 |
|
19 | 19 |
// Headings and text outputs |
20 | 20 |
$MOD_MAIL_FILTER['HEADING'] = 'Indstillinger: Output-filter'; |
21 |
$MOD_MAIL_FILTER['HOWTO'] = 'Du kan konfigurere output-filteret med indstillingerne nedenfor.<p style="line-height:1.5em;"><strong>Tip: </strong>Mailadresser kan krypteres vedhjælp af en Javascript-funktion. For at gøre brug af denne indstilling, skal du tilføje PHP-koden <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(js);?></code> til <head> sektionnen af index.php i din template (layout-skabelon). Uden denne ændring vil kun @-tegnet i email-adressen blive erstattet.'; |
|
21 |
$MOD_MAIL_FILTER['HOWTO'] = 'Du kan konfigurere output-filteret med indstillingerne nedenfor.'; |
|
22 |
$MOD_MAIL_FILTER['HOWTOTIP'] = '<strong>Tip: </strong>Mailadresser kan krypteres vedhjælp af en Javascript-funktion. For at gøre brug af denne indstilling, skal du tilføje PHP-koden <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(js);?></code> til <head> sektionnen af index.php i din template (layout-skabelon). Uden denne ændring vil kun @-tegnet i email-adressen blive erstattet.'; |
|
22 | 23 |
$MOD_MAIL_FILTER['WARNING'] = ''; |
23 | 24 |
|
24 | 25 |
// Text and captions of form elements |
branches/2.8.x/wb/modules/output_filter/languages/RU.php | ||
---|---|---|
18 | 18 |
|
19 | 19 |
// Headings and text outputs |
20 | 20 |
$MOD_MAIL_FILTER['HEADING'] = 'Настройки: Output Filter'; |
21 |
$MOD_MAIL_FILTER['HOWTO'] = 'Вы можете настроить фильтрацию, используя настройки ниже.<p style="line-height:1.5em;"><strong>Важно: </strong>Mailto ссылки могут быть скрыты от спамеров с помощью Javascript. Чтобы использовать эту возможность, добавьте следующий PHP код <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> в <head> секцию index.php файла вашего шаблона. Иначе только символ @ будет заменен в mailto ссылках.'; |
|
21 |
$MOD_MAIL_FILTER['HOWTO'] = 'Вы можете настроить фильтрацию, используя настройки ниже.'; |
|
22 |
$MOD_MAIL_FILTER['HOWTOTIP'] = '<strong>Важно: </strong>Mailto ссылки могут быть скрыты от спамеров с помощью Javascript. Чтобы использовать эту возможность, добавьте следующий PHP код <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> в <head> секцию index.php файла вашего шаблона. Иначе только символ @ будет заменен в mailto ссылках.'; |
|
22 | 23 |
$MOD_MAIL_FILTER['WARNING'] = ''; |
23 | 24 |
|
24 | 25 |
// Text and captions of form elements |
branches/2.8.x/wb/modules/output_filter/languages/FR.php | ||
---|---|---|
21 | 21 |
|
22 | 22 |
// Headings and text outputs |
23 | 23 |
$MOD_MAIL_FILTER['HEADING'] = 'Options: Output Filter'; |
24 |
$MOD_MAIL_FILTER['HOWTO'] = 'Vous pouvez configurer le filtrage des données avant affichage grâce aux options ci-dessous.<p style="line-height:1.5em;"><strong>Conseil: </strong>Les liens Mailto peuvent être cryptés à l'aide d'une fonction Javascript. Pour utiliser cette fonctionnalité, vous devez ajouter le code PHP <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles('js');?></code> dans la partie <head> de index.php de votre fichier modèle. Sans cette modification, seulement le caractère @ sera remplacé dans le champ mailto.'; |
|
24 |
$MOD_MAIL_FILTER['HOWTO'] = 'Vous pouvez configurer le filtrage des données avant affichage grâce aux options ci-dessous.'; |
|
25 |
$MOD_MAIL_FILTER['HOWTOTIP'] = '<strong>Conseil: </strong>Les liens Mailto peuvent être cryptés à l'aide d'une fonction Javascript. Pour utiliser cette fonctionnalité, vous devez ajouter le code PHP <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles('js');?></code> dans la partie <head> de index.php de votre fichier modèle. Sans cette modification, seulement le caractère @ sera remplacé dans le champ mailto.'; |
|
25 | 26 |
$MOD_MAIL_FILTER['WARNING'] = ''; |
26 | 27 |
|
27 | 28 |
// Text and captions of form elements |
branches/2.8.x/wb/modules/output_filter/languages/DE.php | ||
---|---|---|
17 | 17 |
*/ |
18 | 18 |
|
19 | 19 |
// Deutsche Modulbeschreibung |
20 |
$module_description = 'Dieses Modul erlaubt die Filterung von Inhalten vor der Anzeige im Frontendbereich. Unterstüzt die Filterung von Emailadressen in mailto Links und Text.';
|
|
20 |
$module_description = 'Dieses Modul erlaubt die Filterung von Inhalten vor der Anzeige im Frontendbereich. Unterstüzt die Filterung von Emailadressen in mailto Links und Text.';
|
|
21 | 21 |
|
22 | 22 |
// Ueberschriften und Textausgaben |
23 |
$MOD_MAIL_FILTER['HEADING'] = 'Optionen: Ausgabe Filterung'; |
|
24 |
$MOD_MAIL_FILTER['HOWTO'] = 'Über nachfolgende Optionen kann die Ausgabefilterung konfiguriert werden.<p style="line-height:1.5em;"><strong>Tipp: </strong>Mailto Links können mit einer Javascript Routine verschlüsselt werden. Um diese Option zu aktivieren muss der PHP Befehl <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> im <head> Bereich der index.php Ihres Templates eingebunden werden. Ohne diese Änderungen wird nur das @ Zeichen im mailto: Teil ersetzt.'; |
|
25 |
$MOD_MAIL_FILTER['WARNING'] = ''; |
|
23 |
$MOD_MAIL_FILTER['HEADING'] = 'Optionen: Ausgabe Filterung'; |
|
24 |
$MOD_MAIL_FILTER['HOWTO'] = 'Über nachfolgende Optionen kann die Ausgabefilterung konfiguriert werden.'; |
|
25 |
$MOD_MAIL_FILTER['HOWTOTIP'] = '<strong>Tipp: </strong>Mailto Links können mit einer Javascript Routine verschlüsselt werden. Um diese Option zu aktivieren muss der PHP Befehl <code style="background:#FFA;color:#900;"><?php register_frontend_modfiles(\'js\');?></code> im <head> Bereich der index.php Ihres Templates eingebunden werden. Ohne diese Änderungen wird nur das @ Zeichen im mailto: Teil ersetzt.'; |
|
26 |
$MOD_MAIL_FILTER['WARNING'] = ''; |
|
26 | 27 |
|
27 | 28 |
// Text von Form Elementen |
28 |
$MOD_MAIL_FILTER['BASIC_CONF'] = 'Grundeinstellungen';
|
|
29 |
$MOD_MAIL_FILTER['SYS_REL'] = 'Frontendausgabe mit relativen Urls';
|
|
30 |
$MOD_MAIL_FILTER['EMAIL_FILTER'] = 'Filtere E-Mail Adressen im Text';
|
|
31 |
$MOD_MAIL_FILTER['MAILTO_FILTER'] = 'Filtere E-Mail Adressen in mailto Links';
|
|
32 |
$MOD_MAIL_FILTER['ENABLED'] = 'Aktiviert';
|
|
33 |
$MOD_MAIL_FILTER['DISABLED'] = 'Ausgeschaltet';
|
|
29 |
$MOD_MAIL_FILTER['BASIC_CONF'] = 'Grundeinstellungen';
|
|
30 |
$MOD_MAIL_FILTER['SYS_REL'] = 'Frontendausgabe mit relativen Urls'; |
|
31 |
$MOD_MAIL_FILTER['EMAIL_FILTER'] = 'Filtere E-Mail Adressen im Text';
|
|
32 |
$MOD_MAIL_FILTER['MAILTO_FILTER'] = 'Filtere E-Mail Adressen in mailto Links';
|
|
33 |
$MOD_MAIL_FILTER['ENABLED'] = 'Aktiviert';
|
|
34 |
$MOD_MAIL_FILTER['DISABLED'] = 'Ausgeschaltet';
|
|
34 | 35 |
|
35 |
$MOD_MAIL_FILTER['REPLACEMENT_CONF'] = 'Email Ersetzungen'; |
|
36 |
$MOD_MAIL_FILTER['AT_REPLACEMENT'] = 'Ersetze "@" durch'; |
|
37 |
$MOD_MAIL_FILTER['DOT_REPLACEMENT'] = 'Ersetze "." durch'; |
|
36 |
$MOD_MAIL_FILTER['REPLACEMENT_CONF'] = 'Email Ersetzungen'; |
|
37 |
$MOD_MAIL_FILTER['AT_REPLACEMENT'] = 'Ersetze "@" durch'; |
|
38 |
$MOD_MAIL_FILTER['DOT_REPLACEMENT'] = 'Ersetze "." durch'; |
Also available in: Unified diff
more validation fixes in backend (Tks to Ruebenwurzel)