[Scummvm-cvs-logs] scummvm-web master -> 69686f2b3708d51003177208b53f417510ac2ab0

bluegr bluegr at gmail.com
Mon Nov 4 11:06:39 CET 2013


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
594bc52ee1 WEB: Fix content layout
69686f2b37 WEB: Disable PHP notices by default


Commit: 594bc52ee10ba43552593d3489e6aa9d591c5ff7
    https://github.com/scummvm/scummvm-web/commit/594bc52ee10ba43552593d3489e6aa9d591c5ff7
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-04T02:01:39-08:00

Commit Message:
WEB: Fix content layout

Setting a height of 100% in the content (rbcontent) cuts it off, as
overflow is hidden. Allowing a dynamic height is the correct way to
render the rbcontent section

Changed paths:
    css/layout.css




Commit: 69686f2b3708d51003177208b53f417510ac2ab0
    https://github.com/scummvm/scummvm-web/commit/69686f2b3708d51003177208b53f417510ac2ab0
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-04T02:04:04-08:00

Commit Message:
WEB: Disable PHP notices by default

The site code accesses a lot of uninitialized variables, which fills
the screen with notices on my system. Disabling notices by default is
probably best for the current code base

Changed paths:
    index.php








More information about the Scummvm-git-logs mailing list