summaryrefslogtreecommitdiffstats
path: root/templates/personexpedition.html
Commit message (Collapse)AuthorAgeFilesLines
* CLean up accented names displayPhilip Sargent2023-10-041-1/+1
|
* All working except floklist scriptPhilip Sargent2023-10-011-1/+1
|
* part-way though converting to slugs for peoplePhilip Sargent2023-10-011-2/+2
|
* fixing bad splay detectionPhilip Sargent2023-03-121-15/+3
|
* Update URLs to django documn versionPhilip Sargent2023-02-101-1/+1
|
* fix comments and 2019 LB parsingPhilip Sargent2022-12-071-0/+2
|
* Update link to new person wallets on person pagePhilip Sargent2022-10-111-4/+3
|
* better error descriptionPhilip Sargent2022-07-221-7/+4
|
* extra cross link URL to wallet reportsPhilip Sargent2022-03-181-2/+6
|
* Cave import & reports fixesPhilip Sargent2022-03-051-2/+7
|
* cleaned & removed defunct wiki_to_htmlPhilip Sargent2021-04-301-2/+1
|
* chipping away bug in personexpedition, remove rolePhilip Sargent2021-04-301-9/+18
|
* Make troggle compatible with Django 3.1Philip Sargent2021-04-191-2/+2
|
* enabled mugshots & blurb in people pagesPhilip Sargent2021-04-151-1/+1
|
* remove unused {% load link %}Philip Sargent2021-04-021-3/+1
|
* remove {% load wiki_markup %}Philip Sargent2021-04-021-1/+1
|
* move *_views files to /views/*Philip Sargent2021-03-311-1/+1
|
* person attribution of surveyed length workingPhilip Sargent2020-07-061-6/+23
|
* Allow html chars in namesSam Wenham2019-06-261-1/+1
|
* 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
* remove all the DOS linefeedsWookey2011-07-111-57/+57
|
* modelviz addedgoatchurch2009-09-111-13/+16
|
* [svn] now with ability to make new svx filegoatchurch2009-08-011-1/+1
|
* [svn] some file reading thingsgoatchurch2009-07-271-28/+15
|
* [svn] Use template block "related" for related objects. Various cleanup, fix ↵substantialnoninfringinguser2009-07-031-1/+2
| | | | personexpedition date views.
* [svn] fix year linkssubstantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8303 by julian @ 3/15/2009 10:44 PM
* [svn] My crusade to make our project more Djangoic.substantialnoninfringinguser2009-05-131-5/+5
| | | | | | | | | 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/+6
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8228 by julian @ 1/24/2009 11:59 PM
* [svn] made index of peoplesubstantialnoninfringinguser2009-05-131-0/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8224 by julian @ 1/24/2009 6:26 PM
* [svn] merge the trip table to have surveys by datesubstantialnoninfringinguser2009-05-131-24/+42
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8221 by julian @ 1/24/2009 2:01 PM
* [svn] survey block objectsubstantialnoninfringinguser2009-05-131-2/+8
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8199 by julian @ 1/19/2009 12:22 AM
* [svn] new person expeditionsubstantialnoninfringinguser2009-05-131-0/+36
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8189 by julian @ 1/18/2009 7:50 PM