31461531fc
add 1624 caves
2023-10-08 00:06:12 +03:00
7c0187c75b
Black triangles on cave index
2023-10-07 19:41:25 +03:00
2f3827d60e
Display * triangle caves with no ent or survex
2023-10-06 17:01:48 +03:00
dfdbba6550
Orange ▲ for caves with no Entranes
2023-10-06 14:57:41 +03:00
fcfa59cdf7
Make people listed in wallets url-linkable
2023-10-05 14:11:05 +03:00
a67a97b9fc
red *
2023-09-28 01:23:18 +03:00
e98c63f51c
Fix odd glitches in cave parsing
2023-09-28 01:01:32 +03:00
9aad95bfd0
Mark caves with no survex files
2023-09-26 22:16:19 +03:00
d323ff2700
debugging Cave page links..
2023-09-11 20:38:14 +03:00
47db19f1a2
formatting
2023-09-10 17:28:13 +03:00
969ed6cce5
added 1627 caves to 'caves'page
2023-05-20 22:47:09 +03:00
Martin Green
7db7c67065
Added link to parent cave in menu
2022-06-24 19:28:31 +01:00
Philip Sargent
81d58f1275
delete: never implemented properly
2021-04-27 14:50:26 +01:00
Philip Sargent
eea74406c9
fix template bug for newentrance
2021-04-17 23:59:11 +01:00
Philip Sargent
f8b613e0aa
prospect and moving code to better places
2021-04-17 01:41:06 +01:00
Philip Sargent
49277216ba
Fixed cave sort-order in cave index
2021-04-16 16:01:35 +01:00
Philip Sargent
cc5b4fa650
remove {% load wiki_markup %}
2021-04-02 20:41:42 +01:00
Philip Sargent
a4d7183260
Added link to Kataster list on link to new cave form
2020-08-02 23:54:14 +01:00
Philip Sargent
72fd57ef76
Rearranged caveindex page
2020-06-07 16:12:52 +01:00
Wookey
705dd51f30
Only show unofficial number if it's not already displayed
2019-03-27 01:59:09 +00:00
expoonserver
f8be510509
Display temporary numbers on main cave index, when they exist.
2019-03-26 23:58:27 +00:00
3254ba1443
2019-02-26 00:00:34 +00:00
4c3d0ce7fa
2019-02-25 23:55:06 +00:00
a99afe07c6
2019-02-25 23:53:19 +00:00
73bb60eff9
2019-02-25 23:52:47 +00:00
0a214c5d4b
2019-02-25 23:51:26 +00:00
3746dab5de
2019-02-25 23:46:52 +00:00
ee2cd0d391
trying to add new field
2019-02-25 23:40:53 +00:00
becfaa1504
change to table
2019-02-25 20:58:32 +00:00
Sam Wenham
ffb5d7bdda
Upgrade to django 1.5, some functions have been changed
...
url in templates now requires quotes roung the first arg
USE_TZ added
2018-04-11 22:02:57 +01:00
expo
ecd5bbcb1d
Started removing foreignkeys to caves, to achieve greater flexability. Some log book entries stuff may be broken. Add ability to make new caves and entrances via website.
2012-08-12 19:10:23 +02:00
expo
9534bd8881
Make caveindex link to urls in the original hierachy such that their
...
hyperlinks and images work.
2011-08-07 16:11:35 +02:00
Wookey
dc1327674c
remove all the DOS linefeeds
2011-07-11 02:10:22 +01:00
Martin Green
65c55f0f21
Removed conversion to wiki, replaced Surveystation models with text, added area 1623 to all relevant caves.
2011-07-11 00:15:59 +01:00
substantialnoninfringinguser
9489fe56d9
[svn] Improve registration system.
...
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
2009-05-13 06:22:07 +01:00
substantialnoninfringinguser
09a1539aef
[svn] Interface improvements. Code will need some cleaning up.
...
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/ , rev. 8331 by cucc @ 5/8/2009 8:16 PM
2009-05-13 06:19:45 +01:00
substantialnoninfringinguser
24dc2e3a20
[svn] Fixing what I broke.
...
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/ , rev. 8256 by aaron @ 2/23/2009 1:05 PM
2009-05-13 05:55:40 +01:00
substantialnoninfringinguser
d25fd97864
[svn] My crusade to make our project more Djangoic.
...
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
2009-05-13 05:52:15 +01:00
substantialnoninfringinguser
cdd4e685ee
[svn] cave maps to all logbook entry trips done there
...
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/ , rev. 8228 by julian @ 1/24/2009 11:59 PM
2009-05-13 05:46:12 +01:00
substantialnoninfringinguser
6598dd5105
[svn] calendar.html used django 1.1 {% empty %} syntax, but older version on 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
2009-05-13 05:42:57 +01:00
substantialnoninfringinguser
6947e43caf
[svn] fix links
...
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/ , rev. 8209 by aaron @ 1/20/2009 5:16 AM
2009-05-13 05:42:40 +01:00
substantialnoninfringinguser
f5ddbafcb0
[svn] Wiki_markup imporved to include paragraphs
...
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
2009-05-13 05:18:26 +01:00
substantialnoninfringinguser
b503d3d588
[svn] Initial troggle checkin
...
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
2009-05-13 05:13:38 +01:00