summaryrefslogtreecommitdiffstats
path: root/parsers
Commit message (Collapse)AuthorAgeFilesLines
* Removed conversion to wiki, replaced Surveystation models with text, added ↵Martin Green2011-07-111-16/+19
| | | | area 1623 to all relevant caves.
* Added parsing of all.svx, along side parsing individual caves.Martin Green2011-07-111-7/+65
| | | | | | Added the making and parsing of all.pos to determine the location of stations. Mare work is required so the caves are parsed and stored only once. Survex parsing appears to include bugs, that print out errors.
* Changed to regex to make 2003 expo logbooks parseMartin Green2011-07-101-1/+1
|
* Added editing of flat pages. Added slugfields to models to refer to them.Martin Green2011-06-021-6/+18
|
* edit logbooks, new logbook format, increased database normalisationMartin Green2011-05-011-2/+103
|
* 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-142-32/+83
|
* able to save sketches up from tunnelgoatchurch2009-09-131-10/+27
|
* tunnelfiles scheme addedgoatchurch2009-09-113-49/+43
|
* modelviz addedgoatchurch2009-09-112-5/+7
|
* survey scans features addedgoatchurch2009-09-102-5/+63
|
* parsinggoatchurch2009-09-081-0/+4
|
* get rid of photoexpo2009-08-292-8/+8
|
* [svn] latest hacking for various statisticsgoatchurch2009-08-052-63/+155
|
* [svn] now with ability to make new svx filegoatchurch2009-08-012-150/+99
|
* [svn] full checkin. animations disabled, sorrygoatchurch2009-07-272-15/+19
|
* [svn] Various bug fixes, using more raw_id fields in admin so it loads ↵substantialnoninfringinguser2009-07-221-1/+1
| | | | faster. I had to put onLoad="contentHeight();" back into the base template. This is a bad solution, I would rather use Martin's, but it wasn't working.
* [svn] * Make descriptions parser also replace links to descriptions from ↵substantialnoninfringinguser2009-07-161-1/+8
| | | | | | Cave models' underground_descriptions with wikilinks for valid (existing) links * Make entrances searchable in admin by cave kataster number
* [svn] Pareser for cave descriptionsmartin speleo2009-07-041-0/+38
|
* [svn] Changed addToArgsSurveyStation such that it does not pass a ↵martin speleo2009-07-041-4/+4
| | | | surveystation model to html_to_wiki. Which was unecessary as html_to_wiki returned it without modification. By removing it html_to_wiki can be cleaned up.
* [svn] Work on turn html pages into cavedescription models.py.martin speleo2009-07-041-79/+1
| | | | | Moved parser/cavetabs html_to_wiki function to utils.py Added databaseReset.py desc to refresh the cavedescriptions.
* [svn] * Adding JS fill in next QM number via ajax.substantialnoninfringinguser2009-07-041-1/+14
| | | | | * Slight models cleanup- get rid of TroggleImageModel class, use mixin instead. * Collect various troggle shared functions into utils.py
* [svn] Added cavedescription and new subcave.martin speleo2009-07-041-1/+5
| | | | Changed parsers/survex to read *title into subcave
* [svn] Fixed the following of *includes by adding white space to the end of ↵martin speleo2009-07-031-5/+5
| | | | the regex.
* [svn] Brief code cleanup.substantialnoninfringinguser2009-07-036-18/+7
|
* [svn] Fix leftover from expo -> core rename, and add databaseReset.py to ↵substantialnoninfringinguser2009-07-021-7/+3
| | | | README.txt
* [svn] Renaming troggle.expo to troggle.core. To do this, used:substantialnoninfringinguser2009-07-026-12/+7
| | | | | | 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] Whoops, forgot to add the file in last revision.substantialnoninfringinguser2009-06-141-0/+48
|
* [svn] Added beginnings subcaves parser. This required importing more ↵substantialnoninfringinguser2009-06-141-0/+7
| | | | information from cavetab, namely the location where the main cave page appeared on the old expo website.
* [svn] Added detection of noinfo in cave parser. It sets the non_public flag ↵substantialnoninfringinguser2009-06-101-0/+5
| | | | to true, and the view then shows nonpublic.html instead of the cave if the user isn't logged in.
* [svn] codemirrorgoatchurch2009-06-091-4/+5
|
* [svn] Removed redundant fields "date" and "place" from Persontrip model. A ↵substantialnoninfringinguser2009-06-091-5/+10
| | | | PersonTrip's date and place are stored in its parent LogbookEntry. PersonTrips are the people who participate in the trip in a LogbookEntry, so it would make no sense to have different dates and places from the LogbookEntry they are foreignkeyed to.
* [svn] fix importssubstantialnoninfringinguser2009-05-231-6/+6
|
* [svn] switched from dodgy manually writing to logfile to using python's ↵substantialnoninfringinguser2009-05-222-33/+23
| | | | logging module, which seems great
* [svn] minor logfile mistakesubstantialnoninfringinguser2009-05-211-1/+1
|
* [svn] Updates to allow subcave tree with nice admin.substantialnoninfringinguser2009-05-211-4/+21
|
* [svn]substantialnoninfringinguser2009-05-194-25/+30
|
* [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] Make the workaround to avoid parsing interlaced pngs actually work ↵substantialnoninfringinguser2009-05-151-2/+5
| | | | (see issue # 14)
* [svn] Fixed broken buttons on controlpanel, added CAVETAB2.CSV export and ↵substantialnoninfringinguser2009-05-141-2/+0
| | | | | | download buttons and made them work too. Changed ordering on PersonExpeditions so that it is based on their expedition. That way, even if we don't have date info on when a user was on expo exactly, pages like personindex work correctly.
* [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] fix it for real this timesubstantialnoninfringinguser2009-05-134-4/+4
| | | | 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-134-4/+4
| | | | 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-134-84/+169
| | | | | | | | | | | - 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] Logbook entries are now at /YYYY-MM-DD/slug .substantialnoninfringinguser2009-05-131-1/+6
| | | | | Try editing a logbook entry title in the admin now. The django built in auto slug field is fun and javascripty. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8308 by aaron @ 3/16/2009 7:27 PM
* [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