Show
Ignore:
Timestamp:
10/06/08 14:24:42 (2 months ago)
Author:
drry
Message:
  • added entries to the robots.txt!!!!!! (Trac 0.11)
  • added livedoor and Wassr IDs for the committer icon. currently disabled.
  • fixed and removed subversion properties.
  • et cetera.
Location:
websites/coderepos.org/trac/share
Files:
1 removed
7 modified

Legend:

Unmodified
Added
Removed
  • websites/coderepos.org/trac/share/htdocs/index.html

    • Property svn:mime-type set to text/html; charset=windows-1252
  • websites/coderepos.org/trac/share/htdocs/robots.txt

    r3058 r20837  
    99Disallow: /share/wiki/InterTrac 
    1010Disallow: /share/wiki/InterWiki 
     11Disallow: /share/wiki/PageTemplates 
    1112Disallow: /share/wiki/RecentChanges 
    1213Disallow: /share/wiki/SandBox 
     14#Disallow: /share/wiki/TitleIndex 
    1315Disallow: /share/wiki/TracAccessibility 
    1416Disallow: /share/wiki/TracAdmin 
     
    1921Disallow: /share/wiki/TracEnvironment 
    2022Disallow: /share/wiki/TracFastCgi 
     23Disallow: /share/wiki/TracFineGrainedPermissions 
    2124Disallow: /share/wiki/TracGuide 
    2225Disallow: /share/wiki/TracImport 
     
    2427Disallow: /share/wiki/TracInstall 
    2528Disallow: /share/wiki/TracInterfaceCustomization 
    26 Disallow: /share/wiki/TracJa 
     29#Disallow: /share/wiki/TracJa 
    2730Disallow: /share/wiki/TracLinks 
    2831Disallow: /share/wiki/TracLogging 
    2932Disallow: /share/wiki/TracModPython 
     33Disallow: /share/wiki/TracNavigation 
    3034Disallow: /share/wiki/TracNotification 
    3135Disallow: /share/wiki/TracPermissions 
     
    4751Disallow: /share/wiki/TracUpgrade 
    4852Disallow: /share/wiki/TracWiki 
     53Disallow: /share/wiki/TracWorkflow 
    4954Disallow: /share/wiki/WikiDeletePage 
    5055Disallow: /share/wiki/WikiFormatting 
     
    5762Disallow: /share/wiki/WikiRestructuredTextLinks 
    5863Disallow: /share/wiki/WikiStart 
    59  
  • websites/coderepos.org/trac/share/htdocs/spark_banner.png

    • Property svn:keywords deleted
  • websites/coderepos.org/trac/share/js/TracUtils.js

    r20739 r20837  
    278278                        var e  = $(this); 
    279279                        var js = e.text(); 
    280                         var a  = $("<a href='javascript:void(156)'>Click to execute.</a>").click(function () { 
     280                        var a  = $("<a href='javascript:void 156'>Click to execute.</a>").click(function () { 
    281281                                eval(js); 
    282282                        }).css({ 
     
    344344                                // 高速化と、jQuery がだす getElementsByTagName がないという 
    345345                                // エラーを回避するため正規表現 
    346                                 data = data.match(/<table id="chglist"[\S\s]+<\/table>/)[0]; 
     346                                data = data.match(/<table id="chglist"[\S\s]+?<\/table>/)[0]; 
    347347                                $("<div><h2><a href='"+url+"'>Project Recent Changes</a></h2></div>") 
    348348                                        .append( 
     
    400400                                var uri = TracUtils.getSourcePath(location); 
    401401                                $("<link/>").attr({ 
    402                                         href  : uri, 
    403                                         name : name, 
     402                                        href    : uri, 
     403                                        name    : name, 
    404404                                        version : version, 
    405                                         rel : 'commands' 
     405                                        rel     : "commands" 
    406406                                }) 
    407407                                .appendTo("head"); 
     
    423423                                        }); 
    424424                                        $('//*[@id="dirlist"]//span[@class="author"]').each(function () { 
    425                                                 authors.push([this, $(this).text().match(/^([^:]+):/)[1]]); 
     425                                                authors.push([this, $(this).text().match(/^[^:]+(?=:)/)[0]]); 
    426426                                        }); 
    427427                                        break; 
     
    451451                                                // This is for committers list of CodeRepos. 
    452452                                                // var authors 
    453                                                 $.each($("//*[@id='Committers']/following-sibling::ul[1]//a[contains(@href, '/share/wiki/Committers/')]"), function() { 
     453                                                $.each($("//*[@id='Committers']/following-sibling::ul[1]//a[contains(@href, '/share/wiki/Committers/')]"), function () { 
    454454                                                        authors.push([this, $(this).text().match(/Committer:([^,]+)/)[1]]); 
    455455                                                }) 
     
    473473 
    474474                , getIconByAuthor : function (author) { 
    475                         var iconUrl = TracUtils.AUTHOR_ICONS[author] || TracUtils.AUTHOR_ICONS["*default*"]; 
    476  
    477                         // Hatena ID 
    478                         iconUrl = iconUrl.replace(/^id:(([a-zA-Z][\w-])[\w-]{0,29}[a-zA-Z\d])/, 'http://www.hatena.ne.jp/users/$2/$1/profile_s.gif'); 
    479  
    480                         return iconUrl; 
     475                        var iconUrl = TracUtils.AUTHOR_ICONS[author]; 
     476                        if (iconUrl) { 
     477                                // Hatena ID 
     478                                return iconUrl.replace(/^id:(([a-zA-Z][-\w])[-\w]{0,29}[a-zA-Z\d])$/, "http://www.hatena.ne.jp/users/$2/$1/profile_s.gif") 
     479                                // livedoor ID 
     480                                //            .replace(/^ld:([a-z][a-z0-9_]{2,19})$/, "http://image.profile.livedoor.jp/icon/$1_16.gif") 
     481                                // Wassr ID 
     482                                //            .replace(/^wassr:([a-z0-9][-a-z0-9_]{1,18}[a-z0-9])$/, "http://wassr.jp/user/$1/profile_img.png.16"); 
     483                        } 
     484                        return TracUtils.AUTHOR_ICONS["*default*"]; 
    481485                } 
    482486 
     
    498502                                .css("margin-right", "0.5em"); 
    499503 
    500                         var a = $("<a style='background-image: none ! important; padding-left: 0pt; border: none;'/>") 
     504                        var a = $("<a style='background-image: none ! important; padding-left: 0; border: 0 none;'/>") 
    501505                                .attr("href", TracUtils.AuthorIcons.getAuthorPage(author)) 
    502506                                .append(img); 
     
    506510                        // workarround for IE 
    507511                        if ($.browser.msie && $("#content").attr("class") == 'timeline') { 
    508                                 $(a).parent().css({backgroundColor: 'white'}); 
     512                                $(a).parent().css({backgroundColor : "white"}); 
    509513                        } 
    510514                } 
  • websites/coderepos.org/trac/share/styles/ass-ari/committer.gif

    • Property svn:mime-type changed from application/octet-stream to image/gif
  • websites/coderepos.org/trac/share/styles/plants-repository/plants-repository.psd

    • Property svn:mime-type changed from application/octet-stream to image/vnd.adobe.photoshop
  • websites/coderepos.org/trac/share/templates/site.html

    r16739 r20837  
    55<head> 
    66<link rel="stylesheet" type="text/css" media="screen,tv,projection" title="ass-ari" href="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/styles/ass-ari.css"/> 
    7 <link rel="alternate stylesheet" type="text/css" media="screen,tv,projection" title="plants-repository" href="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/styles/plants-repository.css"/> 
    8 <link rel="alternate stylesheet" type="text/css" media="screen,tv,projection" title="default" href="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/styles/default.css"/> 
    9  
    107<!-- temporary deleted 
    118<link rel="stylesheet" type="text/css" media="screen,tv,projection" href="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/styles/trac-tooltip.css"/> 
    129--> 
     10<link rel="alternate stylesheet" type="text/css" media="screen,tv,projection" title="plants-repository" href="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/styles/plants-repository.css"/> 
     11<link rel="alternate stylesheet" type="text/css" media="screen,tv,projection" title="default" href="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/styles/default.css"/> 
     12<link rel="openid2.provider" href="http://openid.coderepos.org/auth"/> 
     13<link rel="openid.server" href="http://openid.coderepos.org/auth"/> 
    1314 
    1415<script type="text/javascript" src="http://s.hatena.ne.jp/js/HatenaStar.js"></script> 
    15 <!-- 
    16 <script type="text/javascript" src="http://coderepos.org/share/htdocs/lib/jquery-1.2.2.min.js"></script> 
    17 --> 
    1816<script type="text/javascript" src="http://svn.coderepos.org/share/lang/javascript/javascript-xpath/trunk/release/javascript-xpath-latest-cmp.js"></script> 
    1917<script type="text/javascript" src="http://svn.coderepos.org/share/lang/javascript/javascript-xpath/bindings/jquery/src/xpath4jquery.js"></script> 
     
    2119<script type="text/javascript" src="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/js/HatenaStarTrac.js"></script> 
    2220<script type="text/javascript" src="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/js/HatenaStarProgressive.js"></script> 
    23  
    2421<!-- temporary deleted 
    2522<script type="text/javascript" src="http://svn.coderepos.org/share/websites/coderepos.org/trac/share/js/TracTooltip.js"></script> 
    2623--> 
    27  
    28 <link rel="openid2.provider" href="http://openid.coderepos.org/auth" /> 
    29 <link rel="openid.server" href="http://openid.coderepos.org/auth" /> 
    3024</head> 
    3125