Changeset 743:e5684f0346dc in hatta-dev
Legend:
- Unmodified
- Added
- Removed
-
hatta.py
r742 r743 368 368 raise werkzeug.exceptions.Forbidden(_(u"Can't read or write outside of the pages repository")) 369 369 370 370 371 def _file_path(self, title): 371 title = unicode(title).strip() 372 return os.path.join(self.path, 373 werkzeug.url_quote(title, safe='')) 372 return os.path.join(self.repo_path, self._title_to_file(title)) 374 373 375 374 def _title_to_file(self, title):
Note: See TracChangeset
for help on using the changeset viewer.
