summaryrefslogtreecommitdiffstats
path: root/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Just removing dud whitespacedjango-1.10Sam Wenham2020-02-241-10/+10
|
* Part one of getting troggle to work with django 1.10Sam Wenham2019-07-161-2/+2
| | | | Major rework of how survex is processed
* Remove the redundant render_with_context() as django now does this just with theSam Wenham2019-03-301-15/+1
| | | | | render() shortcut Move from mimetype to content_type, missed in last commit
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-151-7/+7
|
* undosify lineendsWookey2011-07-111-178/+178
|
* [svn] full checkin. animations disabled, sorrygoatchurch2009-07-271-1/+1
|
* [svn] fix indexError bug julian foundsubstantialnoninfringinguser2009-07-221-5/+1
|
* [svn] Various bug fixes, using more raw_id fields in admin so it loads ↵substantialnoninfringinguser2009-07-221-5/+7
| | | | 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] buggedgoatchurch2009-07-211-4/+7
|
* [svn] * Make descriptions parser also replace links to descriptions from ↵substantialnoninfringinguser2009-07-161-3/+20
| | | | | | Cave models' underground_descriptions with wikilinks for valid (existing) links * Make entrances searchable in admin by cave kataster number
* [svn] * wikilink to html for subcaves and cave descriptionssubstantialnoninfringinguser2009-07-121-1/+1
| | | | * fix header regex
* [svn] override save for CaveDescriptions to scan qm wikilinks and add into ↵substantialnoninfringinguser2009-07-111-7/+7
| | | | the manytomany field linked_qms
* [svn] Make QM wikilinks work in new format, and fix cave description parser ↵substantialnoninfringinguser2009-07-091-2/+2
| | | | to output working wikilinks.
* [svn] Work on turn html pages into cavedescription models.py.martin speleo2009-07-041-6/+97
| | | | | Moved parser/cavetabs html_to_wiki function to utils.py Added databaseReset.py desc to refresh the cavedescriptions.
* [svn] Brief code cleanup.substantialnoninfringinguser2009-07-031-0/+69