summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Add default BooleanField(default=False) for django 1.7 compatibilitydjango-upgradeSam Wenham2018-04-173-7/+7
* missed from last commitSam Wenham2018-04-151-1/+1
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-154-9/+9
* Up to 1.6.11 on stretch. New manage.py. Some tidyingSam Wenham2018-04-151-1/+1
* More cleanup and modernisationSam Wenham2018-04-141-1/+1
* Clean up indenting in modelsSam Wenham2018-04-141-23/+23
* Import Image from PIL to support newer pythonSam Wenham2018-04-101-1/+2
* Test whether url is not 'None' before applying 'startswith' test inexpoonserver2017-10-251-1/+1
* Fix Scan scanning, so that 2015#X01 format (with 'X') is accepted inexpoonserver2017-03-071-2/+2
* Fix cave pages to have entrances and description on one page.expo2016-07-021-0/+1
* Commit changes made on expo 2015expo2015-09-162-1/+7
* I think this is breaking prospectingSam Wenham2015-06-281-1/+1
* Moved notable caves to settings.py, link to a script to fix permissionsexpo2015-06-212-5/+20
* Fix up obvious URLs containing subarea names (smkridge)Wookey2015-04-081-1/+1
* Fix templates to use system javascript for jquery, jquery-ui andWookey2014-09-111-1/+1
* Add 107 to notable caves (noting that this is hard-coded intoWookey2014-07-281-1/+1
* Prospecting guide and images and few minor other things.expo2013-08-015-23/+286
* Don't explode if a master survex file is not found for a directory -Wookey2013-07-021-1/+1
* Add comment to identifycavedir functionwookey2013-06-241-1/+3
* MergeMartin2012-08-143-17/+54
|\
| * Bug fixing of cave and entrance forms removal of slugsMartin2012-08-143-17/+54
* | added entrance locationsMartin2012-08-141-0/+6
|/
* Started removing foreignkeys to caves, to achieve greater flexability. Some ...expo2012-08-124-18/+58
* Made a prospecting guide and fixed survex station description. Removed parsi...Martin Green2012-08-103-2/+80
* Editing no longer changes files more than nesecary. Removed TinyMCE editing. ...expo2012-08-061-8/+8
* Fixed cave orderexpo2012-08-051-2/+2
* Fixed cave orderexpo2012-08-051-2/+14
* Start to change dataformat for caves, along with there editing. Start to cha...Martin Green2012-06-104-61/+161
* Editing for entrances along with cavesMartin Green2012-05-232-29/+31
* Render a cave editing page. Nb it does not do save anything yet.Martin Green2012-01-072-13/+50
* Fix logbook editingMartin Green2011-08-081-1/+1
* Allow the viewing of noinfo caves on non public website without loginMartin Green2011-08-081-6/+6
* remove all the DOS linefeedsWookey2011-07-1113-2637/+2637
* merge martin's tip againWookey2011-07-111-1/+1
|\
| * Merge from Martin's tipWookey2011-07-116-46/+91
| |\
| * \ merge fix from martin's tip.Wookey2011-07-105-5/+131
| |\ \
| * | | debugexpo2011-05-021-1/+1
* | | | Split up tags such that they use ajaxMartin Green2011-07-111-0/+25
| |_|/ |/| |
* | | Removed links to removed formsMartin Green2011-07-111-1/+1
* | | slug views, start of cave eidt form, cavelist splitting up by kataster area etc.Martin Green2011-07-111-2/+29
* | | Added parsing of all.svx, along side parsing individual caves.Martin Green2011-07-111-0/+19
* | | Removed modelforms for Caves started to add normal formsMartin Green2011-07-101-33/+36
* | | Removed SurveyStation model (not SurvexStation)Martin Green2011-07-101-1/+0
* | | Added url to cave and turned entrances station names and removed the previous...Martin Green2011-07-101-9/+6
| |/ |/|
* | Added editing of flat pages. Added slugfields to models to refer to them.Martin Green2011-06-025-5/+131
|/
* debugMartin Green2011-05-021-1/+1
* debugMartin Green2011-05-021-1/+1
* Try to fake crsf tags so site works on djang0 1.1Martin Green2011-05-021-0/+10
* Attempt to get csrf tag working in django 1.1-Martin Green2011-05-021-1/+3
* Debugging, and make get_name function accessable (should really be renamed)Martin Green2011-05-022-25/+29