Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Consolidate some CSV files with author lists #4599

Open
echoix opened this issue Oct 26, 2024 · 0 comments
Open

[Feat] Consolidate some CSV files with author lists #4599

echoix opened this issue Oct 26, 2024 · 0 comments
Labels
docs enhancement New feature or request GUI wxGUI related
Milestone

Comments

@echoix
Copy link
Member

echoix commented Oct 26, 2024

Thanks for your efforts.

We have a number of CSV files, perhaps some could be merged? Their origin is from CVS/SVN times with a different than GitHub write access model which is no longer in place:

  • contributors.csv
  • contributors_extra.csv
  • translators.csv
  • utils/git_author_github_name.csv
  • utils/svn_name_git_author.csv
  • utils/svn_name_github_name.csv

In case of structural changes (e.g., merging selectively) also a GUI change would be needed:

wxpython/gui_core/ghelp.py

            contribfile = os.path.join(os.getenv("GISBASE"), "contributors_extra.csv")
            contribfile = os.path.join(os.getenv("GISBASE"), "contributors.csv")
        translatorsfile = os.path.join(os.getenv("GISBASE"), "translators.csv")
                label=_("%s file missing") % "translators.csv",

However, maybe better done in a separate PR.

Originally posted by @neteler in #4563 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs enhancement New feature or request GUI wxGUI related
Projects
None yet
Development

No branches or pull requests

2 participants