summaryrefslogtreecommitdiffstats
path: root/core/utils.py
Commit message (Expand)AuthorAgeFilesLines
* sanitize filenamesPhilip Sargent2023-09-131-0/+5
* EPOCH = 1970-01-01Philip Sargent2023-09-071-1/+1
* validate year in logbook entry formPhilip Sargent2023-09-051-1/+10
* Fixed parsersPhilip Sargent2023-09-021-2/+2
* more robust tripid labellingPhilip Sargent2023-09-011-3/+26
* removed print statementMartin Green2023-07-131-1/+0
* git comitting allowing files to be comitted in different directories.Martin Green2023-07-051-11/+33
* Bug fixes to allow adding of a new cave. No longer ask users about filenames...Martin Green2023-07-051-4/+6
* Restored check of git status after a committ, but only for the one file being...Martin Green2023-05-011-16/+15
* Be more specific about what is being commited and do not check for unadded ch...Martin Green2023-04-301-16/+16
* Fixeed spelling error in variable nameMartin Green2023-04-301-1/+1
* edit cave reads from HTML file not just dbPhilip Sargent2023-04-221-1/+1
* ruf cleanup imports, bigly.Philip Sargent2023-01-301-16/+4
* ran 'black' to reformat all the core filesPhilip Sargent2023-01-301-77/+112
* Fixed coloured T and S on expo calendarPhilip Sargent2023-01-291-1/+3
* Add new survex import reportPhilip Sargent2023-01-291-0/+2
* refactored, global removedPhilip Sargent2023-01-281-0/+2
* Remove logdataissues from TROGPhilip Sargent2023-01-271-3/+3
* sort imports using isort. tested.Philip Sargent2023-01-191-12/+11
* fix bugs made visible by py 3.11Philip Sargent2022-11-231-2/+8
* Convert.format() to f-strings with flyntPhilip Sargent2022-11-231-4/+4
* fix for running troggle not on master git serverPhilip Sargent2022-10-071-1/+1
* Replaced maintenance headache with cleaner folder walkingPhilip Sargent2022-09-231-21/+0
* removing technical debt, replace convoluted codePhilip Sargent2022-09-231-0/+2
* fix apparent error when running on dev systemPhilip Sargent2022-08-131-8/+18
* Merge branch 'python3-new' of ssh://expo.survex.com/home/expo/troggle into py...Martin Green2022-08-011-0/+4
|\
| * Extend wallets by cave reportPhilip Sargent2022-07-281-0/+4
* | Allow entrances to be edited with the correct parent url. Commit changes to ...Martin Green2022-08-011-10/+13
|/
* bugfixesPhilip Sargent2022-07-221-0/+1
* bugfixPhilip Sargent2022-07-191-0/+1
* git commit when editing survex files onlinePhilip Sargent2022-07-181-3/+36
* refactor to put Martins git stuff in utilsPhilip Sargent2022-07-181-3/+51
* moved writetrogglefile() to core.utilsPhilip Sargent2022-07-181-0/+26
* Allow for PosixPaths to work with GetListDirMartin Green2022-06-251-1/+1
* bugfix and documPhilip Sargent2022-03-241-1/+1
* documenting fossilsPhilip Sargent2022-03-231-2/+4
* moved functions between filesPhilip Sargent2021-05-041-0/+17
* slug too long for fieldPhilip Sargent2021-04-231-1/+1
* Deep fix, nonunique ids in logbookentries fixedPhilip Sargent2021-04-231-0/+4
* replace assert() with message loggingPhilip Sargent2021-04-131-6/+6
* fixing typos and changes in importingPhilip Sargent2021-04-131-0/+1
* create core/models/ directroyPhilip Sargent2021-04-131-19/+1
* deprecated non-raw regexPhilip Sargent2021-04-131-1/+1
* moving save_carefully()Philip Sargent2021-04-131-0/+42
* creating core/utils.pyPhilip Sargent2021-04-121-0/+84