Changeset 208
- Timestamp:
- 01/02/2014 09:10:13 PM (11 years ago)
- Location:
- sites/trunk/trac.wordpress.org/templates
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r204 r208 9 9 10 10 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/' 13 13 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/' 16 16 else : 17 support_link = ' http://wordpress.org/support/'18 profile_link = ' http://profiles.wordpress.org/'19 20 # Fix http ://meta.trac.wordpress.org/ticket/2117 support_link = '//wordpress.org/support/' 18 profile_link = '//profiles.wordpress.org/' 19 20 # Fix https://meta.trac.wordpress.org/ticket/21 21 21 try: 22 22 for link in chrome['links']['alternate']: … … 51 51 <p><strong>ARE YOU IN THE RIGHT PLACE?</strong></p> 52 52 <p><strong>This is not for support.</strong> Please try the <a class="ext-link" href="${support_link}"><span class="icon"> </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"> </span>Security FAQ</a> and email us at <a class="mail-link" href="mailto:security@wordpress.org"><span class="icon"> </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"> </span>Security FAQ</a> and email us at <a class="mail-link" href="mailto:security@wordpress.org"><span class="icon"> </span>security@wordpress.org</a>.</p> 54 54 <py:if test="project_slug == 'core'"> 55 55 <hr /> 56 56 <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"> </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"> </span>Reporting Bugs</a>, please review these notes:</p> 58 58 <ul> 59 59 <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> … … 95 95 <p><strong>Caution!</strong> This ticket was assigned to the Security component.</p> 96 96 <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"> </span>Security FAQ</a> and email us at <a class="mail-link" href="mailto:security@wordpress.org"><span class="icon"> </span>security@wordpress.org</a>.</p>97 <p>Instead, read the <a class="ext-link" href="//codex.wordpress.org/FAQ_Security"><span class="icon"> </span>Security FAQ</a> and email us at <a class="mail-link" href="mailto:security@wordpress.org"><span class="icon"> </span>security@wordpress.org</a>.</p> 98 98 </div> 99 99 </py:if> -
sites/trunk/trac.wordpress.org/templates/ticket_change.diff
r204 r208 9 9 + <py:when test="'author' in change"> 10 10 + <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"> 12 12 + <img src="//wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&s=36" height="36" width="36" /> <span class="username" data-username="${change.author}">${authorinfo(change.author)}</span></a> 13 13 + <py:if test="'date' in change"> -
sites/trunk/trac.wordpress.org/templates/ticket_change.html
r204 r208 52 52 <py:when test="'author' in change"> 53 53 <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"> 55 55 <img src="//wordpress.org/grav-redirect.php?user=${authorinfo(change.author)}&s=36" height="36" width="36" /> <span class="username" data-username="${change.author}">${authorinfo(change.author)}</span></a> 56 56 <py:if test="'date' in change"> -
sites/trunk/trac.wordpress.org/templates/wporg-footer.html
r156 r208 7 7 <div class="wrapper"> 8 8 <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> 12 12 <li><a href="http://jobs.wordpress.net/" title="Find or post WordPress jobs">Jobs</a></li> 13 13 </ul> 14 14 15 15 <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> 19 19 </ul> 20 20 21 21 <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> 26 26 </ul> 27 27 … … 29 29 <li><a href="http://central.wordcamp.org/" title="Find a WordPress event near you">WordCamp</a></li> 30 30 <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> 33 33 </ul> 34 34 … … 36 36 <li><a href="http://wordpress.com/?ref=wporg-footer" title="Hassle-free WordPress hosting">WordPress.com</a></li> 37 37 <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> 40 40 </ul> 41 41 -
sites/trunk/trac.wordpress.org/templates/wporg-header.html
r184 r208 11 11 12 12 <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"> 14 14 <input class="text" name="search" type="text" value="" maxlength="150" placeholder="Search WordPress.org" /> 15 15 <input type="submit" class="button" value="" /> … … 18 18 <div style="clear:both"></div> 19 19 <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> 25 25 <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> 28 28 </ul> 29 29 <div class="uparrow"></div> 30 30 </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> 32 32 <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> 41 41 </ul> 42 42 <div class="uparrow"></div> 43 43 </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> 48 48 </ul> 49 49 <div style="clear:both"></div> -
sites/trunk/trac.wordpress.org/templates/wporg-menu.html
r156 r208 6 6 <div id="headline"> 7 7 <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> 9 9 <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> 13 13 </ul></div> 14 14 </div>
Note: See TracChangeset
for help on using the changeset viewer.