cvs commit: www/en/layout/js google.js

2011-08-31 Thread Simon L. Nielsen
simon 2011-08-31 20:00:29 UTC FreeBSD doc repository Modified files: en/layout/js google.js Log: Disable Google Analytics for now until we get the FreeBSD Privacy Policy wording fixed to "allow" us to share the IP address etc. with Google. Dicussed with: core

cvs commit: www/en/layout/js google.js

2011-08-20 Thread Glen Barber
gjb 2011-08-20 23:47:06 UTC FreeBSD doc repository Modified files: en/layout/js google.js Log: Mostly minor tweaks to google.js: o Add security/svnweb to regex o Reorder regex alphabetically o Add 'freebsd.org' domain name to the GA array o Add one-line sam

cvs commit: www/en/layout/js google.js

2011-08-17 Thread Glen Barber
gjb 2011-08-17 21:40:30 UTC FreeBSD doc repository Modified files: en/layout/js google.js Log: Add the 'docs' subdomain to the regex list. Revision ChangesPath 1.6 +2 -2 www/en/layout/js/google.js ___

cvs commit: www/en/layout/js google.js

2011-08-17 Thread Glen Barber
gjb 2011-08-17 13:58:23 UTC FreeBSD doc repository Modified files: en/layout/js google.js Log: Remove trailing "/(.*)?" from regex check - document.location.host only returns the hostname, not trailing page information. With input from:simon Revisi

cvs commit: www/en/layout/js google.js

2011-08-17 Thread Glen Barber
gjb 2011-08-17 13:21:14 UTC FreeBSD doc repository Modified files: en/layout/js google.js Log: Fix regular expression testing for 'freebsd.org' domain [1] Don't look for plain 'freebsd.org' Pointy hat to: gjb [1] Pointed out by: simon [2]

cvs commit: www/en/layout/js google.js

2011-08-16 Thread Glen Barber
gjb 2011-08-17 03:20:07 UTC FreeBSD doc repository Modified files: en/layout/js google.js Log: Fix (again) the logic to test if the hosting domain is a FreeBSD.org domain and not a mirror by adding some regex to the javascript. Revision ChangesPath 1.3

cvs commit: www/en/layout/js google.js

2011-08-16 Thread Glen Barber
gjb 2011-08-16 23:19:35 UTC FreeBSD doc repository Modified files: en/layout/js google.js Log: Check that the hosting domain is actually a FreeBSD.org domain, so we don't accidentally obtain data from mirrors. Submitted by: eadler (via email) Rev