diaspora/app/views
Alec Leamas eacee54846 Replace APP_CONFIG[:terse_pod_url] with uri object.
Adds a new APP_CONFIG[:pod_uri] item, an uri object parsed from
pod_url. Replace all occurrences of APP_CONFIG[:terse_pod_url] with
APP_CONFIG[:pod_uri].host. Closes http://bugs.joindiaspora.com/issues/684,
using the well-defined semantics of the uri object.

The pod_url is normalized using module URI's functions, always with a
trailing /.

The diaspora-handle will always reflect the pod_url with this patch
i. e., a pod_url like www.dpod.se will give the handle xx@www.dpod.se;
previous code stripped the www. prefix. If this is a problem, it
should be addressed by another setting, since one cannot presume that
www.domain.tld resolves to the same address as domain.tld.
2010-12-10 14:29:19 +01:00
..
aspects add correct page titles 2010-12-09 20:09:20 -08:00
comments don't show new comment form on a non-contact's post 2010-12-08 18:23:30 -08:00
devise Replace APP_CONFIG[:terse_pod_url] with uri object. 2010-12-10 14:29:19 +01:00
home Mobile homepage looks decent. 2010-12-04 19:30:14 -08:00
invitations some fixes to translations 2010-12-05 16:02:52 +01:00
js Move WebSocketReceiver out to a js file 2010-11-21 16:14:36 -05:00
layouts add correct page titles 2010-12-09 20:09:20 -08:00
notifier Add administrative mail method 2010-12-01 11:20:10 -08:00
people add correct page titles 2010-12-09 20:09:20 -08:00
photos Fix photo uploading in profile photos, style photo upload button better 2010-12-09 13:06:31 -08:00
posts fixing up public image show 2010-12-03 15:48:27 -08:00
publics Replace APP_CONFIG[:terse_pod_url] with uri object. 2010-12-10 14:29:19 +01:00
registrations made user sign up and invitation accept slightly nicer, w/tipsy tooltips and instructions 2010-12-03 13:57:47 -08:00
requests minimizing some queries in the views. only select aspect names and ids in application controller. 2010-11-27 01:05:55 -05:00
services add correct page titles 2010-12-09 20:09:20 -08:00
shared added tooltip text to public icon 2010-12-08 19:07:08 -08:00
status_messages some fixes to translations 2010-12-05 16:02:52 +01:00
users add correct page titles 2010-12-09 20:09:20 -08:00