Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sanitize filenames | Philip Sargent | 2023-09-13 | 1 | -0/+5 |
| | |||||
* | EPOCH = 1970-01-01 | Philip Sargent | 2023-09-07 | 1 | -1/+1 |
| | |||||
* | validate year in logbook entry form | Philip Sargent | 2023-09-05 | 1 | -1/+10 |
| | |||||
* | Fixed parsers | Philip Sargent | 2023-09-02 | 1 | -2/+2 |
| | |||||
* | more robust tripid labelling | Philip Sargent | 2023-09-01 | 1 | -3/+26 |
| | |||||
* | removed print statement | Martin Green | 2023-07-13 | 1 | -1/+0 |
| | |||||
* | git comitting allowing files to be comitted in different directories. | Martin Green | 2023-07-05 | 1 | -11/+33 |
| | |||||
* | Bug fixes to allow adding of a new cave. No longer ask users about ↵ | Martin Green | 2023-07-05 | 1 | -4/+6 |
| | | | | filenames or urls. | ||||
* | Restored check of git status after a committ, but only for the one file ↵ | Martin Green | 2023-05-01 | 1 | -16/+15 |
| | | | | being committed | ||||
* | Be more specific about what is being commited and do not check for unadded ↵ | Martin Green | 2023-04-30 | 1 | -16/+16 |
| | | | | changes, and then through an error at the user, which they are unlikely to understand. | ||||
* | Fixeed spelling error in variable name | Martin Green | 2023-04-30 | 1 | -1/+1 |
| | |||||
* | edit cave reads from HTML file not just db | Philip Sargent | 2023-04-22 | 1 | -1/+1 |
| | |||||
* | ruf cleanup imports, bigly. | Philip Sargent | 2023-01-30 | 1 | -16/+4 |
| | |||||
* | ran 'black' to reformat all the core files | Philip Sargent | 2023-01-30 | 1 | -77/+112 |
| | |||||
* | Fixed coloured T and S on expo calendar | Philip Sargent | 2023-01-29 | 1 | -1/+3 |
| | |||||
* | Add new survex import report | Philip Sargent | 2023-01-29 | 1 | -0/+2 |
| | |||||
* | refactored, global removed | Philip Sargent | 2023-01-28 | 1 | -0/+2 |
| | |||||
* | Remove logdataissues from TROG | Philip Sargent | 2023-01-27 | 1 | -3/+3 |
| | |||||
* | sort imports using isort. tested. | Philip Sargent | 2023-01-19 | 1 | -12/+11 |
| | |||||
* | fix bugs made visible by py 3.11 | Philip Sargent | 2022-11-23 | 1 | -2/+8 |
| | |||||
* | Convert.format() to f-strings with flynt | Philip Sargent | 2022-11-23 | 1 | -4/+4 |
| | |||||
* | fix for running troggle not on master git server | Philip Sargent | 2022-10-07 | 1 | -1/+1 |
| | |||||
* | Replaced maintenance headache with cleaner folder walking | Philip Sargent | 2022-09-23 | 1 | -21/+0 |
| | |||||
* | removing technical debt, replace convoluted code | Philip Sargent | 2022-09-23 | 1 | -0/+2 |
| | |||||
* | fix apparent error when running on dev system | Philip Sargent | 2022-08-13 | 1 | -8/+18 |
| | |||||
* | Merge branch 'python3-new' of ssh://expo.survex.com/home/expo/troggle into ↵ | Martin Green | 2022-08-01 | 1 | -0/+4 |
|\ | | | | | | | python3-new | ||||
| * | Extend wallets by cave report | Philip Sargent | 2022-07-28 | 1 | -0/+4 |
| | | |||||
* | | Allow entrances to be edited with the correct parent url. Commit changes to ↵ | Martin Green | 2022-08-01 | 1 | -10/+13 |
|/ | | | | caves when adding a new entrance. Order entrances alphabetically | ||||
* | bugfixes | Philip Sargent | 2022-07-22 | 1 | -0/+1 |
| | |||||
* | bugfix | Philip Sargent | 2022-07-19 | 1 | -0/+1 |
| | |||||
* | git commit when editing survex files online | Philip Sargent | 2022-07-18 | 1 | -3/+36 |
| | |||||
* | refactor to put Martins git stuff in utils | Philip Sargent | 2022-07-18 | 1 | -3/+51 |
| | |||||
* | moved writetrogglefile() to core.utils | Philip Sargent | 2022-07-18 | 1 | -0/+26 |
| | |||||
* | Allow for PosixPaths to work with GetListDir | Martin Green | 2022-06-25 | 1 | -1/+1 |
| | |||||
* | bugfix and docum | Philip Sargent | 2022-03-24 | 1 | -1/+1 |
| | |||||
* | documenting fossils | Philip Sargent | 2022-03-23 | 1 | -2/+4 |
| | |||||
* | moved functions between files | Philip Sargent | 2021-05-04 | 1 | -0/+17 |
| | |||||
* | slug too long for field | Philip Sargent | 2021-04-23 | 1 | -1/+1 |
| | |||||
* | Deep fix, nonunique ids in logbookentries fixed | Philip Sargent | 2021-04-23 | 1 | -0/+4 |
| | |||||
* | replace assert() with message logging | Philip Sargent | 2021-04-13 | 1 | -6/+6 |
| | |||||
* | fixing typos and changes in importing | Philip Sargent | 2021-04-13 | 1 | -0/+1 |
| | |||||
* | create core/models/ directroy | Philip Sargent | 2021-04-13 | 1 | -19/+1 |
| | |||||
* | deprecated non-raw regex | Philip Sargent | 2021-04-13 | 1 | -1/+1 |
| | |||||
* | moving save_carefully() | Philip Sargent | 2021-04-13 | 1 | -0/+42 |
| | |||||
* | creating core/utils.py | Philip Sargent | 2021-04-12 | 1 | -0/+84 |