mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-27 15:26:36 +00:00
Removed info and texts strings regarding index.html files in allowed folders (seeing this is fixed in rule now)
Removed the ! from NoNumber (very important :) )
This commit is contained in:
parent
303257082f
commit
62efa32953
@ -61,9 +61,9 @@ JHtml::script('media/com_jedchecker/js/police.js');
|
||||
<p><?php echo JText::_('COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT'); ?></p>
|
||||
<ul>
|
||||
<li>Tobias Kuhn (<a href="http://projectfork.net" target="_blank">projectfork</a>)</li>
|
||||
<li>Peter van Westen (<a href="http://www.nonumber.nl/" target="_blank">NoNumber!</a>)</li>
|
||||
<li>Alain Rivest (<a href="http://aldra.ca/" target="_blank">Aldra.ca</a>)</li>
|
||||
<li>OpenTranslators (<a href="http://opentranslators.org/" target="_blank">opentranslators.org</a>)</li>
|
||||
<li>Peter van Westen (<a href="http://www.nonumber.nl" target="_blank">NoNumber</a>)</li>
|
||||
<li>Alain Rivest (<a href="http://aldra.ca" target="_blank">Aldra.ca</a>)</li>
|
||||
<li>OpenTranslators (<a href="http://opentranslators.org" target="_blank">opentranslators.org</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -82,27 +82,6 @@ JHtml::script('media/com_jedchecker/js/police.js');
|
||||
<span class="rule"><?php echo JText::_('COM_JEDCHECKER_RULE_SE1'); ?></span><br />
|
||||
<?php echo JText::_('COM_JEDCHECKER_RULE_SE1_DESC'); ?>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<?php echo JText::_('COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING'); ?> <br />
|
||||
<?php echo JText::_('COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING1'); ?><br />
|
||||
|
||||
<i>administrator/components/your_component</i> <br/>
|
||||
<i>components/your_component</i> <br/>
|
||||
<?php echo JText::_('COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING2'); ?><br />
|
||||
|
||||
<i>administrator</i><br/>
|
||||
<i>administrator/components</i><br/>
|
||||
<i>administrator/components/your_component</i><br/>
|
||||
<i>components/</i><br/>
|
||||
<i>components/your_component</i><br/>
|
||||
<?php echo JText::_('COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING3'); ?><br />
|
||||
|
||||
<i>administrator/components/your_component</i><br/>
|
||||
<i>components/your_component</i><br/>
|
||||
<?php echo JText::_('COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING4'); ?>
|
||||
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
|
@ -13,11 +13,6 @@ COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Folk, der har hjulp
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Hvordan fortolkes resultaterne?"
|
||||
COM_JEDCHECKER_RULE_SE1="Regel:SE1 - Udvidelse mangler index.html fil i alle mapper"
|
||||
COM_JEDCHECKER_RULE_SE1_DESC="Hvis du ønsker din udvidelse listet på JED, bør du sikre dig, at alle dine udvidelse mapper indeholder en index.html fil. - Udviklere bryder sig overhovedet ikke om denne regel - det udfylder din pakke med index.html filer, som forsinker installationsprocessen osv. Men index.html filer giver beskyttelse for dårligt konfigurerede webhosts (man kunne indvende, om vi skulle forsøge at gøre noget for dem), men så længe joomla CMS leveres med disse filer vil JED kræve at udvidelser også har dem."
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING="JEDchecker kontrollerer hver enkelt mappe i din pakke for tilstedeværelse af index.html filer, men dette betyder ikke, at alle mapper skal have en index.html fil. For eksempel - behøver sprog mapper ikke have en index.html fil, fordi joomla CMS har index.html filer disse steder.Hvis din pakke har følgende struktur:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING1="Korrekt læsning af JEDchecker resultaterne for SE1:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING2="Hvis JEDchecker fortæller dig, at du har mangler index.html i følgende mapper:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING3="Er du faktisk kun nødt til at bekymre dig om"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING4="da disse 2 mapper ikke har index.html filerne, når din komponent bliver installeret"
|
||||
COM_JEDCHECKER_RULE_PH2="Regel PH2 - PHP filer mangler JEXEC sikkerhed"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="Alle PHP filer i din udvidelse skal have en defined('_JEXEC') or die(); sætning i begyndelsen af hver fil. Dette sikrer, at filen ikke kan åbnes uden for joomla installationen og på denne måde øges sikkerheden for dit websted."
|
||||
; COM_JEDCHECKER_RULE_PH3="Rule PH3 - License tag missing or incorrect in XML install file"
|
||||
|
@ -13,11 +13,6 @@ COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="People that have he
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="How to interpret the results?"
|
||||
COM_JEDCHECKER_RULE_SE1="Rule SE1 - Extension is missing index.html file in all folders"
|
||||
COM_JEDCHECKER_RULE_SE1_DESC="If you want your extension to be listed on the JED, then you should make sure that all your extension folders contain an index.html file. - Developers don't like this rule at all - it fills your package with index.html files, which in terms slows down the installation process etc. But index.html files provide protection for badly configured hosts (one could argue if we need to try to do anything for those), but as long the joomla CMS comes with those files the JED is going to require that extensions also have those."
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING="The JEDchecker checks every single folder in your package for the presence of index.html files,but this doesn't mean that all folders need to have an index.html file. For example - language folders don't need to have an index.html file, because the joomla CMS has index.html files in those locations.If your package has the following structure:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING1="Properly reading the JEDchecker results for SE1:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING2="If the JEDchecker tells you that you have missing index.html in the following folders:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING3="You actually need to worry only about"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING4="as those 2 folders won't have the index.html files when your component gets installed"
|
||||
COM_JEDCHECKER_RULE_PH2="Rule PH2 - PHP Files missing JEXEC security"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and this way increases the security of your site."
|
||||
COM_JEDCHECKER_RULE_PH3="Rule PH3 - License tag missing or incorrect in XML install file"
|
||||
|
@ -13,11 +13,6 @@ COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Persone che hanno c
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Come interpretare i risultati?"
|
||||
COM_JEDCHECKER_RULE_SE1="Regola:SE1 - L'estensione non dispone dei file index.html in tutte le cartelle"
|
||||
COM_JEDCHECKER_RULE_SE1_DESC="Se vuoi che la tua estensione sia pubblicata nella JED, devi assicurarti che tutte le cartelle della tua estensione contengano un file index.html. - Gli sviluppatori non amano questa regola - dicendo che riempiendo il tuo pacchetto con i file index.html, si rallenta il processo d'installazione ecc. Ma i file index.html forniscono protezione per gli host configurati male (ci si potrebbe chiedere se si possa fare qualcosa per quelli), ma finché il CMS Joomla viene fornito con questi file, JED richiede che anche le estensioni li abbiano."
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING="Il JEDChecker controlla ogni singola cartella nel tuo pacchetto alla ricerca dei file index.html, ma ciò non vuol dire che tutte le cartelle debbano avere un file index.html. Per esempio - la cartella language non necessita di un file index.html, poiché il CMS Joomla ha un file index.html in queste cartelle. Se il tuo pacchetto ha la struttura seguente:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING1="Lettura corretta dei risultati di JEDChecker per SE1:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING2="Se JEDchecker ti dice che il file index.html è mancante nelle seguenti cartelle:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING3="Hai veramente bisogno di preoccuparti solo per"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING4="perché quelle 2 cartelle non hanno il file index.html quando il tuo componente viene installato"
|
||||
COM_JEDCHECKER_RULE_PH2="Regola PH2 - I file PHP non presentano la protezione JEXEC"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="Tutti i file PHP nella tua estensioni devono avere definito uno statement ('_JEXEC') or die(); all'inizio di ogni file. Ciò assicura che il file non possa essere aperto all'esterno di un'installazione di Joomla ed in questo modo aumenta la sicurezza del tuo sito."
|
||||
; COM_JEDCHECKER_RULE_PH3="Rule PH3 - License tag missing or incorrect in XML install file"
|
||||
|
@ -13,11 +13,6 @@ COM_JEDCHECKER_PEOPLE_THAT_HAVE_HELPED_WITH_THE_DEVELOPMENT="Pessoas que contrib
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Como interpretar os resultados?"
|
||||
COM_JEDCHECKER_RULE_SE1="Regra:SE1 - Extensão sem o arquivo index.html em todas as pastas"
|
||||
; COM_JEDCHECKER_RULE_SE1_DESC="If you want your extension to be listed on the JED, then you should make sure that all your extension folders contain an index.html file. - Developers don't like this rule at all - it fills your package with index.html files, which in terms slows down the installation process etc. But index.html files provide protection for badly configured hosts (one could argue if we need to try to do anything for those), but as long the joomla CMS comes with those files the JED is going to require that extensions also have those."
|
||||
; COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING="The JEDchecker checks every single folder in your package for the presence of index.html files,but this doesn't mean that all folders need to have an index.html file. For example - language folders don't need to have an index.html file, because the joomla CMS has index.html files in those locations.If your package has the following structure:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING1="Lendo corretamente os resultados de JEDchecker para SE1:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING2="Se o JEDchecker diz a você que há ausência de index.html nas seguintes pastas:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING3="Você na verdade precisa se preocupar apenas com"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING4="pois essas 2 pastas não vão ter os arquivos index. html quando o componente é instalado"
|
||||
COM_JEDCHECKER_RULE_PH2="Regra PH2 - arquivos PHP sem segurança JEXEC"
|
||||
COM_JEDCHECKER_RULE_PH2_DESC="Todos os arquivos PHP de sua extensão precisam ter uma afirmativa defined('_JEXEC') or die(); no início de cada arquivo. Isso assegura que o arquivo não possa ser aberto fora da instalação joomla e assim aumenta a segurança de seu site."
|
||||
; COM_JEDCHECKER_RULE_PH3="Rule PH3 - License tag missing or incorrect in XML install file"
|
||||
|
@ -13,11 +13,6 @@ COM_JEDCHECKER_WALL_OF_HONOR="Quadro de honra"
|
||||
COM_JEDCHECKER_HOW_TO_INTERPRET_RESULTS="Como interpretar os resultados"
|
||||
COM_JEDCHECKER_RULE_SE1="Regra:SE1 - Necessário incluir um ficheiro index.html em todas as pastas da extensão"
|
||||
; COM_JEDCHECKER_RULE_SE1_DESC="If you want your extension to be listed on the JED, then you should make sure that all your extension folders contain an index.html file. - Developers don't like this rule at all - it fills your package with index.html files, which in terms slows down the installation process etc. But index.html files provide protection for badly configured hosts (one could argue if we need to try to do anything for those), but as long the joomla CMS comes with those files the JED is going to require that extensions also have those."
|
||||
; COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING="The JEDchecker checks every single folder in your package for the presence of index.html files,but this doesn't mean that all folders need to have an index.html file. For example - language folders don't need to have an index.html file, because the joomla CMS has index.html files in those locations.If your package has the following structure:"
|
||||
; COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING1="Properly reading the JEDchecker results for SE1:"
|
||||
; COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING2="If the JEDchecker tells you that you have missing index.html in the following folders:"
|
||||
COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING3="Não tem nada com que se preocupar de momento"
|
||||
; COM_JEDCHECKER_RULE_SE1_MORE_INFO_INTERPRETING4="as those 2 folders won't have the index.html files when your component gets installed"
|
||||
COM_JEDCHECKER_RULE_PH2="Regra PH2 - É necessário a verificação de segurança JEXEC em todos os ficheiros PHP"
|
||||
; COM_JEDCHECKER_RULE_PH2_DESC="All the PHP files in your extension needs to have a defined('_JEXEC') or die(); statement in the beginning of each file. This ensures that the file cannot be opened outside of the joomla installation and this way increases the security of your site."
|
||||
; COM_JEDCHECKER_RULE_PH3="Rule PH3 - License tag missing or incorrect in XML install file"
|
||||
|
Loading…
Reference in New Issue
Block a user