July 2nd, 2009
[livejournal] r15353: LJSUP-4422 Aliases for LJ users
[livejournal] r15354: Add to '<span class' new user class "lju...
Committer: wisest-owl
Add to '[Error: Irreparable invalid markup ('<span [...] <pre>') in entry. Owner must fix manually. Raw contents below.]
<div style='font-size: 9pt; margin-bottom: 1em'>Committer: wisest-owl</div>Add to '<span class' new user class "ljuser_*username*"
<pre>U trunk/cgi-bin/LJ/User.pm
</pre><lj-cut text='diff'><pre>Modified: trunk/cgi-bin/LJ/User.pm
===================================================================
--- trunk/cgi-bin/LJ/User.pm 2009-07-02 02:54:32 UTC (rev 15353)
+++ trunk/cgi-bin/LJ/User.pm 2009-07-02 03:03:11 UTC (rev 15354)
@@ -1323,6 +1323,8 @@
$user_html .= "<span class='ljuser ";
$user_html .= "with-alias"
if $alias;
+ ## add class as "ljuser_*username*" for find user on page to change alias
+ $user_html .= " ljuser_".$name;
$user_html .= "' lj:user='$name' style='white-space: nowrap;$strike'><a href='$profile'><img src='$imgurl' alt='[info]' width='$width' height='$height' style='vertical-align: bottom; border: 0; padding-right: 1px;' /></a><a href='$url'";
$user_html .= " title='$alias'"
if $alias;
@@ -6472,6 +6474,8 @@
$user_html .= "<span class='ljuser ";
$user_html .= "with-alias"
if $alias;
+ ## add class as "ljuser_*username*" for find user on page to change alias
+ $user_html .= " ljuser_".LJ::canonical_username($user);
$user_html .= "' lj:user='$user' style='white-space: nowrap;$strike'><a href='$profile'><img src='$img/$fil' alt='[info]' width='$x' height='$y' style='vertical-align: bottom; border: 0; padding-right: 1px;' /></a><a href='$url'$link_color";
$user_html .= " title='$alias'"
if $alias;
</pre></lj-cut>
<pre>U trunk/cgi-bin/LJ/User.pm
</pre><lj-cut text='diff'><pre>Modified: trunk/cgi-bin/LJ/User.pm
===================================================================
--- trunk/cgi-bin/LJ/User.pm 2009-07-02 02:54:32 UTC (rev 15353)
+++ trunk/cgi-bin/LJ/User.pm 2009-07-02 03:03:11 UTC (rev 15354)
@@ -1323,6 +1323,8 @@
$user_html .= "<span class='ljuser ";
$user_html .= "with-alias"
if $alias;
+ ## add class as "ljuser_*username*" for find user on page to change alias
+ $user_html .= " ljuser_".$name;
$user_html .= "' lj:user='$name' style='white-space: nowrap;$strike'><a href='$profile'><img src='$imgurl' alt='[info]' width='$width' height='$height' style='vertical-align: bottom; border: 0; padding-right: 1px;' /></a><a href='$url'";
$user_html .= " title='$alias'"
if $alias;
@@ -6472,6 +6474,8 @@
$user_html .= "<span class='ljuser ";
$user_html .= "with-alias"
if $alias;
+ ## add class as "ljuser_*username*" for find user on page to change alias
+ $user_html .= " ljuser_".LJ::canonical_username($user);
$user_html .= "' lj:user='$user' style='white-space: nowrap;$strike'><a href='$profile'><img src='$img/$fil' alt='[info]' width='$x' height='$y' style='vertical-align: bottom; border: 0; padding-right: 1px;' /></a><a href='$url'$link_color";
$user_html .= " title='$alias'"
if $alias;
</pre></lj-cut>
[ljcom] r7431: LJSUP-4495: temporarily replacing custom...
Committer: rkomarov
LJSUP-4495: temporarily replacing custom ljuser with nativeU trunk/bin/upgrading/s2layers/sup/layout.s2( Collapse )
[livejournal] r15355: LJSUP-4422:Aliases for LJ users
Committer: sebua
LJSUP-4422:Aliases for LJ usersU trunk/htdocs/js/contextualhover.js U trunk/htdocs/js/widget_ippu/aliases.js U trunk/htdocs/js/widgets/aliases.js( Collapse )
[ljcom] r7432: LJSUP-4441 repair block for Singapore
[livejournal] r15356: minor fix
[livejournal] r15357: LJSUP-4422 Aliases for LJ users
[livejournal] r15358: LJSUP-4422 Aliases for LJ users.
[livejournal] r15359: LJSUP-4422 Aliases for LJ users
[livejournal] r15360: LJSUP-4422:Aliases for LJ users
[livejournal] r15361: Add alias to intrstitial if exist
Committer: wisest-owl
Add alias to intrstitial if existSend user title instead of link
U trunk/cgi-bin/LJ/Widget/IPPU/AddAlias.pm( Collapse )
[livejournal] r15362: LJSUP-4390: Inclusion of messenger-alert...
Committer: mchernyshev
LJSUP-4390: Inclusion of messenger-alert to translation system- bugfix: s/edited/edited_reply/, e.g. '_edited_to_a_comment_' -> '_edited_reply_to_a_comment_'.
U trunk/cgi-bin/LJ/Event/JournalNewComment.pm( Collapse )
[livejournal] r15363: LJSUP-4390: Inclusion of messenger-alert...
Committer: mchernyshev
LJSUP-4390: Inclusion of messenger-alert to translation system- bugfix: missed '_'.
U trunk/cgi-bin/LJ/Event/JournalNewComment.pm( Collapse )
[livejournal] r15364:
[livejournal] r15365: LJSUP-4422 Aliases for LJ users
[livejournal] r15366: LJSUP-4422:Aliases for LJ users
Committer: sebua
LJSUP-4422:Aliases for LJ usersU trunk/htdocs/js/contextualhover.js U trunk/htdocs/stc/contextualhover.css U trunk/htdocs/userinfo.bml( Collapse )
[ljcom] r7433: LJSUP-4496 The title of the article shou...
Committer: nefimenko
LJSUP-4496 The title of the article should be a reference to the postU trunk/htdocs/stc/home.css( Collapse )
[livejournal] r15367: LJINT-308: add attribute rel="nofollow" ...
Committer: vad
LJINT-308: add attribute rel="nofollow" to all external links in entries and comments.U trunk/cgi-bin/cleanhtml.pl( Collapse )
[livejournal] r15368: LJSUP-4422:Aliases for LJ users
Committer: sebua
LJSUP-4422:Aliases for LJ users--This line, and those below, will be igxnored--
M contextualhover.js
U trunk/htdocs/js/contextualhover.js( Collapse )
[livejournal] r15369: LJSUP-4422 Aliases for LJ users
[livejournal] r15370: LJSUP-4422:Aliases for LJ users
[livejournal] r15371: LJSUP-4422 Aliases for LJ users
Committer: nefimenko
LJSUP-4422 Aliases for LJ usersU trunk/htdocs/manage/aliases.bml.text( Collapse )
[livejournal] r15372: LJSUP-4422: Aliases for LJ users.
[livejournal] r15373: LJSUP-4422: Aliases for LJ users.
[livejournal] r15374: LJSUP-4422:Aliases for LJ users
Committer: sebua
LJSUP-4422:Aliases for LJ usersU trunk/htdocs/js/contextualhover.js U trunk/htdocs/stc/lj_base.css( Collapse )
[livejournal] r15375: Add support for multi user in add aliase...
Committer: wisest-owl
Add support for multi user in add aliasesU trunk/htdocs/manage/aliases.bml( Collapse )
[livejournal] r15376: LJSUP-4422: Aliases for LJ users.
[livejournal] r15377: LJSUP-4422:Aliases for LJ users
[livejournal] r15378: Fix building name of ML var.
Committer: vad
Fix building name of ML var.U trunk/cgi-bin/LJ/Event/JournalNewComment.pm( Collapse )
[livejournal] r15379: LJSUP-4422:Aliases for LJ users
[livejournal] r15380: LJSUP-4422: Aliases for LJ users.
[livejournal] r15382: LJLMI-86: Replace wlm icon (CDN problems...
Committer: narefieva
LJLMI-86: Replace wlm icon (CDN problems).U trunk/htdocs/userinfo.bml( Collapse )
[livejournal] r15383: LJSUP-4422:Aliases for LJ users. Bugfixi...
Committer: narefieva
LJSUP-4422:Aliases for LJ users. Bugfixing in profile. U trunk/htdocs/userinfo.bml( Collapse )