summaryrefslogtreecommitdiffstats
path: root/templates/expedition.html
Commit message (Collapse)AuthorAgeFilesLines
* First attempts at better use of Django query optimisationPhilip Sargent2025-01-101-3/+4
|
* link to mugshotsPhilip Sargent2024-07-221-7/+22
|
* mugshots on expo pagePhilip Sargent2024-07-201-1/+7
|
* mugshots on the expo calendar pagePhilip Sargent2024-07-201-1/+4
|
* re-order namesPhilip Sargent2024-07-171-1/+1
|
* New log report by titlePhilip Sargent2024-07-141-0/+1
|
* addnewlogbook urlPhilip Sargent2024-07-071-1/+2
|
* disambiguating names on walletsPhilip Sargent2023-10-041-0/+1
|
* part-way though converting to slugs for peoplePhilip Sargent2023-10-011-1/+1
|
* add monthExpo laptop Crowley2023-07-101-1/+1
|
* Remove unneeded Class ExpeditionDayPhilip Sargent2023-01-301-3/+3
|
* fixing Sunday display on calendarPhilip Sargent2023-01-301-12/+16
|
* Fixing dates on expedition tablePhilip Sargent2023-01-291-2/+2
|
* Fixed coloured T and S on expo calendarPhilip Sargent2023-01-291-3/+5
|
* Put colour bar on wallet editorPhilip Sargent2022-12-231-4/+0
|
* Fixing wiki-parsing for 2009 logbookPhilip Sargent2022-12-181-3/+3
|
* fix comments and 2019 LB parsingPhilip Sargent2022-12-071-2/+5
|
* direct link to lower tablePhilip Sargent2022-10-191-2/+2
|
* formattingPhilip Sargent2022-08-011-1/+1
|
* extra cross link URL to wallet reportsPhilip Sargent2022-03-181-0/+1
|
* Fix URL bugPhilip Sargent2022-03-101-0/+1
|
* removed menu link to edit database object directlyPhilip Sargent2021-05-031-2/+0
|
* add wallet column to expo reportPhilip Sargent2021-05-011-2/+6
|
* cleaned & removed defunct wiki_to_htmlPhilip Sargent2021-04-301-2/+1
|
* make ?reload private and clean old error msgsPhilip Sargent2021-04-231-1/+5
|
* Make troggle compatible with Django 3.1Philip Sargent2021-04-191-2/+2
|
* add link to all expedition pages back to expoweb /year/ pagePhilip Sargent2021-04-161-1/+1
|
* clear cache on parsing & 2.2.19 notesPhilip Sargent2021-04-101-0/+2
|
* missed a wiki_markup refPhilip Sargent2021-04-031-0/+1
|
* remove unused {% load link %}Philip Sargent2021-04-021-3/+0
|
* remove {% load wiki_markup %}Philip Sargent2021-04-021-1/+1
|
* Removing editLogbookEntry capabilityPhilip Sargent2020-07-261-1/+1
|
* Allow html chars in namesSam Wenham2019-06-261-1/+1
|
* Sort people by notabilitySam Wenham2019-04-021-1/+1
| | | | | Better errors and tidy Nicer date formats
* There is no point having two functions do basicaly the same thing so make theSam Wenham2019-03-091-4/+0
| | | | | load all logbooks call load logbook(expo) Remove the return message from load logbook as it isn't used
* Make the logbook parser a little more saneSam Wenham2019-03-061-1/+1
| | | | | | Move the parser to expo mapping to settings Set a default parser Iterate over the expo years rather than the mapping list!
* Upgrade to django 1.5, some functions have been changedSam Wenham2018-04-111-3/+3
| | | | | url in templates now requires quotes roung the first arg USE_TZ added
* remove all the DOS linefeedsWookey2011-07-111-87/+87
|
* edit logbooks, new logbook format, increased database normalisationMartin Green2011-05-011-13/+11
|
* tunnelfiles scheme addedgoatchurch2009-09-111-45/+65
|
* [svn] latest hacking for various statisticsgoatchurch2009-08-051-0/+14
|
* [svn] Use template block "related" for related objects. Various cleanup, fix ↵substantialnoninfringinguser2009-07-031-6/+9
| | | | personexpedition date views.
* [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-52/+52
| | | | | | | | | 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] survey block objectsubstantialnoninfringinguser2009-05-131-2/+2
| | | | 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-2/+2
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8189 by julian @ 1/18/2009 7:50 PM
* [svn] Julian playing with the logbooks and expoyearssubstantialnoninfringinguser2009-05-131-0/+47
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8180 by julian @ 1/18/2009 3:59 PM