summaryrefslogtreecommitdiffstats
path: root/parsers/QMs.py
Commit message (Collapse)AuthorAgeFilesLines
* changed msg for QM importPhilip Sargent2024-08-051-1/+1
|
* Rename lookupAttribs and nonLookupAttribs + add slug to PersonPhilip Sargent2023-10-011-3/+3
|
* fix more twiddly variations of QMsPhilip Sargent2023-03-181-5/+17
|
* more QMs parsed correctlyPhilip Sargent2023-03-181-7/+24
|
* Much QM re-engineeringPhilip Sargent2023-03-171-22/+31
|
* Moved Logbooks to separate model filePhilip Sargent2023-01-291-1/+2
|
* Collect dataissues and write to db all at oncePhilip Sargent2023-01-281-1/+0
|
* faster db creation, safer file reading with 'with'Philip Sargent2023-01-281-98/+91
|
* ruff removed unused importsPhilip Sargent2023-01-191-4/+3
|
* reformatted using blackPhilip Sargent2023-01-191-86/+94
|
* sort imports using isort. tested.Philip Sargent2023-01-191-1/+1
|
* bug found by python 3.11Philip Sargent2022-11-151-1/+1
|
* QMs now have working url to survexfile & tick descriptionPhilip Sargent2022-07-201-21/+16
|
* QM reports all workingPhilip Sargent2022-07-061-23/+30
|
* fix for individual QM display from survexPhilip Sargent2022-07-061-6/+14
|
* import diagnosticsPhilip Sargent2022-07-051-6/+15
|
* QM report pages now not crashing, working..Philip Sargent2022-07-051-1/+6
|
* Provide dummy expedition_id to keep MariaDB happyPhilip Sargent2022-06-221-5/+5
|
* Bug fixesPhilip Sargent2022-03-151-4/+15
|
* Fix images in single logbook entriesPhilip Sargent2021-05-021-1/+4
|
* Docstrings for all modulesPhilip Sargent2021-04-131-0/+1
|
* move models_caves to models/caves.pyPhilip Sargent2021-04-131-1/+1
|
* create core/models/ directroyPhilip Sargent2021-04-131-1/+1
|
* moving save_carefully()Philip Sargent2021-04-131-2/+2
|
* Fixing cave list webpagePhilip Sargent2021-03-241-2/+4
|
* QM placeholder logbook entries sorted outPhilip Sargent2020-07-041-11/+24
|
* rename SurvexScansFolders and tidy survex parserPhilip Sargent2020-06-231-1/+1
|
* clean up import statements: more specificPhilip Sargent2020-06-221-1/+1
|
* Fully working dj 1.11.29Philip Sargent2020-06-191-14/+21
|
* attempt to simplify wnt horribly wrongPhilip Sargent2020-06-061-7/+5
|
* Reducing input print outputPhilip Sargent2020-05-311-3/+3
|
* Moved classes to models_caves and fixed importsPhilip Sargent2020-05-281-1/+1
|
* Expunge cavetabPhilip Sargent2020-05-281-7/+10
|
* Convert codebase for python3 usagePhilip Sargent2020-05-241-5/+5
|
* Understanding and speeding up LoadPosPhilip Sargent2020-04-281-1/+1
|
* Support html and wiki logbook entrysSam Wenham2019-03-311-10/+10
| | | | | | Move nearest_station to nearest_station_name and make nearest_station a foreign key to SurvexStation Lots of tidying
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-151-2/+2
|
* Remove balkonhoehle from the QM parser as this will need a lot of effort to ↵Sam Wenham2015-06-281-1/+1
| | | | get working
* Add in balkon hoehle QM listDWalker2015-05-251-0/+1
|
* Fix up obvious URLs containing subarea names (smkridge)Wookey2015-04-081-3/+3
|
* [svn] Brief code cleanup.substantialnoninfringinguser2009-07-031-1/+1
|
* [svn] Renaming troggle.expo to troggle.core. To do this, used:substantialnoninfringinguser2009-07-021-1/+1
| | | | | | perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple)
* [svn] Add photos wiki syntaxes: e.g.substantialnoninfringinguser2009-07-021-3/+3
| | | | | | [[display:centre photo:andyc.jpg]] where centre is a class applied to image, and andyc.jpg is the filename of a Photo model instance. Image will be displayed as thumbnail with link to full size image. [[photo:andyc.jpg]] will produce a link to the admin page for the andyc.jpg Photo model instance. [[photo:andyc.jpg Title of the link]] will produce a link to the admin page for the andyc.jpg Photo model instance with link text "Title of the link"
* [svn]substantialnoninfringinguser2009-05-191-1/+1
|
* [svn] - Make control panel downloads (qm.csv for each cave, CAVETAB2.CSV) work.substantialnoninfringinguser2009-05-171-11/+7
| | | | - Fix problems in QM parsing script
* [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-13/+66
| | | | | | | | | | | - 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] Added QM wiki markup. The format is [[cave:204 QM:2005-04A]] with the ↵substantialnoninfringinguser2009-05-131-2/+2
| | | | | | | grade (A) being optional. The links color red if the QM does not exist, and in that case clicking on them goes to an admin add page with fields prepopulated. Various other little things, e.g. filled in the footer with links. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8305 by aaron @ 3/16/2009 8:53 AM
* [svn] Got QM pages working.substantialnoninfringinguser2009-05-131-2/+6
| | | | | Started scripts for exporting to old expo format. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8269 by aaron @ 3/12/2009 2:22 PM