Committer: akanashin
LJSUP-13621: 1. New message. Inbox ?\226?\128?\148 Add Userpic WidgetU trunk/bin/upgrading/en_LJ.dat U trunk/cgi-bin/LJ/Router.pm
Modified: trunk/bin/upgrading/en_LJ.dat =================================================================== --- trunk/bin/upgrading/en_LJ.dat 2012-09-12 11:47:02 UTC (rev 12639) +++ trunk/bin/upgrading/en_LJ.dat 2012-09-12 12:00:11 UTC (rev 12640) @@ -4390,6 +4390,12 @@ img.tellfriend=Tell a Friend +inbox.compose.title=Compose Message + +inbox.compose.error.body.encoding=Invalid text encoding for message body. +inbox.compose.error.body.toolong=Message body is too long ([[length]] characters). It should not exceed [[limit]] characters. +inbox.compose.error.username.valid=Please enter a valid username. + inbox.menu.sent=Sent Messages inbox.menu.spam=Suspicious Messages Modified: trunk/cgi-bin/LJ/Router.pm =================================================================== --- trunk/cgi-bin/LJ/Router.pm 2012-09-12 11:47:02 UTC (rev 12639) +++ trunk/cgi-bin/LJ/Router.pm 2012-09-12 12:00:11 UTC (rev 12640) @@ -18,6 +18,7 @@ use LJ::Router::Admin; use LJ::Router::ADV; use LJ::Router::CVK; +use LJ::Router::Inbox; my @routers = qw( LJ::Mob::Router @@ -36,6 +37,7 @@ LJ::Router::Admin LJ::Router::ADV LJ::Router::CVK + LJ::Router::Inbox ); sub match_controller {