summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-192-2/+3
| | | | | | eg .html.orig!! Change the index on troggle to move on with the year
* Merge change of 'cavesnew'->'caves' in databasereset.Wookey2014-07-281-1/+1
|\
| * Add 107 to notable caves (noting that this is hard-coded intoWookey2014-07-281-1/+1
| | | | | | | | core/views_caves.py which is just shoddy)
* | Change databasereset to use 'caves' instead of 'cavesnew' for reloading the ↵expo2014-07-281-2/+2
|/ | | | cave database
* Set potato hut localsettingsfile to have correct URLsexpo2014-07-231-2/+2
|
* Fix media url to allow for working in the hutSam2014-07-231-1/+1
|
* Add a new config file for the potato hut setup.expo2014-07-231-0/+72
|
* 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).
* merge in survex parsing changes from server.Wookey2014-06-261-3/+3
|\
| * Merge with server versionWookey2014-06-092-1/+1
| |\
| * | Tidy up urls file a littleWookey2014-05-141-3/+3
| | |
* | | Remove spurious real password from example localsettingserver.py file.expoonserver2014-06-261-2/+6
| | | | | | | | | | | | Add comment on how to use it.
* | | 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.
* | remove humongous troggle_log.txt from repoexpoonserver2014-05-191-0/+0
| |
* | Refer to debian package, not upstream URLexpoonserver2014-05-191-1/+1
|/
* Document 'cavesnew' option in databasereset.py - which just reads inwookey2013-10-074-32/+14
| | | | caves datafiles.
* mergeolly2013-08-081-7/+5
|\
| * Put correct user for mysql on seagrass back into config (It was accidentally ↵wookey2013-07-061-7/+5
| | | | | | | | overwritten in recent changes)
* | Prospecting guide and images and few minor other things.expo2013-08-0111-50/+354
|/
* merge support for django 1.2 location for auth moduleWookey2013-07-021-1/+6
|\
| * Add support for old and new (1.4 on) location for auth module.wookey2013-07-021-1/+6
| |
* | 3rd attempt at getting the right syntax for the CSRF protection inWookey2013-07-022-9/+7
| |
* | update location of auth module for django 1.4Wookey2013-07-021-1/+1
| |
* | merged in proper CSRF changes from serverWookey2013-07-028-70/+58
|\ \ | |/ |/|
| * Change database syntax to modern format as old style no longerWookey2013-07-024-30/+42
| | | | | | | | supported in django 1.4
| * Remove support for django 1.0 CSRF as we only care about 1.2 or laterWookey2013-07-021-6/+1
| |
| * Add CSRF protection to registration form (and remove annoying secondWookey2013-07-023-22/+19
| | | | | | | | password)
| * parsing_log should not be saved in the vcsWookey2013-07-021-0/+1
| |
| * Don't explode if a master survex file is not found for a directory -Wookey2013-07-021-1/+1
| | | | | | | | that shouldn't cause total failure to read the database in.
* | Add csrf token to registration formswookey2013-07-023-10/+16
| |
* | Add 'people' option to DatabaseReset.py, to read in just the folk list after ↵wookey2013-07-021-0/+2
| | | | | | | | | | | | update. Not sure that it actually works mind...
* | Set title to show 1976-2013wookey2013-07-021-1/+2
| | | | | | | | Put quick link to 2011 back as that one works
* | 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 note on how to create a new year in troggle.wookey2013-06-251-0/+5
| |
* | Removed asserts which meant that if any 'odd' .svx files, or directorieswookey2013-06-241-4/+14
| | | | | | | | | | | | | | | | with no obvious 'controlling' svx file, were added to the dataset then the survex viewer code exploded and the website didn't work. It's wrong that adding a new cave with an oddly-named .svx file can break the website in this way, so these asserts are wrong.
* | Add parsing_log.txt to the files ignored by the VCS.wookey2013-06-241-0/+1
|/
* Add help command and usage info to databaseReset.pywookey2013-06-241-2/+21
|
* Add comment to identifycavedir functionwookey2013-06-241-1/+3
| | | | and remove now-disused special-case filename
* Change template headers to show 2012/2013 as shortcutswookey2013-06-232-8/+6
|
* 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.
* Remove jgtfile URLs (presumably no longer needed)expoonserver2012-09-081-2/+2
|