summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
Commit message (Collapse)AuthorAgeFilesLines
* Make the suryeys importer not explodeSam Wenham2019-02-241-4/+7
|
* Make things more compatiable with newer pythonSam Wenham2019-02-241-10/+10
| | | | | | | Fix the expeditions list Improvements to make it compatiable with django 1.8 Bump the years to add 2018 Update the .hgignore file to ignore junk
* Add 'troggle' namespace to databasereset.py so it runs in django >1.5expoonserver2018-06-171-1/+1
|
* django.setup needs to be run before any attempt to use databaseexpoonserver2018-06-171-2/+4
|
* imports must specify the application name i nlater django versions.expoonserver2018-06-161-1/+1
| | | | databasereset updated accordingly.
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-151-2/+2
|
* sysadmin to expouser for emailSam Wenham2015-07-011-1/+1
|
* Move expo user settings out of databasereset.py to localsettings where they ↵Sam Wenham2015-07-011-1/+4
| | | | really belong
* Don't put passwords in the repoexpo2015-06-241-1/+1
|
* Change password of 'expo' user created by databasereset script to match that ↵Wookey2015-05-251-1/+1
| | | | used elsewhere
* Change databasereset to use 'caves' instead of 'cavesnew' for reloading the ↵expo2014-07-281-2/+2
| | | | cave database
* Document 'cavesnew' option in databasereset.py - which just reads inwookey2013-10-071-1/+3
| | | | caves datafiles.
* merged in proper CSRF changes from serverWookey2013-07-021-7/+7
|\
| * Change database syntax to modern format as old style no longerWookey2013-07-021-7/+7
| | | | | | | | supported in django 1.4
* | Add 'people' option to DatabaseReset.py, to read in just the folk list after ↵wookey2013-07-021-0/+2
|/ | | | | | update. Not sure that it actually works mind...
* Add help command and usage info to databaseReset.pywookey2013-06-241-2/+21
|
* Started removing foreignkeys to caves, to achieve greater flexability. Some ↵expo2012-08-121-0/+10
| | | | log book entries stuff may be broken. Add ability to make new caves and entrances via website.
* Made a prospecting guide and fixed survex station description. Removed ↵Martin Green2012-08-101-20/+0
| | | | parsing of underground descriptions to wikis.
* no need to export to cavetab2 anymoreMartin Green2012-06-101-6/+0
|
* update caves from new cave file format not cavetab2.csvMartin Green2012-06-101-13/+1
|
* Start to change dataformat for caves, along with there editing. Start to ↵Martin Green2012-06-101-2/+28
| | | | change survex reader to cope better with equates/tags.
* remove all the DOS linefeedsWookey2011-07-111-217/+217
|
* Removed conversion to wiki, replaced Surveystation models with text, added ↵Martin Green2011-07-111-1/+16
| | | | area 1623 to all relevant caves.
* edit logbooks, new logbook format, increased database normalisationMartin Green2011-05-011-5/+70
|
* make 2008 logbook correctly parsegoatchurch2009-09-141-1/+1
|
* able to save sketches up from tunnelgoatchurch2009-09-131-1/+1
|
* tunnelfiles scheme addedgoatchurch2009-09-111-1/+9
|
* survey scans features addedgoatchurch2009-09-101-0/+8
|
* login required for saving survex filesgoatchurch2009-08-291-0/+1
|
* login required for saving survex filesgoatchurch2009-08-291-0/+1
|
* login required for saving survex filesgoatchurch2009-08-291-1/+1
|
* [svn] latest hacking for various statisticsgoatchurch2009-08-051-1/+4
|
* [svn] now with ability to make new svx filegoatchurch2009-08-011-1/+7
|
* [svn] * Make descriptions parser also replace links to descriptions from ↵substantialnoninfringinguser2009-07-161-0/+1
| | | | | | Cave models' underground_descriptions with wikilinks for valid (existing) links * Make entrances searchable in admin by cave kataster number
* [svn] Work on turn html pages into cavedescription models.py.martin speleo2009-07-041-3/+24
| | | | | Moved parser/cavetabs html_to_wiki function to utils.py Added databaseReset.py desc to refresh the cavedescriptions.
* [svn] with command optiongoatchurch2009-06-281-1/+7
|
* [svn] * Make subcave urls work.substantialnoninfringinguser2009-05-221-1/+7
| | | | * Add json and xml download to admin.
* [svn] minor logfile mistakesubstantialnoninfringinguser2009-05-211-2/+2
|
* [svn] fix minor logfile errorsubstantialnoninfringinguser2009-05-211-1/+3
|
* [svn]substantialnoninfringinguser2009-05-211-1/+2
|
* [svn] Updates to allow subcave tree with nice admin.substantialnoninfringinguser2009-05-211-1/+3
|
* [svn] - Make control panel downloads (qm.csv for each cave, CAVETAB2.CSV) work.substantialnoninfringinguser2009-05-171-4/+0
| | | | - Fix problems in QM parsing script
* [svn] Add: new generic object list template object_list.html, and ↵substantialnoninfringinguser2009-05-151-0/+1
| | | | 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] Fixed broken buttons on controlpanel, added CAVETAB2.CSV export and ↵substantialnoninfringinguser2009-05-141-1/+17
| | | | | | download buttons and made them work too. Changed ordering on PersonExpeditions so that it is based on their expedition. That way, even if we don't have date info on when a user was on expo exactly, pages like personindex work correctly.
* [svn] Weeks of local changes.substantialnoninfringinguser2009-05-131-26/+51
| | | | | | | | | | | - 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] Further attempts to make troggle work on windows using surveys stored ↵substantialnoninfringinguser2009-05-131-0/+4
| | | | | | | | | | | on an external server settings.PHOTOS changed to setting.PHOTO_ROOT Made databaseReset.py get info from external server if appropriate (hope this did not break linus disk based scripts) Still needs more work, to get everything working Auto create photos directory if it does not already exist Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8262 by julian @ 3/2/2009 1:30 AM
* [svn]substantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8245 by aaron @ 2/17/2009 1:09 AM
* [svn] cave maps to all logbook entry trips done theresubstantialnoninfringinguser2009-05-131-0/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8228 by julian @ 1/24/2009 11:59 PM
* [svn] move qm to ;latersubstantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8222 by julian @ 1/24/2009 2:07 PM
* [svn] survey block objectsubstantialnoninfringinguser2009-05-131-0/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8199 by julian @ 1/19/2009 12:22 AM