summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Start to change dataformat for caves, along with there editing. Start to ↵Martin Green2012-06-106-3/+105
| | | | change survex reader to cope better with equates/tags.
* Editing for entrances along with cavesMartin Green2012-05-231-3/+55
| | | | More detailed display of entrances
* Render a cave editing page. Nb it does not do save anything yet.Martin Green2012-01-073-0/+20
|
* template changes. Fix link to css.Martin Green2011-08-082-2/+2
|
* Added 'page not found do you wnat to make this page' page. Minor tweaksMartin Green2011-08-082-1/+8
|
* =Make a common base for expoweb pages. Ignore any header information in ↵Martin Green2011-08-084-15/+23
| | | | expoweb except titles.
* Allow pages to be rendered when the body tag has attributes. Put an edit ↵Martin Green2011-08-081-1/+3
| | | | link on the homepage.
* Allow for editing flatpage titles, and made a common uneditable list of links.Martin Green2011-08-085-11/+20
|
* Make caveindex link to urls in the original hierachy such that theirexpo2011-08-071-3/+3
| | | | hyperlinks and images work.
* add /troggle dir (Martin's changes to get main site back as entry point)ExpoOnServer2011-07-111-0/+1
|\
| * Moved troggle main page to /troggle added a link in flat pages.Martin Green2011-07-111-0/+1
| | | | | | | | Now / takes you to the expoweb index page
* | remove all the DOS linefeedsWookey2011-07-1150-2149/+2149
| |
* | Add /index.htm to EXPOWEB root URL in main template so that you getWookey2011-07-111-1/+1
|/ | | | the static stuff
* Split up tags such that they use ajaxMartin Green2011-07-115-88/+85
|
* Removed conversion to wiki, replaced Surveystation models with text, added ↵Martin Green2011-07-117-69/+177
| | | | area 1623 to all relevant caves.
* Added editing of flat pages. Added slugfields to models to refer to them.Martin Green2011-06-026-9/+130
|
* Attempt to get CSRF tag not breaking django 1.1Martin Green2011-05-021-0/+1
|
* Attempt to get csrf tag working in django 1.1-Martin Green2011-05-022-0/+10
|
* CRCF protectionMartin Green2011-05-021-1/+1
|
* settings.PUBLIC_SITE, login required if public for logbook entry, CRCF ↵Martin Green2011-05-022-3/+6
| | | | middleware
* Bug fix to expedition linksMartin Green2011-05-021-3/+3
|
* Link to expowebsiteMartin Green2011-05-021-2/+4
|
* edit logbooks, new logbook format, increased database normalisationMartin Green2011-05-014-15/+122
|
* get survey scans into databaseexpo2009-09-141-2/+12
|
* make 2008 logbook correctly parsegoatchurch2009-09-142-3/+26
|
* able to save sketches up from tunnelgoatchurch2009-09-131-2/+6
|
* tunnelfiles scheme addedgoatchurch2009-09-116-123/+92
|
* modelviz addedgoatchurch2009-09-112-13/+17
|
* survey scans features addedgoatchurch2009-09-105-7/+50
|
* login required for saving survex filesgoatchurch2009-08-291-0/+1
|
* login required for saving survex filesgoatchurch2009-08-291-1/+1
|
* get rid of photoexpo2009-08-291-3/+3
|
* [svn] latest hacking for various statisticsgoatchurch2009-08-056-8/+53
|
* [svn] now with ability to make new svx filegoatchurch2009-08-016-22/+139
|
* [svn] some file reading thingsgoatchurch2009-07-2710-67/+81
|
* [svn] Various bug fixes, using more raw_id fields in admin so it loads ↵substantialnoninfringinguser2009-07-224-4/+4
| | | | faster. I had to put onLoad="contentHeight();" back into the base template. This is a bad solution, I would rather use Martin's, but it wasn't working.
* [svn] override save for CaveDescriptions to scan qm wikilinks and add into ↵substantialnoninfringinguser2009-07-111-1/+0
| | | | the manytomany field linked_qms
* [svn]substantialnoninfringinguser2009-07-041-0/+39
|
* [svn] Initial and poor attempt at a view for cave descriptions.martin speleo2009-07-041-0/+20
|
* [svn] Fixed setContentHeight to work properly for eye candy view, whilst ↵martin speleo2009-07-031-2/+2
| | | | removing it from the non-eyecandy view
* [svn] Brief code cleanup.substantialnoninfringinguser2009-07-032-23/+4
|
* [svn] Use template block "related" for related objects. Various cleanup, fix ↵substantialnoninfringinguser2009-07-039-64/+49
| | | | personexpedition date views.
* [svn] Fixed accidental removal of fading in margin pictures from main page ↵martin speleo2009-06-281-3/+0
| | | | | | | of eye candy site. Reduced non eye candy margins. Moved set contents style height function into main.js from being embeded js, and ran when eye candy is turned on. Remove style attribute when eye candy is turned back off.
* [svn] Have different css for plain and eye candy views.martin speleo2009-06-281-1/+2
|
* [svn] Fixed small semantics issues stopping base.js working with IE.martin speleo2009-06-282-10/+12
| | | | | | Made toggle eyecandy persistent (using a cookie) Made toggle eyecandy turn off footer menu images Only load footer menu images if the eyecandy is being used.
* [svn] Adding logbook export features. Troggle can now produce .txt or .html ↵substantialnoninfringinguser2009-06-183-2/+73
| | | | logbooks through the controlPanel or via an action in the LogbookEntry admin pages.
* [svn] * Fix bugs that were causing broken wikilinks. *Add edit link to ↵substantialnoninfringinguser2009-06-122-3/+4
| | | | mugshots. *make admin url trailing-slash tolerant
* [svn] Whoops, forgot the template during last commit.substantialnoninfringinguser2009-06-101-0/+9
|
* [svn] Fixed a bug with QMs with numbers between 1 and 10, and fixed the ↵substantialnoninfringinguser2009-06-101-1/+1
| | | | links in the recent changes box.
* [svn] * Added admin inlines for QMs in LogbookEntry modelsubstantialnoninfringinguser2009-06-102-4/+30
| | | | | * Added QM list edit view * Fixed "recent changes" box on front page