summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 registration required modules
* 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
| | | | a guide than something to run)
* Add missing expose container port and commneted command to auto start the ↵Sam Wenham2018-04-112-0/+8
| | | | dev server
* 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
| | | | | url in templates now requires quotes roung the first arg USE_TZ added
* Import Image from PIL to support newer pythonSam Wenham2018-04-102-2/+3
| | | | import the Django registration module rather than the troggle one
* Avoid barf if URL field in new cave form is left blank.Wookey2018-02-281-1/+1
|\
| * Test whether url is not 'None' before applying 'startswith' test inexpoonserver2017-10-251-1/+1
| | | | | | | | forms.py entering new caves, otherwise it barfs.
* | Update old website base URL in template from cucc.survex.com/expo to ↵Wookey2018-02-281-1/+1
|/ | | | expo.survex.com
* Fix Scan scanning, so that 2015#X01 format (with 'X') is accepted inexpoonserver2017-03-071-2/+2
| | | | scan directories. Allows 2016 data to be processed.
* Bring troggle a little more up to dateSam Wenham2016-09-041-3/+5
|
* Fix cave pages to have entrances and description on one page.expo2016-07-022-10/+112
| | | | | Fixes broken links on description and entrance pages. Removes need for jquery-ui.
* merge serve changesexpo2016-06-093-8/+9
|\ | | | | | | HGerver canges Enter commit message. Lines beginning with 'HG:' are removed.
| * Store expo user/password info in localsettings file, and not repeated in ↵expo2015-09-164-1/+16
| |\ | | | | | | | | | databaseReset script
| * | Commit changes made on expo 2015expo2015-09-162-1/+7
| | |
* | | MergeSam Wenham2016-05-201-1/+2
|\ \ \
| * | | tidy up after mergeSam Wenham2015-08-221-3/+0
| | | |
| * | | Merge settings changesSam Wenham2015-08-221-1/+5
| |\| | | | |/ | |/|
| | * properly quote JSLIB_PATH and mke clear that example password is just an exampleexpo2015-07-261-2/+2
| | |
* | | Merge 'expofiles' instead of 'expoimages' config changesWookey2016-01-274-11/+11
|\ \ \
| * | | Move expoimage to expofilesexpoonserver2015-10-023-6/+6
| | | | | | | | | | | | | | | | | | | | Relies on permanent rediect in apache config to keep old URLs working everywhere.
| * | | remove code saying we can't do interlaced pngs. It's fine now.expoonserver2015-10-021-5/+5
| |/ /
* / / Correct typo on cave and entrance template filesWookey2016-01-272-2/+2
|/ / | | | | | | ('If you edit this files...')
* | Change JSLIB_PATH to JSLIB_URL and correct the pathSam Wenham2015-07-011-1/+1
| |
* | Fix unquoted string in troggle localsettingspotatohut.pyWookey2015-07-011-1/+1
| |
* | sysadmin to expouser for emailSam Wenham2015-07-011-1/+1
| |
* | Move expo user settings out of databasereset.py to localsettings where they ↵Sam Wenham2015-07-015-1/+20
|/ | | | really belong
* Add a little styleSam Wenham2015-06-281-0/+9
|
* Remove unnecessary escape slashesSam Wenham2015-06-281-2/+2
|
* I think this is breaking prospectingSam Wenham2015-06-281-1/+1
|
* Remove balkonhoehle from the QM parser as this will need a lot of effort to ↵Sam Wenham2015-06-281-1/+1
| | | | get working
* Correct JSLIB_URLSam Wenham2015-06-272-2/+2
|
* Don't put passwords in the repoexpo2015-06-243-3/+8
|
* Survex parser fix to avoid allocation on error (by martin).expo2015-06-241-4/+4
|
* Added warnings that the database will need updating is cave or entrance data ↵expo2015-06-212-0/+2
| | | | files are modified
* Moved notable caves to settings.py, link to a script to fix permissionsexpo2015-06-213-5/+22
|
* Have different links for system js files and troggle js filesexpo2015-06-211-1/+1
|
* merge balconhoehle changes from serverWookey2015-06-191-0/+1
|\
| * Add in balkon hoehle QM listDWalker2015-05-251-0/+1
| |
* | Use django-registration, not a local copy.Wookey2015-06-1049-2552/+0
|/ | | | This old one is uses deprecated hashcompat.