summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow survey scans to be scrapped with a file in the top level directory of ↵Martin Green2011-05-011-4/+5
| | | | the year
* Added variables to configure TinyMCEMartin Green2011-05-011-1/+11
|
* Added files for jQuery to allow for UI and dynamic formsets.Martin Green2011-05-0116-0/+587
|
* Setup files for hg to ignore (*.pyc, db*, localsettings.py)Martin Green2011-05-011-0/+6
|
* rolled back a bad updategoatchurch2009-09-141-25/+122
|
* get survey scans into databaseexpo2009-09-143-134/+66
|
* make 2008 logbook correctly parsegoatchurch2009-09-148-63/+157
|
* able to save sketches up from tunnelgoatchurch2009-09-136-15/+84
|
* tunnelfiles scheme addedgoatchurch2009-09-1118-229/+273
|
* modelviz addedgoatchurch2009-09-119-31/+248
|
* survey scans features addedgoatchurch2009-09-1013-45/+206
|
* parsinggoatchurch2009-09-081-0/+4
|
* login required for saving survex filesgoatchurch2009-08-291-0/+1
|
* login required for saving survex filesgoatchurch2009-08-291-0/+1
|
* login required for saving survex filesgoatchurch2009-08-291-0/+1
|
* login required for saving survex filesgoatchurch2009-08-291-1/+1
|
* login required for saving survex filesgoatchurch2009-08-293-3/+643
|
* get rid of photoexpo2009-08-294-11/+15
|
* enable admin urlgoatchurch2009-08-291-1/+2
|
* remove dependence on latest djangogoatchurch2009-08-291-11/+12
|
* quick hack to make work in django1.0 Photo to DPhotogoatchurch2009-08-236-11/+12
|
* [svn] latest hacking for various statisticsgoatchurch2009-08-0516-99/+302
|
* [svn] now with ability to make new svx filegoatchurch2009-08-0118-259/+448
|
* [svn] full checkin. animations disabled, sorrygoatchurch2009-07-2711-173/+255
|
* [svn] some file reading thingsgoatchurch2009-07-2710-67/+81
|
* [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-2211-27/+37
| | | | 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]substantialnoninfringinguser2009-07-171-2/+0
|
* [svn] * Make descriptions parser also replace links to descriptions from ↵substantialnoninfringinguser2009-07-165-7/+35
| | | | | | Cave models' underground_descriptions with wikilinks for valid (existing) links * Make entrances searchable in admin by cave kataster number
* [svn] only logged in users should see the tasks page thingsubstantialnoninfringinguser2009-07-151-1/+1
|
* [svn] * wikilink to html for subcaves and cave descriptionssubstantialnoninfringinguser2009-07-123-8/+16
| | | | * fix header regex
* [svn] Add regex to turn ==headers== into <h2>headers</2>substantialnoninfringinguser2009-07-121-2/+13
|
* [svn] override save for CaveDescriptions to scan qm wikilinks and add into ↵substantialnoninfringinguser2009-07-115-13/+35
| | | | the manytomany field linked_qms
* [svn] Make QM wikilinks work in new format, and fix cave description parser ↵substantialnoninfringinguser2009-07-093-9/+16
| | | | to output working wikilinks.
* [svn] not ready for that yetsubstantialnoninfringinguser2009-07-061-2/+2
|
* [svn] * Make Q< wikilinks work againsubstantialnoninfringinguser2009-07-066-18/+140
| | | | | * 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] wiki_to_html changes.martin speleo2009-07-042-22/+24
| | | | Changes views of qm model.
* [svn]substantialnoninfringinguser2009-07-041-1/+1
|
* [svn] Remove old subcave model, along with mptt and feincms. Also move ↵substantialnoninfringinguser2009-07-0445-1930/+9
| | | | OtherCaveNames admin representation to an inline in Cave.
* [svn]substantialnoninfringinguser2009-07-041-0/+39
|
* [svn] Initial and poor attempt at a view for cave descriptions.martin speleo2009-07-043-4/+31
|
* [svn] Pareser for cave descriptionsmartin speleo2009-07-041-0/+38
|
* [svn] Changed addToArgsSurveyStation such that it does not pass a ↵martin speleo2009-07-041-4/+4
| | | | surveystation model to html_to_wiki. Which was unecessary as html_to_wiki returned it without modification. By removing it html_to_wiki can be cleaned up.
* [svn] Work on turn html pages into cavedescription models.py.martin speleo2009-07-044-93/+133
| | | | | Moved parser/cavetabs html_to_wiki function to utils.py Added databaseReset.py desc to refresh the cavedescriptions.
* [svn] removed redundant importmartin speleo2009-07-041-1/+0
|
* [svn] * Adding JS fill in next QM number via ajax.substantialnoninfringinguser2009-07-049-112/+154
| | | | | * Slight models cleanup- get rid of TroggleImageModel class, use mixin instead. * Collect various troggle shared functions into utils.py
* [svn] Added cavedescription and new subcave.martin speleo2009-07-043-2/+22
| | | | Changed parsers/survex to read *title into subcave
* [svn] Change to get js in admin work for feincmsmartin speleo2009-07-041-1/+1
|
* [svn] Fixed the following of *includes by adding white space to the end of ↵martin speleo2009-07-031-5/+5
| | | | the regex.