Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Admin search and filters | Philip Sargent | 2025-02-09 | 1 | -15/+9 |
| | |||||
* | import order fixed by ruff | Philip Sargent | 2024-12-15 | 1 | -1/+1 |
| | |||||
* | Remove CaveSLug as a Class. Now each Cave has only one slug for sure. | Philip Sargent | 2024-07-12 | 1 | -2/+1 |
| | |||||
* | Removed class Area, use Cave.areacode Cave.subarea | Philip Sargent | 2023-09-10 | 1 | -2/+2 |
| | |||||
* | SurvexDirectory removed from active code | Philip Sargent | 2023-09-06 | 1 | -7/+6 |
| | |||||
* | Added CaveSlugs to Admin | Expo on server | 2023-07-08 | 1 | -1/+2 |
| | |||||
* | Much QM re-engineering | Philip Sargent | 2023-03-17 | 1 | -11/+11 |
| | |||||
* | ruf cleanup imports, bigly. | Philip Sargent | 2023-01-30 | 1 | -3/+0 |
| | |||||
* | ran 'black' to reformat all the core files | Philip Sargent | 2023-01-30 | 1 | -50/+63 |
| | |||||
* | Renaming class step 2 | Philip Sargent | 2023-01-30 | 1 | -4/+4 |
| | |||||
* | Moved Logbooks to separate model file | Philip Sargent | 2023-01-29 | 1 | -2/+3 |
| | |||||
* | separated out Model for wallet to its own file | Philip Sargent | 2023-01-29 | 1 | -2/+2 |
| | |||||
* | refactor to reduce db hits and fix *team | Philip Sargent | 2023-01-28 | 1 | -0/+2 |
| | |||||
* | sort imports using isort. tested. | Philip Sargent | 2023-01-19 | 1 | -5/+9 |
| | |||||
* | documenting fossils | Philip Sargent | 2022-03-23 | 1 | -7/+4 |
| | |||||
* | dwg upload and django admin extra search | Philip Sargent | 2021-05-05 | 1 | -6/+25 |
| | |||||
* | download logbook in standard HTML works | Philip Sargent | 2021-04-28 | 1 | -1/+1 |
| | |||||
* | rename ScansFolder class as Wallet | Philip Sargent | 2021-04-26 | 1 | -2/+2 |
| | |||||
* | Add new per-module ToDo texts | Philip Sargent | 2021-04-21 | 1 | -1/+1 |
| | |||||
* | renaming CSS files for clarity | Philip Sargent | 2021-04-15 | 1 | -3/+3 |
| | |||||
* | move models_survex to models/survex.py | Philip Sargent | 2021-04-13 | 1 | -1/+1 |
| | |||||
* | move models_caves to models/caves.py | Philip Sargent | 2021-04-13 | 1 | -1/+1 |
| | |||||
* | create core/models/ directroy | Philip Sargent | 2021-04-13 | 1 | -1/+1 |
| | |||||
* | login decorator moved into views & .gitignore | Philip Sargent | 2021-04-02 | 1 | -0/+6 |
| | |||||
* | move *_views files to /views/* | Philip Sargent | 2021-03-31 | 1 | -1/+1 |
| | |||||
* | remove commented out code, more comments | Philip Sargent | 2020-07-29 | 1 | -10/+2 |
| | |||||
* | Fixed QMs in Admin control panel &remv. OtherCave | Philip Sargent | 2020-07-23 | 1 | -5/+5 |
| | |||||
* | Commented-out unused CaveDescription object | Philip Sargent | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | remove NewSubCave | Philip Sargent | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Simple renaming too-similar variables | Philip Sargent | 2020-06-24 | 1 | -2/+2 |
| | |||||
* | rename SurvexScansFolders and tidy survex parser | Philip Sargent | 2020-06-23 | 1 | -2/+2 |
| | |||||
* | clean up import statements: more specific | Philip Sargent | 2020-06-22 | 1 | -22/+1 |
| | |||||
* | Remove unused Survey object | Philip Sargent | 2020-06-04 | 1 | -2/+2 |
| | |||||
* | Comment-out all ScannedImage objects | Philip Sargent | 2020-06-04 | 1 | -6/+6 |
| | |||||
* | Imposrt mad more specific | Philip Sargent | 2020-05-30 | 1 | -1/+2 |
| | |||||
* | Moved classes to models_caves and fixed imports | Philip Sargent | 2020-05-28 | 1 | -2/+4 |
| | |||||
* | __unicode__ to __str__ 2to3 conversion | Philip Sargent | 2020-05-26 | 1 | -2/+2 |
| | |||||
* | Remove PHOTOS_ROOT and DPhoto class | Philip Sargent | 2020-05-15 | 1 | -6/+7 |
| | |||||
* | Backed out changeset: 4552f42bdf54 | Sam Wenham | 2019-06-26 | 1 | -4/+3 |
| | |||||
* | Remove this stupid hard coded name match | Sam Wenham | 2019-06-26 | 1 | -3/+4 |
| | |||||
* | Fix CSRF issues in svx form | Sam Wenham | 2019-04-14 | 1 | -0/+1 |
| | | | | | | Set date formats Add DataIssue model and add errors to it to allow us to give people a list of stuff to fix | ||||
* | Remove the redundant render_with_context() as django now does this just with the | Sam Wenham | 2019-03-30 | 1 | -4/+4 |
| | | | | | render() shortcut Move from mimetype to content_type, missed in last commit | ||||
* | Prevent troggle adding the menu if there is one in the file | Sam Wenham | 2019-02-23 | 1 | -2/+19 |
| | | | | | Add a Docker compose file to bring up a dev troggle easily Various PEP improvments | ||||
* | Django 1.7 mostly working. Big refactor so probably bugs | Sam Wenham | 2018-04-15 | 1 | -3/+3 |
| | |||||
* | Fix templates to use system javascript for jquery, jquery-ui and | Wookey | 2014-09-11 | 1 | -1/+1 |
| | | | | jquery-ui themes | ||||
* | Prospecting guide and images and few minor other things. | expo | 2013-08-01 | 1 | -0/+1 |
| | |||||
* | Started removing foreignkeys to caves, to achieve greater flexability. Some ↵ | expo | 2012-08-12 | 1 | -2/+1 |
| | | | | log book entries stuff may be broken. Add ability to make new caves and entrances via website. | ||||
* | remove all the DOS linefeeds | Wookey | 2011-07-11 | 1 | -141/+141 |
| | |||||
* | Removed SurveyStation model (not SurvexStation) | Martin Green | 2011-07-10 | 1 | -1/+0 |
| | |||||
* | edit logbooks, new logbook format, increased database normalisation | Martin Green | 2011-05-01 | 1 | -3/+2 |
| |