substantialnoninfringinguser
|
f797dacb47
|
[svn] Removed redundant fields "date" and "place" from Persontrip model. A 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.
|
2009-06-09 00:29:00 +01:00 |
|
substantialnoninfringinguser
|
006becf6ca
|
[svn] Removed redundant fields "date" and "place" from Persontrip model. A 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.
|
2009-06-09 00:29:00 +01:00 |
|
substantialnoninfringinguser
|
d645660c50
|
[svn] Rewrote get_absolute_url methods of models to use urlparse.urljoin instead of just +ing the urls together. This fixes problems with double slashes.
|
2009-06-08 20:16:18 +01:00 |
|
substantialnoninfringinguser
|
012d948193
|
[svn] Rewrote get_absolute_url methods of models to use urlparse.urljoin instead of just +ing the urls together. This fixes problems with double slashes.
|
2009-06-08 20:16:18 +01:00 |
|
pjrharley
|
096f74a3f3
|
[svn] A few registration updates
-display an error for nonmatching passwords
-display an error for short passwords
-dont direct people to http://http://sitename....
|
2009-05-30 16:17:19 +01:00 |
|
pjrharley
|
a048adcdac
|
[svn] A few registration updates
-display an error for nonmatching passwords
-display an error for short passwords
-dont direct people to http://http://sitename....
|
2009-05-30 16:17:19 +01:00 |
|
substantialnoninfringinguser
|
4735edb9d0
|
[svn] Have control panel display an error for logged in, non-superuser users.
|
2009-05-24 23:24:59 +01:00 |
|
substantialnoninfringinguser
|
b091e8eb09
|
[svn] Have control panel display an error for logged in, non-superuser users.
|
2009-05-24 23:24:59 +01:00 |
|
pjrharley
|
18e080418f
|
[svn] Use the django compatability thing - webserver might have old python on it....
|
2009-05-23 21:13:53 +01:00 |
|
pjrharley
|
14b39d906c
|
[svn] Use the django compatability thing - webserver might have old python on it....
|
2009-05-23 21:13:53 +01:00 |
|
substantialnoninfringinguser
|
4ba77b9c2f
|
[svn] Fix mistakes in export admin actions. The python serializer only works on simple objects (lists, dicts etc) and not model instances so nix that part.
|
2009-05-23 20:46:10 +01:00 |
|
substantialnoninfringinguser
|
0508ba299c
|
[svn] Fix mistakes in export admin actions. The python serializer only works on simple objects (lists, dicts etc) and not model instances so nix that part.
|
2009-05-23 20:46:10 +01:00 |
|
substantialnoninfringinguser
|
470fe5a1d1
|
[svn] Re-enable JSON and XML export actions in admin pages now that troggle is using latest SVN version of Django.
|
2009-05-23 20:37:42 +01:00 |
|
substantialnoninfringinguser
|
02db5a9170
|
[svn] Re-enable JSON and XML export actions in admin pages now that troggle is using latest SVN version of Django.
|
2009-05-23 20:37:42 +01:00 |
|
substantialnoninfringinguser
|
32a7d5e79f
|
[svn] Fix broken admin link.
|
2009-05-23 20:06:05 +01:00 |
|
substantialnoninfringinguser
|
93a68ff43e
|
[svn] Fix broken admin link.
|
2009-05-23 20:06:05 +01:00 |
|
substantialnoninfringinguser
|
9006016bfd
|
[svn] fix imports
|
2009-05-23 16:51:21 +01:00 |
|
substantialnoninfringinguser
|
97e423ba86
|
[svn] fix imports
|
2009-05-23 16:51:21 +01:00 |
|
substantialnoninfringinguser
|
941ff3fdac
|
[svn] Created wiki page through web user interface.
|
2009-05-22 22:38:41 +01:00 |
|
substantialnoninfringinguser
|
3033f1eecd
|
[svn] Created wiki page through web user interface.
|
2009-05-22 22:38:41 +01:00 |
|
pjrharley
|
7e1bb9ed78
|
[svn] Dont say activation failed if it didn't\!
|
2009-05-22 21:02:48 +01:00 |
|
pjrharley
|
f4405a16f1
|
[svn] Dont say activation failed if it didn't\!
|
2009-05-22 21:02:48 +01:00 |
|
pjrharley
|
bcb013c4ce
|
[svn] Accidentally commited another change... so might as well add the template to go with it. Send activation email as text and html so the link is clickable
|
2009-05-22 21:02:24 +01:00 |
|
pjrharley
|
025b743070
|
[svn] Accidentally commited another change... so might as well add the template to go with it. Send activation email as text and html so the link is clickable
|
2009-05-22 21:02:24 +01:00 |
|
pjrharley
|
a50485729f
|
[svn] Use hashlib rather than depreciated sha
|
2009-05-22 20:59:03 +01:00 |
|
pjrharley
|
e27f5565cb
|
[svn] Use hashlib rather than depreciated sha
|
2009-05-22 20:59:03 +01:00 |
|
substantialnoninfringinguser
|
f573ffbb5d
|
[svn] Edited wiki page through web user interface.
|
2009-05-22 08:17:17 +01:00 |
|
substantialnoninfringinguser
|
7fe5cd6ede
|
[svn] Edited wiki page through web user interface.
|
2009-05-22 08:17:17 +01:00 |
|
substantialnoninfringinguser
|
e2affe7867
|
[svn] Edited wiki page through web user interface.
|
2009-05-22 07:59:37 +01:00 |
|
substantialnoninfringinguser
|
7052355596
|
[svn] Edited wiki page through web user interface.
|
2009-05-22 07:59:37 +01:00 |
|
substantialnoninfringinguser
|
5095282c59
|
[svn] Created wiki page through web user interface.
|
2009-05-22 07:58:58 +01:00 |
|
substantialnoninfringinguser
|
1e6d1a9f2f
|
[svn] Created wiki page through web user interface.
|
2009-05-22 07:58:58 +01:00 |
|
substantialnoninfringinguser
|
431e7226d9
|
[svn] Created wiki page through web user interface.
|
2009-05-22 07:47:11 +01:00 |
|
substantialnoninfringinguser
|
a776c6ba13
|
[svn] Created wiki page through web user interface.
|
2009-05-22 07:47:11 +01:00 |
|
substantialnoninfringinguser
|
3528f56b83
|
[svn] more survey binder updates
|
2009-05-22 06:49:13 +01:00 |
|
substantialnoninfringinguser
|
75f782ab71
|
[svn] more survey binder updates
|
2009-05-22 06:49:13 +01:00 |
|
substantialnoninfringinguser
|
a2154b411e
|
[svn] fix wrongly named template tags
|
2009-05-22 06:43:25 +01:00 |
|
substantialnoninfringinguser
|
832f56a6d0
|
[svn] fix wrongly named template tags
|
2009-05-22 06:43:25 +01:00 |
|
substantialnoninfringinguser
|
b774c42333
|
[svn] switched from dodgy manually writing to logfile to using python's logging module, which seems great
|
2009-05-22 06:17:24 +01:00 |
|
substantialnoninfringinguser
|
f6d3a7c84e
|
[svn] switched from dodgy manually writing to logfile to using python's logging module, which seems great
|
2009-05-22 06:17:24 +01:00 |
|
substantialnoninfringinguser
|
3784eb9720
|
[svn] - Remove feature (admin JSON / XML downloads) which won't work until 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.
|
2009-05-22 02:54:09 +01:00 |
|
substantialnoninfringinguser
|
7769a35f07
|
[svn] - Remove feature (admin JSON / XML downloads) which won't work until 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.
|
2009-05-22 02:54:09 +01:00 |
|
substantialnoninfringinguser
|
49ed6495ad
|
[svn] * Make subcave urls work.
* Add json and xml download to admin.
|
2009-05-22 01:50:16 +01:00 |
|
substantialnoninfringinguser
|
c38dfd20a1
|
[svn] * Make subcave urls work.
* Add json and xml download to admin.
|
2009-05-22 01:50:16 +01:00 |
|
substantialnoninfringinguser
|
9f13a58498
|
[svn] minor logfile mistake
|
2009-05-21 22:55:08 +01:00 |
|
substantialnoninfringinguser
|
83634fe95a
|
[svn] minor logfile mistake
|
2009-05-21 22:55:08 +01:00 |
|
substantialnoninfringinguser
|
06051fe7dc
|
[svn] allow the recreate tables thing on control panel to work
|
2009-05-21 20:46:24 +01:00 |
|
substantialnoninfringinguser
|
e336e9c770
|
[svn] allow the recreate tables thing on control panel to work
|
2009-05-21 20:46:24 +01:00 |
|
substantialnoninfringinguser
|
a24becd004
|
[svn] fix minor logfile error
|
2009-05-21 20:24:21 +01:00 |
|
substantialnoninfringinguser
|
3ac1169aa7
|
[svn] fix minor logfile error
|
2009-05-21 20:24:21 +01:00 |
|