LiveJournal ChangeLog's Journal
 
[Most Recent Entries] [Calendar View] [Friends View]

Thursday, January 17th, 2013

    Time Event
    7:46a
    [livejournal] r23550: LJSUP-14837: Need to translate some text...
    Committer: ybuhvalova
    LJSUP-14837: Need to translate some text variables for core layer
    U   trunk/bin/upgrading/s2layers/i18nc/ru1.s2
    
    Modified: trunk/bin/upgrading/s2layers/i18nc/ru1.s2
    ===================================================================
    --- trunk/bin/upgrading/s2layers/i18nc/ru1.s2	2013-01-16 13:20:59 UTC (rev 23549)
    +++ trunk/bin/upgrading/s2layers/i18nc/ru1.s2	2013-01-17 07:46:08 UTC (rev 23550)
    @@ -76,6 +76,7 @@
     set text_edit_entry = " 540:B8@>20BL 70?8AL";
     set text_edit_tags = " 540:B8@>20BL <5B:8";
     set text_tell_friend = " 0AA:070BL 4@C3C";
    +set text_flag = ">60;>20BLAO";
     set text_delete_repost = "#40;8BL @5?>AB";
     set text_mem_add = " 871@0==>5";
     set text_watch_comments = "BA;56820BL";
    @@ -85,7 +86,9 @@
     set text_multiform_des = "@C??>2>5 459AB285 =04 :><<5=B0@8O<8:";
     set text_multiform_btn = "K?>;=8BL";
     set text_multiform_opt_unscreen = " 0A:@KBL";
    +
     set text_multiform_opt_screen = "!:@KBL";
    +set text_multiform_opt_unscreen_to_reply = " 0A:@KBL 4;O >B25B0";
     set text_multiform_opt_delete = "#40;8BL";
     set text_multiform_conf_delete = "K C25@5=K, GB> E>B8B5 C40;8BL 2K45;5==K5 :><<5=B0@88?";
     set text_multiform_no_comments = "K =5 2K1@0;8 =8 >4=>3> :><<5=B0@8O";
    @@ -96,6 +99,8 @@
     set text_multiform_opt_selected = "K1@0==K5";
     set text_multiform_opt_all = "A5";
     set text_multiform_opt_please = "(K15@8B5 459AB285)";
    +set text_multiform_opt_track = "BA;5620BL";
    +set text_multiform_opt_edit = " 540:B8@>20BL";
     set text_comment_posted = "><<5=B0@89 4>102;5=.";
     set text_tags = "5B:8: #";
     set text_tags_section_header = "5B:8";
    
    
    8:54a
    [livejournal] r23551: LJSUP-14841: [internal] remove "use inde...
    Committer: vad
    LJSUP-14841: [internal] remove "use index" hint from query to subs table that was added during temporary db slowness
    U   trunk/cgi-bin/LJ/Event.pm
    
    Modified: trunk/cgi-bin/LJ/Event.pm
    ===================================================================
    --- trunk/cgi-bin/LJ/Event.pm	2013-01-17 07:46:08 UTC (rev 23550)
    +++ trunk/cgi-bin/LJ/Event.pm	2013-01-17 08:54:41 UTC (rev 23551)
    @@ -689,14 +689,11 @@
                 # FIXME: journals are only on one cluster! split jidlist based on cluster
                 my $jidlist = join(",", @wildcards_from);
     
    -            ## Strictly specify USE INDEX(PRIMARY) hint.
    -            ## Otherwise mysql query planner is acting out and query takes inexcusable amount of time.
                 my $sth = $udbh->prepare(qq{
                     SELECT
                         userid, subid, is_dirty, journalid, etypeid,
                         arg1, arg2, ntypeid, createtime, expiretime, flags
                     FROM subs
    -                USE INDEX(PRIMARY)
                     WHERE etypeid=? AND journalid=0 $and_enabled
                         AND userid IN ($jidlist)
                 });
    
    
    2:25p
    [livejournal] r23560: LJSUP-14178: Add ability to customize ne...
    Committer: vvasin
    LJSUP-14178: Add ability to customize new friends feed. Initialize widget.
    U   trunk/htdocs/customize/index.bml
    
    Modified: trunk/htdocs/customize/index.bml
    ===================================================================
    --- trunk/htdocs/customize/index.bml	2013-01-17 13:54:08 UTC (rev 23559)
    +++ trunk/htdocs/customize/index.bml	2013-01-17 14:25:15 UTC (rev 23560)
    @@ -4,7 +4,7 @@
     {
         use strict;
         use vars qw(%GET %POST $title $headextra @errors @warnings);
    -    LJ::need_res(qw( stc/customize.css js/customize.js ));
    +    LJ::need_res(qw( stc/customize.css js/customize.js js/jquery/customize/jquery.lj.customizeFriendsFeed.js ));
     
         $title = $ML{'.title2'};
     
    
    

    << Previous Day 2013/01/17
    [Calendar]
    Next Day >>

LiveJournal ChangeLog   About InsaneJournal