Skip to content
Snippets Groups Projects

Resolve "Add licence information page"

Merged Jonathan Weth requested to merge 108-add-licence-information-page into master
3 unresolved threads

Closes #108 (closed)

Edited by Nik | Klampfradler

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Jonathan Weth added 1 commit

    added 1 commit

    • 48ec91e6 - Sort copyright holders on licence information page

    Compare with previous version

    • Resolved by Jonathan Weth

      I am somehow generally not convinced thatany part of this should go into settings. ALl metadata should be in the package's __init__.py.

      I did not try that, but maybe it is worthwhile looking into how the Django Debug Toolbar achieves the exact same functionality in its package metadata panel.

  • Jonathan Weth added 1 commit

    added 1 commit

    • 4999abf1 - Move crawling of app licence information to core_helpers

    Compare with previous version

  • Jonathan Weth resolved all threads

    resolved all threads

  • 1 1 import os
    2 2 import sys
    3 3 from glob import glob
    4 from importlib import import_module
  • 1 1 import os
    2 2 import sys
    3 3 from glob import glob
    4 from importlib import import_module
    4 5
    6 from django.apps import apps
  • 1 from importlib import import_module
  • Nik | Klampfradler changed milestone to %2.0a2

    changed milestone to %2.0a2

  • How we want to go on here?

  • Jonathan Weth marked as a Work In Progress

    marked as a Work In Progress

  • Jonathan Weth added 291 commits

    added 291 commits

    Compare with previous version

  • added 6 commits

    Compare with previous version

  • added 1 commit

    • d3578f67 - Define API for app metadata, copyright and license information

    Compare with previous version

  • added 1 commit

    • dba534f4 - Turn metadata API into classmethods

    Compare with previous version

  • added 1 commit

    • 7f107305 - Inject licence URLs into licence dicts

    Compare with previous version

  • added 1 commit

    • 37edc08a - Calculate flags for licence combination

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Jonathan Weth added 2 commits

    added 2 commits

    • 10c09307 - Fix classmethod
    • 1fb529e0 - Merge branch '108-add-licence-information-page' of...

    Compare with previous version

  • added 2 commits

    • d2e90e15 - Add utility function to generate a copyright year string
    • 04ab1ed1 - Return copyright years as string

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Jonathan Weth added 2 commits

    added 2 commits

    • eb6fdd35 - Add missing import
    • 08088d4d - Merge branch '108-add-licence-information-page' of...

    Compare with previous version

  • added 1 commit

    • 5c02f434 - Ignore + mark when finding license definitions

    Compare with previous version

  • Jonathan Weth added 1 commit

    added 1 commit

    • f0212de9 - Redesign about page (with new API)

    Compare with previous version

  • Jonathan Weth added 1 commit

    added 1 commit

    • 91c23501 - Redesign about page (with new API)

    Compare with previous version

  • Nik | Klampfradler unmarked as a Work In Progress

    unmarked as a Work In Progress

  • mentioned in commit 701d811b

  • Please register or sign in to reply
    Loading