Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn] some file reading things | goatchurch | 2009-07-27 | 10 | -67/+81 |
| | |||||
* | [svn] fix indexError bug julian found | substantialnoninfringinguser | 2009-07-22 | 1 | -5/+1 |
| | |||||
* | [svn] Various bug fixes, using more raw_id fields in admin so it loads ↵ | substantialnoninfringinguser | 2009-07-22 | 11 | -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] bugged | goatchurch | 2009-07-21 | 1 | -4/+7 |
| | |||||
* | [svn] | substantialnoninfringinguser | 2009-07-17 | 1 | -2/+0 |
| | |||||
* | [svn] * Make descriptions parser also replace links to descriptions from ↵ | substantialnoninfringinguser | 2009-07-16 | 5 | -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 thing | substantialnoninfringinguser | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | [svn] * wikilink to html for subcaves and cave descriptions | substantialnoninfringinguser | 2009-07-12 | 3 | -8/+16 |
| | | | | * fix header regex | ||||
* | [svn] Add regex to turn ==headers== into <h2>headers</2> | substantialnoninfringinguser | 2009-07-12 | 1 | -2/+13 |
| | |||||
* | [svn] override save for CaveDescriptions to scan qm wikilinks and add into ↵ | substantialnoninfringinguser | 2009-07-11 | 5 | -13/+35 |
| | | | | the manytomany field linked_qms | ||||
* | [svn] Make QM wikilinks work in new format, and fix cave description parser ↵ | substantialnoninfringinguser | 2009-07-09 | 3 | -9/+16 |
| | | | | to output working wikilinks. | ||||
* | [svn] not ready for that yet | substantialnoninfringinguser | 2009-07-06 | 1 | -2/+2 |
| | |||||
* | [svn] * Make Q< wikilinks work again | substantialnoninfringinguser | 2009-07-06 | 6 | -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 speleo | 2009-07-04 | 2 | -22/+24 |
| | | | | Changes views of qm model. | ||||
* | [svn] | substantialnoninfringinguser | 2009-07-04 | 1 | -1/+1 |
| | |||||
* | [svn] Remove old subcave model, along with mptt and feincms. Also move ↵ | substantialnoninfringinguser | 2009-07-04 | 45 | -1930/+9 |
| | | | | OtherCaveNames admin representation to an inline in Cave. | ||||
* | [svn] | substantialnoninfringinguser | 2009-07-04 | 1 | -0/+39 |
| | |||||
* | [svn] Initial and poor attempt at a view for cave descriptions. | martin speleo | 2009-07-04 | 3 | -4/+31 |
| | |||||
* | [svn] Pareser for cave descriptions | martin speleo | 2009-07-04 | 1 | -0/+38 |
| | |||||
* | [svn] Changed addToArgsSurveyStation such that it does not pass a ↵ | martin speleo | 2009-07-04 | 1 | -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 speleo | 2009-07-04 | 4 | -93/+133 |
| | | | | | Moved parser/cavetabs html_to_wiki function to utils.py Added databaseReset.py desc to refresh the cavedescriptions. | ||||
* | [svn] removed redundant import | martin speleo | 2009-07-04 | 1 | -1/+0 |
| | |||||
* | [svn] * Adding JS fill in next QM number via ajax. | substantialnoninfringinguser | 2009-07-04 | 9 | -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 speleo | 2009-07-04 | 3 | -2/+22 |
| | | | | Changed parsers/survex to read *title into subcave | ||||
* | [svn] Change to get js in admin work for feincms | martin speleo | 2009-07-04 | 1 | -1/+1 |
| | |||||
* | [svn] Fixed the following of *includes by adding white space to the end of ↵ | martin speleo | 2009-07-03 | 1 | -5/+5 |
| | | | | the regex. | ||||
* | [svn] | substantialnoninfringinguser | 2009-07-03 | 1 | -0/+2 |
| | |||||
* | [svn] Fixed setContentHeight to work properly for eye candy view, whilst ↵ | martin speleo | 2009-07-03 | 2 | -3/+4 |
| | | | | removing it from the non-eyecandy view | ||||
* | [svn] Remove broken import search | martin speleo | 2009-07-03 | 1 | -1/+0 |
| | |||||
* | [svn] | substantialnoninfringinguser | 2009-07-03 | 1 | -12/+0 |
| | |||||
* | [svn] Brief code cleanup. | substantialnoninfringinguser | 2009-07-03 | 17 | -207/+126 |
| | |||||
* | [svn] whoops | substantialnoninfringinguser | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | [svn] Use template block "related" for related objects. Various cleanup, fix ↵ | substantialnoninfringinguser | 2009-07-03 | 11 | -69/+56 |
| | | | | personexpedition date views. | ||||
* | [svn] More fallout of renaming expo to core. Also fix | substantialnoninfringinguser | 2009-07-02 | 1 | -2/+2 |
| | |||||
* | [svn] Fix leftover from expo -> core rename, and add databaseReset.py to ↵ | substantialnoninfringinguser | 2009-07-02 | 2 | -10/+14 |
| | | | | README.txt | ||||
* | [svn] Renaming troggle.expo to troggle.core. To do this, used: | substantialnoninfringinguser | 2009-07-02 | 33 | -41/+36 |
| | | | | | | perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple) | ||||
* | [svn] Add photos wiki syntaxes: e.g. | substantialnoninfringinguser | 2009-07-02 | 3 | -19/+45 |
| | | | | | | [[display:centre photo:andyc.jpg]] where centre is a class applied to image, and andyc.jpg is the filename of a Photo model instance. Image will be displayed as thumbnail with link to full size image. [[photo:andyc.jpg]] will produce a link to the admin page for the andyc.jpg Photo model instance. [[photo:andyc.jpg Title of the link]] will produce a link to the admin page for the andyc.jpg Photo model instance with link text "Title of the link" | ||||
* | [svn] Fixed accidental removal of fading in margin pictures from main page ↵ | martin speleo | 2009-06-28 | 3 | -17/+17 |
| | | | | | | | of eye candy site. Reduced non eye candy margins. Moved set contents style height function into main.js from being embeded js, and ran when eye candy is turned on. Remove style attribute when eye candy is turned back off. | ||||
* | [svn] Have different css for plain and eye candy views. | martin speleo | 2009-06-28 | 3 | -4/+426 |
| | |||||
* | [svn] horrid .svns copied accidentally | goatchurch | 2009-06-28 | 45 | -0/+8750 |
| | |||||
* | [svn] forgot to add directory | goatchurch | 2009-06-28 | 4 | -0/+2153 |
| | |||||
* | [svn] with command option | goatchurch | 2009-06-28 | 1 | -1/+7 |
| | |||||
* | [svn] Fixed small semantics issues stopping base.js working with IE. | martin speleo | 2009-06-28 | 5 | -34/+91 |
| | | | | | | Made toggle eyecandy persistent (using a cookie) Made toggle eyecandy turn off footer menu images Only load footer menu images if the eyecandy is being used. | ||||
* | [svn] Make header scroll with page because Julian said so | substantialnoninfringinguser | 2009-06-19 | 2 | -4/+4 |
| | |||||
* | [svn] Add readme with installation instructions. | substantialnoninfringinguser | 2009-06-19 | 1 | -0/+26 |
| | |||||
* | [svn] Adding logbook export features. Troggle can now produce .txt or .html ↵ | substantialnoninfringinguser | 2009-06-18 | 7 | -7/+125 |
| | | | | logbooks through the controlPanel or via an action in the LogbookEntry admin pages. | ||||
* | [svn] Whoops, forgot to add the file in last revision. | substantialnoninfringinguser | 2009-06-14 | 1 | -0/+48 |
| | |||||
* | [svn] Added beginnings subcaves parser. This required importing more ↵ | substantialnoninfringinguser | 2009-06-14 | 2 | -1/+9 |
| | | | | information from cavetab, namely the location where the main cave page appeared on the old expo website. | ||||
* | [svn] * Fix bugs that were causing broken wikilinks. *Add edit link to ↵ | substantialnoninfringinguser | 2009-06-12 | 7 | -15/+25 |
| | | | | mugshots. *make admin url trailing-slash tolerant | ||||
* | [svn] Just realized it makes no sense to have qms ticked off by a logbook ↵ | substantialnoninfringinguser | 2009-06-11 | 1 | -6/+2 |
| | | | | entry as an inline. Instead, we need some kind of drop down list where ticked off qms can be searched for and selected. Should be doable. |