summaryrefslogtreecommitdiffstats
path: root/parsers
Commit message (Collapse)AuthorAgeFilesLines
* Fix up obvious URLs containing subarea names (smkridge)Wookey2015-04-081-3/+3
|
* Revert all of this the date is needed and is a not null in the dbSam Wenham2015-01-261-1/+2
|
* One more trySam Wenham2015-01-261-1/+0
|
* Ooops that wasn't rightSam Wenham2015-01-261-1/+0
|
* Don't assert an error on bad date formatsSam Wenham2015-01-261-1/+2
|
* A little more verbositySam Wenham2015-01-192-2/+8
|
* Add a little verbositySam Wenham2015-01-191-0/+3
|
* Try and ignore files that don't end .html (We really need to change to .xml) ↵Sam Wenham2015-01-191-1/+2
| | | | | | eg .html.orig!! Change the index on troggle to move on with the year
* Allow comma in starcommands (*,fix) (comma is default valid *set blank)Wookey2014-07-011-1/+1
|
* Fix survex parser to allow whitespace between * and command (as survexWookey2014-07-011-1/+1
| | | | does).
* Replace assert on unrecognised commands with print, so that a minorexpoonserver2014-06-261-1/+7
| | | | | parsing issue doesn't completely kill a parsing update. Add parsing for requires and alias commands.
* Add a function for running people parserwookey2013-06-251-0/+4
| | | | And comments on how logbooks can't be read in until 'year' exists in database
* Add checking for compass tooWookey2013-05-221-5/+13
| | | | Only print filenames on error by default
* Add error check in place where parser diedWookey2013-05-221-1/+7
|
* Add some exception checking to parsers/caves.py so that missing entrancewookey2012-09-241-11/+19
| | | | | slugs don't blow up the import. Also reduce the noise, so you just get a warning about missing slugs printed out
* Add debug for which entrance file was being read so we get a clue where to ↵wookey2012-09-241-1/+1
| | | | look when 'databasereset newcaves' falls over
* Add some debug to cave parser as it's easy to make it failWookey2012-09-241-0/+2
| | | | e.g. by referring to slugs that don't exist.
* Bug fixing of cave and entrance forms removal of slugsMartin2012-08-141-0/+2
|
* Made a prospecting guide and fixed survex station description. Removed ↵Martin Green2012-08-103-46/+2
| | | | parsing of underground descriptions to wikis.
* 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
|
* New parser for new cave formatMartin Green2012-06-101-0/+166
|
* Start to change dataformat for caves, along with there editing. Start to ↵Martin Green2012-06-102-71/+91
| | | | change survex reader to cope better with equates/tags.
* Add 2010 and 2011 logbooks to parsing list (can we make this autoWookey2011-09-151-0/+2
| | | | somehow - by agreeing a logbook format, or letting it guess)?
* rest of martin's changes, without reverting lineend issuesWookey2011-07-115-1087/+1086
|\
| * remove all the DOS linefeedsWookey2011-07-115-1086/+1086
| |
* | Do not make an entrance redirect for entrances without there own pagesMartin Green2011-07-111-2/+3
|/
* 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.