summaryrefslogtreecommitdiffstats
path: root/templates/caveindex.html
Commit message (Collapse)AuthorAgeFilesLines
* chnage to cave data model field: fully_explored, taken from kataster codePhilip Sargent2024-07-021-8/+34
|
* initial / inserted on {{cave.url}}Philip Sargent2024-03-091-5/+5
|
* fixed many problems in creating new entrancesPhilip Sargent2023-11-071-2/+2
|
* italics for 'official name'Philip Sargent2023-10-191-7/+7
|
* minor updatesPhilip Sargent2023-10-141-5/+5
|
* extra messagePhilip Sargent2023-10-111-1/+1
|
* added popup text for triangklesPhilip Sargent2023-10-081-5/+5
|
* add 1624 cavesPhilip Sargent2023-10-081-1/+26
|
* Black triangles on cave indexPhilip Sargent2023-10-071-5/+14
|
* Display * triangle caves with no ent or survexPhilip Sargent2023-10-061-5/+15
|
* Orange ▲ for caves with no EntranesPhilip Sargent2023-10-061-5/+16
|
* Make people listed in wallets url-linkablePhilip Sargent2023-10-051-1/+1
|
* red *Philip Sargent2023-09-281-2/+2
|
* Fix odd glitches in cave parsingPhilip Sargent2023-09-281-1/+1
|
* Mark caves with no survex filesPhilip Sargent2023-09-261-1/+1
|
* debugging Cave page links..Philip Sargent2023-09-111-2/+2
|
* formattingPhilip Sargent2023-09-101-3/+2
|
* added 1627 caves to 'caves'pagePhilip Sargent2023-05-201-19/+43
|
* Added link to parent cave in menuMartin Green2022-06-241-1/+9
|
* delete: never implemented properlyPhilip Sargent2021-04-271-1/+0
|
* fix template bug for newentrancePhilip Sargent2021-04-171-1/+1
|
* prospect and moving code to better placesPhilip Sargent2021-04-171-0/+1
|
* Fixed cave sort-order in cave indexPhilip Sargent2021-04-161-6/+9
|
* remove {% load wiki_markup %}Philip Sargent2021-04-021-1/+1
|
* Added link to Kataster list on link to new cave formPhilip Sargent2020-08-021-2/+4
|
* Rearranged caveindex pagePhilip Sargent2020-06-071-13/+16
|
* Only show unofficial number if it's not already displayedWookey2019-03-271-3/+4
|
* Display temporary numbers on main cave index, when they exist.expoonserver2019-03-261-1/+1
|
* (no commit message)Rad2019-02-261-7/+0
|
* (no commit message)Rad2019-02-251-1/+1
|
* (no commit message)Rad2019-02-251-1/+1
|
* (no commit message)Rad2019-02-251-2/+2
|
* (no commit message)Rad2019-02-251-1/+4
|
* (no commit message)Rad2019-02-251-0/+3
|
* trying to add new fieldRad2019-02-251-0/+2
|
* change to tableRad2019-02-251-3/+3
|
* Upgrade to django 1.5, some functions have been changedSam Wenham2018-04-111-1/+1
| | | | | url in templates now requires quotes roung the first arg USE_TZ added
* Started removing foreignkeys to caves, to achieve greater flexability. Some ↵expo2012-08-121-0/+2
| | | | log book entries stuff may be broken. Add ability to make new caves and entrances via website.
* Make caveindex link to urls in the original hierachy such that theirexpo2011-08-071-3/+3
| | | | hyperlinks and images work.
* remove all the DOS linefeedsWookey2011-07-111-37/+37
|
* Removed conversion to wiki, replaced Surveystation models with text, added ↵Martin Green2011-07-111-6/+20
| | | | area 1623 to all relevant caves.
* [svn] Improve registration system.substantialnoninfringinguser2009-05-131-7/+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/+8
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8331 by cucc @ 5/8/2009 8:16 PM
* [svn] Fixing what I broke.substantialnoninfringinguser2009-05-131-2/+2
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8256 by aaron @ 2/23/2009 1:05 PM
* [svn] My crusade to make our project more Djangoic.substantialnoninfringinguser2009-05-131-2/+2
| | | | | | | | | 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] cave maps to all logbook entry trips done theresubstantialnoninfringinguser2009-05-131-1/+13
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8228 by julian @ 1/24/2009 11:59 PM
* [svn] calendar.html used django 1.1 {% empty %} syntax, but older version on ↵substantialnoninfringinguser2009-05-131-1/+1
| | | | | | server so I had to change it Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8210 by aaron @ 1/20/2009 5:36 AM
* [svn] fix linkssubstantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8209 by aaron @ 1/20/2009 5:16 AM
* [svn] Wiki_markup imporved to include paragraphssubstantialnoninfringinguser2009-05-131-1/+1
| | | | | | 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/+10
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