summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [svn]substantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8342 by cucc @ 5/11/2009 3:23 AM
* [svn]substantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8341 by cucc @ 5/11/2009 3:21 AM
* [svn] django-evolution is optional so shouldn't be in main settingssubstantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8340 by cucc @ 5/11/2009 3:18 AM
* [svn] Switch from photologue to imagekit. Less bloat.substantialnoninfringinguser2009-05-1312-0/+604
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8338 by cucc @ 5/11/2009 3:08 AM
* [svn] Dynamic thumbnail generation for photos and survey scans using ↵substantialnoninfringinguser2009-05-1311-39/+134
| | | | | | imagekit, further improving registration system, other misc. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8336 by cucc @ 5/10/2009 11:05 PM
* [svn] Fixes to deal with reorganization of expo surveys repository. Now that ↵substantialnoninfringinguser2009-05-134-46/+54
| | | | | | | survey scans and Surveys.csv are in different directories, we have two settings variables, settings.SURVEYS for the root of the survey repo, and settings.SURVEY_SCANS for the surveyscans directory. Fixed tab / indent muck in surveys parser. Commented out some "file abstraction" stuff for the time being. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8335 by cucc @ 5/10/2009 7:26 AM
* [svn] Improve registration system.substantialnoninfringinguser2009-05-1316-142/+470
| | | | | Add jquery fade effects and quick search. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8334 by cucc @ 5/10/2009 5:23 AM
* [svn]substantialnoninfringinguser2009-05-131-0/+40
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8333 by cucc @ 5/8/2009 8:20 PM
* [svn]substantialnoninfringinguser2009-05-131-0/+0
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8332 by cucc @ 5/8/2009 8:17 PM
* [svn] Interface improvements. Code will need some cleaning up.substantialnoninfringinguser2009-05-138-61/+145
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8331 by cucc @ 5/8/2009 8:16 PM
* [svn]substantialnoninfringinguser2009-05-131-0/+0
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8328 by cucc @ 5/3/2009 6:33 AM
* [svn] fix it for real this timesubstantialnoninfringinguser2009-05-134-4/+4
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8327 by cucc @ 5/3/2009 6:18 AM
* [svn] fix import naming mistakesubstantialnoninfringinguser2009-05-135-6/+27
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8326 by cucc @ 5/3/2009 6:17 AM
* [svn] django_evolution is a nice thing to have for development (allows ↵substantialnoninfringinguser2009-05-131-1/+1
| | | | | | updating db with changes to models without wiping whole tables) but for development and not deployment. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8325 by cucc @ 5/3/2009 6:11 AM
* [svn] Weeks of local changes.substantialnoninfringinguser2009-05-1325-271/+545
| | | | | | | | | | | - Import is now non-destructive - Parsers write output to a log file (path be specified in settings) - databaseReset.py content been divided into separate functions which can be called for varying levels of deletion and importing - control panel (view, template, urlpattern) added for deleting and importing - Logins and signup fixed - CaveArea model updated, view, hierarchical url patterns, and beginning of template added - New site style Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8324 by cucc @ 5/3/2009 5:56 AM
* [svn] Persontrip wikilinks not ready yetsubstantialnoninfringinguser2009-05-131-4/+4
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8316 by aaron @ 3/30/2009 5:26 PM
* [svn] I worked on the trip_report view for a while before realizing it would ↵substantialnoninfringinguser2009-05-131-1/+1
| | | | | | be easier to just customize the LogbookEntry admin view to achieve the same effect. I never meant to commit it, but it snuck in to the urls.py Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8315 by aaron @ 3/30/2009 7:50 AM
* [svn] Added wikilink hints to logbook admin page. Also added some inlines in ↵substantialnoninfringinguser2009-05-134-10/+67
| | | | | | | admin Change get_absolute_url methods to use reverse() to decouple from urlconf. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8314 by aaron @ 3/30/2009 7:24 AM
* [svn] Decoupled get_absolute_url methods from urlconf by using reverse()substantialnoninfringinguser2009-05-131-2/+5
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8313 by aaron @ 3/30/2009 6:12 AM
* [svn]substantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8312 by aaron @ 3/27/2009 7:32 PM
* [svn] Smart url joiningsubstantialnoninfringinguser2009-05-131-5/+5
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8311 by aaron @ 3/27/2009 4:11 PM
* [svn] Temporary fix for double slash problemsubstantialnoninfringinguser2009-05-131-1/+2
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8310 by aaron @ 3/27/2009 3:58 PM
* [svn] Mistake in get_absolute_url for LogbookEntrysubstantialnoninfringinguser2009-05-131-1/+1
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8309 by aaron @ 3/16/2009 8:22 PM