mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-02-09 06:58:29 +00:00
Revert "Removing warning message for Joomla 4"
This reverts commit 56fc6fc0 Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
parent
8c0eda45c9
commit
0754ff48cd
@ -113,6 +113,12 @@ class PullsHtmlView extends DefaultHtmlView
|
|||||||
// Make text strings available in the JavaScript API
|
// Make text strings available in the JavaScript API
|
||||||
Text::script('COM_PATCHTESTER_CONFIRM_RESET');
|
Text::script('COM_PATCHTESTER_CONFIRM_RESET');
|
||||||
|
|
||||||
|
// Set a warning on 4.0 branch
|
||||||
|
if (version_compare(JVERSION, '4.0', 'ge'))
|
||||||
|
{
|
||||||
|
Factory::getApplication()->enqueueMessage(Text::_('COM_PATCHTESTER_40_WARNING'), 'warning');
|
||||||
|
}
|
||||||
|
|
||||||
return parent::render();
|
return parent::render();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
; Note : All ini files need to be saved as UTF-8
|
; Note : All ini files need to be saved as UTF-8
|
||||||
|
|
||||||
COM_PATCHTESTER="Joomla! Patch Tester"
|
COM_PATCHTESTER="Joomla! Patch Tester"
|
||||||
|
COM_PATCHTESTER_40_WARNING="While Joomla! 4.0 is in development, using the patch tester is considered experimental since breaking changes may be merged into Joomla, including the code contained in a patch."
|
||||||
COM_PATCHTESTER_API_LIMIT_ACTION="The GitHub API rate limit has been reached for this resource, could not connect to GitHub to perform the requested action. The rate limit will reset at %s"
|
COM_PATCHTESTER_API_LIMIT_ACTION="The GitHub API rate limit has been reached for this resource, could not connect to GitHub to perform the requested action. The rate limit will reset at %s"
|
||||||
COM_PATCHTESTER_API_LIMIT_LIST="The GitHub API rate limit has been reached for this resource, could not connect to GitHub for updated data. The rate limit will reset at %s"
|
COM_PATCHTESTER_API_LIMIT_LIST="The GitHub API rate limit has been reached for this resource, could not connect to GitHub for updated data. The rate limit will reset at %s"
|
||||||
COM_PATCHTESTER_APPLIED="Applied"
|
COM_PATCHTESTER_APPLIED="Applied"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user