Steve Coast
63970defb0
only show map to actual user
2008-01-22 12:16:08 +00:00
Steve Coast
7dbc27fd67
Show nearby users map in account view page
2008-01-21 17:15:33 +00:00
Tom Hughes
b89ea4110d
Show comment counts in diary entry lists.
2008-01-18 18:26:19 +00:00
Tom Hughes
70a6ecee19
Get pagination links right.
2008-01-18 18:22:47 +00:00
Tom Hughes
691aab02fc
Add pagination to diary entry lists.
2008-01-18 18:20:15 +00:00
Richard Fairhurst
b387800234
maybe this will work
2008-01-18 16:39:10 +00:00
Tom Hughes
bb905aa285
Include a comment link in the diary RSS feed.
2008-01-18 10:43:21 +00:00
Tom Hughes
755b9711b5
Fix diary RSS feed.
2008-01-18 00:57:48 +00:00
Tom Hughes
8181cb4bf7
Add support for commenting on, and replying to, diary entries.
2008-01-17 23:12:25 +00:00
Richard Fairhurst
3eecc3ee5b
0.6c: bunch of minor improvements and bugfixes
2008-01-17 22:28:21 +00:00
Tom Hughes
c3bd1f113b
Tidy up message sensitisation a bit more, and add sensitisation of
...
information in the diary RSS feeds.
2008-01-16 10:02:42 +00:00
Tom Hughes
b416597507
Make the message reply link prefill the title with "Re: original title".
...
Closes #634 .
2008-01-15 19:05:17 +00:00
Tom Hughes
2eec60b575
Automatically convert links in diary postings into HTML links.
2008-01-15 18:31:23 +00:00
Tom Hughes
9f909d7447
Add a few more escape calls to prevent nasty HTML being rendered. Also
...
switch to using sanitize() instead of h() to escape message bodies. This
is not quite as safe as there is no guarantee that the HTML scanner it
uses will find everything, but is does allow benign HTML tags to be
displayed again.
2008-01-15 18:22:08 +00:00
Tom Hughes
1e54573bae
Escape message titles and bodies. This is an emergency fix as some genius
...
has decided to report this XSS problem to a public mailing list. Unfortunately
it means that some functionality (links in messages etc) has been lost for now.
2008-01-15 00:26:01 +00:00
Tom Hughes
bc309badb8
Point people at the wiki when GPX imports fail.
2008-01-10 12:15:34 +00:00
Tom Hughes
a31e61169c
Back out attempt to commit partial support for POIs as this is not at
...
all ready for prime time yet.
2008-01-08 18:23:56 +00:00
Nick Whitelegg
1c7998009f
began callback code for feature lookup
2008-01-07 20:44:16 +00:00
Nick Whitelegg
2e03861300
Began code for feature lookup: implemented code to respond to mouse click and latlon to non spherical Mercator (for the postgis database)
2008-01-07 20:25:12 +00:00
Tom Hughes
01f525c924
Fix typo. Closes #628 .
2008-01-06 13:14:44 +00:00
Tom Hughes
7fc2dbecd5
Migrate web site to use rails 2.0.1.
2008-01-06 12:17:58 +00:00
Tom Hughes
26f28764dc
Update the links when the active layers change.
...
Closes #622 .
2008-01-02 09:54:19 +00:00
Tom Hughes
15c492ebfe
Try and make asset tagging actually work.
2007-12-06 18:42:45 +00:00
Tom Hughes
c1299fbb35
Use the z13 key for z13 and over.
2007-12-05 12:15:41 +00:00
Tom Hughes
8225f0a6ea
Reenable trace uploads.
2007-12-01 00:34:55 +00:00
Tom Hughes
52276be4a9
Disable GPX uploads.
2007-11-30 18:49:55 +00:00
Tom Hughes
6d6c9ddc8c
Specify display_name and tag explicitly when generating pagination links
...
as they don't always seem to be default correctly. Closes #561 .
2007-11-30 01:27:14 +00:00
Tom Hughes
f5c9a41e87
Use the new OSM OpenLayers stuff.
2007-11-28 19:24:58 +00:00
Tom Hughes
cb330ffd7a
Force new users to enter their email address twice to try and avoid so
...
many incorrect email addresses with typos in...
2007-11-25 12:38:48 +00:00
Tom Hughes
7de4cb19b8
Wrap evaluation of default values for parameters inside the HTML escaping
...
as that causes nil to become "" hence defeating the conditional default.
2007-11-24 14:13:21 +00:00
Tom Hughes
2cbcabb3f6
HTML escape substituted parameter values to avoid injection attacks.
2007-11-23 00:49:55 +00:00
Tom Hughes
7b172efeb6
Don't indicate if a message has been read in the outbox view.
2007-11-21 23:54:14 +00:00
Mikel Maron
d736a158be
message outbox
2007-11-21 18:24:29 +00:00
Richard Fairhurst
a8333a38a2
Require data to be public before editing
2007-11-20 10:08:58 +00:00
Tom Hughes
0c90905495
Add a stylesheet targeted at print media to get nice printouts.
2007-11-07 22:26:10 +00:00
Tom Hughes
c3424e9cfb
Add warnings not to reply to message notifications directly.
2007-10-30 00:47:45 +00:00
Tom Hughes
877724813c
Fix tab breakage and make key update as zoom level changes.
2007-10-28 16:46:10 +00:00
Richard Fairhurst
a39ed81cd2
keys change depending on zoom level; force 210px sidebar width for keys
2007-10-28 15:22:15 +00:00
Richard Fairhurst
78e6578daa
Preparation for anon edit change
2007-10-27 21:47:59 +00:00
Tom Hughes
f2be4b9449
Patch from crschmidt to add an obvious permalink to the bottom right
...
corner of the slippy map. Tested on FF2, IE7, Opera and Safari.
Closes #566 .
2007-10-23 08:45:23 +00:00
Tom Hughes
b74477a57c
Don't try and print the distance to a friend that has not set a
...
home location. Closes #560 .
2007-10-12 13:03:08 +00:00
Dan Karran
60d8673e30
Reduce number of nearby people listed to the closest 5 by default, and show friends ahead of nearby people.
2007-10-10 19:22:16 +00:00
Tom Hughes
516aef5d07
Split out sidebar code from the search code so it can be reused for the
...
map key more cleanly.
2007-10-08 23:32:58 +00:00
Dan Karran
d320673cc7
Improving friend capabilities so you can now add and remove friends as you wish. Friends will be notified when you add them. You can view a list of friends on your profile page (which has been reorganised a little).
2007-10-08 22:21:15 +00:00
Richard Fairhurst
822e48850d
experimental pop-out map key
2007-10-08 22:10:26 +00:00
Tom Hughes
c2707d72e0
Fix typo in HTML version of account confirmation message.
2007-09-30 08:50:53 +00:00
Tom Hughes
e5018d8f08
Provide both HTML and plain text versions of account confirmation and
...
password reset emails to try and avoid problems with link truncation.
2007-09-26 23:01:11 +00:00
Tom Hughes
3db4ac9a8e
Improve consistency of trace upload forms and error handling.
...
Fixes #543 and #544 .
2007-09-25 23:18:32 +00:00
Tom Hughes
868ce8d467
Allow trace descriptions and tags to be edited.
2007-09-23 17:05:31 +00:00
Tom Hughes
5cd05017a3
Improve alert messages when database is offline.
2007-09-21 09:49:28 +00:00