summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Fix CSRF issues in svx formSam Wenham2019-04-142-5/+5
| | | | | | 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 notabilitySam Wenham2019-04-023-5/+5
| | | | | Better errors and tidy Nicer date formats
* Support html and wiki logbook entrysSam Wenham2019-03-311-1/+6
| | | | | | Move nearest_station to nearest_station_name and make nearest_station a foreign key to SurvexStation Lots of tidying
* Remove the redundant render_with_context() as django now does this just with theSam Wenham2019-03-302-3/+4
| | | | | render() shortcut Move from mimetype to content_type, missed in last commit
* Update new management command for DB resetSam Wenham2019-03-301-1/+1
| | | | | | Switch to content_type from mimetype Make DB reset not nuke so much Tidy logbook parser
* Only show unofficial number if it's not already displayedWookey2019-03-271-3/+4
|
* Display temporary numbers on main cave index, when they exist.expoonserver2019-03-261-1/+1
|
* Remove the news section as it never gets updatedSam Wenham2019-03-103-28/+37
| | | | | Fix logbook entry so the edit link works Tidy the control panel page
* Remove jquery.min.js from troggle as it busts the footer menu. Yep troggle ↵Sam Wenham2019-03-091-1/+1
| | | | has a footer menu!!
* Fix people listSam Wenham2019-03-091-2/+2
| | | | | | 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 theSam Wenham2019-03-091-4/+0
| | | | | 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 saneSam Wenham2019-03-061-1/+1
| | | | | | Move the parser to expo mapping to settings Set a default parser Iterate over the expo years rather than the mapping list!
* Messing with millenialcaves.html or similarRad2019-02-261-8/+0
|
* Messing with millenialcaves.html or similarRad2019-02-261-0/+40
|
* Messing with millenialcaves.html or similarRad2019-02-261-9/+0
|
* Messing with millenialcaves.html or similarRad2019-02-261-8/+6
|
* Messing with millenialcaves.html or similarRad2019-02-261-10/+2
|
* Messing with millenialcaves.html or similarRad2019-02-261-0/+2
|
* Messing with millenialcaves.html or similarRad2019-02-261-27/+2
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* (no commit message)Rad2019-02-262-7/+3
|
* (no commit message)Rad2019-02-251-1/+1
|
* (no commit message)Rad2019-02-251-1/+1
|
* (no commit message)Rad2019-02-251-2/+2
|
* (no commit message)Rad2019-02-251-1/+4
|
* (no commit message)Rad2019-02-251-0/+3
|
* trying to add new fieldRad2019-02-251-0/+2
|
* added Rad's playgroundRad2019-02-251-0/+39
|
* change to tableRad2019-02-251-3/+3
|
* Make things more compatiable with newer pythonSam Wenham2019-02-243-5/+5
| | | | | | | 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
* Prevent troggle adding the menu if there is one in the fileSam Wenham2019-02-232-1/+23
| | | | | Add a Docker compose file to bring up a dev troggle easily Various PEP improvments
* Don't create years that aren't here yet troggle goes boomSam Wenham2018-06-201-1/+1
|
* Move the years on a bitSam Wenham2018-06-201-2/+2
|
* Fix the django for the spinny js cave viewer.Sam Wenham2018-04-201-1/+1
| | | | | 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
* Merge with django-upgradeSam Wenham2018-04-171-1/+435
|\
| * Add CaveView spinny caves view to each troggle cave pageexpoonserver2018-04-171-1/+435
| |
* | Upgrade to django 1.5, some functions have been changedSam Wenham2018-04-1130-98/+98
|/ | | | | url in templates now requires quotes roung the first arg USE_TZ added
* Update old website base URL in template from cucc.survex.com/expo to ↵Wookey2018-02-281-1/+1
| | | | expo.survex.com
* Bring troggle a little more up to dateSam Wenham2016-09-041-3/+5
|
* Fix cave pages to have entrances and description on one page.expo2016-07-021-10/+111
| | | | | Fixes broken links on description and entrance pages. Removes need for jquery-ui.
* Correct typo on cave and entrance template filesWookey2016-01-272-2/+2
| | | | ('If you edit this files...')
* Add a little styleSam Wenham2015-06-281-0/+9
|
* Remove unnecessary escape slashesSam Wenham2015-06-281-2/+2
|
* Added warnings that the database will need updating is cave or entrance data ↵expo2015-06-212-0/+2
| | | | files are modified
* Have different links for system js files and troggle js filesexpo2015-06-211-1/+1
|
* Merge in Sam's parser debuggingWookey2015-04-081-1/+1
|\