cucc
bc509a19b1
[svn r8334] Improve registration system.
...
Add jquery fade effects and quick search.
2009-05-10 07:23:55 +02:00
cucc
229c725aee
[svn r8333]
2009-05-08 22:20:30 +02:00
cucc
b451720a25
[svn r8332]
2009-05-08 22:17:52 +02:00
cucc
424f9fb7a9
[svn r8331] Interface improvements. Code will need some cleaning up.
2009-05-08 22:16:57 +02:00
cucc
5e78ef50f5
[svn r8328]
2009-05-03 08:33:21 +02:00
cucc
6f82f7f0e6
[svn r8327] fix it for real this time
2009-05-03 08:18:22 +02:00
cucc
9cabd7203e
[svn r8326] fix import naming mistake
2009-05-03 08:17:03 +02:00
cucc
a5b2db7206
[svn r8325] django_evolution is a nice thing to have for development (allows updating db with changes to models without wiping whole tables) but for development and not deployment.
2009-05-03 08:11:37 +02:00
cucc
c24359cb87
[svn r8324] Weeks of local changes.
...
- 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
2009-05-03 07:56:03 +02:00
cucc
cf70fd1c6e
[svn r8323] Minor update - mostly for testing
2009-05-03 01:36:45 +02:00
cucc
ad45173750
[svn r8322] updating
2009-05-02 23:29:34 +02:00
edvin
bdca36012e
[svn r8321] updating
2009-04-02 01:47:40 +02:00
edvin
13ca73dedc
[svn r8320] updating
2009-04-02 01:40:49 +02:00
edvin
473ff33fe7
[svn r8319] updating
2009-04-02 01:37:02 +02:00
edvin
b2b672d6d6
[svn r8318] updating
2009-04-02 01:36:52 +02:00
edvin
5bcec99274
[svn r8317] updating
2009-04-02 01:19:06 +02:00
aaron
a9e0e33d0f
[svn r8316] Persontrip wikilinks not ready yet
2009-03-30 19:26:02 +02:00
aaron
5876ccd5fc
[svn r8315] I worked on the trip_report view for a while before realizing it would 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
2009-03-30 09:50:56 +02:00
aaron
c9d1b31207
[svn r8314] Added wikilink hints to logbook admin page. Also added some inlines in admin
...
Change get_absolute_url methods to use reverse() to decouple from urlconf.
2009-03-30 09:24:17 +02:00
aaron
5438ce9d60
[svn r8313] Decoupled get_absolute_url methods from urlconf by using reverse()
2009-03-30 08:12:50 +02:00
aaron
0a0abd4f6e
[svn r8312]
2009-03-27 20:32:07 +01:00
aaron
e614e86d85
[svn r8311] Smart url joining
2009-03-27 17:11:41 +01:00
aaron
4ce8ca0a5e
[svn r8310] Temporary fix for double slash problem
2009-03-27 16:58:03 +01:00
aaron
d4bf076890
[svn r8309] Mistake in get_absolute_url for LogbookEntry
2009-03-16 21:22:00 +01:00
aaron
333705092f
[svn r8308] Logbook entries are now at /YYYY-MM-DD/slug .
...
Try editing a logbook entry title in the admin now. The django built in auto slug field is fun and javascripty.
2009-03-16 20:27:52 +01:00
aaron
6f62771552
[svn r8307] Up to late programming last night and forgot that not all logbookentries will have caves attached. The function I wrote for making the "add a qm link" was breaking stuff.
...
Fixed now.
2009-03-16 19:09:26 +01:00
aaron
5c84cc7674
[svn r8306] Revert change that won't work until we upgrade to django 1.1
2009-03-16 10:00:09 +01:00
aaron
bcd223bc71
[svn r8305] Added QM wiki markup. The format is [[cave:204 QM:2005-04A]] with the grade (A) being optional. The links color red if the QM does not exist, and in that case clicking on them goes to an admin add page with fields prepopulated.
...
Various other little things, e.g. filled in the footer with links.
2009-03-16 09:53:24 +01:00
aaron
e57ac77f24
[svn r8304]
2009-03-16 00:12:48 +01:00
julian
61e59bdd83
[svn r8303] fix year links
2009-03-15 23:44:40 +01:00
aaron
6c00de179d
[svn r8302] Revert part of my revert of Julian's revert! This was a harmless change.
2009-03-14 22:47:58 +01:00
aaron
8d7df20718
[svn r8279] Although I find the notability thing strange and a little offensive, I didn't mean to break it.
...
Fixed now.
2009-03-14 18:36:14 +01:00
aaron
cb70d8a0cb
[svn r8278] typo dammit
2009-03-14 17:20:51 +01:00
aaron
288df22e31
[svn r8277]
2009-03-14 17:09:41 +01:00
aaron
330ff681aa
[svn r8276] No go... maybe this will help? At a loss here...
2009-03-14 09:59:48 +01:00
aaron
0345d4d7f0
[svn r8275] Framos version is giving syntax error at line 1 of view_surveys.py
...
I don't see why it is a syntax error, but might as well change that line to the correct import statement and see if that helps.
2009-03-14 09:56:42 +01:00
aaron
97c9772696
[svn r8274] Reverted the reverts from 8267. Fixed the next / previous trip in personexpedition on the LogbookEntry template -- I had misunderstood what this was supposed to do last time I messed with it. This involved adding the methods PersonTrip.get_persons_next_trip and persons_previous_trip. Couldn't find any other broken things.
...
Kept the productive changes in 8267: extending the logbook parsing back to 1993, changing index page, changes to view_surveys.py
2009-03-14 09:38:55 +01:00
aaron
a2057e63f5
[svn r8273] Make qm table export script work
2009-03-14 05:16:00 +01:00
aaron
5ad01940f7
[svn r8272] Make cavetab output actually work.
2009-03-13 20:31:13 +01:00
aaron
811b0ab397
[svn r8271] fix my typo
2009-03-13 18:35:29 +01:00
aaron
4a9ebece31
[svn r8270] Got QM pages working.
...
Started scripts for exporting to old expo format.
2009-03-12 15:47:34 +01:00
aaron
17a7302afb
[svn r8269] Got QM pages working.
...
Started scripts for exporting to old expo format.
2009-03-12 15:22:21 +01:00
julian
f96195cdab
[svn r8268] parsing logbooks back to 1993
2009-03-11 11:44:38 +01:00
julian
9150ee1229
[svn r8267] revert some of the changes (href element) so that the links work
2009-03-11 11:44:15 +01:00
edvin
92595a9a87
[svn r8266] updating
2009-03-10 10:17:51 +01:00
edvin
98d954f76e
[svn r8265] updating
2009-03-04 12:49:41 +01:00
edvin
624daa131f
[svn r8264] updating
2009-03-04 12:42:54 +01:00
edvin
8f3f0a9014
[svn r8263] updating
2009-03-04 12:22:02 +01:00
julian
8473c4a2c3
[svn r8262] Further attempts to make troggle work on windows using surveys stored on an external server
...
settings.PHOTOS changed to setting.PHOTO_ROOT
Made databaseReset.py get info from external server if appropriate (hope this did not break linus disk based scripts)
Still needs more work, to get everything working
Auto create photos directory if it does not already exist
2009-03-02 02:30:45 +01:00
aaron
f5fdfe3793
[svn r8260] Added new abstract base class TroggleModel. Any fields or methods that need to be added to multiple models should be added here.
...
Added edit links to caves, people, logbook entries, and people.
2009-02-26 06:28:04 +01:00