Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tidying and prep for python3 | Philip Sargent | 2020-05-24 | 2 | -18/+20 |
| | |||||
* | unused code commented out | Philip Sargent | 2020-05-24 | 1 | -131/+136 |
| | |||||
* | bugfix | Philip Sargent | 2020-05-20 | 1 | -2/+2 |
| | |||||
* | Indented msgs for recursive file traversal | Philip Sargent | 2020-05-15 | 1 | -16/+33 |
| | |||||
* | Remove PHOTOS_ROOT and DPhoto class | Philip Sargent | 2020-05-15 | 1 | -21/+22 |
| | |||||
* | add mysql startup documentation | Philip Sargent | 2020-05-14 | 1 | -1/+1 |
| | |||||
* | indent recursion and update comments | Philip Sargent | 2020-05-14 | 1 | -55/+81 |
| | |||||
* | adding *ref to troggle svx parser | Philip Sargent | 2020-05-13 | 1 | -9/+45 |
| | |||||
* | dbReset now loads into memory first (fast err checking), then into db | Philip Sargent | 2020-04-30 | 1 | -5/+23 |
| | |||||
* | getting the LoadPos to work better | Philip Sargent | 2020-04-28 | 1 | -11/+18 |
| | |||||
* | Understanding and speeding up LoadPos | Philip Sargent | 2020-04-28 | 2 | -17/+67 |
| | |||||
* | reducing clutter in output | Philip Sargent | 2020-04-28 | 1 | -20/+27 |
| | |||||
* | Thorough spring clean and profiling | Philip Sargent | 2020-04-27 | 3 | -11/+15 |
| | |||||
* | Dumps loaded data into a .sql file | Philip Sargent | 2020-04-16 | 1 | -1/+1 |
| | |||||
* | get the profile display working & bug fix | Philip Sargent | 2020-04-15 | 1 | -2/+2 |
| | |||||
* | bug fixed for new logbook | Philip Sargent | 2020-04-13 | 1 | -22/+21 |
| | |||||
* | 2010 is html format not wiki format. | Philip Sargent | 2020-04-12 | 1 | -2/+2 |
| | | | | Or at least, now it is. | ||||
* | New cacheing for parsed logbooks. All logbooks load in 75 seconds now. | Philip Sargent | 2020-04-12 | 1 | -21/+78 |
| | |||||
* | Fixed bad import of surveyscans references from tunnel files | Philip Sargent | 2020-04-11 | 1 | -7/+12 |
| | |||||
* | scanned image files importing | Philip Sargent | 2020-04-09 | 2 | -4/+16 |
| | |||||
* | Validation of mugshot or blrub file added | Philip Sargent | 2020-04-01 | 1 | -1/+7 |
| | |||||
* | debug for crashing tunnel import | Philip Sargent | 2020-02-25 | 1 | -0/+1 |
| | |||||
* | Changes needed to stop the survex parser having to go through the data twiceFaster-survex-parser | Sam Wenham | 2020-02-21 | 1 | -74/+178 |
| | | | | Taken from the Django 1.10 upgrade branch | ||||
* | Fixing logbooks with parse errors | Philip Sargent | 2020-02-20 | 1 | -1/+1 |
| | |||||
* | backport order of operations in reset() and change logbook parser to do ↵ | Philip Sargent | 2020-02-20 | 1 | -2/+2 |
| | | | | paragraphs differently | ||||
* | Allow comments against names in logbooks in brackets | Sam Wenham | 2019-07-11 | 2 | -6/+13 |
| | | | | Convert accent chars in names into simple chars as this is what people enter in the logbook | ||||
* | Just commit the logbook parser this time (can we move to git now!!!) | Sam Wenham | 2019-06-26 | 1 | -2/+2 |
| | |||||
* | Backed out changeset: 4552f42bdf54 | Sam Wenham | 2019-06-26 | 2 | -63/+15 |
| | |||||
* | Remove this stupid hard coded name match | Sam Wenham | 2019-06-26 | 2 | -15/+63 |
| | |||||
* | Add SURVEX_TOPNAME (top-level survex file) as a setting item in settings.py ↵ | expo on server | 2019-06-26 | 1 | -4/+4 |
| | | | | so it's not hardcoded. | ||||
* | Updating caves and entrances is no longer nuclear! | Sam Wenham | 2019-04-19 | 2 | -23/+50 |
| | | | | | | | | 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! | ||||
* | missed objects | Sam Wenham | 2019-04-18 | 1 | -1/+1 |
| | |||||
* | Clear data issues for logbooks before reloading | Sam Wenham | 2019-04-18 | 1 | -2/+6 |
| | |||||
* | Fix CSRF issues in svx form | Sam Wenham | 2019-04-14 | 2 | -8/+19 |
| | | | | | | Set date formats Add DataIssue model and add errors to it to allow us to give people a list of stuff to fix | ||||
* | Sort people by notability | Sam Wenham | 2019-04-02 | 2 | -4/+1 |
| | | | | | Better errors and tidy Nicer date formats | ||||
* | Merge lots of troggle fixes | Wookey | 2019-04-02 | 5 | -54/+46 |
|\ | |||||
| * | Better error messages | Sam Wenham | 2019-03-31 | 1 | -2/+2 |
| | | |||||
| * | Support html and wiki logbook entrys | Sam Wenham | 2019-03-31 | 4 | -40/+33 |
| | | | | | | | | | | | | Move nearest_station to nearest_station_name and make nearest_station a foreign key to SurvexStation Lots of tidying | ||||
| * | Update new management command for DB reset | Sam Wenham | 2019-03-30 | 2 | -12/+11 |
| | | | | | | | | | | | | Switch to content_type from mimetype Make DB reset not nuke so much Tidy logbook parser | ||||
* | | folk.csv has moved into 'folk' dir out of 'noinfo' | Wookey | 2019-04-02 | 1 | -1/+1 |
|/ | |||||
* | Fix people list | Sam Wenham | 2019-03-09 | 1 | -1/+1 |
| | | | | | | Cope with Jimmy McFoo as a name! Don't set the top expo value in the code whin it is piss easy to calculate Fix typo from last commit | ||||
* | There is no point having two functions do basicaly the same thing so make the | Sam Wenham | 2019-03-09 | 1 | -36/+3 |
| | | | | | load all logbooks call load logbook(expo) Remove the return message from load logbook as it isn't used | ||||
* | Make the logbook parser a little more sane | Sam Wenham | 2019-03-06 | 2 | -97/+120 |
| | | | | | | Move the parser to expo mapping to settings Set a default parser Iterate over the expo years rather than the mapping list! | ||||
* | Fix the All Survex page to work with 1623 area | Sam Wenham | 2019-02-25 | 1 | -2/+3 |
| | |||||
* | Deal better with the wallet letter number combo of 2019#X01 | Sam Wenham | 2019-02-24 | 1 | -4/+5 |
| | |||||
* | Fix survey scans | Sam Wenham | 2019-02-24 | 1 | -2/+2 |
| | | | | | Remove the assert for folders in survey wallets, this does mean currently they will be ignored by troggle. | ||||
* | Make the suryeys importer not explode | Sam Wenham | 2019-02-24 | 1 | -51/+60 |
| | |||||
* | Make things more compatiable with newer python | Sam Wenham | 2019-02-24 | 2 | -52/+62 |
| | | | | | | | 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 missing linefeed on survey-parsing error message | expoonserver | 2018-06-18 | 1 | -2/+2 |
| | |||||
* | Make sure that cave parser only reads .html files in cave_data dir (to stop ↵ | expoonserver | 2018-06-18 | 1 | -2/+3 |
| | | | | foo~ causing 'duplicate cave' error) |