Changeset 3137 for sites/trunk/trac.wordpress.org/templates/site.html
- Timestamp:
- 05/13/2016 10:08:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/trac.wordpress.org/templates/site.html
r2923 r3137 7 7 scripts_version = '62' 8 8 project_slug = req.environ['HTTP_HOST'].split(':')[0].split('.')[0] 9 wporg_endpoint = ' //make.wordpress.org/' + project_slug + '/'9 wporg_endpoint = 'https://make.wordpress.org/' + project_slug + '/' 10 10 is_bug_gardener = 'TICKET_EDIT_DESCRIPTION' in perm(resource) 11 11 project_name = project['name'].replace('Trac', '').strip() … … 14 14 15 15 if project_slug == 'bbpress' : 16 support_link = ' //bbpress.org/forums/'16 support_link = 'https://bbpress.org/forums/' 17 17 elif project_slug == 'buddypress' : 18 support_link = ' //buddypress.org/support/topics/'18 support_link = 'https://buddypress.org/support/topics/' 19 19 else : 20 support_link = ' //wordpress.org/support/'21 22 profile_to_edit = ' //wordpress.org/support/profile/'20 support_link = 'https://wordpress.org/support/' 21 22 profile_to_edit = 'https://wordpress.org/support/profile/' 23 23 24 24 # Fix https://meta.trac.wordpress.org/ticket/21 … … 42 42 <xi:include href="wporg-head.html" /> 43 43 <meta name="viewport" content="width=device-width" /> 44 <link rel='stylesheet' href=' //s.w.org/wp-includes/css/dashicons.min.css?20150710' type='text/css' />45 <link rel="stylesheet" type="text/css" href=" //s.w.org/style/trac/wp-trac.css?${scripts_version}" />46 <link py:if="req.session['authenticated']" rel="stylesheet" href=" //s.w.org/wp-includes/css/wp-auth-check.css?ver=3.9-alpha" type="text/css" media="all" />44 <link rel='stylesheet' href='https://s.w.org/wp-includes/css/dashicons.min.css?20150710' type='text/css' /> 45 <link rel="stylesheet" type="text/css" href="https://s.w.org/style/trac/wp-trac.css?${scripts_version}" /> 46 <link py:if="req.session['authenticated']" rel="stylesheet" href="https://s.w.org/wp-includes/css/wp-auth-check.css?ver=3.9-alpha" type="text/css" media="all" /> 47 47 48 48 <script py:attrs="select('@*')"></script> … … 92 92 <strong>Do not report potential security vulnerabilities here.</strong><br /> 93 93 94 See the <a href=" //make.wordpress.org/core/handbook/reporting-security-vulnerabilities/">Security FAQ</a> and contact <a class="mail-link" href="mailto:security@wordpress.org">security@wordpress.org</a>.94 See the <a href="https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/">Security FAQ</a> and contact <a class="mail-link" href="mailto:security@wordpress.org">security@wordpress.org</a>. 95 95 </p> 96 96 </py:choose> … … 106 106 <li>Please provide any additional information that you think we'd find useful. (OS and browser for UI defects, server environment for crashes, etc.)</li> 107 107 </ul> 108 <p>You can search for existing tickets <a href="/search">here</a>. For more help, please see the <a href=" //make.wordpress.org/core/handbook/reporting-bugs/">contributor handbook</a>.</p>108 <p>You can search for existing tickets <a href="/search">here</a>. For more help, please see the <a href="https://make.wordpress.org/core/handbook/reporting-bugs/">contributor handbook</a>.</p> 109 109 110 110 </div> … … 127 127 <p><strong>Caution!</strong> This ticket was assigned to the Security component.</p> 128 128 <p><strong>If this is a potential security vulnerability, DO NOT REPORT IT HERE.</strong></p> 129 <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>129 <p>Instead, read the <a class="ext-link" href="https://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> 130 130 </div> 131 131 </py:if> … … 233 233 Notifications are sent to the email listed in <a href="${profile_to_edit}${req.session['sid']}">your WordPress.org profile</a><py:if test="req.session['email']"> (${req.session['email']})</py:if>. 234 234 <py:if test="notifications_enabled"> 235 Notification preferences can be configured <a href=" //${wporg_endpoint}notifications/">here</a>.235 Notification preferences can be configured <a href="https://${wporg_endpoint}notifications/">here</a>. 236 236 </py:if> 237 237 </div> … … 267 267 268 268 <!--! JavaScript --> 269 <script src=" //s.w.org/style/trac/jquery.caret.min.js?ver=2015-02-01"></script>270 <script src=" //s.w.org/style/trac/jquery.atwho.min.js?ver=1.0.1"></script>271 <script src=" //s.w.org/style/trac/wp-trac.js?${scripts_version}"></script>269 <script src="https://s.w.org/style/trac/jquery.caret.min.js?ver=2015-02-01"></script> 270 <script src="https://s.w.org/style/trac/jquery.atwho.min.js?ver=1.0.1"></script> 271 <script src="https://s.w.org/style/trac/wp-trac.js?${scripts_version}"></script> 272 272 273 273 <!--! Check for security buzzwords on new tickets --> 274 <script py:if="req.environ['PATH_INFO'] == '/newticket'" src=" //s.w.org/style/trac/trac-security.js?${scripts_version}"></script>274 <script py:if="req.environ['PATH_INFO'] == '/newticket'" src="https://s.w.org/style/trac/trac-security.js?${scripts_version}"></script> 275 275 276 276 <!--! New ticket possibly related tickets for Core Trac --> 277 <script py:if="req.environ['PATH_INFO'] == '/newticket' and project_slug == 'core'" src=" //s.w.org/style/trac/trac-search.js?${scripts_version}"></script>277 <script py:if="req.environ['PATH_INFO'] == '/newticket' and project_slug == 'core'" src="https://s.w.org/style/trac/trac-search.js?${scripts_version}"></script> 278 278 279 279 <!--! Analytics for Core Trac --> … … 297 297 <div id="wp-auth-check"> 298 298 <div class="wp-auth-check-close" tabindex="0" title="Close"></div> 299 <div class="wp-auth-fallback"><p><b class="wp-auth-fallback-expired" tabindex="0">Session expired</b></p><p><a href=" //wordpress.org/support/bb-login.php" target="_blank">Please log in again.</a> The login page will open in a new window. After logging in you can close it and return to this page.</p>299 <div class="wp-auth-fallback"><p><b class="wp-auth-fallback-expired" tabindex="0">Session expired</b></p><p><a href="https://wordpress.org/support/bb-login.php" target="_blank">Please log in again.</a> The login page will open in a new window. After logging in you can close it and return to this page.</p> 300 300 </div> 301 301 </div>
Note: See TracChangeset
for help on using the changeset viewer.