[wpkg-users] [Bug 147] New: RFE: add file check against "last modified", "last accessed" , and "creation" time,

bugzilla-daemon at bugzilla.wpkg.org bugzilla-daemon at bugzilla.wpkg.org
Tue Mar 10 20:22:54 CET 2009


http://bugzilla.wpkg.org/show_bug.cgi?id=147

           Summary: RFE: add file check against "last modified", "last
                    accessed", and "creation" time,
           Product: WPKG
           Version: 1.1.x-M
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: wpkg.js
        AssignedTo: mangoo at wpkg.org
        ReportedBy: parasytic at gmail.com
         QAContact: wpkg-users at lists.wpkg.org


File checks are currently limited to size and version information. Having the
option of checking the creation, last modified, and last access times would be
useful, too.

An example use is for updating anti-virus software and definitions. It would
make sense to include a check on a file's "last modified" time before deciding
to update.

The standard conditions (==, !=, >, <, >=, <=) are needed. Also, the value
attribute should be allowed to accept dates in the format Date.parse() can work
on, relative times (like: last week, yesterday, -3 days...), or a path to
another file (which will compare the times of both files). Similar to PHP's
strtotime().


-- 
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the wpkg-users mailing list