summaryrefslogtreecommitdiffstats
path: root/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* moving save_carefully()Philip Sargent2021-04-131-173/+0
|
* creating core/utils.pyPhilip Sargent2021-04-121-8/+0
|
* Delete commented-out codePhilip Sargent2020-07-261-17/+1
|
* Commented-out unused CaveDescription objectPhilip Sargent2020-07-231-16/+15
|
* Module documentation docstringsPhilip Sargent2020-07-181-0/+12
|
* chaos monkeyPhilip Sargent2020-07-021-0/+8
|
* avoiding problem in KH QMs importPhilip Sargent2020-06-281-0/+4
|
* Fully working dj 1.11.29Philip Sargent2020-06-191-5/+14
|
* caves, scans, survex work in databaseRestPhilip Sargent2020-06-191-0/+1
|
* static files redonePhilip Sargent2020-06-181-2/+1
|
* Moved classes to models_caves and fixed importsPhilip Sargent2020-05-281-1/+1
|
* expung imagekit and clean import listsPhilip Sargent2020-05-281-4/+5
|
* Convert codebase for python3 usagePhilip Sargent2020-05-241-3/+3
|
* 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