Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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. | ||||
* | [svn] Edited wiki page through web user interface. | substantialnoninfringinguser | 2009-06-11 | 1 | -3/+13 |
| | |||||
* | [svn] Added detection of noinfo in cave parser. It sets the non_public flag ↵ | substantialnoninfringinguser | 2009-06-10 | 1 | -0/+5 |
| | | | | to true, and the view then shows nonpublic.html instead of the cave if the user isn't logged in. | ||||
* | [svn] Whoops, forgot the template during last commit. | substantialnoninfringinguser | 2009-06-10 | 2 | -0/+12 |
| | |||||
* | [svn] * Added non-public field for protecting copyright info etc. Field is ↵ | substantialnoninfringinguser | 2009-06-10 | 3 | -4/+11 |
| | | | | | | on all models but needs to be checked for in views. So far, only the cave view checks. * Added the Person wiki syntax which looks like [[person:John Doe]] | ||||
* | [svn] Fixed a bug with QMs with numbers between 1 and 10, and fixed the ↵ | substantialnoninfringinguser | 2009-06-10 | 8 | -46/+79 |
| | | | | links in the recent changes box. | ||||
* | [svn] Created wiki page through web user interface. | substantialnoninfringinguser | 2009-06-10 | 1 | -0/+16 |
| | |||||
* | [svn] * Added admin inlines for QMs in LogbookEntry model | substantialnoninfringinguser | 2009-06-10 | 7 | -23/+111 |
| | | | | | * Added QM list edit view * Fixed "recent changes" box on front page | ||||
* | [svn] | substantialnoninfringinguser | 2009-06-09 | 4 | -0/+0 |
| | |||||
* | [svn] backup settings | goatchurch | 2009-06-09 | 1 | -3/+24 |
| | |||||
* | [svn] fix the revert and css | goatchurch | 2009-06-09 | 2 | -3/+18 |
| | |||||
* | [svn] the ajax page | goatchurch | 2009-06-09 | 1 | -0/+18 |
| | |||||
* | [svn] codemirror | goatchurch | 2009-06-09 | 6 | -33/+229 |
| | |||||
* | [svn] fix logfile setting | substantialnoninfringinguser | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | [svn] Edited wiki page through web user interface. | substantialnoninfringinguser | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | [svn] Edited wiki page through web user interface. | substantialnoninfringinguser | 2009-06-09 | 1 | -1/+16 |
| | |||||
* | [svn] Created wiki page through web user interface. Lost the goddamn thing ↵ | substantialnoninfringinguser | 2009-06-09 | 1 | -0/+17 |
| | | | | twice now due to browser crash and stupid back button so it's not done but I'm saving it anyway! | ||||
* | [svn] Removed redundant fields "date" and "place" from Persontrip model. A ↵ | substantialnoninfringinguser | 2009-06-09 | 3 | -14/+27 |
| | | | | PersonTrip's date and place are stored in its parent LogbookEntry. PersonTrips are the people who participate in the trip in a LogbookEntry, so it would make no sense to have different dates and places from the LogbookEntry they are foreignkeyed to. |