Making WordPress.org

Changeset 208


Ignore:
Timestamp:
01/02/2014 09:10:13 PM (11 years ago)
Author:
nacin
Message:

Protocol-relative URLs for Trac templates.

Location:
sites/trunk/trac.wordpress.org/templates
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/trac.wordpress.org/templates/site.html

    r204 r208  
    99
    1010    if project_slug == 'bbpress' :
    11         profile_link = 'http://bbpress.org/forums/users/'
    12         support_link = 'http://bbpress.org/forums/'
     11        profile_link = '//bbpress.org/forums/users/'
     12        support_link = '//bbpress.org/forums/'
    1313    elif project_slug == 'buddypress' :
    14         profile_link = 'http://buddypress.org/community/members/'
    15         support_link = 'http://buddypress.org/support/topics/'
     14        profile_link = '//buddypress.org/community/members/'
     15        support_link = '//buddypress.org/support/topics/'
    1616    else :
    17         support_link = 'http://wordpress.org/support/'
    18         profile_link = 'http://profiles.wordpress.org/'
    19 
    20     # Fix http://meta.trac.wordpress.org/ticket/21
     17        support_link = '//wordpress.org/support/'
     18        profile_link = '//profiles.wordpress.org/'
     19
     20    # Fix https://meta.trac.wordpress.org/ticket/21
    2121    try:
    2222        for link in chrome['links']['alternate']:
     
    5151        <p><strong>ARE YOU IN THE RIGHT PLACE?</strong></p>
    5252            <p><strong>This is not for support.</strong> Please try the <a class="ext-link" href="${support_link}"><span class="icon">&nbsp;</span>support forums</a>.</p>
    53             <p><strong>Do not report potential security vulnerabilities here.</strong> Read the <a class="ext-link" href="http://codex.wordpress.org/FAQ_Security"><span class="icon">&nbsp;</span>Security FAQ</a> and email us at <a class="mail-link" href="mailto:security@wordpress.org"><span class="icon">&nbsp;</span>security@wordpress.org</a>.</p>
     53            <p><strong>Do not report potential security vulnerabilities here.</strong> Read the <a class="ext-link" href="//codex.wordpress.org/FAQ_Security"><span class="icon">&nbsp;</span>Security FAQ</a> and email us at <a class="mail-link" href="mailto:security@wordpress.org"><span class="icon">&nbsp;</span>security@wordpress.org</a>.</p>
    5454            <py:if test="project_slug == 'core'">
    5555            <hr />
    5656            <p><strong>REPORTING BUGS</strong></p>
    57             <p><strong>This form is for reporting bugs to WordPress core.</strong> After <a href="/search">searching</a> for existing tickets and referencing the Codex article on <a class="ext-link" href="http://codex.wordpress.org/Reporting_Bugs"><span class="icon">&nbsp;</span>Reporting Bugs</a>, please review these notes:</p>
     57            <p><strong>This form is for reporting bugs to WordPress core.</strong> After <a href="/search">searching</a> for existing tickets and referencing the Codex article on <a class="ext-link" href="//codex.wordpress.org/Reporting_Bugs"><span class="icon">&nbsp;</span>Reporting Bugs</a>, please review these notes:</p>
    5858            <ul>
    5959                <li>Are you using the latest and greatest version of WordPress, or the latest development/trunk version? If neither, please stop here and update first.</li>
     
    9595                    <p><strong>Caution!</strong> This ticket was assigned to the Security component.</p>
    9696                    <p><strong>If this is a potential security vulnerability, DO NOT REPORT IT HERE.</strong></p>
    97                     <p>Instead, read the <a class="ext-link" href="http://codex.wordpress.org/FAQ_Security"><span class="icon">&nbsp;</span>Security FAQ</a> and email us at <a class="mail-link" href="mailto:security@wordpress.org"><span class="icon">&nbsp;</span>security@wordpress.org</a>.</p>
     97                    <p>Instead, read the <a class="ext-link" href="//codex.wordpress.org/FAQ_Security"><span class="icon">&nbsp;</span>Security FAQ</a> and email us at <a class="mail-link" href="mailto:security@wordpress.org"><span class="icon">&nbsp;</span>security@wordpress.org</a>.</p>
    9898                </div>
    9999            </py:if>
  • sites/trunk/trac.wordpress.org/templates/ticket_change.diff

    r204 r208  
    99+      <py:when test="'author' in change">
    1010+        <span class="avatar" py:if="change">
    11 +          <a href="http://profiles.wordpress.org/${authorinfo(change.author)}" class="profile-link">
     11+          <a href="//profiles.wordpress.org/${authorinfo(change.author)}" class="profile-link">
    1212+            <img src="//wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&amp;s=36" height="36" width="36" /> <span class="username" data-username="${change.author}">${authorinfo(change.author)}</span></a>
    1313+          <py:if test="'date' in change">
  • sites/trunk/trac.wordpress.org/templates/ticket_change.html

    r204 r208  
    5252      <py:when test="'author' in change">
    5353        <span class="avatar" py:if="change">
    54           <a href="http://profiles.wordpress.org/${authorinfo(change.author)}" class="profile-link">
     54          <a href="//profiles.wordpress.org/${authorinfo(change.author)}" class="profile-link">
    5555            <img src="//wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&amp;s=36" height="36" width="36" /> <span class="username" data-username="${change.author}">${authorinfo(change.author)}</span></a>
    5656          <py:if test="'date' in change">
  • sites/trunk/trac.wordpress.org/templates/wporg-footer.html

    r156 r208  
    77    <div class="wrapper">
    88        <ul>
    9             <li><a href="http://wordpress.org/about/" title="An introduction to the WordPress project">About</a></li>
    10             <li><a href="http://wordpress.org/news/" title="News and Updates">Blog</a></li>
    11             <li><a href="http://wordpress.org/hosting/" title="Recommended web hosting providers">Hosting</a></li>
     9            <li><a href="//wordpress.org/about/" title="An introduction to the WordPress project">About</a></li>
     10            <li><a href="//wordpress.org/news/" title="News and Updates">Blog</a></li>
     11            <li><a href="//wordpress.org/hosting/" title="Recommended web hosting providers">Hosting</a></li>
    1212            <li><a href="http://jobs.wordpress.net/" title="Find or post WordPress jobs">Jobs</a></li>
    1313        </ul>
    1414
    1515        <ul>
    16             <li><a href="http://wordpress.org/support/" title="Forums, documentation, and other resources">Support</a></li>
    17             <li><a href="http://make.wordpress.org/" title="Give back to WordPress through code, support, translation and more">Get Involved</a></li>
    18             <li><a href="http://learn.wordpress.org/" title="Workshops and training materials">Learn</a></li>
     16            <li><a href="//wordpress.org/support/" title="Forums, documentation, and other resources">Support</a></li>
     17            <li><a href="//make.wordpress.org/" title="Give back to WordPress through code, support, translation and more">Get Involved</a></li>
     18            <li><a href="//learn.wordpress.org/" title="Workshops and training materials">Learn</a></li>
    1919        </ul>
    2020
    2121        <ul>
    22             <li><a href="http://wordpress.org/showcase/" title="Some of the best WordPress sites on the Web">Showcase</a></li>
    23             <li><a href="http://wordpress.org/plugins/" title="Add extra functionality to WordPress">Plugins</a></li>
    24             <li><a href="http://wordpress.org/themes/" title="Make your WordPress pretty">Themes</a></li>
    25             <li><a href="http://wordpress.org/ideas/" title="Share your ideas for improving WordPress">Ideas</a></li>
     22            <li><a href="//wordpress.org/showcase/" title="Some of the best WordPress sites on the Web">Showcase</a></li>
     23            <li><a href="//wordpress.org/plugins/" title="Add extra functionality to WordPress">Plugins</a></li>
     24            <li><a href="//wordpress.org/themes/" title="Make your WordPress pretty">Themes</a></li>
     25            <li><a href="//wordpress.org/ideas/" title="Share your ideas for improving WordPress">Ideas</a></li>
    2626        </ul>
    2727
     
    2929            <li><a href="http://central.wordcamp.org/" title="Find a WordPress event near you">WordCamp</a></li>
    3030            <li><a href="http://wordpress.tv/" title="Videos, tutorials, and WordCamp sessions">WordPress.TV</a></li>
    31             <li><a href="http://buddypress.org/" title="A set of plugins to transform your WordPress into a social network">BuddyPress</a></li>
    32             <li><a href="http://bbpress.org/" title="Fast, slick forums built on WordPress">bbPress</a></li>
     31            <li><a href="//buddypress.org/" title="A set of plugins to transform your WordPress into a social network">BuddyPress</a></li>
     32            <li><a href="//bbpress.org/" title="Fast, slick forums built on WordPress">bbPress</a></li>
    3333        </ul>
    3434
     
    3636            <li><a href="http://wordpress.com/?ref=wporg-footer" title="Hassle-free WordPress hosting">WordPress.com</a></li>
    3737            <li><a href="http://ma.tt/" title="Co-founder of WordPress, an example of what WordPress can do">Matt</a></li>
    38             <li><a href="http://wordpress.org/about/privacy/" title="WordPress.org Privacy Policy">Privacy</a></li>
    39             <li><a href="http://wordpress.org/about/license/" title="WordPress is open source software">License / GPLv2</a></li>
     38            <li><a href="//wordpress.org/about/privacy/" title="WordPress.org Privacy Policy">Privacy</a></li>
     39            <li><a href="//wordpress.org/about/license/" title="WordPress is open source software">License / GPLv2</a></li>
    4040        </ul>
    4141
  • sites/trunk/trac.wordpress.org/templates/wporg-header.html

    r184 r208  
    1111
    1212        <div id="head-search">
    13             <form action="http://wordpress.org/search/do-search.php" method="get">
     13            <form action="//wordpress.org/search/do-search.php" method="get">
    1414                <input class="text" name="search" type="text" value="" maxlength="150" placeholder="Search WordPress.org" />
    1515                <input type="submit" class="button" value="" />
     
    1818        <div style="clear:both"></div>
    1919        <ul id="wporg-header-menu">
    20             <li><a href="http://wordpress.org/showcase/" title="See some of the sites built on WordPress.">Showcase</a></li>
    21             <li><a href="http://wordpress.org/themes/" title="Find just the right look for your website.">Themes</a></li>
    22             <li><a href="http://wordpress.org/plugins/" title="Plugins can extend WordPress to do almost anything you can imagine.">Plugins</a></li>
    23             <li><a href="http://wordpress.org/mobile/" title="Take your website on the go!">Mobile</a></li>
    24             <li><a href="http://wordpress.org/support/" title="Forums, documentation, help.">Support</a>
     20            <li><a href="//wordpress.org/showcase/" title="See some of the sites built on WordPress.">Showcase</a></li>
     21            <li><a href="//wordpress.org/themes/" title="Find just the right look for your website.">Themes</a></li>
     22            <li><a href="//wordpress.org/plugins/" title="Plugins can extend WordPress to do almost anything you can imagine.">Plugins</a></li>
     23            <li><a href="//wordpress.org/mobile/" title="Take your website on the go!">Mobile</a></li>
     24            <li><a href="//wordpress.org/support/" title="Forums, documentation, help.">Support</a>
    2525                <ul class="nav-submenu">
    26                     <li><a href="http://wordpress.org/support/" title="Support and discussion forums.">Forums</a></li>
    27                     <li><a href="http://codex.wordpress.org/Main_Page" title="Documentation, tutorials, best practices.">Documentation</a></li>
     26                    <li><a href="//wordpress.org/support/" title="Support and discussion forums.">Forums</a></li>
     27                    <li><a href="//codex.wordpress.org/Main_Page" title="Documentation, tutorials, best practices.">Documentation</a></li>
    2828                </ul>
    2929                <div class="uparrow"></div>
    3030            </li>
    31             <li><a href="http://make.wordpress.org/" title="Contribute your knowledge.">Get Involved</a>
     31            <li><a href="//make.wordpress.org/" title="Contribute your knowledge." class="current">Get Involved</a>
    3232                <ul class="nav-submenu">
    33                     <li><a href="http://make.wordpress.org/core/" title="Write the code.">Core</a></li>
    34                     <li><a href="http://make.wordpress.org/ui/" title="Improve the interface.">UI</a></li>
    35                     <li><a href="http://make.wordpress.org/accessibility/" title="Create a better experience.">Accessibility</a></li>
    36                     <li><a href="http://make.wordpress.org/plugins/" title="Extend the system.">Plugins</a></li>
    37                     <li><a href="http://make.wordpress.org/themes/" title="Beautify the web.">Themes</a></li>
    38                     <li><a href="http://make.wordpress.org/support/" title="Help the users.">Support</a></li>
    39                     <li><a href="http://make.wordpress.org/polyglots/" title="Translate for the world.">Polyglots</a></li>
    40                     <li><a href="http://make.wordpress.org/mobile/" title="On the go.">Mobile</a></li>
     33                    <li><a href="//make.wordpress.org/core/" title="Write the code.">Core</a></li>
     34                    <li><a href="//make.wordpress.org/ui/" title="Improve the interface.">UI</a></li>
     35                    <li><a href="//make.wordpress.org/accessibility/" title="Create a better experience.">Accessibility</a></li>
     36                    <li><a href="//make.wordpress.org/plugins/" title="Extend the system.">Plugins</a></li>
     37                    <li><a href="//make.wordpress.org/themes/" title="Beautify the web.">Themes</a></li>
     38                    <li><a href="//make.wordpress.org/support/" title="Help the users.">Support</a></li>
     39                    <li><a href="//make.wordpress.org/polyglots/" title="Translate for the world.">Polyglots</a></li>
     40                    <li><a href="//make.wordpress.org/mobile/" title="On the go.">Mobile</a></li>
    4141                </ul>
    4242                <div class="uparrow"></div>
    4343            </li>
    44             <li><a href="http://wordpress.org/about/" title="About the WordPress Organization, and where we're going.">About</a></li>
    45             <li><a href="http://wordpress.org/news/" title="Come here for the latest scoop.">Blog</a></li>
    46             <li><a href="http://wordpress.org/hosting/" title="Find a home for your blog.">Hosting</a></li>
    47             <li id="download" class="button download-button"><a href="http://wordpress.org/download/" title="Get it. Got it? Good.">Download WordPress</a></li>
     44            <li><a href="//wordpress.org/about/" title="About the WordPress Organization, and where we're going.">About</a></li>
     45            <li><a href="//wordpress.org/news/" title="Come here for the latest scoop.">Blog</a></li>
     46            <li><a href="//wordpress.org/hosting/" title="Find a home for your blog.">Hosting</a></li>
     47            <li id="download" class="button download-button"><a href="//wordpress.org/download/" title="Get it. Got it? Good.">Download WordPress</a></li>
    4848        </ul>
    4949        <div style="clear:both"></div>
  • sites/trunk/trac.wordpress.org/templates/wporg-menu.html

    r156 r208  
    66    <div id="headline">
    77        <div class="wrapper">
    8             <h2><a href="http://make.wordpress.org/core/">Make WordPress Core</a></h2>
     8            <h2><a href="//make.wordpress.org/core/">Make WordPress Core</a></h2>
    99            <div class="menu-container"><ul class="menu">
    10                 <li><a href="http://make.wordpress.org/core/">Blog</a></li>
    11                 <li><a href="http://make.wordpress.org/core/handbook/">Contributor Handbook</a></li>
    12                 <li><a href="http://core.trac.wordpress.org/">Trac (Bug Reports)</a></li>
     10                <li><a href="//make.wordpress.org/core/">Blog</a></li>
     11                <li><a href="//make.wordpress.org/core/handbook/">Contributor Handbook</a></li>
     12                <li><a href="//core.trac.wordpress.org/">Trac (Bug Reports)</a></li>
    1313            </ul></div>
    1414        </div>
Note: See TracChangeset for help on using the changeset viewer.