Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move *_views files to /views/* | Philip Sargent | 2021-03-31 | 1 | -197/+0 |
| | |||||
* | Replace assert() with DataIssue message | Philip Sargent | 2021-03-29 | 1 | -62/+2 |
| | |||||
* | tidy render() calls | Philip Sargent | 2021-03-28 | 1 | -1/+1 |
| | |||||
* | re-ordering middleware and logon system | Philip Sargent | 2021-03-27 | 1 | -1/+5 |
| | |||||
* | 404 fix attempt | Philip Sargent | 2021-03-25 | 1 | -0/+8 |
| | |||||
* | Deleted archaisms and new comments | Philip Sargent | 2020-08-02 | 1 | -47/+47 |
| | |||||
* | 3dtopos to survexpos + comments | Philip Sargent | 2020-07-20 | 1 | -8/+7 |
| | |||||
* | avoiding problem with WSGI populate() error | Philip Sargent | 2020-07-20 | 1 | -2/+17 |
| | |||||
* | static files redone | Philip Sargent | 2020-06-18 | 1 | -3/+1 |
| | |||||
* | clean up survexlegs | Philip Sargent | 2020-06-16 | 1 | -1/+1 |
| | |||||
* | break recursive import cycle | Philip Sargent | 2020-06-16 | 1 | -31/+11 |
| | |||||
* | import fixes & statistics table | Philip Sargent | 2020-06-12 | 1 | -23/+0 |
| | |||||
* | attempt to simplify wnt horribly wrong | Philip Sargent | 2020-06-06 | 1 | -1/+3 |
| | |||||
* | dlete todo page, partly fix other url pages | Philip Sargent | 2020-06-04 | 1 | -61/+49 |
| | |||||
* | merge exptl & stats, delete millenial & eyecandy | Philip Sargent | 2020-06-04 | 1 | -1/+17 |
| | |||||
* | Delete SURVEYS.CSV code | Philip Sargent | 2020-05-31 | 1 | -6/+0 |
| | |||||
* | Import rejigging to fix circular refs | Philip Sargent | 2020-05-30 | 1 | -2/+2 |
| | |||||
* | Moved classes to models_caves and fixed imports | Philip Sargent | 2020-05-28 | 1 | -3/+2 |
| | |||||
* | Expunge cavetab | Philip Sargent | 2020-05-28 | 1 | -15/+10 |
| | |||||
* | Convert codebase for python3 usage | Philip Sargent | 2020-05-24 | 1 | -2/+2 |
| | |||||
* | Remove PHOTOS_ROOT and DPhoto class | Philip Sargent | 2020-05-15 | 1 | -3/+3 |
| | |||||
* | dbReset now loads into memory first (fast err checking), then into db | Philip Sargent | 2020-04-30 | 1 | -2/+3 |
| | |||||
* | Remove the redundant render_with_context() as django now does this just with the | Sam Wenham | 2019-03-30 | 1 | -9/+9 |
| | | | | | render() shortcut Move from mimetype to content_type, missed in last commit | ||||
* | Update new management command for DB reset | Sam Wenham | 2019-03-30 | 1 | -19/+18 |
| | | | | | | Switch to content_type from mimetype Make DB reset not nuke so much Tidy logbook parser | ||||
* | Make things more compatiable with newer python | Sam Wenham | 2019-02-24 | 1 | -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. | expoonserver | 2018-06-17 | 1 | -3/+3 |
| | | | | | It tries to use database during class initialisation. removed it for now - not sure if it's important... | ||||
* | missed from last commit | Sam Wenham | 2018-04-15 | 1 | -1/+1 |
| | |||||
* | remove all the DOS linefeeds | Wookey | 2011-07-11 | 1 | -282/+282 |
| | |||||
* | Added editing of flat pages. Added slugfields to models to refer to them. | Martin Green | 2011-06-02 | 1 | -1/+76 |
| | |||||
* | tunnelfiles scheme added | goatchurch | 2009-09-11 | 1 | -17/+0 |
| | |||||
* | quick hack to make work in django1.0 Photo to DPhoto | goatchurch | 2009-08-23 | 1 | -2/+2 |
| | |||||
* | [svn] full checkin. animations disabled, sorry | goatchurch | 2009-07-27 | 1 | -5/+15 |
| | |||||
* | [svn] Various bug fixes, using more raw_id fields in admin so it loads ↵ | substantialnoninfringinguser | 2009-07-22 | 1 | -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] | substantialnoninfringinguser | 2009-07-17 | 1 | -2/+0 |
| | |||||
* | [svn] only logged in users should see the tasks page thing | substantialnoninfringinguser | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | [svn] not ready for that yet | substantialnoninfringinguser | 2009-07-06 | 1 | -2/+2 |
| | |||||
* | [svn] * Make Q< wikilinks work again | substantialnoninfringinguser | 2009-07-06 | 1 | -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. | substantialnoninfringinguser | 2009-07-04 | 1 | -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. | substantialnoninfringinguser | 2009-07-03 | 1 | -8/+8 |
| | |||||
* | [svn] Renaming troggle.expo to troggle.core. To do this, used: | substantialnoninfringinguser | 2009-07-02 | 1 | -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) |