Georgios Papadakis
Georgios Papadakis
I also have problem with creating animated gif thumbnails I compiled and used latest source of ImageMagick, but it did not help Is it because phpThumb , uses - PHP...
This sounds exactly like the 2010 security issue of phpThumb 1.7.9 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1598 http://stopmalvertising.com/security/phpthumb-fltr-command-injection-vulnerability-exploit-scans.html which version are you running ?
We don't care much for a specific query that is duplicated 2-3 times (unless the SPECIFIC query is reported to be 10+ or more duplicated) e.g. ``` SELECT params FROM...
@tonypartridge hhmm there is no validation for ACL rule fields (you have 12 of every usergroup) the above is because the 'select' field of the rules have 'novalidate' CSS class...
To create about 1000 usergroups with some nesting try adding a new task inside groups controller `/administrator/components/com_users/controllers/groups.php` then open URL: `/administrator/index.php?option=com_users&task=groups.creategroups` ```php public function creategroups() { $db = JFactory::getDbo(); $vals...
---- 1. In large forms displaying the invalid messages only on top of the form is problematic UX needs to be improved and behave like HTML5 validation - focus on...
I have made a relevant PR here https://github.com/joomla/joomla-cms/pull/12049 That does language transliteration for filenames Also added a method for making filename unique -- **in a given folder** About transliteration, it...