summaryrefslogtreecommitdiffstats
path: root/core/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Messing with millenialcaves.html or similarRad2019-02-261-2/+0
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+2
|
* Messing with millenialcaves.html or similarRad2019-02-261-0/+2
|
* Deal better with the wallet letter number combo of 2019#X01Sam Wenham2019-02-241-3/+5
|
* Make things more compatiable with newer pythonSam Wenham2019-02-241-5/+4
| | | | | | | Fix the expeditions list Improvements to make it compatiable with django 1.8 Bump the years to add 2018 Update the .hgignore file to ignore junk
* Add default BooleanField(default=False) for django 1.7 compatibilitydjango-upgradeSam Wenham2018-04-171-5/+5
|
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-151-4/+4
|
* Clean up indenting in modelsSam Wenham2018-04-141-23/+23
| | | | add registration required modules
* 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.
* Moved notable caves to settings.py, link to a script to fix permissionsexpo2015-06-211-4/+19
|
* Fix up obvious URLs containing subarea names (smkridge)Wookey2015-04-081-1/+1
|
* Prospecting guide and images and few minor other things.expo2013-08-011-15/+55
|
* MergeMartin2012-08-141-3/+3
|\
| * Bug fixing of cave and entrance forms removal of slugsMartin2012-08-141-3/+3
| |
* | added entrance locationsMartin2012-08-141-0/+6
|/
* Started removing foreignkeys to caves, to achieve greater flexability. Some ↵expo2012-08-121-7/+20
| | | | 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-101-0/+43
| | | | parsing of underground descriptions to wikis.
* Start to change dataformat for caves, along with there editing. Start to ↵Martin Green2012-06-101-26/+70
| | | | change survex reader to cope better with equates/tags.
* remove all the DOS linefeedsWookey2011-07-111-700/+700
|
* 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-021-2/+7
|
* Attempt to get csrf tag working in django 1.1-Martin Green2011-05-021-1/+3
|
* edit logbooks, new logbook format, increased database normalisationMartin Green2011-05-011-11/+48
|
* tunnelfiles scheme addedgoatchurch2009-09-111-13/+38
|
* modelviz addedgoatchurch2009-09-111-2/+17
|
* quick hack to make work in django1.0 Photo to DPhotogoatchurch2009-08-231-1/+1
|
* [svn] latest hacking for various statisticsgoatchurch2009-08-051-3/+15
|
* [svn] full checkin. animations disabled, sorrygoatchurch2009-07-271-112/+34
|
* [svn] * wikilink to html for subcaves and cave descriptionssubstantialnoninfringinguser2009-07-121-1/+3
| | | | * fix header regex
* [svn] override save for CaveDescriptions to scan qm wikilinks and add into ↵substantialnoninfringinguser2009-07-111-1/+24
| | | | the manytomany field linked_qms
* [svn] Make QM wikilinks work in new format, and fix cave description parser ↵substantialnoninfringinguser2009-07-091-4/+11
| | | | to output working wikilinks.
* [svn] * Make Q< wikilinks work againsubstantialnoninfringinguser2009-07-061-5/+2
| | | | | * 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] wiki_to_html changes.martin speleo2009-07-041-2/+4
| | | | Changes views of qm model.
* [svn]substantialnoninfringinguser2009-07-041-1/+1
|
* [svn] Remove old subcave model, along with mptt and feincms. Also move ↵substantialnoninfringinguser2009-07-041-38/+1
| | | | OtherCaveNames admin representation to an inline in Cave.
* [svn] Work on turn html pages into cavedescription models.py.martin speleo2009-07-041-5/+11
| | | | | Moved parser/cavetabs html_to_wiki function to utils.py Added databaseReset.py desc to refresh the cavedescriptions.
* [svn] * Adding JS fill in next QM number via ajax.substantialnoninfringinguser2009-07-041-28/+79
| | | | | * 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 speleo2009-07-041-1/+15
| | | | Changed parsers/survex to read *title into subcave
* [svn] Brief code cleanup.substantialnoninfringinguser2009-07-031-58/+16
|
* [svn] whoopssubstantialnoninfringinguser2009-07-031-1/+1
|
* [svn] Use template block "related" for related objects. Various cleanup, fix ↵substantialnoninfringinguser2009-07-031-5/+2
| | | | personexpedition date views.
* [svn] More fallout of renaming expo to core. Also fixsubstantialnoninfringinguser2009-07-021-2/+2
|
* [svn] Renaming troggle.expo to troggle.core. To do this, used:substantialnoninfringinguser2009-07-021-0/+665
perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple)