summaryrefslogtreecommitdiffstats
path: root/core/views_other.py
Commit message (Collapse)AuthorAgeFilesLines
* move *_views files to /views/*Philip Sargent2021-03-311-197/+0
|
* Replace assert() with DataIssue messagePhilip Sargent2021-03-291-62/+2
|
* tidy render() callsPhilip Sargent2021-03-281-1/+1
|
* re-ordering middleware and logon systemPhilip Sargent2021-03-271-1/+5
|
* 404 fix attemptPhilip Sargent2021-03-251-0/+8
|
* Deleted archaisms and new commentsPhilip Sargent2020-08-021-47/+47
|
* 3dtopos to survexpos + commentsPhilip Sargent2020-07-201-8/+7
|
* avoiding problem with WSGI populate() errorPhilip Sargent2020-07-201-2/+17
|
* static files redonePhilip Sargent2020-06-181-3/+1
|
* clean up survexlegsPhilip Sargent2020-06-161-1/+1
|
* break recursive import cyclePhilip Sargent2020-06-161-31/+11
|
* import fixes & statistics tablePhilip Sargent2020-06-121-23/+0
|
* attempt to simplify wnt horribly wrongPhilip Sargent2020-06-061-1/+3
|
* dlete todo page, partly fix other url pagesPhilip Sargent2020-06-041-61/+49
|
* merge exptl & stats, delete millenial & eyecandyPhilip Sargent2020-06-041-1/+17
|
* Delete SURVEYS.CSV codePhilip Sargent2020-05-311-6/+0
|
* Import rejigging to fix circular refsPhilip Sargent2020-05-301-2/+2
|
* Moved classes to models_caves and fixed importsPhilip Sargent2020-05-281-3/+2
|
* Expunge cavetabPhilip Sargent2020-05-281-15/+10
|
* Convert codebase for python3 usagePhilip Sargent2020-05-241-2/+2
|
* Remove PHOTOS_ROOT and DPhoto classPhilip Sargent2020-05-151-3/+3
|
* dbReset now loads into memory first (fast err checking), then into dbPhilip Sargent2020-04-301-2/+3
|
* Remove the redundant render_with_context() as django now does this just with theSam Wenham2019-03-301-9/+9
| | | | | render() shortcut Move from mimetype to content_type, missed in last commit
* Update new management command for DB resetSam Wenham2019-03-301-19/+18
| | | | | | Switch to content_type from mimetype Make DB reset not nuke so much Tidy logbook parser
* Make things more compatiable with newer pythonSam Wenham2019-02-241-2/+2
| | | | | | | 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
* FileUploadForm does not work with django 1.7.expoonserver2018-06-171-3/+3
| | | | | It tries to use database during class initialisation. removed it for now - not sure if it's important...
* missed from last commitSam Wenham2018-04-151-1/+1
|
* remove all the DOS linefeedsWookey2011-07-111-282/+282
|
* Added editing of flat pages. Added slugfields to models to refer to them.Martin Green2011-06-021-1/+76
|
* tunnelfiles scheme addedgoatchurch2009-09-111-17/+0
|
* quick hack to make work in django1.0 Photo to DPhotogoatchurch2009-08-231-2/+2
|
* [svn] full checkin. animations disabled, sorrygoatchurch2009-07-271-5/+15
|
* [svn] Various bug fixes, using more raw_id fields in admin so it loads ↵substantialnoninfringinguser2009-07-221-13/+19
| | | | 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]substantialnoninfringinguser2009-07-171-2/+0
|
* [svn] only logged in users should see the tasks page thingsubstantialnoninfringinguser2009-07-151-1/+1
|
* [svn] not ready for that yetsubstantialnoninfringinguser2009-07-061-2/+2
|
* [svn] * Make Q< wikilinks work againsubstantialnoninfringinguser2009-07-061-4/+55
| | | | | * 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] * Adding JS fill in next QM number via ajax.substantialnoninfringinguser2009-07-041-8/+12
| | | | | * Slight models cleanup- get rid of TroggleImageModel class, use mixin instead. * Collect various troggle shared functions into utils.py
* [svn] Brief code cleanup.substantialnoninfringinguser2009-07-031-8/+8
|
* [svn] Renaming troggle.expo to troggle.core. To do this, used:substantialnoninfringinguser2009-07-021-0/+155
perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple)