summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Don't explode if a master survex file is not found for a directory -Wookey2013-07-021-1/+1
| | | | that shouldn't cause total failure to read the database in.
* Add comment to identifycavedir functionwookey2013-06-241-1/+3
| | | | and remove now-disused special-case filename
* 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
| | | | log book entries stuff may be broken. Add ability to make new caves and entrances via website.
* Made a prospecting guide and fixed survex station description. Removed ↵Martin Green2012-08-103-2/+80
| | | | parsing of underground descriptions to wikis.
* Editing no longer changes files more than nesecary. Removed TinyMCE editing. ↵expo2012-08-061-8/+8
| | | | /Sumbit/Submit
* 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 ↵Martin Green2012-06-104-61/+161
| | | | change survex reader to cope better with equates/tags.
* Editing for entrances along with cavesMartin Green2012-05-232-29/+31
| | | | More detailed display of entrances
* 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
| | | | | | | | | | | | | | | | | | Added the making and parsing of all.pos to determine the location of stations. Mare work is required so the caves are parsed and stored only once. Survex parsing appears to include bugs, that print out errors.
* | | 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 ↵Martin Green2011-07-101-9/+6
| |/ |/| | | | | | | | | | | | | previous SurveyStation model. Note caves should be rendered in the directory of their original url to make links work. Note SurveyStations appeared to duplicate SurvexStations. Note Given we want to be running from a mercurial repository, it is easiest to store the names of survey stations rather than foreign keys.
* | 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
|
* FIX2Martin Green2011-05-011-7/+7
|
* FixMartin Green2011-05-011-1/+1
|
* edit logbooks, new logbook format, increased database normalisationMartin Green2011-05-015-23/+186
|
* make 2008 logbook correctly parsegoatchurch2009-09-142-27/+45
|
* able to save sketches up from tunnelgoatchurch2009-09-132-2/+47
|
* tunnelfiles scheme addedgoatchurch2009-09-116-42/+71
|
* modelviz addedgoatchurch2009-09-113-11/+21
|
* survey scans features addedgoatchurch2009-09-104-28/+74
|
* login required for saving survex filesgoatchurch2009-08-291-2/+5
|
* remove dependence on latest djangogoatchurch2009-08-291-11/+12
|
* quick hack to make work in django1.0 Photo to DPhotogoatchurch2009-08-235-10/+11
|
* [svn] latest hacking for various statisticsgoatchurch2009-08-055-20/+74
|
* [svn] now with ability to make new svx filegoatchurch2009-08-017-77/+180
|
* [svn] full checkin. animations disabled, sorrygoatchurch2009-07-275-138/+207
|
* [svn] Various bug fixes, using more raw_id fields in admin so it loads ↵substantialnoninfringinguser2009-07-224-16/+23
| | | | 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]substantialnoninfringinguser2009-07-171-2/+0
|
* [svn] * Make descriptions parser also replace links to descriptions from ↵substantialnoninfringinguser2009-07-162-3/+6
| | | | | | Cave models' underground_descriptions with wikilinks for valid (existing) links * Make entrances searchable in admin by cave kataster number