summaryrefslogtreecommitdiffstats
path: root/settings.py
Commit message (Collapse)AuthorAgeFilesLines
...
* attempt to simplify wnt horribly wrongPhilip Sargent2020-06-061-0/+3
|
* Clean install with python3Philip Sargent2020-05-271-52/+26
|
* fix py3 bug and make settings import clearerPhilip Sargent2020-05-261-2/+1
|
* Convert codebase for python3 usagePhilip Sargent2020-05-241-9/+23
|
* removing imagekitPhilip Sargent2020-05-221-1/+1
|
* Remove PHOTOS_ROOT and DPhoto classPhilip Sargent2020-05-151-1/+1
|
* LoadPos not-found cache workingPhilip Sargent2020-04-281-1/+1
|
* getting the LoadPos to work betterPhilip Sargent2020-04-281-1/+1
|
* 2010 is html format not wiki format.Philip Sargent2020-04-121-1/+1
| | | | Or at least, now it is.
* added year 2019 to logbook parsingPhilip Sargent2020-02-171-0/+1
|
* Backed out changeset: 4552f42bdf54Sam Wenham2019-06-261-1/+1
|
* Remove this stupid hard coded name matchSam Wenham2019-06-261-1/+1
|
* Add expo.survex.com to ALLOWED_HOSTS in troggle settingsexpo on server2019-06-261-1/+1
|
* Add SURVEX_TOPNAME (top-level survex file) as a setting item in settings.py ↵expo on server2019-06-261-0/+3
| | | | so it's not hardcoded.
* Move cave and entrance data out of 'noinfo'expoonserver2019-04-011-2/+2
|
* Make the logbook parser a little more saneSam Wenham2019-03-061-0/+34
| | | | | | Move the parser to expo mapping to settings Set a default parser Iterate over the expo years rather than the mapping list!
* Stop django moaning about unit tests from pre 1.6, like we have any anyway!Sam Wenham2019-02-241-0/+2
|
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-151-18/+32
|
* Clean up indenting in modelsSam Wenham2018-04-141-0/+3
| | | | add registration required modules
* Upgrade to django 1.5, some functions have been changedSam Wenham2018-04-111-0/+1
| | | | | url in templates now requires quotes roung the first arg USE_TZ added
* Import Image from PIL to support newer pythonSam Wenham2018-04-101-1/+1
| | | | import the Django registration module rather than the troggle one
* Moved notable caves to settings.py, link to a script to fix permissionsexpo2015-06-211-0/+2
|
* Prospecting guide and images and few minor other things.expo2013-08-011-2/+2
|
* Add support for old and new (1.4 on) location for auth module.wookey2013-07-021-1/+6
|
* Add csrf token to registration formswookey2013-07-021-6/+1
|
* Start to change dataformat for caves, along with there editing. Start to ↵Martin Green2012-06-101-0/+2
| | | | change survex reader to cope better with equates/tags.
* Removed conversion to wiki, replaced Surveystation models with text, added ↵Martin Green2011-07-111-0/+1
| | | | area 1623 to all relevant caves.
* Get CSRF middleware to work on django 1.1- and 1.2+Martin Green2011-05-021-1/+7
|
* settings.PUBLIC_SITE, login required if public for logbook entry, CRCF ↵Martin Green2011-05-021-0/+1
| | | | middleware
* Added variables to configure TinyMCEMartin Green2011-05-011-1/+11
|
* [svn] override save for CaveDescriptions to scan qm wikilinks and add into ↵substantialnoninfringinguser2009-07-111-1/+1
| | | | the manytomany field linked_qms
* [svn] Remove old subcave model, along with mptt and feincms. Also move ↵substantialnoninfringinguser2009-07-041-2/+0
| | | | OtherCaveNames admin representation to an inline in Cave.
* [svn] Change to get js in admin work for feincmsmartin speleo2009-07-041-1/+1
|
* [svn]substantialnoninfringinguser2009-07-031-0/+2
|
* [svn] Renaming troggle.expo to troggle.core. To do this, used:substantialnoninfringinguser2009-07-021-3/+3
| | | | | | perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple)
* [svn] Updates to allow subcave tree with nice admin.substantialnoninfringinguser2009-05-211-0/+2
|
* [svn]substantialnoninfringinguser2009-05-191-1/+1
|
* [svn] semi ugly hack...substantialnoninfringinguser2009-05-151-2/+4
|
* [svn] Add: new generic object list template object_list.html, and ↵substantialnoninfringinguser2009-05-151-8/+6
| | | | 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] localsettings should override settings, so the import should be at the ↵substantialnoninfringinguser2009-05-141-1/+2
| | | | bottom of the file, unless someone has a better way of doing this
* [svn]substantialnoninfringinguser2009-05-141-4/+6
|
* [svn] Made the subcaves work! Now we just have to figure out how to parse ↵substantialnoninfringinguser2009-05-131-1/+1
| | | | | | them... Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8343 by cucc @ 5/11/2009 6:36 AM
* [svn]substantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8342 by cucc @ 5/11/2009 3:23 AM
* [svn] django-evolution is optional so shouldn't be in main settingssubstantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8340 by cucc @ 5/11/2009 3:18 AM
* [svn] Dynamic thumbnail generation for photos and survey scans using ↵substantialnoninfringinguser2009-05-131-3/+4
| | | | | | 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] django_evolution is a nice thing to have for development (allows ↵substantialnoninfringinguser2009-05-131-1/+1
| | | | | | updating db with changes to models without wiping whole tables) but for development and not deployment. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8325 by cucc @ 5/3/2009 6:11 AM
* [svn] Weeks of local changes.substantialnoninfringinguser2009-05-131-1/+2
| | | | | | | | | | | - 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]substantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8312 by aaron @ 3/27/2009 7:32 PM
* [svn] Smart url joiningsubstantialnoninfringinguser2009-05-131-5/+5
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8311 by aaron @ 3/27/2009 4:11 PM
* [svn] Temporary fix for double slash problemsubstantialnoninfringinguser2009-05-131-1/+2
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8310 by aaron @ 3/27/2009 3:58 PM