summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [svn] Julian playing with the logbooks and expoyearssubstantialnoninfringinguser2009-05-131-0/+3
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8180 by julian @ 1/18/2009 3:59 PM
* [svn] Added a line to call the parser for surveys.csv and the scanned images.substantialnoninfringinguser2009-05-131-1/+2
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8156 by aaron @ 1/15/2009 11:25 PM
* [svn] Added new photo model.substantialnoninfringinguser2009-05-131-1/+1
| | | | | | | Logbook parser now looks for mugshots when adding people. If it finds an image, it adds a new photo model instance linked to that person. If it finds an html page, it adds the body text of that page as the person's "blurb" and then adds the mugshot. My interface web design isn't working, sorry. Need a blank slate on that one. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8150 by aaron @ 1/4/2009 2:06 PM
* [svn] Added QM model and parser. Had to merge models_cave.py and ↵substantialnoninfringinguser2009-05-131-2/+3
| | | | | | | models_logbooks.py into models.py. This is because logbook entries now have an optional foreign key to caves, and QMs have a required foreign key to a logbook entry of the trip that created them. So, the two files became circularly dependent. Also, the urls for the person model now allow lookups using their actual first and last name in the url instead of the primary key. We should do similar things for all models, maybe even using the url as a search which results in a page with multiple model instance results if the input is ambiguous (e.g. they only enter a first name). Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8093 by aaron @ 12/13/2008 11:17 PM
* [svn] add local settings filessubstantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8072 by julian @ 11/7/2008 9:09 AM