summaryrefslogtreecommitdiffstats
path: root/templates/caveindex.html
Commit message (Collapse)AuthorAgeFilesLines
* 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