Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Just removing dud whitespacedjango-1.10 | Sam Wenham | 2020-02-24 | 1 | -3/+3 |
| | |||||
* | Updating caves and entrances is no longer nuclear! | Sam Wenham | 2019-04-19 | 1 | -18/+19 |
| | | | | | | | | Big overhaul of people processing, fullname added to the model lastname is now names -1 unless you only have one (yes you Wookey) this allows for Jon Arne Toft and Wookey to live it the same DB names can now have html chars in them, this should be real unicode but that can only happen when we go to Python 3! | ||||
* | Fix CSRF issues in svx form | Sam Wenham | 2019-04-14 | 1 | -8/+13 |
| | | | | | | Set date formats Add DataIssue model and add errors to it to allow us to give people a list of stuff to fix | ||||
* | Make things more compatiable with newer python | Sam Wenham | 2019-02-24 | 1 | -8/+8 |
| | | | | | | | Fix the expeditions list Improvements to make it compatiable with django 1.8 Bump the years to add 2018 Update the .hgignore file to ignore junk | ||||
* | Make sure that cave parser only reads .html files in cave_data dir (to stop ↵ | expoonserver | 2018-06-18 | 1 | -2/+3 |
| | | | | foo~ causing 'duplicate cave' error) | ||||
* | Try and ignore files that don't end .html (We really need to change to .xml) ↵ | Sam Wenham | 2015-01-19 | 1 | -1/+2 |
| | | | | | | eg .html.orig!! Change the index on troggle to move on with the year | ||||
* | Add some exception checking to parsers/caves.py so that missing entrance | wookey | 2012-09-24 | 1 | -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 ↵ | wookey | 2012-09-24 | 1 | -1/+1 |
| | | | | look when 'databasereset newcaves' falls over | ||||
* | Add some debug to cave parser as it's easy to make it fail | Wookey | 2012-09-24 | 1 | -0/+2 |
| | | | | e.g. by referring to slugs that don't exist. | ||||
* | Bug fixing of cave and entrance forms removal of slugs | Martin | 2012-08-14 | 1 | -0/+2 |
| | |||||
* | Made a prospecting guide and fixed survex station description. Removed ↵ | Martin Green | 2012-08-10 | 1 | -0/+1 |
| | | | | parsing of underground descriptions to wikis. | ||||
* | New parser for new cave format | Martin Green | 2012-06-10 | 1 | -0/+166 |