1
0
mirror of https://github.com/php/web-php.git synced 2026-04-29 01:43:15 +02:00
Commit Graph

971 Commits

Author SHA1 Message Date
Levi Morrison b7fc2a69ef Close ul 2016-11-08 11:37:30 -07:00
Rasmus Lerdorf 252be3c2f0 Avoid wrnings in case we can't get the active branches for some reason 2016-08-04 20:52:37 -07:00
Adam Harvey 0571029639 Add upgrading links next to the download links and remove the sidebar.
Since the UX research I conducted into this change was getting two
shrugging +1s on #php.pecl, I'm happy if someone wants to revert this
and replace it with something better later.
2015-12-03 15:44:04 -08:00
Adam Harvey fad56c7067 Quick change to link from the sidebar to the 7.0 migration guide.
I might tinker with this further, but let's get this out now and tinker
later. Thanks to Chris for spotting it!
2015-12-03 15:27:05 -08:00
Adam Harvey f5b80dc59a Fix the changelog links. 2015-12-03 13:08:47 -08:00
Adam Harvey e76a1c72ad Use get_active_branches() for the download links on the index. 2015-12-03 13:06:44 -08:00
Peter Cowburn 964d4a3812 twitter link visually separated from "special thanks" section on homepage 2015-04-17 09:25:03 +01:00
Sobak 7f0b4a3c86 Update link to migration guide 2014-08-28 21:56:40 +02:00
Peter Cowburn 02093c9cfc move mirror logo from homepage to mirror.php
Mirror.php is a much more appropriate place to be showing off our mirror
providers' logos.
2014-08-20 22:29:24 +01:00
Peter Cowburn 0c461e0a6a Add mirror sponsor logo back to homepage sidebar 2014-08-18 21:54:34 +01:00
Peter Cowburn 10250fbc9e fix homepage upgrading link text 2014-08-04 21:33:44 +01:00
Adam Harvey 5335474af5 Add Twitter icon to the home page, linking to @official_php.
I've deliberately implemented this in such a way as to allow for further social
media buttons down the track if we want. I've also kept it intentionally
unobtrusive: it's there (previously, we only mentioned the Twitter account on
the mailing lists page, which was weird), but pretty subtle in the sidebar.

There's one additional dependency: a one glyph subset of Font Awesome (created
using Fontello) containing the Twitter icon. (Should we later want to include
other icons from Font Awesome, fonts/Font-Awesome/config.json can be fed back
into Fontello as a starting point.) The additional style sheet and font file
are cached correctly, and once loaded by the user, shouldn't need to be loaded
again, as with Fira Sans. On a cold page load, this adds two requests and just
under 3 kB to the page load.

I consider all of this reasonable, both technically and in terms of promoting
@official_php a little more, but I won't be terribly offended if someone wants
to revert this.
2014-07-02 15:19:25 -07:00
Michael 5bfef25e70 Kill off XHTML
Long live HTML5! =)
2014-06-04 19:39:27 +02:00
Paul Dragoonis 3077014284 Working on the responsiveness of the homepage, mainly the right panel and download section. Very minute UI changes 2014-06-01 22:11:55 +01:00
Paul Dragoonis e99f4a4256 Adding missing title tags to anchors. Fixing casing on titles 2014-06-01 18:34:38 +01:00
Levi Morrison 97e12798e7 Updated some homepage stuff 2014-04-28 10:05:17 -06:00
Levi Morrison 8fb9b79ca8 Related functions now on right; some homepage fixes. 2014-04-27 23:14:11 -06:00
Levi Morrison 7ed703b0d0 Fixing up the downloads section of homepage 2014-04-09 21:18:53 -06:00
Philip Olson 2b91fbb436 This will cause someone to cry, but it looks nicer. Feel free to improve. 2014-04-09 15:59:57 -07:00
Philip Olson 2fc7eeccae Linked 'Download PHP' to downloads.php, as requested by Christopher Jones 2014-04-09 15:45:46 -07:00
Levi Morrison a0c92b9c7e More date format standardization 2014-03-14 09:01:40 -06:00
Levi Morrison ae01ce1573 Converted font sizes to rem units for most elements.
Some elements are sized relative to their parent (such as sub, sup); these were
left as em. Adjusted many line-heights, paddings and margins accordingly.

