Posted by spflanze on October 24, 2009 at 11:18pm
Jump to:
| Project: | Import HTML |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I need to know how to clear all entries in the Import Results Summary. The entries from the earlier attempts to import have told me what I want to know and are now clutter in this summary for the next attempt. If it cannot be done please consider this a feature request.
Comments
#1
Old messages are supposed to be flushed every time you initiate a new import.
If this is not happening, there may be a problem somewhere, I'll check. The debug log can be a bit messy, I know :)
#2
Cannot replicate. It's clearing for me.
re-open if it's still an issue in -dev
#3
I have not yet had a successful import run, so my log page is a long litany of woe. A UI to clear it would be a nice thing, I'd have less scrolling to do while I work this out. I am installing the dev release today.
#4
The log does not clear on demo subsequent runs for me, running the latest dev version. I have a 2 page list of all the attempted demo runs I have tried. I have not yet tried a full run, this may be a separate conditions (the log is not cleared when a demo run starts).
#5
I'm really having trouble duplicating this.
The 'last run' timestamp always gets set right at the beginning of either an 'import' or a 'batch import' process,
and the results displayed are filtered to just show all messages later than that time. This really should be working.
#6
... ah. The DEMO button does not touch the timestamp. That's probably it.
Adding
<?phpvariable_set('import_html_last_import_timestamp', time());
?>
into
import_html_demo_form_submit()could help.
#7
This was fixed - at least in -dev - back then. Should be behaving
#8
Automatically closed -- issue fixed for 2 weeks with no activity.