summaryrefslogtreecommitdiffstats
path: root/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-0/+5
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* (no commit message)Rad2019-02-251-2/+1
|
* tab/space fixRad2019-02-251-1/+1
|
* added Rad's playgroundRad2019-02-251-1/+4
|
* Fix survey scansSam Wenham2019-02-241-1/+1
| | | | | Remove the assert for folders in survey wallets, this does mean currently they will be ignored by troggle.
* Make things more compatiable with newer pythonSam Wenham2019-02-241-1/+1
| | | | | | | 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
* Revert urls.py as it contains Django 1.8 upgrade codeSam Wenham2019-02-231-1/+1
|
* Prevent troggle adding the menu if there is one in the fileSam Wenham2019-02-231-1/+1
| | | | | Add a Docker compose file to bring up a dev troggle easily Various PEP improvments
* Merge with django-upgradeSam Wenham2018-04-171-0/+1
|\
| * Add CaveView spinny caves view to each troggle cave pageexpoonserver2018-04-171-0/+1
| |
* | More cleanup and modernisationSam Wenham2018-04-141-2/+2
| |
* | Upgrade to django 1.5, some functions have been changedSam Wenham2018-04-111-3/+3
|/ | | | | url in templates now requires quotes roung the first arg USE_TZ added
* Tidy up urls file a littleWookey2014-05-141-3/+3
|
* Prospecting guide and images and few minor other things.expo2013-08-011-0/+2
|
* Remove jgtfile URLs (presumably no longer needed)expoonserver2012-09-081-2/+2
|
* MergeMartin2012-08-141-2/+2
|\
| * Bug fixing of cave and entrance forms removal of slugsMartin2012-08-141-2/+2
| |
* | fixed spellingMartin2012-08-141-1/+1
|/
* Started removing foreignkeys to caves, to achieve greater flexability. Some ↵expo2012-08-121-0/+3
| | | | log book entries stuff may be broken. Add ability to make new caves and entrances via website.
* Made a prospecting guide and fixed survex station description. Removed ↵Martin Green2012-08-101-1/+2
| | | | parsing of underground descriptions to wikis.
* Looks like photos have been added by editing urls.py.ExpoOnServer2012-06-101-0/+3
|
* Start to change dataformat for caves, along with there editing. Start to ↵Martin Green2012-06-101-1/+3
| | | | change survex reader to cope better with equates/tags.
* Render a cave editing page. Nb it does not do save anything yet.Martin Green2012-01-071-2/+2
|
* rest of martin's changes, without reverting lineend issuesWookey2011-07-111-149/+149
|\
| * undosify lineendsWookey2011-07-111-149/+149
| |
* | Moved troggle main page to /troggle added a link in flat pages.Martin Green2011-07-111-1/+1
|/ | | | Now / takes you to the expoweb index page
* Split up tags such that they use ajaxMartin Green2011-07-111-2/+6
|
* Add ability to views caves via their cave slug. Not recommended until links ↵Martin Green2011-07-101-0/+1
| | | | are fixed.
* Added editing of flat pages. Added slugfields to models to refer to them.Martin Green2011-06-021-0/+9
|
* Added ability to host website not at the root, eg. http://m.com/troggle/Martin Green2011-05-021-1/+6
|
* edit logbooks, new logbook format, increased database normalisationMartin Green2011-05-011-0/+5
|
* make 2008 logbook correctly parsegoatchurch2009-09-141-0/+2
|
* able to save sketches up from tunnelgoatchurch2009-09-131-0/+3
|
* tunnelfiles scheme addedgoatchurch2009-09-111-3/+2
|
* survey scans features addedgoatchurch2009-09-101-5/+11
|
* get rid of photoexpo2009-08-291-0/+4
|
* enable admin urlgoatchurch2009-08-291-1/+2
|
* quick hack to make work in django1.0 Photo to DPhotogoatchurch2009-08-231-1/+1
|
* [svn] latest hacking for various statisticsgoatchurch2009-08-051-6/+12
|
* [svn] now with ability to make new svx filegoatchurch2009-08-011-1/+4
|
* [svn] full checkin. animations disabled, sorrygoatchurch2009-07-271-10/+13
|
* [svn] Various bug fixes, using more raw_id fields in admin so it loads ↵substantialnoninfringinguser2009-07-221-1/+2
| | | | faster. I had to put onLoad="contentHeight();" back into the base template. This is a bad solution, I would rather use Martin's, but it wasn't working.
* [svn] * Make Q< wikilinks work againsubstantialnoninfringinguser2009-07-061-1/+3
| | | | | * Add new ajax bit in LogbookEntry admin which checks for QMs not in wikilink format and allows one click fixes. Soon to be expanded to check for wikilinks that aren't in foreignkey. * Tweaks to admin including using raw_id_fields for PersonExpedition & other foreignkeyed models with lots of instances.
* [svn] Remove old subcave model, along with mptt and feincms. Also move ↵substantialnoninfringinguser2009-07-041-1/+1
| | | | OtherCaveNames admin representation to an inline in Cave.
* [svn] Initial and poor attempt at a view for cave descriptions.martin speleo2009-07-041-2/+3
|
* [svn] * Adding JS fill in next QM number via ajax.substantialnoninfringinguser2009-07-041-4/+3
| | | | | * Slight models cleanup- get rid of TroggleImageModel class, use mixin instead. * Collect various troggle shared functions into utils.py
* [svn] Renaming troggle.expo to troggle.core. To do this, used:substantialnoninfringinguser2009-07-021-4/+4
| | | | | | perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple)
* [svn] Fixed small semantics issues stopping base.js working with IE.martin speleo2009-06-281-3/+4
| | | | | | Made toggle eyecandy persistent (using a cookie) Made toggle eyecandy turn off footer menu images Only load footer menu images if the eyecandy is being used.