List modified files using content.db
This commit is contained in:
parent
f4de16fde6
commit
d6cc40cf3b
2 changed files with 4 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue