rev 1489
(9 files +2 -2, 15kb)
+ Added privacy icons. Yayz. And a Facebook link in the bottom, which is like the antithesis to privacy. Don't ask. (icons/privacy.png, other/images/privacy.png, Home.template.php, index.template.php, script.js, index.member.css)
+ Added an is_touch variable in JavaScript, which returns true for all devices with a touchscreen. Updated the select box to use that instead of is_iphone and is_tablet. (script.js, sbox.js)
* Non-mobile skins shouldn't force a viewport width on touch devices. So, instead of the browser detector, I'll be relying on the skin's mobile flag to change the viewport. Also, modified viewport values to zoom in a bit more. Seriously, it makes the pages even more readable, and without making look them too ugly. (index.template.php)
- Removed some old logos from the depository. (wedgelogo.png, wedgesight.png)
* 'Last auto saved' mention below textareas was a bit too large. (editor.css)
! Considering that if you import your site into Wedge, you will likely lose some images/icons that we don't use in Wedge, I'm removing Google Cache referrers from the list of 404 errors that should be logged. We should probably add a setting to disable 404 loggings entirely, or based on file extensions... Peeeete? :P (QueryString.php)
! Fixed a BBC parsing warning error that could be triggered in some situations, like the print-friendly page. (Subs-BBC.php)
! Fixed signatures getting lost outside of the page layout. Also moved moderatorbar and quick edit button CSS to member CSS, because I don't see why guests would need to access these. Would they? (sections.css, index.member.css)
@ Still have plenty of files to changelog. Coming tomorrow I think...