1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Commit Graph

1677 Commits

Author SHA1 Message Date
Adam Harvey
4c90fd2b9a A few mega dropdown updates to try to consolidate it and make it more kilo than
mega.

Feedback is definitely welcome on the documentation dropdown changes.

Squashed commit of the following:

commit 6c282d4558e77c2f9943db318691bef596e4fd4b
Author: Adam Harvey <aharvey@php.net>
Date:   Thu Dec 27 19:30:16 2012 +0800

    Update the community links.

commit 82edf79fff4a500e3ca4a349b4c100e70d651f7e
Author: Adam Harvey <aharvey@php.net>
Date:   Thu Dec 27 19:12:38 2012 +0800

    Move the calendar of events link under news to better balance the community
    dropdown.

commit 809d2a9f6044db71a117453575a9882c5607d8a6
Author: Adam Harvey <aharvey@php.net>
Date:   Thu Dec 27 19:07:10 2012 +0800

    Add a direct link to the manual TOC, and replace database with date/time in the
    function reference, as that seems to be more commonly hit per Webalizer.

commit 73ca38258415f275a148fc8f74c91833eaf4ac71
Author: Adam Harvey <aharvey@php.net>
Date:   Thu Dec 27 18:55:44 2012 +0800

    Attempt to cut the documentation mega dropdown... er, down.

    At present, this is more than the height of my viewport on a MBP. This is
    obviously a bad thing, and nobody in their right mind is ever going to read it.
    I've cut it down to a maximum of one heading and five entries per column.

    For the time being, I've tried to guess what the most hit and important pages
    are in the manual, but hopefully we can get some metrics on this before the
    beta site is launched and adjust accordingly.
2012-12-27 19:30:29 +08:00
Adam Harvey
5c8beafabc Update user notes styling on the beta site.
Part of this also improves the markup we're generating on both the stable and
beta sites by removing the inline styles that have crept into
shared-manual.inc.

Squashed commit of the following:

commit 8aaaea73f8a1128c45bbd081b0a61fb58aaff10e
Author: Adam Harvey <aharvey@php.net>
Date:   Thu Dec 27 18:21:51 2012 +0800

    Remove inline styles from the user note voting elements.

commit 4239bdcfa8506d5e37d678032570aa6b81fe54be
Author: Adam Harvey <aharvey@php.net>
Date:   Thu Dec 27 18:21:25 2012 +0800

    Fix clearing behaviour when the user note heading wraps.

commit fc08e0abad0d1b500d0d1561bf5966febd3c4426
Author: Adam Harvey <aharvey@php.net>
Date:   Thu Dec 27 18:15:05 2012 +0800

    Replace the user note vote styling on the beta site with something more inline
    with the beta site style.

commit ade84bf601be20c74493d54d089edf8578ba1185
Author: Adam Harvey <aharvey@php.net>
Date:   Thu Dec 27 18:14:46 2012 +0800

    Improve note vote support on the beta site.

commit 0e1a71f8a4945408000428fa88f1d5aa12aeeca4
Author: Adam Harvey <aharvey@php.net>
Date:   Thu Dec 27 18:12:31 2012 +0800

    Add genanchors to user notes.

commit 03393d70a6f3ac8530432ba5d7c228528ad6230d
Author: Adam Harvey <aharvey@php.net>
Date:   Thu Dec 27 17:49:41 2012 +0800

    Make the note styling more in line with other block elements by moving the
    header row outside the shaded note body.

commit dc2a83990c33fd3cf7df209201536458ff01de59
Author: Adam Harvey <aharvey@php.net>
Date:   Thu Dec 27 17:45:10 2012 +0800

    Rationalise beta site user note styles.

commit da2b492c186d6b8946170e1702f052ef93696028
Author: Adam Harvey <aharvey@php.net>
Date:   Thu Dec 27 17:31:53 2012 +0800

    Apply styling to user note dates in site.css, not inline.
