summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [svn] fix the revert and cssgoatchurch2009-06-091-2/+0
|
* [svn] the ajax pagegoatchurch2009-06-091-0/+18
|
* [svn] codemirrorgoatchurch2009-06-092-17/+79
|
* [svn] Rewrote get_absolute_url methods of models to use urlparse.urljoin ↵substantialnoninfringinguser2009-06-081-1/+1
| | | | instead of just +ing the urls together. This fixes problems with double slashes.
* [svn] A few registration updatespjrharley2009-05-302-2/+5
| | | | | | -display an error for nonmatching passwords -display an error for short passwords -dont direct people to http://http://sitename....
* [svn] Have control panel display an error for logged in, non-superuser users.substantialnoninfringinguser2009-05-241-2/+8
|
* [svn] Fix broken admin link.substantialnoninfringinguser2009-05-231-1/+1
|
* [svn] Dont say activation failed if it didn't\!pjrharley2009-05-221-3/+3
|
* [svn] Accidentally commited another change... so might as well add the ↵pjrharley2009-05-221-0/+10
| | | | template to go with it. Send activation email as text and html so the link is clickable
* [svn] more survey binder updatessubstantialnoninfringinguser2009-05-221-2/+4
|
* [svn] fix wrongly named template tagssubstantialnoninfringinguser2009-05-221-4/+4
|
* [svn] switched from dodgy manually writing to logfile to using python's ↵substantialnoninfringinguser2009-05-221-1/+1
| | | | logging module, which seems great
* [svn] * Make subcave urls work.substantialnoninfringinguser2009-05-222-0/+27
| | | | * Add json and xml download to admin.
* [svn] allow the recreate tables thing on control panel to worksubstantialnoninfringinguser2009-05-211-1/+1
|
* [svn] Updates to allow subcave tree with nice admin.substantialnoninfringinguser2009-05-211-1/+3
|
* [svn]substantialnoninfringinguser2009-05-193-30/+61
|
* [svn]substantialnoninfringinguser2009-05-181-1/+1
|
* [svn] Turn main menu into dropdown (well actually, drop up) menu.substantialnoninfringinguser2009-05-181-2/+28
|
* [svn] - Make control panel downloads (qm.csv for each cave, CAVETAB2.CSV) work.substantialnoninfringinguser2009-05-173-66/+54
| | | | - Fix problems in QM parsing script
* [svn] Make the workaround to avoid parsing interlaced pngs actually work ↵substantialnoninfringinguser2009-05-151-1/+1
| | | | (see issue # 14)
* [svn] Add: new generic object list template object_list.html, and ↵substantialnoninfringinguser2009-05-151-0/+15
| | | | convenience filter named "link" for making links from objects, and make expeditions list page using those two. Also, fixed survey parsing in databaseReset.py
* [svn] Forgot to upload with earlier commitsubstantialnoninfringinguser2009-05-142-7/+31
|
* [svn] Add link to google code issue trackersubstantialnoninfringinguser2009-05-131-0/+2
|
* [svn] Made the subcaves work! Now we just have to figure out how to parse ↵substantialnoninfringinguser2009-05-132-0/+104
| | | | | | them... Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8343 by cucc @ 5/11/2009 6:36 AM
* [svn] Dynamic thumbnail generation for photos and survey scans using ↵substantialnoninfringinguser2009-05-134-8/+8
| | | | | | imagekit, further improving registration system, other misc. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8336 by cucc @ 5/10/2009 11:05 PM
* [svn] Improve registration system.substantialnoninfringinguser2009-05-139-85/+36
| | | | | 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
* [svn]substantialnoninfringinguser2009-05-131-0/+40
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8333 by cucc @ 5/8/2009 8:20 PM
* [svn] Interface improvements. Code will need some cleaning up.substantialnoninfringinguser2009-05-134-25/+90
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8331 by cucc @ 5/8/2009 8:16 PM
* [svn] Weeks of local changes.substantialnoninfringinguser2009-05-137-41/+126
| | | | | | | | | | | - Import is now non-destructive - Parsers write output to a log file (path be specified in settings) - databaseReset.py content been divided into separate functions which can be called for varying levels of deletion and importing - control panel (view, template, urlpattern) added for deleting and importing - Logins and signup fixed - CaveArea model updated, view, hierarchical url patterns, and beginning of template added - New site style Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8324 by cucc @ 5/3/2009 5:56 AM
* [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-134-40/+20
| | | | | | | 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]substantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8304 by aaron @ 3/15/2009 11:12 PM
* [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] 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] Got QM pages working.substantialnoninfringinguser2009-05-132-1/+62
| | | | | Started scripts for exporting to old expo format. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8269 by aaron @ 3/12/2009 2:22 PM
* [svn] revert some of the changes (href element) so that the links worksubstantialnoninfringinguser2009-05-132-10/+14
| | | | 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-135-4/+6
| | | | | | | 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] Fixing what I broke.substantialnoninfringinguser2009-05-131-2/+2
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8256 by aaron @ 2/23/2009 1:05 PM
* [svn]substantialnoninfringinguser2009-05-132-1/+5
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8255 by aaron @ 2/23/2009 4:16 AM