Commit Graph

201 Commits

Author SHA1 Message Date
Sam Wenham 23df89cf31 Fix CSRF issues in svx form
Set date formats
Add DataIssue model and add errors to it to allow us to give people a list of
stuff to fix
2019-04-14 22:45:31 +01:00
Sam Wenham d1d0c24ed8 Sort people by notability
Better errors and tidy
Nicer date formats
2019-04-02 02:04:38 +01:00
Sam Wenham 9df91b221b Support html and wiki logbook entrys
Move nearest_station to nearest_station_name and make nearest_station a foreign
key to SurvexStation
Lots of tidying
2019-03-31 15:39:53 +01:00
Sam Wenham 64a4842dcb Remove the redundant render_with_context() as django now does this just with the
render() shortcut
Move from mimetype to content_type, missed in last commit
2019-03-30 17:02:07 +00:00
Sam Wenham a4532a29da Update new management command for DB reset
Switch to content_type from mimetype
Make DB reset not nuke so much
Tidy logbook parser
2019-03-30 13:58:38 +00:00
Wookey 705dd51f30 Only show unofficial number if it's not already displayed 2019-03-27 01:59:09 +00:00
expoonserver f8be510509 Display temporary numbers on main cave index, when they exist. 2019-03-26 23:58:27 +00:00
Sam Wenham 121f0a6aac Remove the news section as it never gets updated
Fix logbook entry so the edit link works
Tidy the control panel page
2019-03-10 11:05:57 +00:00
Sam Wenham 8932bdc466 Remove jquery.min.js from troggle as it busts the footer menu. Yep troggle has a footer menu!! 2019-03-09 19:32:00 +00:00
Sam Wenham b4296f1736 Fix people list
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
2019-03-09 18:21:10 +00:00
Sam Wenham 1bac650aee There is no point having two functions do basicaly the same thing so make the
load all logbooks call load logbook(expo)
Remove the return message from load logbook as it isn't used
2019-03-09 11:18:44 +00:00
Sam Wenham 9fc80bed35 Make the logbook parser a little more sane
Move the parser to expo mapping to settings
Set a default parser
Iterate over the expo years rather than the mapping list!
2019-03-06 23:20:34 +00:00
RadostW 4148ece133 Messing with millenialcaves.html or similar 2019-02-26 12:07:45 +00:00
RadostW 53513b812b Messing with millenialcaves.html or similar 2019-02-26 12:01:55 +00:00
RadostW 622d523c98 Messing with millenialcaves.html or similar 2019-02-26 01:12:14 +00:00
RadostW a397eb9d00 Messing with millenialcaves.html or similar 2019-02-26 00:48:34 +00:00
RadostW b2adc285b6 Messing with millenialcaves.html or similar 2019-02-26 00:45:56 +00:00
RadostW 8af604262d Messing with millenialcaves.html or similar 2019-02-26 00:43:46 +00:00
RadostW b33ca2b290 Messing with millenialcaves.html or similar 2019-02-26 00:43:05 +00:00
RadostW 5154c0d8e5 Messing with millenialcaves.html or similar 2019-02-26 00:29:16 +00:00
RadostW b01fcc3a6d Messing with millenialcaves.html or similar 2019-02-26 00:23:23 +00:00
RadostW e8585bec42 Messing with millenialcaves.html or similar 2019-02-26 00:22:58 +00:00
RadostW e5fa636776 Messing with millenialcaves.html or similar 2019-02-26 00:17:56 +00:00
RadostW 6beaf4afdd Messing with millenialcaves.html or similar 2019-02-26 00:17:11 +00:00
RadostW 3254ba1443 2019-02-26 00:00:34 +00:00
RadostW 4c3d0ce7fa 2019-02-25 23:55:06 +00:00
RadostW a99afe07c6 2019-02-25 23:53:19 +00:00
RadostW 73bb60eff9 2019-02-25 23:52:47 +00:00
RadostW 0a214c5d4b 2019-02-25 23:51:26 +00:00
RadostW 3746dab5de 2019-02-25 23:46:52 +00:00
RadostW ee2cd0d391 trying to add new field 2019-02-25 23:40:53 +00:00
RadostW 78a5f656b9 added Rad's playground 2019-02-25 22:24:33 +00:00
RadostW becfaa1504 change to table 2019-02-25 20:58:32 +00:00
Sam Wenham 4ad5b68433 Make things more compatiable with newer python
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
2019-02-24 13:03:34 +00:00
Sam Wenham a1f02e575f Prevent troggle adding the menu if there is one in the file
Add a Docker compose file to bring up a dev troggle easily
Various PEP improvments
2019-02-23 15:30:58 +00:00
Sam Wenham f58b1db920 Don't create years that aren't here yet troggle goes boom 2018-06-20 18:14:13 +01:00
Sam Wenham 3d2ac06a72 Move the years on a bit 2018-06-20 18:11:12 +01:00
Sam Wenham 46124a770f Fix the django for the spinny js cave viewer.
Make the paths settings (don't hard code things like this!!)
Add " round spinny urls from the late merge (the rest were done for the move off 1.4.2
2018-04-20 20:55:12 +01:00
Sam Wenham 6f6327d267 Merge with django-upgrade 2018-04-17 22:19:20 +01:00
expoonserver 6710a469ee Add CaveView spinny caves view to each troggle cave page 2018-04-17 21:57:02 +01:00
Sam Wenham ffb5d7bdda Upgrade to django 1.5, some functions have been changed
url in templates now requires quotes roung the first arg
USE_TZ added
2018-04-11 22:02:57 +01:00
Wookey f0e1406c5f Update old website base URL in template from cucc.survex.com/expo to expo.survex.com 2018-02-28 15:55:00 +00:00
Sam Wenham 27fca090fc Bring troggle a little more up to date 2016-09-04 13:47:26 +01:00
expo 716131f005 Fix cave pages to have entrances and description on one page.
Fixes broken links on description and entrance pages.
Removes need for jquery-ui.
2016-07-02 23:42:47 +01:00
Wookey edc6591554 Correct typo on cave and entrance template files
('If you edit this files...')
2016-01-27 04:24:44 +00:00
Sam Wenham 480541ae54 Add a little style 2015-06-28 13:52:33 +01:00
Sam Wenham 60303d041c Remove unnecessary escape slashes 2015-06-28 13:46:28 +01:00
expo a4651eaa0a Added warnings that the database will need updating is cave or entrance data files are modified 2015-06-21 15:11:51 +01:00
expo 4771f52b20 Have different links for system js files and troggle js files 2015-06-21 15:06:44 +01:00
Wookey d29fe2ee1c Merge in Sam's parser debugging 2015-04-08 03:27:48 +01:00