2012-12-27 18:25:32 +08:00
Johannes Schlüter
493697b1ee PHP 5.3.20 and 5.4.10 2012-12-20 13:27:02 +01:00
Sherif Ramadan
d0d43e5580 Adjusted sorting votes function. The old behavior is inaccurate in reflecting rating. 2012-12-15 16:46:19 -05:00
Ferenc Kovacs
ea7a325c8c Revert "ugly hack to force updated css to be fetched from static.php.net until somebody on systems@php.net figures out why myracloud serving a days old version"
This reverts commit 195da84065.
2012-12-14 11:20:24 +01:00
Sherif Ramadan
1341f83e1d Updated the notes sorting function. Enhanced sorting results based on multiple criteria. 2012-12-13 22:20:44 -05:00
Ferenc Kovacs
195da84065 ugly hack to force updated css to be fetched from static.php.net until somebody on systems@php.net figures out why myracloud serving a days old version 2012-12-13 18:18:32 +01:00
Sherif Ramadan
a5612288e6 Fixed relTime function, wrong format specifiers in DateInterval::format were used. 2012-12-13 11:16:34 -05:00
Sherif Ramadan
61152c6ae9 Added new user notes voting features. This provides users to vote on user contributed notes in the manual throughout php.net. 2012-12-12 10:14:37 -05:00
Johannes Schlüter
96d2df6300 PHP 5.3.20 and 5.4.10 2012-12-06 20:43:51 +01:00
Daniel P. Brown
fdec771e1f Second part of the fix for bug #63490. 2012-12-05 18:26:25 -05:00
Daniel P. Brown
a06ff6c298 Missed the check for www.php.net /in addition to/ php.net. Thanks, bjori. 2012-12-05 15:00:04 -05:00
Daniel P. Brown
3cc9491588 Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when statically referenced as 'www.php.net.' 2012-12-05 11:09:23 -05:00
Daniel P. Brown
b7a814641c Let the client decide which protocol to use rather than defining it statically in the code (except where applicable). 2012-12-03 11:18:01 -05:00
Adam Harvey
fde9ac1b93 Add the correct MD5 sums for the 5.3.19 tarballs. 2012-11-23 17:12:18 +08:00
Johannes Schlüter
5180f3b351 5.3.19 2012-11-22 18:27:31 +01:00
Johannes Schlüter
e3501a8f6e PHP 5.3.19 and 5.4.9 2012-11-22 17:58:50 +01:00
Peter Cowburn
a5ac367adb better RC variable comment (hat tip to Christopher Jones) 2012-11-13 23:12:36 +00:00
Peter Cowburn
e58ec02778 fix RC variables (allowed values are string|false) 2012-11-13 15:05:10 +00:00
Johannes Schlüter
becf8a8357 PHP 5.3.19RC1 & PHP 5.4.9RC1 2012-11-09 03:45:12 +01:00
Daniel P. Brown
112083a351 Buzzzzz-bzz-bzzzzzzzzzzzzzzzzzzzz.... SWAT\! 2012-11-07 14:21:55 -05:00
David Soria Parra
ec0e4f3729 PHP 5.3.18 and PHP 5.4.8 2012-10-18 16:28:12 +02:00
Hannes Magnusson
fbbbe6b072 The CC.php.net has been removed for this array.
Look up the IP in the array (allthough this could give lot of false positives and incorrect sponsoring credits!!)
And if it exists, proceed with the current hostname

