summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* [svn] minor logfile mistakesubstantialnoninfringinguser2009-05-212-3/+3
|
* [svn] allow the recreate tables thing on control panel to worksubstantialnoninfringinguser2009-05-212-2/+5
|
* [svn] fix minor logfile errorsubstantialnoninfringinguser2009-05-211-1/+3
|
* [svn]substantialnoninfringinguser2009-05-211-1/+2
|
* [svn] Updates to allow subcave tree with nice admin.substantialnoninfringinguser2009-05-2146-33/+1931
|
* [svn] forgot to add earliersubstantialnoninfringinguser2009-05-201-0/+8
|
* [svn]substantialnoninfringinguser2009-05-1917-95/+149
|
* [svn]substantialnoninfringinguser2009-05-184-1/+51
|
* [svn] Turn main menu into dropdown (well actually, drop up) menu.substantialnoninfringinguser2009-05-183-49/+73
|
* [svn] - Make control panel downloads (qm.csv for each cave, CAVETAB2.CSV) work.substantialnoninfringinguser2009-05-178-86/+96
| | | | - Fix problems in QM parsing script
* [svn] Make the workaround to avoid parsing interlaced pngs actually work ↵substantialnoninfringinguser2009-05-152-3/+6
| | | | (see issue # 14)
* [svn] semi ugly hack...substantialnoninfringinguser2009-05-151-2/+4
|
* [svn] Add: new generic object list template object_list.html, and ↵substantialnoninfringinguser2009-05-156-19/+40
| | | | convenience filter named "link" for making links from objects, and make expeditions list page using those two. Also, fixed survey parsing in databaseReset.py
* [svn] Forgot to upload with earlier commitsubstantialnoninfringinguser2009-05-142-7/+31
|
* [svn] localsettings should override settings, so the import should be at the ↵substantialnoninfringinguser2009-05-141-1/+2
| | | | bottom of the file, unless someone has a better way of doing this
* [svn]substantialnoninfringinguser2009-05-141-4/+6
|
* [svn] Fixed broken buttons on controlpanel, added CAVETAB2.CSV export and ↵substantialnoninfringinguser2009-05-147-16/+39
| | | | | | download buttons and made them work too. Changed ordering on PersonExpeditions so that it is based on their expedition. That way, even if we don't have date info on when a user was on expo exactly, pages like personindex work correctly.
* [svn] Add link to google code issue trackersubstantialnoninfringinguser2009-05-131-0/+2
|
* [svn] Made the subcaves work! Now we just have to figure out how to parse ↵substantialnoninfringinguser2009-05-136-18/+123
| | | | | | them... Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8343 by cucc @ 5/11/2009 6:36 AM