summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)Rad2019-02-252-1/+4
* space/tabRad2019-02-251-1/+1
* trying to add new fieldRad2019-02-255-3/+187
|\
| * MergeSam Wenham2019-02-254-3/+185
| |\
| | * Start of moving databasereset to django managementSam Wenham2019-02-253-0/+182
| | * Get get_absolute_url in the correct placeSam Wenham2019-02-251-3/+3
* | | (no commit message)Rad2019-02-251-0/+1
|/ /
* | (no commit message)Rad2019-02-251-2/+1
* | tab/space fixRad2019-02-251-1/+1
* | added Rad's playgroundRad2019-02-255-1/+64
* | mergeRad2019-02-253-7/+8
|\|
| * Fix the All Survex page to work with 1623 areaSam Wenham2019-02-253-7/+8
* | change to tableRad2019-02-251-3/+3
|/
* Decode the url encoded # when looking at walletsSam Wenham2019-02-241-5/+6
* Deal better with the wallet letter number combo of 2019#X01Sam Wenham2019-02-242-7/+10
* Stop django moaning about unit tests from pre 1.6, like we have any anyway!Sam Wenham2019-02-241-0/+2
* Fix survey scansSam Wenham2019-02-243-13/+14
* Make the suryeys importer not explodeSam Wenham2019-02-243-56/+68
* Make things more compatiable with newer pythonSam Wenham2019-02-2414-101/+153
* Revert urls.py as it contains Django 1.8 upgrade codeSam Wenham2019-02-231-1/+1
* Prevent troggle adding the menu if there is one in the fileSam Wenham2019-02-2310-18/+77
* Don't create years that aren't here yet troggle goes boomSam Wenham2018-06-201-1/+1
* Move the years on a bitSam Wenham2018-06-201-2/+2
* Add missing linefeed on survey-parsing error messageexpoonserver2018-06-181-2/+2
* Make sure that cave parser only reads .html files in cave_data dir (to stop f...expoonserver2018-06-181-2/+3
* Add 'troggle' namespace to databasereset.py so it runs in django >1.5expoonserver2018-06-171-1/+1
* FileUploadForm does not work with django 1.7.expoonserver2018-06-172-29/+29
* django.setup needs to be run before any attempt to use databaseexpoonserver2018-06-171-2/+4
* imports must specify the application name i nlater django versions.expoonserver2018-06-161-1/+1
* Add the extra setting for the threed cache to all the template configsSam Wenham2018-04-203-0/+3
* Fix the django for the spinny js cave viewer.Sam Wenham2018-04-202-9/+9
* Merge with django-upgradeSam Wenham2018-04-173-4/+453
|\
| * Add CaveView spinny caves view to each troggle cave pageexpoonserver2018-04-173-5/+454
* | Add default BooleanField(default=False) for django 1.7 compatibilitydjango-upgradeSam Wenham2018-04-173-7/+7
* | 1.7 requiremnetsSam Wenham2018-04-152-3/+10
* | New vars needed to make django 1.7 and tinymce workSam Wenham2018-04-154-0/+12
* | Django 1.7 wsgi.pySam Wenham2018-04-151-0/+14
* | missed from last commitSam Wenham2018-04-151-1/+1
* | Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-1518-59/+81
* | Up to 1.6.11 on stretch. New manage.py. Some tidyingSam Wenham2018-04-158-17/+52
* | More cleanup and modernisationSam Wenham2018-04-143-4/+4
* | Clean up indenting in modelsSam Wenham2018-04-142-23/+26
* | Add ref as a valid survex command to prevent errorsSam Wenham2018-04-141-1/+1
* | add all the docker commands to bulid and run troggle in a container (more of ...Sam Wenham2018-04-111-1/+6
* | Add missing expose container port and commneted command to auto start the dev...Sam Wenham2018-04-112-0/+8
* | Update requirements for 1.5.12 and preserve the 1.4.22 requiremnetsSam Wenham2018-04-112-2/+9
* | Add the docker files and the pip requiremnets.txt to allow install usign pipSam Wenham2018-04-114-0/+37
* | Upgrade to django 1.5, some functions have been changedSam Wenham2018-04-1134-103/+104
* | Import Image from PIL to support newer pythonSam Wenham2018-04-102-2/+3
|/
* Avoid barf if URL field in new cave form is left blank.Wookey2018-02-281-1/+1
|\