summaryrefslogtreecommitdiffstats
path: root/parsers/people.py
Commit message (Collapse)AuthorAgeFilesLines
* clean up small errors and debuggingPhilip Sargent2023-10-051-4/+4
|
* Digging out failed name recognitionPhilip Sargent2023-10-041-0/+2
|
* disambiguating names on walletsPhilip Sargent2023-10-041-0/+12
|
* wallets-per-person now finding non-survex walletsPhilip Sargent2023-10-041-1/+16
|
* fixing accented namesPhilip Sargent2023-10-011-2/+13
|
* part-way though converting to slugs for peoplePhilip Sargent2023-10-011-15/+37
|
* Rename lookupAttribs and nonLookupAttribs + add slug to PersonPhilip Sargent2023-10-011-9/+10
|
* moer people/logbook improvementsPhilip Sargent2023-09-051-16/+16
|
* Parser fixed to work on 2023 UKcaving blogPhilip Sargent2023-08-311-1/+7
|
* Tom <=>ThomasPhilip Sargent2023-08-081-0/+5
|
* Cope with ARGE peoplePhilip Sargent2023-08-071-1/+4
|
* duplicate removed, number fixedPhilip Sargent2023-08-071-1/+0
|
* more synonymsPhilip Sargent2023-07-121-1/+16
|
* Removed unused properties and movingPhilip Sargent2023-01-301-5/+5
|
* moved aliases to people module, faster db tooPhilip Sargent2023-01-281-12/+20
|
* ruff removed unused importsPhilip Sargent2023-01-191-3/+1
|
* reformatted using blackPhilip Sargent2023-01-191-93/+111
|
* sort imports using isort. tested.Philip Sargent2023-01-191-5/+9
|
* fix more logbook parsingPhilip Sargent2022-12-171-1/+1
|
* Convert .format() to f-stringsPhilip Sargent2022-11-231-1/+1
|
* Add 'foreign friends' to names alias listPhilip Sargent2022-10-121-7/+10
|
* *team parsing much improved. Copes with everything now.Philip Sargent2022-10-101-2/+31
|
* more fixesPhilip Sargent2022-10-101-0/+1
|
* More fixes to name resolution checkingPhilip Sargent2022-10-091-15/+32
|
* Widen the recognizer capabilities for namesPhilip Sargent2022-10-091-47/+70
|
* new report to make aliases visiblePhilip Sargent2022-10-091-7/+33
|
* abbrv. names now accepted when parsing logbooks, survexPhilip Sargent2022-10-081-0/+14
|
* small chnages to name resolutionPhilip Sargent2022-10-071-2/+8
|
* WORKING both py3.9.10 & 3.8.10 (dj2.2.25)Philip Sargent2022-03-021-5/+4
|
* Imports in control panel work againPhilip Sargent2021-04-271-0/+1
|
* enabled mugshots & blurb in people pagesPhilip Sargent2021-04-151-23/+52
|
* fixing typos and changes in importingPhilip Sargent2021-04-131-6/+6
|
* moving save_carefully()Philip Sargent2021-04-131-4/+6
|
* Importing old logbooksPhilip Sargent2021-02-061-0/+6
|
* extra error printout and remove old codePhilip Sargent2020-07-061-22/+0
|
* fix schema and try cache caves importPhilip Sargent2020-07-061-20/+1
|
* person attribution of surveyed length workingPhilip Sargent2020-07-061-3/+1
|
* Fully working dj 1.11.29Philip Sargent2020-06-191-1/+6
|
* Convert codebase for python3 usagePhilip Sargent2020-05-241-5/+5
|
* Remove PHOTOS_ROOT and DPhoto classPhilip Sargent2020-05-151-21/+22
|
* add mysql startup documentationPhilip Sargent2020-05-141-1/+1
|
* Thorough spring clean and profilingPhilip Sargent2020-04-271-2/+2
|
* Validation of mugshot or blrub file addedPhilip Sargent2020-04-011-1/+7
|
* Allow comments against names in logbooks in bracketsSam Wenham2019-07-111-3/+8
| | | | Convert accent chars in names into simple chars as this is what people enter in the logbook
* Updating caves and entrances is no longer nuclear!Sam Wenham2019-04-191-5/+31
| | | | | | | | Big overhaul of people processing, fullname added to the model lastname is now names -1 unless you only have one (yes you Wookey) this allows for Jon Arne Toft and Wookey to live it the same DB names can now have html chars in them, this should be real unicode but that can only happen when we go to Python 3!
* Merge lots of troggle fixesWookey2019-04-021-19/+6
|\
| * Support html and wiki logbook entrysSam Wenham2019-03-311-17/+4
| | | | | | | | | | | | Move nearest_station to nearest_station_name and make nearest_station a foreign key to SurvexStation Lots of tidying
| * Update new management command for DB resetSam Wenham2019-03-301-2/+2
| | | | | | | | | | | | Switch to content_type from mimetype Make DB reset not nuke so much Tidy logbook parser
* | folk.csv has moved into 'folk' dir out of 'noinfo'Wookey2019-04-021-1/+1
|/
* Make the logbook parser a little more saneSam Wenham2019-03-061-3/+3
| | | | | | Move the parser to expo mapping to settings Set a default parser Iterate over the expo years rather than the mapping list!