[PHP-WEBMASTER] Bug #65114 [Com]: My PHP refers to alpha site which is now in beta
Edit report at https://bugs.php.net/bug.php?id=65114&edit=1 ID: 65114 Comment by: [email protected] Reported by:[email protected] Summary:My PHP refers to alpha site which is now in beta Status: Open Type: Bug Package:Website problem Operating System: n/a PHP Version:Irrelevant Block user comment: N Private report: N New Comment: Resolved with this commit: http://git.php.net/? p=web/php.git;a=commitdiff;h=286d840b8b13d39b1244d2dd097fc8f5d8ae6ee9 Previous Comments: [2013-06-24 20:15:56] [email protected] I'll sort it. please let me know of any other alpha references. [2013-06-24 20:11:45] [email protected] Description: The bottom section of the My PHP page (http://php.net/my.php) refers to the 'Alpha' php.net website. This should now refer to 'Beta'. Expected result: Should read "beta" and not "alpha" -- Edit this bug report at https://bugs.php.net/bug.php?id=65114&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-WEBMASTER] [PHP-BUG] Bug #65147 [NEW]: Beta Theme Looks Mangled On Font Scaling
From: dragoonis Operating system: PHP version: Irrelevant Package: Website problem Bug Type: Bug Bug description:Beta Theme Looks Mangled On Font Scaling Description: Bug reported to mailing list by "[email protected]" Message: "Hi the content of the site looks mangled up when users switch the default font to 18pt from 16px" Screenshot of issue: http://i.imgur.com/WtP7ekz.png -- Edit bug report at https://bugs.php.net/bug.php?id=65147&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=65147&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=65147&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=65147&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=65147&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=65147&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=65147&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=65147&r=needscript Try newer version: https://bugs.php.net/fix.php?id=65147&r=oldversion Not developer issue:https://bugs.php.net/fix.php?id=65147&r=support Expected behavior: https://bugs.php.net/fix.php?id=65147&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=65147&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=65147&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=65147&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=65147&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=65147&r=dst IIS Stability: https://bugs.php.net/fix.php?id=65147&r=isapi Install GNU Sed:https://bugs.php.net/fix.php?id=65147&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=65147&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=65147&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=65147&r=mysqlcfg -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-WEBMASTER] Bug #65109 [Com]: Formatting of docs
Edit report at https://bugs.php.net/bug.php?id=65109&edit=1 ID: 65109 Comment by: [email protected] Reported by:pet dot draexler at gmail dot com Summary:Formatting of docs Status: Verified Type: Bug Package:Website problem Operating System: Windows 7 PHP Version:Irrelevant Block user comment: N Private report: N New Comment: I have fixed this using JS and took out the CSS hack that didn't work and caused problematic formatting issues for all types of users. Now users with JS (most of them) will not experience this layout problem. Users without JS will see a little extra spacing but if they don't have JS turned on then this isn't their worst problem. Once PHD is fixed to remove this random empty paragraph tag then this JS can be removed. https://github.com/php/web-php/commit/3042ff3b32f71c4b6b76329c128e56c8de22870e Thanks, Paul Previous Comments: [2013-06-27 18:09:32] [email protected] I should have already posted that I know why this is an issue. Unfortunately it will most likely require a change in the PhD system. Short-term we can remove the style which will cause large spacing issues on the majority of pages but will fix the formatting for these cases. [2013-06-27 15:15:40] gabri dot ns at gmail dot com When look into the doc.css, I see some thing like this .docs .refentry .parameters .title + p.para + dl, .docs .refsect1.examples .title + p.para + *, .docs .refsect1.seealso .title + p.para + * { margin-top:-1.5em; /* there's a p tag that has whitespace (not :empty). This simply covers it up */ } The comment was explaining that this entry is used to cover up other element. However, there is p.para element that actually didn't empty. When i disable this entry, it fix the problem. [2013-06-25 07:01:22] [email protected] Ah, verified, this bug is specific to the beta site. Marking this as a web problem. Thank you for the bug report! :) [2013-06-25 05:18:47] gabri dot ns at gmail dot com Related To: Bug #65107 [2013-06-25 05:03:08] gabri dot ns at gmail dot com from the screenshot, what i think is that it lack of stylesheet since there is no bounding box at all. i'm using the same browser and the same version, that is the latest, and its fine here. try refreshing your browser. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=65109 -- Edit this bug report at https://bugs.php.net/bug.php?id=65109&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
