Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix renaming reload to reinit | Philip Sargent | 2020-05-14 | 1 | -2/+2 | |
| | ||||||
* | typo | Philip Sargent | 2020-05-14 | 1 | -6/+6 | |
| | ||||||
* | indent recursion and update comments | Philip Sargent | 2020-05-14 | 1 | -14/+20 | |
| | ||||||
* | skip fast pass option added as default | Philip Sargent | 2020-05-13 | 1 | -52/+18 | |
| | ||||||
* | tryng django 1.7 recommended change syncdb to migrate | Philip Sargent | 2020-05-13 | 1 | -3/+5 | |
| | ||||||
* | still not expunged MySQL connection | Philip Sargent | 2020-05-13 | 1 | -0/+1 | |
| | ||||||
* | more thorough reset before running :memory: | Philip Sargent | 2020-05-13 | 1 | -4/+15 | |
| | ||||||
* | more thorough reset between dbs | Philip Sargent | 2020-05-13 | 1 | -0/+7 | |
| | ||||||
* | adding *ref to troggle svx parser | Philip Sargent | 2020-05-13 | 1 | -3/+5 | |
| | ||||||
* | dbReset now loads into memory first (fast err checking), then into db | Philip Sargent | 2020-04-30 | 1 | -30/+96 | |
| | ||||||
* | LoadPos not-found cache working | Philip Sargent | 2020-04-28 | 1 | -1/+2 | |
| | ||||||
* | Understanding and speeding up LoadPos | Philip Sargent | 2020-04-28 | 1 | -9/+14 | |
| | ||||||
* | reducing clutter in output | Philip Sargent | 2020-04-28 | 1 | -16/+17 | |
| | ||||||
* | Thorough spring clean and profiling | Philip Sargent | 2020-04-27 | 1 | -73/+113 | |
| | ||||||
* | adding sync to databaseRest and cleaning a template | Philip Sargent | 2020-04-19 | 1 | -1/+11 | |
| | ||||||
* | Dumps loaded data into a .sql file | Philip Sargent | 2020-04-16 | 1 | -70/+66 | |
| | ||||||
* | get the profile display working & bug fix | Philip Sargent | 2020-04-15 | 1 | -16/+22 | |
| | ||||||
* | Made a jobqueue to time how long importing takes | Philip Sargent | 2020-04-15 | 1 | -17/+127 | |
| | ||||||
* | More tidying | Philip Sargent | 2020-04-14 | 1 | -36/+30 | |
| | ||||||
* | Tidy formatting prior to adding some new stuff | Philip Sargent | 2020-04-14 | 1 | -42/+22 | |
| | ||||||
* | New cacheing for parsed logbooks. All logbooks load in 75 seconds now. | Philip Sargent | 2020-04-12 | 1 | -9/+6 | |
| | ||||||
* | Fixed bad import of surveyscans references from tunnel files | Philip Sargent | 2020-04-11 | 1 | -4/+4 | |
| | ||||||
* | scanned image files importing | Philip Sargent | 2020-04-09 | 1 | -2/+2 | |
| | ||||||
* | add shortcut for logbooks & note explaining notability metric | Philip Sargent | 2020-02-24 | 1 | -1/+5 | |
| | ||||||
* | typo | Philip Sargent | 2020-02-21 | 1 | -1/+2 | |
| | ||||||
* | forgot a bit | Philip Sargent | 2020-02-21 | 1 | -1/+2 | |
| | ||||||
* | added rebuild command option | Philip Sargent | 2020-02-21 | 1 | -0/+10 | |
| | ||||||
* | We don't want troggle trying to write out the files | Sam Wenham | 2020-02-20 | 1 | -9/+0 | |
| | ||||||
* | Minor text and whitespace fixes | Wookey | 2020-02-20 | 1 | -7/+3 | |
| | ||||||
* | Move survex parsing later in the process as it tends to run out of memory | Wookey | 2020-02-20 | 1 | -1/+1 | |
| | ||||||
* | typo | Philip Sargent | 2020-02-19 | 1 | -5/+5 | |
| | ||||||
* | typos fix and more description | Philip Sargent | 2020-02-19 | 1 | -5/+4 | |
| | ||||||
* | making in-code documentation strings match what actually happens | Philip Sargent | 2020-02-19 | 1 | -5/+8 | |
| | ||||||
* | Backed out changeset: 4552f42bdf54 | Sam Wenham | 2019-06-26 | 1 | -3/+1 | |
| | ||||||
* | Remove this stupid hard coded name match | Sam Wenham | 2019-06-26 | 1 | -1/+3 | |
| | ||||||
* | Updating caves and entrances is no longer nuclear! | Sam Wenham | 2019-04-19 | 1 | -4/+1 | |
| | | | | | | | | Big overhaul of people processing, fullname added to the model lastname is now names -1 unless you only have one (yes you Wookey) this allows for Jon Arne Toft and Wookey to live it the same DB names can now have html chars in them, this should be real unicode but that can only happen when we go to Python 3! | |||||
* | Update new management command for DB reset | Sam Wenham | 2019-03-30 | 1 | -10/+10 | |
| | | | | | | Switch to content_type from mimetype Make DB reset not nuke so much Tidy logbook parser | |||||
* | Add reload_db option to databaseReset.py | expoonserver | 2019-03-26 | 1 | -0/+2 | |
| | ||||||
* | Make the suryeys importer not explode | Sam Wenham | 2019-02-24 | 1 | -4/+7 | |
| | ||||||
* | Make things more compatiable with newer python | Sam Wenham | 2019-02-24 | 1 | -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.5 | expoonserver | 2018-06-17 | 1 | -1/+1 | |
| | ||||||
* | django.setup needs to be run before any attempt to use database | expoonserver | 2018-06-17 | 1 | -2/+4 | |
| | ||||||
* | imports must specify the application name i nlater django versions. | expoonserver | 2018-06-16 | 1 | -1/+1 | |
| | | | | databasereset updated accordingly. | |||||
* | Django 1.7 mostly working. Big refactor so probably bugs | Sam Wenham | 2018-04-15 | 1 | -2/+2 | |
| | ||||||
* | sysadmin to expouser for email | Sam Wenham | 2015-07-01 | 1 | -1/+1 | |
| | ||||||
* | Move expo user settings out of databasereset.py to localsettings where they ↵ | Sam Wenham | 2015-07-01 | 1 | -1/+4 | |
| | | | | really belong | |||||
* | Don't put passwords in the repo | expo | 2015-06-24 | 1 | -1/+1 | |
| | ||||||
* | Change password of 'expo' user created by databasereset script to match that ↵ | Wookey | 2015-05-25 | 1 | -1/+1 | |
| | | | | used elsewhere | |||||
* | Change databasereset to use 'caves' instead of 'cavesnew' for reloading the ↵ | expo | 2014-07-28 | 1 | -2/+2 | |
| | | | | cave database | |||||
* | Document 'cavesnew' option in databasereset.py - which just reads in | wookey | 2013-10-07 | 1 | -1/+3 | |
| | | | | caves datafiles. |