summaryrefslogtreecommitdiffstats
path: root/parsers/people.py
Commit message (Collapse)AuthorAgeFilesLines
* 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!
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-151-1/+1
|
* get rid of photoexpo2009-08-291-2/+2
|
* [svn] Brief code cleanup.substantialnoninfringinguser2009-07-031-13/+2
|
* [svn] Fix leftover from expo -> core rename, and add databaseReset.py to ↵substantialnoninfringinguser2009-07-021-7/+3
| | | | README.txt
* [svn]substantialnoninfringinguser2009-05-191-22/+27
|
* [svn] fix it for real this timesubstantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8327 by cucc @ 5/3/2009 6:18 AM
* [svn] fix import naming mistakesubstantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8326 by cucc @ 5/3/2009 6:17 AM
* [svn] Weeks of local changes.substantialnoninfringinguser2009-05-131-25/+24
| | | | | | | | | | | - Import is now non-destructive - Parsers write output to a log file (path be specified in settings) - databaseReset.py content been divided into separate functions which can be called for varying levels of deletion and importing - control panel (view, template, urlpattern) added for deleting and importing - Logins and signup fixed - CaveArea model updated, view, hierarchical url patterns, and beginning of template added - New site style Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8324 by cucc @ 5/3/2009 5:56 AM
* [svn] Reverted the reverts from 8267. Fixed the next / previous trip in ↵substantialnoninfringinguser2009-05-131-3/+3
| | | | | | | | personexpedition on the LogbookEntry template -- I had misunderstood what this was supposed to do last time I messed with it. This involved adding the methods PersonTrip.get_persons_next_trip and persons_previous_trip. Couldn't find any other broken things. Kept the productive changes in 8267: extending the logbook parsing back to 1993, changing index page, changes to view_surveys.py Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8274 by aaron @ 3/14/2009 8:38 AM
* [svn] revert some of the changes (href element) so that the links worksubstantialnoninfringinguser2009-05-131-3/+3
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8267 by julian @ 3/11/2009 10:44 AM
* [svn]substantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8255 by aaron @ 2/23/2009 4:16 AM
* [svn] Photo file handling and mugshots parsing sorted.substantialnoninfringinguser2009-05-131-50/+57
| | | | | Made URL settings more relative, less redundant. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8246 by aaron @ 2/18/2009 6:45 AM
* [svn]substantialnoninfringinguser2009-05-131-26/+26
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8245 by aaron @ 2/17/2009 1:09 AM