Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Messing with millenialcaves.html or similar | Rad | 2019-02-26 | 2 | -2/+2 | |
| | ||||||
* | Messing with millenialcaves.html or similar | Rad | 2019-02-26 | 1 | -1/+1 | |
| | ||||||
* | Messing with millenialcaves.html or similar | Rad | 2019-02-26 | 1 | -1/+1 | |
| | ||||||
* | Messing with millenialcaves.html or similar | Rad | 2019-02-26 | 1 | -1/+1 | |
| | ||||||
* | Messing with millenialcaves.html or similar | Rad | 2019-02-26 | 1 | -1/+2 | |
| | ||||||
* | Messing with millenialcaves.html or similar | Rad | 2019-02-26 | 1 | -1/+1 | |
| | ||||||
* | Messing with millenialcaves.html or similar | Rad | 2019-02-26 | 3 | -1/+8 | |
| | ||||||
* | Messing with millenialcaves.html or similar | Rad | 2019-02-26 | 1 | -1/+1 | |
| | ||||||
* | Messing with millenialcaves.html or similar | Rad | 2019-02-26 | 1 | -1/+2 | |
| | ||||||
* | (no commit message) | Rad | 2019-02-26 | 3 | -9/+4 | |
| | ||||||
* | (no commit message) | Rad | 2019-02-25 | 2 | -2/+2 | |
| | ||||||
* | (no commit message) | Rad | 2019-02-25 | 1 | -1/+1 | |
| | ||||||
* | (no commit message) | Rad | 2019-02-25 | 1 | -2/+2 | |
| | ||||||
* | (no commit message) | Rad | 2019-02-25 | 2 | -3/+6 | |
| | ||||||
* | (no commit message) | Rad | 2019-02-25 | 1 | -1/+1 | |
| | ||||||
* | (no commit message) | Rad | 2019-02-25 | 2 | -1/+4 | |
| | ||||||
* | space/tab | Rad | 2019-02-25 | 1 | -1/+1 | |
| | ||||||
* | trying to add new field | Rad | 2019-02-25 | 5 | -3/+187 | |
|\ | ||||||
| * | Merge | Sam Wenham | 2019-02-25 | 4 | -3/+185 | |
| |\ | ||||||
| | * | Start of moving databasereset to django management | Sam Wenham | 2019-02-25 | 3 | -0/+182 | |
| | | | ||||||
| | * | Get get_absolute_url in the correct place | Sam Wenham | 2019-02-25 | 1 | -3/+3 | |
| | | | ||||||
* | | | (no commit message) | Rad | 2019-02-25 | 1 | -0/+1 | |
|/ / | ||||||
* | | (no commit message) | Rad | 2019-02-25 | 1 | -2/+1 | |
| | | ||||||
* | | tab/space fix | Rad | 2019-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | added Rad's playground | Rad | 2019-02-25 | 5 | -1/+64 | |
| | | ||||||
* | | merge | Rad | 2019-02-25 | 3 | -7/+8 | |
|\| | ||||||
| * | Fix the All Survex page to work with 1623 area | Sam Wenham | 2019-02-25 | 3 | -7/+8 | |
| | | ||||||
* | | change to table | Rad | 2019-02-25 | 1 | -3/+3 | |
|/ | ||||||
* | Decode the url encoded # when looking at wallets | Sam Wenham | 2019-02-24 | 1 | -5/+6 | |
| | ||||||
* | Deal better with the wallet letter number combo of 2019#X01 | Sam Wenham | 2019-02-24 | 2 | -7/+10 | |
| | ||||||
* | Stop django moaning about unit tests from pre 1.6, like we have any anyway! | Sam Wenham | 2019-02-24 | 1 | -0/+2 | |
| | ||||||
* | Fix survey scans | Sam Wenham | 2019-02-24 | 3 | -13/+14 | |
| | | | | | Remove the assert for folders in survey wallets, this does mean currently they will be ignored by troggle. | |||||
* | Make the suryeys importer not explode | Sam Wenham | 2019-02-24 | 3 | -56/+68 | |
| | ||||||
* | Make things more compatiable with newer python | Sam Wenham | 2019-02-24 | 14 | -101/+153 | |
| | | | | | | | 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 | |||||
* | Revert urls.py as it contains Django 1.8 upgrade code | Sam Wenham | 2019-02-23 | 1 | -1/+1 | |
| | ||||||
* | Prevent troggle adding the menu if there is one in the file | Sam Wenham | 2019-02-23 | 10 | -18/+77 | |
| | | | | | Add a Docker compose file to bring up a dev troggle easily Various PEP improvments | |||||
* | Don't create years that aren't here yet troggle goes boom | Sam Wenham | 2018-06-20 | 1 | -1/+1 | |
| | ||||||
* | Move the years on a bit | Sam Wenham | 2018-06-20 | 1 | -2/+2 | |
| | ||||||
* | Add missing linefeed on survey-parsing error message | expoonserver | 2018-06-18 | 1 | -2/+2 | |
| | ||||||
* | 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) | |||||
* | Add 'troggle' namespace to databasereset.py so it runs in django >1.5 | expoonserver | 2018-06-17 | 1 | -1/+1 | |
| | ||||||
* | FileUploadForm does not work with django 1.7. | expoonserver | 2018-06-17 | 2 | -29/+29 | |
| | | | | | It tries to use database during class initialisation. removed it for now - not sure if it's important... | |||||
* | django.setup needs to be run before any attempt to use database | expoonserver | 2018-06-17 | 1 | -2/+4 | |
| | ||||||
* | imports must specify the application name i nlater django versions. | expoonserver | 2018-06-16 | 1 | -1/+1 | |
| | | | | databasereset updated accordingly. | |||||
* | Add the extra setting for the threed cache to all the template configs | Sam Wenham | 2018-04-20 | 3 | -0/+3 | |
| | ||||||
* | Fix the django for the spinny js cave viewer. | Sam Wenham | 2018-04-20 | 2 | -9/+9 | |
| | | | | | Make the paths settings (don't hard code things like this!!) Add " round spinny urls from the late merge (the rest were done for the move off 1.4.2 | |||||
* | Merge with django-upgrade | Sam Wenham | 2018-04-17 | 3 | -4/+453 | |
|\ | ||||||
| * | Add CaveView spinny caves view to each troggle cave page | expoonserver | 2018-04-17 | 3 | -5/+454 | |
| | | ||||||
* | | Add default BooleanField(default=False) for django 1.7 compatibilitydjango-upgrade | Sam Wenham | 2018-04-17 | 3 | -7/+7 | |
| | | ||||||
* | | 1.7 requiremnets | Sam Wenham | 2018-04-15 | 2 | -3/+10 | |
| | |