Also simplified some styles as a result.
2014-03-07 11:19:36 -07:00
Levi Morrison 66322fa6e3 Updated markup for news items on homepage to use newer HTML 5 elements; at the same time this fixes #66391. 2014-01-03 10:33:31 -07:00
Hannes Magnusson d83cc645c7 Javascript changes affect the frontpage too 2013-12-28 22:00:26 -08:00
Levi Morrison 4f3a842900 Standardized headers to use .title; this is actually an old convention we're re-enforcing. It should be much easier to create these headers now. 2013-12-27 16:49:59 -07:00
Hannes Magnusson 1c311cc448 Add a "headsup" bar when we add new news entries 2013-12-26 15:16:51 -08:00
Hannes Magnusson 913d3fa2cf Most of these don't work, others are just to old.
There is maybe one or two here that are ok, but that hardly justifies keeping this alive
2013-12-23 11:39:44 -08:00
Levi Morrison b953858f5e Fixed some homepage layout issues. 2013-12-15 11:28:05 -07:00
Levi Morrison e916105a19 Fixed merge conflict. 2013-12-15 11:27:28 -07:00
Hannes Magnusson d47fcc2698 Move styling to css to fix markup validation error 2013-12-04 17:04:17 -08:00
Hannes Magnusson 9bf1f752e7 Fix markup validation warning
The hN a[id] was used in a previous implementation of the news entries
but is no longer useful

Also removed commented out javascript that is of no value
2013-12-04 17:04:17 -08:00
Hannes Magnusson c61c0b9398 Kill STATIC_ROOT, its not helpful. Also use MYSITE for all js/css 2013-12-04 12:10:54 -08:00
Hannes Magnusson ee8897ce18 Remove outdated comment, and no-longer-used pregen-events 2013-12-03 19:38:07 -08:00
philip 54e5393d96 Added link to the archive/, let's see what this breaks 2013-12-03 18:48:26 -08:00
Hannes Magnusson 1b2be8c0c7 Missing anchors for news entries
Our atom/rss feeds includes these links.
Note: Not using id= as that would generate "genanchor" links which
would mess up the layout :/
2013-12-03 10:58:39 -08:00
Levi Morrison 6e51566e17 Enhancements for news articles on homepage. 2013-11-22 15:23:17 -07:00
Hannes Magnusson 885bee0160 Sync the frontpage news with docs & download styles 2013-11-21 19:21:19 -08:00
Hannes Magnusson facccef14b Redesign the download page :) 2013-11-20 23:38:31 -08:00
Hannes Magnusson 56f6fe690e Plus two lines, missed the date! 2013-11-20 21:15:00 -08:00
Hannes Magnusson 5f680f0af2 Remove the conference panel, and make the announcement panel a link 2013-11-20 21:02:22 -08:00
Hannes Magnusson f46b45e9d5 Replace overengineering of 367 lines of code with 29 lines 2013-11-20 20:54:22 -08:00
Hannes Magnusson ea1ec35752 whooops :D 2013-11-20 19:08:29 -08:00
Hannes Magnusson ff8a3a256e Prettify the the right bar a little
Split the conference panel into cfp and confs
And add a link to te 5.5 migration guide
2013-11-20 19:07:38 -08:00
Hannes Magnusson 7079d2176b PHP doesn't really power facebook 2013-11-20 18:42:10 -08:00
Hannes Magnusson ccf9c6399e Replace the index.php with the new layout, dropping the old one 2013-11-20 16:11:28 -08:00
Adam Harvey 2851ba1f6a Revert SOPA changes. 2012-03-28 11:38:45 +08:00
Peter Cowburn 242591fdd3 make SOPA times in 2012 2012-01-18 10:11:49 +00:00
Rasmus Lerdorf a24bf6978d Grow SOPA blackout window a bit now that the hearing has been postponed 2012-01-18 07:43:06 +00:00
Rasmus Lerdorf c8bfa6c48a Initial SOPA blackout page 2012-01-14 10:31:15 +00:00
Stewart Lord 6c31e4deaa 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.
2011-01-06 04:07:39 +00:00