mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 18:47:06 +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,
|
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.
|
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)
|
SVXPATH = Path(settings.SURVEX_DATA)
|
||||||
@@ -328,6 +330,8 @@ def svx(request, survex_file):
|
|||||||
|
|
||||||
Why is all the action code in this Class ?! Confusing..
|
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
|
On Get does the SAME THING as svxcavesingle but is called when the .svx suffix is MISSING
|
||||||
"""
|
"""
|
||||||
warning = False
|
warning = False
|
||||||
@@ -488,7 +492,6 @@ def year_for_svx(svxblocks):
|
|||||||
y = b.date
|
y = b.date
|
||||||
return str(y.year)
|
return str(y.year)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def events_on_dates(svxblocks):
|
def events_on_dates(svxblocks):
|
||||||
"""Returns a dictionary of indexed by date. For each date there is a named tuple of 3 lists:
|
"""Returns a dictionary of indexed by date. For each date there is a named tuple of 3 lists:
|
||||||
|
|||||||
Reference in New Issue
Block a user