summaryrefslogtreecommitdiffstats
path: root/parsers/surveys.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the All Survex page to work with 1623 areaSam Wenham2019-02-251-2/+3
|
* Deal better with the wallet letter number combo of 2019#X01Sam Wenham2019-02-241-4/+5
|
* Fix survey scansSam Wenham2019-02-241-2/+2
| | | | | Remove the assert for folders in survey wallets, this does mean currently they will be ignored by troggle.
* Make the suryeys importer not explodeSam Wenham2019-02-241-51/+60
|
* Add missing linefeed on survey-parsing error messageexpoonserver2018-06-181-2/+2
|
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-151-1/+1
|
* Up to 1.6.11 on stretch. New manage.py. Some tidyingSam Wenham2018-04-151-5/+1
|
* remove code saying we can't do interlaced pngs. It's fine now.expoonserver2015-10-021-5/+5
|
* A little more verbositySam Wenham2015-01-191-2/+2
|
* Add a little verbositySam Wenham2015-01-191-0/+3
|
* Fixed directory names for the survey scans such that surveys could be found. ↵expo2012-08-081-13/+13
| | | | It did not seem possible to simply change the localsettings.py file to get it to work.
* Fix up parser paths so everything is foundexpo2012-08-051-1/+1
|
* remove all the DOS linefeedsWookey2011-07-111-301/+301
|
* Allow survey scans to be scrapped with a file in the top level directory of ↵Martin Green2011-05-011-4/+5
| | | | the year
* rolled back a bad updategoatchurch2009-09-141-25/+122
|
* get survey scans into databaseexpo2009-09-141-122/+25
|
* make 2008 logbook correctly parsegoatchurch2009-09-141-26/+77
|
* able to save sketches up from tunnelgoatchurch2009-09-131-10/+27
|
* tunnelfiles scheme addedgoatchurch2009-09-111-2/+33
|
* survey scans features addedgoatchurch2009-09-101-2/+55
|
* get rid of photoexpo2009-08-291-6/+6
|
* [svn] Brief code cleanup.substantialnoninfringinguser2009-07-031-1/+1
|
* [svn] Renaming troggle.expo to troggle.core. To do this, used:substantialnoninfringinguser2009-07-021-2/+2
| | | | | | perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple)
* [svn] switched from dodgy manually writing to logfile to using python's ↵substantialnoninfringinguser2009-05-221-12/+10
| | | | logging module, which seems great
* [svn] Updates to allow subcave tree with nice admin.substantialnoninfringinguser2009-05-211-4/+21
|
* [svn]substantialnoninfringinguser2009-05-191-1/+1
|
* [svn] Make the workaround to avoid parsing interlaced pngs actually work ↵substantialnoninfringinguser2009-05-151-2/+5
| | | | (see issue # 14)
* [svn] Dynamic thumbnail generation for photos and survey scans using ↵substantialnoninfringinguser2009-05-131-11/+33
| | | | | | imagekit, further improving registration system, other misc. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8336 by cucc @ 5/10/2009 11:05 PM
* [svn] Fixes to deal with reorganization of expo surveys repository. Now that ↵substantialnoninfringinguser2009-05-131-44/+51
| | | | | | | survey scans and Surveys.csv are in different directories, we have two settings variables, settings.SURVEYS for the root of the survey repo, and settings.SURVEY_SCANS for the surveyscans directory. Fixed tab / indent muck in surveys parser. Commented out some "file abstraction" stuff for the time being. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8335 by cucc @ 5/10/2009 7:26 AM
* [svn] Further attempts to make troggle work on windows using surveys stored ↵substantialnoninfringinguser2009-05-131-6/+18
| | | | | | | | | | | on an external server settings.PHOTOS changed to setting.PHOTO_ROOT Made databaseReset.py get info from external server if appropriate (hope this did not break linus disk based scripts) Still needs more work, to get everything working Auto create photos directory if it does not already exist Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8262 by julian @ 3/2/2009 1:30 AM
* [svn]substantialnoninfringinguser2009-05-131-3/+3
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8245 by aaron @ 2/17/2009 1:09 AM
* [svn] My crusade to make our project more Djangoic.substantialnoninfringinguser2009-05-131-21/+14
| | | | | | | | | Got rid of the url tags in template, replaced them with get_absolute_url method calls where possible. Adding get_absolute_url in models enables direct link to the public model views in admin. The use of get_absolute_url, which is the correct Django way of doing things, eliminates any need for the redundant "href" fields we were using. Those fields now need to be deleted from the models and from the parsers. Made the context processor to pass settings to all templates actually work, although this was a little uglier than expected. I had to put in a new render_response to replace render_to_response. This is because Django uses Context, not RequestContext by default. I wish they would change this, it's annoying. Anyway, I deleted all the manual settings passing in the views. I also eliminated a couple of unnecessary methods and stuff like that. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8244 by aaron @ 2/16/2009 8:31 AM
* [svn] MOre work on abstracting the file locations on scanned survey notessubstantialnoninfringinguser2009-05-131-5/+8
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8190 by julian @ 1/18/2009 9:04 PM
* [svn] Got rid of data relating to specific machinessubstantialnoninfringinguser2009-05-131-13/+5
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8187 by julian @ 1/18/2009 6:15 PM
* [svn] Continued file abstracted work, to get survey files from either hard ↵substantialnoninfringinguser2009-05-131-6/+7
| | | | | | disk or the web. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8173 by julian @ 1/18/2009 12:45 AM
* [svn] Modifications to allow survey files to be pulled from another server. ↵substantialnoninfringinguser2009-05-131-5/+16
| | | | | | By providing directory listing and download functions,. which could also be used by tunnel Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8172 by julian @ 1/17/2009 11:25 PM
* [svn] More work on survey images parser and virtual survey binder. Renamed ↵substantialnoninfringinguser2009-05-131-6/+9
| | | | | | expedition_year field of Survey model to expedition because this makes more sense. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8163 by aaron @ 1/16/2009 7:50 PM
* [svn] Added some actual funtionality to virtual survey binder.substantialnoninfringinguser2009-05-131-4/+4
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8155 by aaron @ 1/15/2009 11:21 PM
* [svn] Whoops, commented out lines with were just for my local debugging.substantialnoninfringinguser2009-05-131-3/+3
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8154 by aaron @ 1/15/2009 7:32 PM
* [svn] Add beginnings of virtual survey binder: new Survey and ScannedImage ↵substantialnoninfringinguser2009-05-131-0/+86
models, survey parser. Still has lots of problems, but I need some help with the file upload aspect so am committing now. Biggest problem is trying to call save() on the images from the API. It needs arguments that I don't understand. Also, the # in our survey paths was causing trouble. I worked around this with a correctURL method which urlencodes the actual URL, but admin still tries to use a URL with a # in it. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8152 by aaron @ 1/15/2009 6:22 AM