cfa3abe4 | 08-Feb-2011 |
Adam Harvey |
Fix ConFoo links. |
5a52decc | 02-Feb-2011 |
Daniel P. Brown |
... |
b469f5f0 | 01-Feb-2011 |
Daniel P. Brown |
Typofix in the email address. |
90cd2979 | 27-Jan-2011 |
Daniel P. Brown |
Updated some text, added new information, made a few minor grammatical fixes. |
f47e0a36 | 27-Jan-2011 |
Philip Olson |
Copied over definition lists CSS from site.css, as it looks aweful without. |
15871668 | 23-Jan-2011 |
Hannes Magnusson |
Fix xss on bogus filenames (reported by Rasmus) |
5a93445f | 21-Jan-2011 |
Rasmus Lerdorf |
Fix xss problems |
af3e647a | 18-Jan-2011 |
Philip Olson |
5.2.15 and 5.2.16 are not yet in the museum. Fixes PHP bug #53774 |
31c2c9cd | 18-Jan-2011 |
Adam Harvey |
Fix bug #53773 (In changelog for PHP 5 entries for PHP 5.3.5 and 5.2.17 the year is wrong). |
b5894092 | 16-Jan-2011 |
Peter Cowburn |
Fixed releases year |
3c613dc7 | 15-Jan-2011 |
Stewart Lord |
Making the download section a smidge tighter (vertically). |
b1a1bcb7 | 15-Jan-2011 |
Stewart Lord |
Tightened up styling of download section on home page. |
275d61d1 | 12-Jan-2011 |
Adam Harvey |
Move the HTML5 shim into an IE conditional comment. |
bc33a70f | 10-Jan-2011 |
Paul Dragoonis |
typo fix on a comment. refl to ref |
4ec4c2a9 | 10-Jan-2011 |
Paul Dragoonis |
Patch to allow you to click on the arrow on the downloads area and it taks you to the default .gz download. Unable to implement with HTML5 so using JS to workaround the issue until a more elegant sol
Patch to allow you to click on the arrow on the downloads area and it taks you to the default .gz download. Unable to implement with HTML5 so using JS to workaround the issue until a more elegant solution has been found
show more ...
|
9f6d8cef | 10-Jan-2011 |
Paul Dragoonis |
Added a Download PHP header above the downloads on the homepage |
6ac5ba8c | 10-Jan-2011 |
Adam Harvey |
Reset HTML5 elements in the reset stylesheet by adding them to the master element list and adding a display: block rule for the block level elements. The original plan here was to replac
Reset HTML5 elements in the reset stylesheet by adding them to the master element list and adding a display: block rule for the block level elements. The original plan here was to replace Eric Meyer's reset stylesheet with Richard Clark's HTML5 reset stylesheet, but some of the changes he's made aren't really ones we want, such as the different handling of list-style by default, not resetting text-decoration on anchors, and removing a couple of deprecated elements that we're still using (hello <acronym>). Since we'd have to modify whichever reset stylesheet we use, I've stuck with the old one as the base for now, since we already know it works with the site.
show more ...
|
f4d76e7a | 10-Jan-2011 |
Adam Harvey |
Implement some of Hannes's suggestions from last week: move the IE ≤ 7 background hack out to a separate workarounds stylesheet, and use Remy Sharp's HTML5 shim to enable IE support for HTML5
Implement some of Hannes's suggestions from last week: move the IE ≤ 7 background hack out to a separate workarounds stylesheet, and use Remy Sharp's HTML5 shim to enable IE support for HTML5 elements rather than declaring them ad hoc in the header.
show more ...
|
aafa100a | 09-Jan-2011 |
Paul Dragoonis |
Removed the windows section from the homepage megadropdown as we have dedicated windows links for the 5.3 and 5.2 releases |
61b4774e | 09-Jan-2011 |
Paul Dragoonis |
Shortened the number of items on the Documentation mega dropdown. You can limit it and it will output a 'View More' link after the last item. |
d5391b76 | 08-Jan-2011 |
Paul Dragoonis |
Fixed a markup error, added content for the title attrs on <a> tags. Fixed a typo |
e53fead5 | 08-Jan-2011 |
Paul Dragoonis |
fixing whitespace issues, no more! configured my IDE properly |
ccda99ae | 08-Jan-2011 |
Paul Dragoonis |
fixing whitespace issues, no more! configured my IDE properly |
4e6888a6 | 08-Jan-2011 |
Paul Dragoonis |
Made the major text for each downloads section white to make it stand out. This is how it already was |
afdb5483 | 08-Jan-2011 |
Paul Dragoonis |
Removed old commented out styles |