User tests: Successful: Unsuccessful:
Trying to find the most useless PR of the decade on a feature that no one ever uses... I thought FTP Layer was it, but this might well take the crown.
When you export Banner Tracks to a CSV file, Joomla first (by default) creates a zip file in the TMP folder. It then serves you the Zip content as a download but leaves the Zip file in the TMP folder with a semi unique file name like
banners_tracks_6094508e34f0b.zip
This file is left in the TMP folder forever and not cleaned up.
Grab a coffee.
Create a banner client
Create a banner - ensure track impressions/clicks is enabled
Edit the banner options - ensure track impressions/clicks is enabled
Create a Site Module for banners, put it in a position in your template, load your frontend to "make tracks"
revisit the admin, Components -> Banners -> Tracks
Click Export
Leave Compressed = YES
Click Export
Note you are served a ZIP file to download
CHECK TMP FOLDER see file like banners_tracks_6094508e34f0b.zip
left in the TMP folder
delete that file
APPLY PR
Click Export
Leave Compressed = YES
Click Export
Note you are served a ZIP file to download
CHECK TMP FOLDER see no left over ZIP file.
Zip file like banners_tracks_6094508e34f0b.zip
left in the TMP folder
Zip file is cleaned up and not left on the server.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_banners |
Labels |
Added:
?
|
Category | Administration com_banners | ⇒ | Administration com_banners Front End Templates (site) |
Category | Administration com_banners Front End Templates (site) | ⇒ | Administration com_banners |
on a feature that no one ever uses
if ("no one" === "PhilETaylor")
{
return true;
}
else
{
return false;
}
What can I say. I know how to test things and moan a lot.
I have tested this item
Guess you are the only one found this issue and fix it :D.
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
I've restored the previous test results in the issue tracker since the commit which invalidated them was just a change in a code comment.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-07 17:10:39 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
?
Removed: ? |
Thank you!
I have tested this item✅ successfully on 693c770
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33598.