Title: [174784] trunk/Websites/bugs.webkit.org
Revision
174784
Author
[email protected]
Date
2014-10-16 09:01:36 -0700 (Thu, 16 Oct 2014)

Log Message

Re-enable WebKit-based user matching

* data/params: Disable Bugzilla's own user matching, which also
requires the JSON::RPC Perl module.
* template/en/default/global/footer.html.tmpl: Include
committers-autocomplete.js everywhere. Every. Where.

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/data/params (174783 => 174784)


--- trunk/Websites/bugs.webkit.org/data/params	2014-10-16 16:01:35 UTC (rev 174783)
+++ trunk/Websites/bugs.webkit.org/data/params	2014-10-16 16:01:36 UTC (rev 174784)
@@ -10,7 +10,7 @@
            'RADIUS_email_suffix' => '',
            'RADIUS_secret' => '',
            'RADIUS_server' => '',
-           'ajax_user_autocompletion' => '1',
+           'ajax_user_autocompletion' => '0',
            'allow_attachment_deletion' => '1',
            'allow_attachment_display' => '1',
            'allowbugdeletion' => '1',

Modified: trunk/Websites/bugs.webkit.org/template/en/default/global/footer.html.tmpl (174783 => 174784)


--- trunk/Websites/bugs.webkit.org/template/en/default/global/footer.html.tmpl	2014-10-16 16:01:35 UTC (rev 174783)
+++ trunk/Websites/bugs.webkit.org/template/en/default/global/footer.html.tmpl	2014-10-16 16:01:36 UTC (rev 174784)
@@ -46,6 +46,8 @@
 
 [% Hook.process("end") %]
 
+<!-- WEBKIT_CHANGES -->
+<script defer src=""
 </body>
 </html>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to