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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


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.
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to