summaryrefslogtreecommitdiffstats
path: root/templates/logbookentry.html
Commit message (Collapse)AuthorAgeFilesLines
* bugfixes and more commentsPhilip Sargent2024-12-191-1/+1
|
* format tidyPhilip Sargent2024-08-151-4/+4
|
* fix year menu, fix name display, fix no of entriesPhilip Sargent2024-07-241-1/+1
|
* fix 'year'Philip Sargent2024-07-161-1/+1
|
* More linksPhilip Sargent2024-07-161-0/+2
|
* fix bad url in logbookentryPhilip Sargent2024-02-061-1/+1
|
* Nicknames preserved, date checkedPhilip Sargent2023-08-261-2/+8
|
* extending logbook entry editPhilip Sargent2023-08-101-0/+1
|
* Initial add of On This Day links to svx file pagePhilip Sargent2023-02-261-41/+1
|
* bug fixes renamingPhilip Sargent2023-01-301-2/+2
|
* renaming confusing Class, step 1Philip Sargent2023-01-301-10/+10
|
* convert old logbooks to modern formatPhilip Sargent2022-12-201-1/+1
|
* fix author display for logbook entryPhilip Sargent2022-12-181-2/+3
|
* tidy and commentsPhilip Sargent2022-12-101-1/+1
|
* fix bug for wallet with empty fpathPhilip Sargent2022-10-031-8/+8
|
* Add survex files,wallets and same-day LBEs to the logbook entryPhilip Sargent2022-09-271-3/+43
|
* Fix URL bugPhilip Sargent2022-03-101-3/+2
|
* removed menu link to edit database object directlyPhilip Sargent2021-05-031-2/+0
|
* cleaned & removed defunct wiki_to_htmlPhilip Sargent2021-04-301-2/+2
|
* catch unknown scotsman errorPhilip Sargent2021-04-201-10/+6
|
* Make troggle compatible with Django 3.1Philip Sargent2021-04-191-2/+2
|
* restoring wiki_markup where still usedPhilip Sargent2021-04-021-1/+1
|
* remove {% load wiki_markup %}Philip Sargent2021-04-021-1/+1
|
* Fix CSRF issues in svx formSam Wenham2019-04-141-4/+4
| | | | | | Set date formats Add DataIssue model and add errors to it to allow us to give people a list of stuff to fix
* Sort people by notabilitySam Wenham2019-04-021-2/+2
| | | | | Better errors and tidy Nicer date formats
* Support html and wiki logbook entrysSam Wenham2019-03-311-1/+6
| | | | | | Move nearest_station to nearest_station_name and make nearest_station a foreign key to SurvexStation Lots of tidying
* Remove the redundant render_with_context() as django now does this just with theSam Wenham2019-03-301-3/+3
| | | | | render() shortcut Move from mimetype to content_type, missed in last commit
* Remove the news section as it never gets updatedSam Wenham2019-03-101-1/+1
| | | | | Fix logbook entry so the edit link works Tidy the control panel page
* 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-77/+77
|
* settings.PUBLIC_SITE, login required if public for logbook entry, CRCF ↵Martin Green2011-05-021-2/+5
| | | | middleware
* edit logbooks, new logbook format, increased database normalisationMartin Green2011-05-011-2/+4
|
* tunnelfiles scheme addedgoatchurch2009-09-111-2/+2
|
* [svn] some file reading thingsgoatchurch2009-07-271-4/+5
|
* [svn] Use template block "related" for related objects. Various cleanup, fix ↵substantialnoninfringinguser2009-07-031-1/+1
| | | | personexpedition date views.
* [svn] Logbook entries are now at /YYYY-MM-DD/slug .substantialnoninfringinguser2009-05-131-0/+2
| | | | | Try editing a logbook entry title in the admin now. The django built in auto slug field is fun and javascripty. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8308 by aaron @ 3/16/2009 7:27 PM
* [svn] Added QM wiki markup. The format is [[cave:204 QM:2005-04A]] with the ↵substantialnoninfringinguser2009-05-131-0/+1
| | | | | | | grade (A) being optional. The links color red if the QM does not exist, and in that case clicking on them goes to an admin add page with fields prepopulated. Various other little things, e.g. filled in the footer with links. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8305 by aaron @ 3/16/2009 8:53 AM
* [svn] Reverted the reverts from 8267. Fixed the next / previous trip in ↵substantialnoninfringinguser2009-05-131-4/+4
| | | | | | | | personexpedition on the LogbookEntry template -- I had misunderstood what this was supposed to do last time I messed with it. This involved adding the methods PersonTrip.get_persons_next_trip and persons_previous_trip. Couldn't find any other broken things. Kept the productive changes in 8267: extending the logbook parsing back to 1993, changing index page, changes to view_surveys.py Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8274 by aaron @ 3/14/2009 8:38 AM
* [svn] revert some of the changes (href element) so that the links worksubstantialnoninfringinguser2009-05-131-4/+4
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8267 by julian @ 3/11/2009 10:44 AM
* [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-7/+8
| | | | | | | | | 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] Fix "if logged in" tag.substantialnoninfringinguser2009-05-131-8/+8
| | | | | Changed logbook template; no longer uses the redundant _next and _prev fields. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8234 by aaron @ 1/30/2009 4:53 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/+1
| | | | 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/+12
| | | | 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-20/+47
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8180 by julian @ 1/18/2009 3:59 PM
* [svn] QM parser now parses Hauchhoehle QMs.pysubstantialnoninfringinguser2009-05-131-1/+2
| | | | | | | | | Photo model added. Logbook parser now puts mugshots in as photo models, and descriptions from the old folk html pages in as "blurbs" on the person model. Experimented with eye candy and a random logbook quote generator. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8094 by aaron @ 12/31/2008 2:59 AM
* [svn] Wiki_markup imporved to include paragraphssubstantialnoninfringinguser2009-05-131-1/+0
| | | | | | 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] forgottensubstantialnoninfringinguser2009-05-131-0/+26
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8046 by julian @ 10/31/2008 1:58 PM