Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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. | ||||
* | [svn] Rewrote get_absolute_url methods of models to use urlparse.urljoin ↵ | substantialnoninfringinguser | 2009-06-08 | 2 | -8/+14 |
| | | | | instead of just +ing the urls together. This fixes problems with double slashes. | ||||
* | [svn] A few registration updates | pjrharley | 2009-05-30 | 3 | -2/+7 |
| | | | | | | -display an error for nonmatching passwords -display an error for short passwords -dont direct people to http://http://sitename.... | ||||
* | [svn] Have control panel display an error for logged in, non-superuser users. | substantialnoninfringinguser | 2009-05-24 | 3 | -4/+17 |
| | |||||
* | [svn] Use the django compatability thing - webserver might have old python ↵ | pjrharley | 2009-05-23 | 2 | -6/+6 |
| | | | | on it.... | ||||
* | [svn] Fix mistakes in export admin actions. The python serializer only works ↵ | substantialnoninfringinguser | 2009-05-23 | 1 | -9/+2 |
| | | | | on simple objects (lists, dicts etc) and not model instances so nix that part. | ||||
* | [svn] Re-enable JSON and XML export actions in admin pages now that troggle ↵ | substantialnoninfringinguser | 2009-05-23 | 1 | -4/+3 |
| | | | | is using latest SVN version of Django. | ||||
* | [svn] Fix broken admin link. | substantialnoninfringinguser | 2009-05-23 | 1 | -1/+1 |
| | |||||
* | [svn] fix imports | substantialnoninfringinguser | 2009-05-23 | 1 | -6/+6 |
| | |||||
* | [svn] Created wiki page through web user interface. | substantialnoninfringinguser | 2009-05-22 | 1 | -0/+22 |
| | |||||
* | [svn] Dont say activation failed if it didn't\! | pjrharley | 2009-05-22 | 1 | -3/+3 |
| | |||||
* | [svn] Accidentally commited another change... so might as well add the ↵ | pjrharley | 2009-05-22 | 1 | -0/+10 |
| | | | | template to go with it. Send activation email as text and html so the link is clickable | ||||
* | [svn] Use hashlib rather than depreciated sha | pjrharley | 2009-05-22 | 2 | -10/+17 |
| | |||||
* | [svn] Edited wiki page through web user interface. | substantialnoninfringinguser | 2009-05-22 | 1 | -3/+11 |
| | |||||
* | [svn] Edited wiki page through web user interface. | substantialnoninfringinguser | 2009-05-22 | 1 | -1/+1 |
| | |||||
* | [svn] Created wiki page through web user interface. | substantialnoninfringinguser | 2009-05-22 | 1 | -0/+8 |
| | |||||
* | [svn] Created wiki page through web user interface. | substantialnoninfringinguser | 2009-05-22 | 1 | -0/+15 |
| | |||||
* | [svn] more survey binder updates | substantialnoninfringinguser | 2009-05-22 | 1 | -2/+4 |
| | |||||
* | [svn] fix wrongly named template tags | substantialnoninfringinguser | 2009-05-22 | 1 | -4/+4 |
| | |||||
* | [svn] switched from dodgy manually writing to logfile to using python's ↵ | substantialnoninfringinguser | 2009-05-22 | 5 | -45/+37 |
| | | | | logging module, which seems great | ||||
* | [svn] - Remove feature (admin JSON / XML downloads) which won't work until ↵ | substantialnoninfringinguser | 2009-05-22 | 35 | -4/+10699 |
| | | | | | | we have django 1.1 installed (works on my SVN version, but not on seagrass debian package version). - Copy feincms media to project so that we don't have to serve it separately. Also useful because we may want to customize it. | ||||
* | [svn] * Make subcave urls work. | substantialnoninfringinguser | 2009-05-22 | 7 | -8/+78 |
| | | | | * Add json and xml download to admin. |