Skip to content
  • Kevin Morris's avatar
    implement /packages/{name} as its own route · ae3d302c
    Kevin Morris authored
    
    
    A few things added with this commit:
    
    - aurweb.packages.util
        - A module providing package and pkgbase helpers.
    - aurweb.template.register_filter
        - A decorator that can be used to register a filter:
          @register_filter("some_filter") def f(): pass
    
    Additionally, template partials have been split off a bit
    differently. Changes:
    
    - /packages/{name} is defined in packages/show.html.
    - partials/packages/package_actions.html is now
      partials/packages/actions.html.
    - partials/packages/details.html has been added.
    - partials/packages/comments.html has been added.
    - partials/packages/comment.html has been added.
    - models.dependency_type additions: name and id constants.
    - models.relation_type additions: name and id constants.
    - models.official_provider additions: base official url constant.
    
    Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
    ae3d302c