summaryrefslogtreecommitdiffstats
path: root/templates/cave.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'django-1.10' of ssh://expo.survex.com/~/troggle into django-1.10Sam Wenham2020-02-221-4/+4
|\
| * Whitespace cleanupSam Wenham2020-02-211-5/+5
| |
* | Show coordinates for entranceSam Wenham2020-02-221-3/+6
|/ | | | Use filter to find coordinates
* Fix the django for the spinny js cave viewer.Sam Wenham2018-04-201-1/+1
| | | | | Make the paths settings (don't hard code things like this!!) Add " round spinny urls from the late merge (the rest were done for the move off 1.4.2
* Merge with django-upgradeSam Wenham2018-04-171-1/+435
|\
| * Add CaveView spinny caves view to each troggle cave pageexpoonserver2018-04-171-1/+435
| |
* | Upgrade to django 1.5, some functions have been changedSam Wenham2018-04-111-2/+2
|/ | | | | url in templates now requires quotes roung the first arg USE_TZ added
* Fix cave pages to have entrances and description on one page.expo2016-07-021-10/+111
| | | | | Fixes broken links on description and entrance pages. Removes need for jquery-ui.
* Start to change dataformat for caves, along with there editing. Start to ↵Martin Green2012-06-101-1/+0
| | | | change survex reader to cope better with equates/tags.
* remove all the DOS linefeedsWookey2011-07-111-43/+43
|
* Split up tags such that they use ajaxMartin Green2011-07-111-88/+5
|
* Removed conversion to wiki, replaced Surveystation models with text, added ↵Martin Green2011-07-111-34/+71
| | | | area 1623 to all relevant caves.
* [svn] Use template block "related" for related objects. Various cleanup, fix ↵substantialnoninfringinguser2009-07-031-4/+5
| | | | personexpedition date views.
* [svn] Improve registration system.substantialnoninfringinguser2009-05-131-1/+1
| | | | | Add jquery fade effects and quick search. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8334 by cucc @ 5/10/2009 5:23 AM
* [svn] Interface improvements. Code will need some cleaning up.substantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8331 by cucc @ 5/8/2009 8:16 PM
* [svn] Got QM pages working.substantialnoninfringinguser2009-05-131-1/+22
| | | | | Started scripts for exporting to old expo format. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8269 by aaron @ 3/12/2009 2:22 PM
* [svn] Added new abstract base class TroggleModel. Any fields or methods that ↵substantialnoninfringinguser2009-05-131-1/+1
| | | | | | | need to be added to multiple models should be added here. Added edit links to caves, people, logbook entries, and people. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8260 by aaron @ 2/26/2009 5:28 AM
* [svn] My crusade to make our project more Djangoic.substantialnoninfringinguser2009-05-131-1/+1
| | | | | | | | | Got rid of the url tags in template, replaced them with get_absolute_url method calls where possible. Adding get_absolute_url in models enables direct link to the public model views in admin. The use of get_absolute_url, which is the correct Django way of doing things, eliminates any need for the redundant "href" fields we were using. Those fields now need to be deleted from the models and from the parsers. Made the context processor to pass settings to all templates actually work, although this was a little uglier than expected. I had to put in a new render_response to replace render_to_response. This is because Django uses Context, not RequestContext by default. I wish they would change this, it's annoying. Anyway, I deleted all the manual settings passing in the views. I also eliminated a couple of unnecessary methods and stuff like that. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8244 by aaron @ 2/16/2009 8:31 AM
* [svn] yorkshire work with tunnel integrationsubstantialnoninfringinguser2009-05-131-0/+2
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8232 by julian @ 1/29/2009 11:40 PM
* [svn] cave maps to all logbook entry trips done theresubstantialnoninfringinguser2009-05-131-0/+13
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8228 by julian @ 1/24/2009 11:59 PM
* [svn] I initial work at adding caveareas. (Descirprion of parts of caves)substantialnoninfringinguser2009-05-131-25/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8226 by julian @ 1/24/2009 6:49 PM
* [svn] Added cave and logbook search, collapsible footer navbar, useless ↵substantialnoninfringinguser2009-05-131-1/+1
| | | | | | statistics page. Also fixed broken css. Toying with forms but not committing those yet. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8081 by aaron @ 12/8/2008 4:28 AM
* [svn] Wiki_markup imporved to include paragraphssubstantialnoninfringinguser2009-05-131-7/+7
| | | | | | wiki_to_html should be used when the field will include paragraphs wiki_to_html_short should be used when the field will not include paragraphs Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8061 by julian @ 11/6/2008 11:24 PM
* [svn] Initial troggle checkinsubstantialnoninfringinguser2009-05-131-0/+76
This is a development site using Django 1.0 Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8034 by julian @ 10/26/2008 9:04 PM