List modified files using content.db

This commit is contained in:
shortcutme 2016-09-04 17:50:29 +02:00
parent f4de16fde6
commit d6cc40cf3b
2 changed files with 4 additions and 5 deletions

View file

@ -247,6 +247,9 @@ class ContentManager(object):
else:
return 0
def listModified(self, since):
return self.contents.db.listModified(self.site.address, since)
# Returns if file with the given modification date is archived or not
def isArchived(self, inner_path, modified):