summaryrefslogtreecommitdiffstats
path: root/templates/controlPanel.html
Commit message (Collapse)AuthorAgeFilesLines
* Remove the news section as it never gets updatedSam Wenham2019-03-101-16/+36
| | | | | 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-3/+3
| | | | | url in templates now requires quotes roung the first arg USE_TZ added
* remove all the DOS linefeedsWookey2011-07-111-156/+156
|
* [svn] Adding logbook export features. Troggle can now produce .txt or .html ↵substantialnoninfringinguser2009-06-181-2/+41
| | | | logbooks through the controlPanel or via an action in the LogbookEntry admin pages.
* [svn] Have control panel display an error for logged in, non-superuser users.substantialnoninfringinguser2009-05-241-2/+8
|
* [svn] switched from dodgy manually writing to logfile to using python's ↵substantialnoninfringinguser2009-05-221-1/+1
| | | | logging module, which seems great
* [svn] allow the recreate tables thing on control panel to worksubstantialnoninfringinguser2009-05-211-1/+1
|
* [svn]substantialnoninfringinguser2009-05-191-6/+21
|
* [svn] - Make control panel downloads (qm.csv for each cave, CAVETAB2.CSV) work.substantialnoninfringinguser2009-05-171-4/+42
| | | | - Fix problems in QM parsing script
* [svn] Forgot to upload with earlier commitsubstantialnoninfringinguser2009-05-141-5/+27
|
* [svn] Dynamic thumbnail generation for photos and survey scans using ↵substantialnoninfringinguser2009-05-131-1/+1
| | | | | | 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] Weeks of local changes.substantialnoninfringinguser2009-05-131-0/+37
- 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