Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve README | Sam Wenham | 2019-07-19 | 1 | -3/+3 |
| | | | | Make new style QMs from survexfiles work | ||||
* | Part one of getting troggle to work with django 1.10 | Sam Wenham | 2019-07-16 | 1 | -3/+6 |
| | | | | Major rework of how survex is processed | ||||
* | Backed out changeset: 4552f42bdf54 | Sam Wenham | 2019-06-26 | 1 | -4/+3 |
| | |||||
* | Remove this stupid hard coded name match | Sam Wenham | 2019-06-26 | 1 | -3/+4 |
| | |||||
* | Fix CSRF issues in svx form | Sam Wenham | 2019-04-14 | 1 | -0/+1 |
| | | | | | | Set date formats Add DataIssue model and add errors to it to allow us to give people a list of stuff to fix | ||||
* | Remove the redundant render_with_context() as django now does this just with the | Sam Wenham | 2019-03-30 | 1 | -4/+4 |
| | | | | | render() shortcut Move from mimetype to content_type, missed in last commit | ||||
* | Prevent troggle adding the menu if there is one in the file | Sam Wenham | 2019-02-23 | 1 | -2/+19 |
| | | | | | Add a Docker compose file to bring up a dev troggle easily Various PEP improvments | ||||
* | Django 1.7 mostly working. Big refactor so probably bugs | Sam Wenham | 2018-04-15 | 1 | -3/+3 |
| | |||||
* | Fix templates to use system javascript for jquery, jquery-ui and | Wookey | 2014-09-11 | 1 | -1/+1 |
| | | | | jquery-ui themes | ||||
* | Prospecting guide and images and few minor other things. | expo | 2013-08-01 | 1 | -0/+1 |
| | |||||
* | Started removing foreignkeys to caves, to achieve greater flexability. Some ↵ | expo | 2012-08-12 | 1 | -2/+1 |
| | | | | log book entries stuff may be broken. Add ability to make new caves and entrances via website. | ||||
* | remove all the DOS linefeeds | Wookey | 2011-07-11 | 1 | -141/+141 |
| | |||||
* | Removed SurveyStation model (not SurvexStation) | Martin Green | 2011-07-10 | 1 | -1/+0 |
| | |||||
* | edit logbooks, new logbook format, increased database normalisation | Martin Green | 2011-05-01 | 1 | -3/+2 |
| | |||||
* | tunnelfiles scheme added | goatchurch | 2009-09-11 | 1 | -1/+1 |
| | |||||
* | survey scans features added | goatchurch | 2009-09-10 | 1 | -2/+5 |
| | |||||
* | quick hack to make work in django1.0 Photo to DPhoto | goatchurch | 2009-08-23 | 1 | -4/+4 |
| | |||||
* | [svn] now with ability to make new svx file | goatchurch | 2009-08-01 | 1 | -1/+0 |
| | |||||
* | [svn] Various bug fixes, using more raw_id fields in admin so it loads ↵ | substantialnoninfringinguser | 2009-07-22 | 1 | -0/+1 |
| | | | | faster. I had to put onLoad="contentHeight();" back into the base template. This is a bad solution, I would rather use Martin's, but it wasn't working. | ||||
* | [svn] * Make descriptions parser also replace links to descriptions from ↵ | substantialnoninfringinguser | 2009-07-16 | 1 | -1/+4 |
| | | | | | | Cave models' underground_descriptions with wikilinks for valid (existing) links * Make entrances searchable in admin by cave kataster number | ||||
* | [svn] * Make Q< wikilinks work again | substantialnoninfringinguser | 2009-07-06 | 1 | -3/+7 |
| | | | | | * Add new ajax bit in LogbookEntry admin which checks for QMs not in wikilink format and allows one click fixes. Soon to be expanded to check for wikilinks that aren't in foreignkey. * Tweaks to admin including using raw_id_fields for PersonExpedition & other foreignkeyed models with lots of instances. | ||||
* | [svn] Remove old subcave model, along with mptt and feincms. Also move ↵ | substantialnoninfringinguser | 2009-07-04 | 1 | -13/+7 |
| | | | | OtherCaveNames admin representation to an inline in Cave. | ||||
* | [svn] * Adding JS fill in next QM number via ajax. | substantialnoninfringinguser | 2009-07-04 | 1 | -2/+10 |
| | | | | | * Slight models cleanup- get rid of TroggleImageModel class, use mixin instead. * Collect various troggle shared functions into utils.py | ||||
* | [svn] Added cavedescription and new subcave. | martin speleo | 2009-07-04 | 1 | -0/+2 |
| | | | | Changed parsers/survex to read *title into subcave | ||||
* | [svn] Renaming troggle.expo to troggle.core. To do this, used: | substantialnoninfringinguser | 2009-07-02 | 1 | -0/+129 |
perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple) |