You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove autology_url filter from publishing
- Add url global function to jinja2 environment
- don't return URLs when publishing files, all URLs are calculated using the url global function inside jinja2 templates
- Remove URL from the Report definition tuple
- instead use a path array and path_context dictionary
- Added pagination to the project report for now
Fixes#57
Need to be able to break up the reports to not have multiple large entries on the same page. Pagination for projects probably makes more sense.
The text was updated successfully, but these errors were encountered: