From b2a157e820e743627535ac2a59b83b6b693d7b4a Mon Sep 17 00:00:00 2001 From: Daniel Dimitrov Date: Sat, 4 Aug 2012 20:53:46 +0200 Subject: [PATCH] adding a request to review the extension in the JED... --- .../components/com_jedchecker/views/uploads/tmpl/default.php | 1 + source/administrator/language/en-GB/en-GB.com_jedchecker.ini | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source/administrator/components/com_jedchecker/views/uploads/tmpl/default.php b/source/administrator/components/com_jedchecker/views/uploads/tmpl/default.php index 805ff5f..b5656fb 100644 --- a/source/administrator/components/com_jedchecker/views/uploads/tmpl/default.php +++ b/source/administrator/components/com_jedchecker/views/uploads/tmpl/default.php @@ -102,5 +102,6 @@ JHtml::script('media/com_jedchecker/js/police.js');
diff --git a/source/administrator/language/en-GB/en-GB.com_jedchecker.ini b/source/administrator/language/en-GB/en-GB.com_jedchecker.ini index ea1af9e..2e31c39 100644 --- a/source/administrator/language/en-GB/en-GB.com_jedchecker.ini +++ b/source/administrator/language/en-GB/en-GB.com_jedchecker.ini @@ -30,4 +30,5 @@ COM_JEDCHECKER_COMPAT_ISSUES="Compatibility Issues" COM_JEDCHECKER_IN_LINE="in line" COM_JEDCHECKER_ERROR_ENCODING="You've used encoding in this file? This is not an error, but an editor will have to review this file!" COM_JEDCHECKER_RULE_ENCODING="Base64 or other type of encoding in the files" -COM_JEDCHECKER_RULE_ENCODING_DESC="As developers we are fully aware that the base64 and similar functions have a valid place in each extensions(like URL redirects or data storage). However if you use those to make it harder for users to read your code or to mask backlinks the JED might not accept your listing submission (this is not in the spirit of GPL anyway!). An editor will review your code and determine if the way you use the base64 matches the rules of the JED. This might slow your listing review time. So the rule of thumb is - don't do fishy stuff and avoid encoding your code if possible!" \ No newline at end of file +COM_JEDCHECKER_RULE_ENCODING_DESC="As developers we are fully aware that the base64 and similar functions have a valid place in each extensions(like URL redirects or data storage). However if you use those to make it harder for users to read your code or to mask backlinks the JED might not accept your listing submission (this is not in the spirit of GPL anyway!). An editor will review your code and determine if the way you use the base64 matches the rules of the JED. This might slow your listing review time. So the rule of thumb is - don't do fishy stuff and avoid encoding your code if possible!" +COM_JEDCHECKER_LEAVE_A_REVIEW_JED="If you use this component, please post a rating and a review at the Joomla! Extensions Directory." \ No newline at end of file