50f1ddff | 06-Jan-2011 |
Rasmus Lerdorf |
Should be 2011 here |
4abbc2e1 | 06-Jan-2011 |
Ilia Alshanetsky |
Update checksums |
b515e67a | 06-Jan-2011 |
Adam Harvey |
Add a temporary banner across the top of the beta site that explains that it's an experimental design and not the actual live site. Barring major changes to the structure of header.inc, with
Add a temporary banner across the top of the beta site that explains that it's an experimental design and not the actual live site. Barring major changes to the structure of header.inc, with any luck this commit should be able to be reverted whole to get rid of this before deploying to live.
show more ...
|
44e9c76c | 06-Jan-2011 |
Peter Cowburn |
Don't use <base> tag if BASE_HREF is not available (thanks Anthony Sterling) |
e259aadb | 06-Jan-2011 |
Ilia Alshanetsky |
Added a local test case for the bug |
8418f6c6 | 06-Jan-2011 |
Ilia Alshanetsky |
5.2.17 bits |
a92b63e1 | 06-Jan-2011 |
Johannes Schlüter |
- Add CVE |
9b91b90f | 06-Jan-2011 |
Johannes Schlüter |
- PHP 5.3.5 pieces (except front page news) |
23a1ada1 | 06-Jan-2011 |
Johannes Schlüter |
- minor fixes to old anouncement |
6c31e4de | 06-Jan-2011 |
Stewart Lord |
Modified index.php to switch between the current stable home page and the beta home page according to the result of myphpnet_beta(). This will allow us to modify the content of the home
Modified index.php to switch between the current stable home page and the beta home page according to the result of myphpnet_beta(). This will allow us to modify the content of the home page without influencing the current stable site. Added index-beta.php and index-stable.php which are exact copies of the previous index.php.
show more ...
|
0cb09d99 | 04-Jan-2011 |
Stewart Lord |
Commit missing stylesheet. |
95e5d867 | 04-Jan-2011 |
Stewart Lord |
Beta home page now displays a blurb about PHP and download links inside the (auto-expanded) mega drop-down as per mock-up sent to the mailing list. The top-portion of the mock-up was gen
Beta home page now displays a blurb about PHP and download links inside the (auto-expanded) mega drop-down as per mock-up sent to the mailing list. The top-portion of the mock-up was generally well received. The lower-portion needs additional work. This change only commits the top portion. Some minor changes were made to incorporate feedback and tidy things up.
show more ...
|
447b881d | 04-Jan-2011 |
Stewart Lord |
Fixed minor issue with search input styles resulting from merge of structure.css into theme.css. |
23b88647 | 04-Jan-2011 |
Stewart Lord |
Merged styles from structure.css into theme.css and deleted structure.css. I suspect that the intent of having these two files was to separate positional styles from colors and fonts, et
Merged styles from structure.css into theme.css and deleted structure.css. I suspect that the intent of having these two files was to separate positional styles from colors and fonts, etc. In practice, this separation was blurry at best and made it much more difficult to manage styles for a given dom element because they were spread across two files. Hopefully the fallout from this change is minimal.
show more ...
|
08440137 | 04-Jan-2011 |
Stewart Lord |
Fixed a couple of problems with the mega drop-down menu. It no longer requires two clicks to switch the current menu when the current menu has no sub-menu. Also, fixed an issue where repeated
Fixed a couple of problems with the mega drop-down menu. It no longer requires two clicks to switch the current menu when the current menu has no sub-menu. Also, fixed an issue where repeatedly clicking the same link could break the dom (we now ignore clicks while animating).
show more ...
|
d9d63d46 | 04-Jan-2011 |
Stewart Lord |
Deleting files that were mistakenly submitted (svn playing tricks on me!) |
34de9f31 | 04-Jan-2011 |
Stewart Lord |
The php logo now has the "current" style when on the home page. Tweaked index.php to pass 'current' => 'home' when calling the header. Updated header.inc to set the current class on the logo
The php logo now has the "current" style when on the home page. Tweaked index.php to pass 'current' => 'home' when calling the header. Updated header.inc to set the current class on the logo when on the home page. Adjusted CSS rules to apply the darker bottom border to the logo. Made the mega drop-down background color a touch lighter.
show more ...
|
a79e842b | 02-Jan-2011 |
Hannes Magnusson |
Fix note editing links |
bf68afbc | 02-Jan-2011 |
Hannes Magnusson |
Offline++ |
45624f48 | 02-Jan-2011 |
Hannes Magnusson |
Not all ordered lists in the docs have classes |
d3b42615 | 02-Jan-2011 |
Hannes Magnusson |
heh, that variable is apparently defined on y2 |
d3206f0f | 02-Jan-2011 |
Hannes Magnusson |
- go directly to the correct page rather then hitting the errorhandler first - fix 'undefined' error on maybe-we-should-skip-these-hits categories |
f789faa0 | 02-Jan-2011 |
Hannes Magnusson |
- Setup default "layout" configuration values properly - Remove outdated workaround for 'current menu item' - Disable static.php.net (unsure what stuff is actually there, and why) - Add b
- Setup default "layout" configuration values properly - Remove outdated workaround for 'current menu item' - Disable static.php.net (unsure what stuff is actually there, and why) - Add back meta navigation links for documentations
show more ...
|
af1130ab | 02-Jan-2011 |
Hannes Magnusson |
Also enable betaweb by default on docs.php.net, since that is really the only mirror with everything setup properly |
fd507f95 | 02-Jan-2011 |
Hannes Magnusson |
Parent menu items are no longer links, remove boguf filename reference from the href |