This should fix the weird base name the manual pages are getting
2012-10-11 08:39:50 +02:00
Daniel P. Brown
3d6bec7cf4 Fixes bug where IP addresses are being displayed as duplicate links in /mirrors.php and /downloads. 2012-10-10 18:16:58 -04:00
Daniel P. Brown
64b4e80525 Nearing the completion of the 'missing sponsor data' bug for the round-robin CC.PHP.NET base. 2012-10-10 15:43:54 -04:00
Johannes Schlüter
be3f098df6 PHP 5.3.18RC1 and 5.4.8RC1 2012-10-05 00:46:39 +02:00
Daniel P. Brown
5d58098da6 Ten more 'mosquitoes.' There were about 35 new SPAM events of 97 total entries this time. Neat. 2012-10-03 12:08:20 -04:00
Adam Harvey
6661e6de66 Update the MD5 sums for 5.4.7, since they were missed in
af65756712.
2012-09-14 11:05:28 +08:00
David Soria Parra
af65756712 5.3.17 and 5.4.7 md5 sums 2012-09-13 16:08:37 +02:00
David Soria Parra
a617ce66f5 Bump Release 2012-09-13 16:02:18 +02:00
Adam Harvey
847a948b9c Add cogzidel to the mosquito list (and fix the indentation on said list), per Daniel's request. 2012-09-12 13:18:47 +08:00
Adam Harvey
0f25c08b5e Stop abusing the current element of the page configuration, and instead add a
proper option to set body classes if appropriate.
2012-09-07 16:34:28 +08:00
David Soria Parra
612b14879e PHP 5.4.7RC1 2012-08-31 12:56:57 +02:00
Hannes Magnusson
136e384221 Enable the italian translation 2012-08-22 19:30:49 +00:00
David Soria Parra
f1584b9a93 Version information for PHP 5.3.16 and PHP 5.4.6 2012-08-16 20:14:28 +02:00
David Soria Parra
49c46567bf Bump version 2012-08-16 20:09:01 +02:00
Philip Olson
3cd800c78b Added default google CSE search. 2012-08-16 00:04:06 -07:00
Stanislav Malyshev
855e5f7a7f 5.4.6rc1 2012-08-02 20:34:16 -07:00
Philip Olson
51b7a544f9 Panic, and hacked in a custom google search until this bing-is-no-longer-free issue is resolved. 2012-08-02 10:20:01 -07:00
Adam Harvey
87df5451ed Add a rough EOL page, per the Internals discussion. Copy editing welcome!
I haven't linked this from anywhere yet, pending further discussion.
2012-08-02 14:31:31 +08:00
Ferenc Kovacs
ac801d89cc use streams instead of raw sockets. solves the problem that the old implementation doesn't support ssl 2012-07-28 03:30:50 +02:00
David Soria Parra
bde0e1f734 PHP 5.4.5 and PHP 5.3.15 2012-07-19 19:20:46 +02:00
David Soria Parra
6e7a35d3eb Bump Version to PHP 5.4.5 and PHP 5.3.15 2012-07-19 19:02:32 +02:00
Levi Morrison
3d970774e5 Undoing some accidental changes from last commit. 2012-07-05 17:13:48 -06:00
Levi Morrison
8bb14e2c16 Fixed some documentation layout bugs, but undoubtably caused a few. That always seems to be how things go. 2012-07-05 17:10:56 -06:00
Hannes Magnusson
6688517ade I don't know exactly what happened but somehow this long outstanding
todo item got resolved.
I hope noone actually notices =)
2012-07-05 23:00:35 +01:00
Johannes Schlüter
a55730c6df PHP 5.3.15RC1 and PHP 5.4.5RC1 2012-07-05 18:54:25 +02:00
Levi Morrison
ee7acf4ae0 Major homepage rework. The old layout prioritized all the wrong things. This rework is not complete, but after surveying multiple people it does seem better already, so I decided to push.
Also fixed many small usability issues such as links not changing appearance on focus, but do change on hover.
2012-07-03 17:24:07 -06:00
Levi Morrison
b63bc20ae5 Simplified Download PHP portion of homepage and corresponding portion of downloads.php 2012-07-03 12:55:31 -06:00
Levi Morrison
1aa278b42d Homepage changes.
Moved >> to other side of tutorial button
  Aligned header to grid.
  Lightened color on download background.
2012-07-02 17:58:32 -06:00