Commit graph

2682 commits

Author SHA1 Message Date
Tom Hughes
8815700a77 Rework AJAX stuff to work on IE. 2008-04-18 22:12:50 +00:00
Tom Hughes
2f925b9197 Remove spurious comma that was breaking Safari. 2008-04-18 17:33:09 +00:00
Tom Hughes
836f46f9f7 Fix broken close tag that was breaking Opera. 2008-04-18 17:32:47 +00:00
Tom Hughes
016e43e596 Move user diaries link to the tab bar as it changes what is displayed
in the main frame, and everything else which does that is on the tab bar.
2008-04-17 23:30:30 +00:00
Tom Hughes
b7d8360a27 Default export format based on selected base layer. 2008-04-17 23:10:35 +00:00
Tom Hughes
083cb994d7 Fill in license details. 2008-04-17 23:05:57 +00:00
Tom Hughes
45a77397f3 Make the /export URL work. 2008-04-17 17:47:15 +00:00
Tom Hughes
4cc400de43 Merged 7296:7388 from rails_port trunk. 2008-04-16 23:52:32 +00:00
Tom Hughes
599c48227a Ajaxify the export tab. 2008-04-16 23:45:16 +00:00
Tom Hughes
f4fa8ed40e Fix setPosition(). 2008-04-16 17:59:05 +00:00
Tom Hughes
b8c500cdbc Get rid of our reprojection code and use OpenLayers reprojection instead. 2008-04-16 17:18:45 +00:00
Tom Hughes
d13ef1db02 More work on export tab. 2008-04-14 23:46:10 +00:00
Tom Hughes
2c66491e00 Reflect any changes made to the bounds in the map. 2008-04-09 18:14:30 +00:00
Tom Hughes
f1c0834c5c Disable OSM export when the area is too large. 2008-04-08 18:38:43 +00:00
Tom Hughes
1df50231fa Commit initial work on export tab. 2008-04-07 23:23:15 +00:00
Richard Fairhurst
1878369474 permit uninserted tracks to be edited 2008-03-30 00:27:29 +00:00
Richard Fairhurst
4ebf47b734 0.8a 2008-03-30 00:17:24 +00:00
Tom Hughes
a03c584a98 Resize the map div when the page load is complete (via onload) in case the
page layout has changed since the initial sizing by the deferred script.
2008-03-07 00:26:57 +00:00
Tom Hughes
58082d128a Fix typo. 2008-03-04 21:24:14 +00:00
Tom Hughes
a473b4ebd9 Use defer="defer" rather than onload to try and speed up page loading. 2008-03-04 18:18:59 +00:00
Tom Hughes
789c6343d9 Yet more escaping. 2008-03-04 17:57:51 +00:00
Tom Hughes
c5f93e3ea0 More escaping. 2008-03-04 17:53:36 +00:00
Tom Hughes
2a061fb5a9 Escape page title. 2008-03-04 17:51:42 +00:00
Tom Hughes
a6089e5355 More display name escaping. 2008-03-04 16:53:08 +00:00
Tom Hughes
0d70728fe2 Escape user display names. 2008-03-04 16:51:13 +00:00
Tom Hughes
cf8bd08a66 Escape user names in diary views. 2008-03-04 16:49:12 +00:00
Tom Hughes
3acada409a Get the user image right this time... 2008-02-25 18:55:25 +00:00
Tom Hughes
ebe13d2849 Close tag properly. 2008-02-24 17:39:55 +00:00
Tom Hughes
32907b1c37 Display the image of the user who made the diary entry, not that of
the currently logged in user...
2008-02-24 17:38:50 +00:00
Steve Coast
bb510b8ff4 encourage people to set location 2008-02-23 16:49:08 +00:00
Steve Coast
cacf1879c3 user images 2008-02-23 15:18:59 +00:00
Tom Hughes
331cf6b068 Make maps deeper to allow the pan/zoom bar visible. 2008-02-23 12:52:57 +00:00
Tom Hughes
dffc16e9cc Make the slippy map on the user page deper so that the whole of the
pan/zoom bar is visible. Closes #705.
2008-02-23 12:49:29 +00:00
Tom Hughes
5fbc8ad3f4 Send email notifications when people comment on diary entries. Closes #655. 2008-02-04 00:15:28 +00:00
Richard Fairhurst
da76d64e93 Potlatch 0.7 2008-02-01 17:19:11 +00:00
Xin Zheng
6b23aa550e added experimental xml template which is not yet used due to performance issues 2008-01-24 18:21:59 +00:00
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