Support

Akeeba Backup for Joomla!

#20468 Akeeba Kickstart doesn't clean up jquery-ui.min.js

Posted in ‘Akeeba Backup for Joomla! 4 & 5’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
n/a
PHP version
n/a
Akeeba Backup version
n/a

Latest post by nicholas on Wednesday, 09 July 2014 09:32 CDT

user41246
Little thing in the Kickstart script. There is a jquery-ui.min.js file in that zip which doesn't get removed when doing the cleanup.

Step 8 in the cleanup process is:
		// 8. Delete jquery.min.js and json2.min.js
		$engine->unlink('jquery.min.js');
		$engine->unlink('json2.min.js');

Should be:
		// 8. Delete jquery.min.js, jquery-ui.min.js and json2.min.js
		$engine->unlink('jquery.min.js');
		$engine->unlink('jquery-ui.min.js');
		$engine->unlink('json2.min.js');

nicholas
Akeeba Staff
Manager
Hm, the jQuery UI file is not used the last two years and should not have been put in the package. I will remove that file from the package of the next release.

Nicholas K. Dionysopoulos

Lead Developer and Director

🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!