summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn] Add photos wiki syntaxes: e.g.substantialnoninfringinguser2009-07-023-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 speleo2009-06-283-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 speleo2009-06-283-4/+426
|
* [svn] with command optiongoatchurch2009-06-281-1/+7
|
* [svn] Fixed small semantics issues stopping base.js working with IE.martin speleo2009-06-285-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 sosubstantialnoninfringinguser2009-06-192-4/+4
|
* [svn] Add readme with installation instructions.substantialnoninfringinguser2009-06-191-0/+26
|
* [svn] Adding logbook export features. Troggle can now produce .txt or .html ↵substantialnoninfringinguser2009-06-187-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.substantialnoninfringinguser2009-06-141-0/+48
|
* [svn] Added beginnings subcaves parser. This required importing more ↵substantialnoninfringinguser2009-06-142-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 ↵substantialnoninfringinguser2009-06-127-15/+25
| | | | mugshots. *make admin url trailing-slash tolerant
* [svn] Just realized it makes no sense to have qms ticked off by a logbook ↵substantialnoninfringinguser2009-06-111-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.substantialnoninfringinguser2009-06-111-3/+13
|
* [svn] Added detection of noinfo in cave parser. It sets the non_public flag ↵substantialnoninfringinguser2009-06-101-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.substantialnoninfringinguser2009-06-102-0/+12
|
* [svn] * Added non-public field for protecting copyright info etc. Field is ↵substantialnoninfringinguser2009-06-103-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 ↵substantialnoninfringinguser2009-06-108-46/+79
| | | | links in the recent changes box.
* [svn] Created wiki page through web user interface.substantialnoninfringinguser2009-06-101-0/+16
|
* [svn] * Added admin inlines for QMs in LogbookEntry modelsubstantialnoninfringinguser2009-06-107-23/+111
| | | | | * Added QM list edit view * Fixed "recent changes" box on front page
* [svn]substantialnoninfringinguser2009-06-094-0/+0
|
* [svn] backup settingsgoatchurch2009-06-091-3/+24
|
* [svn] fix the revert and cssgoatchurch2009-06-092-3/+18
|
* [svn] the ajax pagegoatchurch2009-06-091-0/+18
|
* [svn] codemirrorgoatchurch2009-06-096-33/+229
|
* [svn] fix logfile settingsubstantialnoninfringinguser2009-06-091-1/+1
|
* [svn] Edited wiki page through web user interface.substantialnoninfringinguser2009-06-091-1/+1
|
* [svn] Edited wiki page through web user interface.substantialnoninfringinguser2009-06-091-1/+16
|
* [svn] Created wiki page through web user interface. Lost the goddamn thing ↵substantialnoninfringinguser2009-06-091-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 ↵substantialnoninfringinguser2009-06-093-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 ↵substantialnoninfringinguser2009-06-082-8/+14
| | | | instead of just +ing the urls together. This fixes problems with double slashes.
* [svn] A few registration updatespjrharley2009-05-303-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.substantialnoninfringinguser2009-05-243-4/+17
|
* [svn] Use the django compatability thing - webserver might have old python ↵pjrharley2009-05-232-6/+6
| | | | on it....
* [svn] Fix mistakes in export admin actions. The python serializer only works ↵substantialnoninfringinguser2009-05-231-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 ↵substantialnoninfringinguser2009-05-231-4/+3
| | | | is using latest SVN version of Django.
* [svn] Fix broken admin link.substantialnoninfringinguser2009-05-231-1/+1
|
* [svn] fix importssubstantialnoninfringinguser2009-05-231-6/+6
|
* [svn] Created wiki page through web user interface.substantialnoninfringinguser2009-05-221-0/+22
|
* [svn] Dont say activation failed if it didn't\!pjrharley2009-05-221-3/+3
|
* [svn] Accidentally commited another change... so might as well add the ↵pjrharley2009-05-221-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 shapjrharley2009-05-222-10/+17
|
* [svn] Edited wiki page through web user interface.substantialnoninfringinguser2009-05-221-3/+11
|
* [svn] Edited wiki page through web user interface.substantialnoninfringinguser2009-05-221-1/+1
|
* [svn] Created wiki page through web user interface.substantialnoninfringinguser2009-05-221-0/+8
|
* [svn] Created wiki page through web user interface.substantialnoninfringinguser2009-05-221-0/+15
|
* [svn] more survey binder updatessubstantialnoninfringinguser2009-05-221-2/+4
|
* [svn] fix wrongly named template tagssubstantialnoninfringinguser2009-05-221-4/+4
|
* [svn] switched from dodgy manually writing to logfile to using python's ↵substantialnoninfringinguser2009-05-225-45/+37
| | | | logging module, which seems great
* [svn] - Remove feature (admin JSON / XML downloads) which won't work until ↵substantialnoninfringinguser2009-05-2233-4/+1786
| | | | | | 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.substantialnoninfringinguser2009-05-227-8/+78
| | | | * Add json and xml download to admin.