mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 21:37:11 +00:00
add to do git commit field
This commit is contained in:
@@ -43,6 +43,8 @@ todo = """
|
||||
survexcavessingle() can get called for a survex file depending on whether the URL ends in ".svx" or not,
|
||||
but each tries to handle the other case too.
|
||||
|
||||
- add a git commit comment field to the survex file editor.
|
||||
|
||||
"""
|
||||
|
||||
SVXPATH = Path(settings.SURVEX_DATA)
|
||||
@@ -328,6 +330,8 @@ def svx(request, survex_file):
|
||||
|
||||
Why is all the action code in this Class ?! Confusing..
|
||||
|
||||
add commit comment field to the git commit action on Save
|
||||
|
||||
On Get does the SAME THING as svxcavesingle but is called when the .svx suffix is MISSING
|
||||
"""
|
||||
warning = False
|
||||
@@ -489,7 +493,6 @@ def year_for_svx(svxblocks):
|
||||
return str(y.year)
|
||||
|
||||
|
||||
|
||||
def events_on_dates(svxblocks):
|
||||
"""Returns a dictionary of indexed by date. For each date there is a named tuple of 3 lists:
|
||||
logbookentries, survexfiles (NB files, not blocks), and wallets.
|
||||
|
||||
Reference in New Issue
Block a user