#
5eb615c8 |
| 26-Nov-2021 |
Patrick Allaert |
Fixed invalid HTML
|
#
bfb30b5a |
| 20-May-2021 |
Sara Golemon |
Handle ?:, ??, and ??= in index.php
|
#
69e43607 |
| 29-Jun-2020 |
Peter Cowburn |
home page news is latest 25 entries tagged with "frontpage"
|
#
ab28f2ab |
| 11-Dec-2019 |
Christoph M. Becker |
Present PHP downloads on frontpage in reverse order We want to encourage users to use latest stable versions, and this also conforms to the order on the download page.
|
#
47f8ecc6 |
| 11-Jul-2019 |
Christoph M. Becker |
Fix news links As of commit 464ff73, news entry URLs target https://www.php.net instead of http://php.net. Therefore the magic number 15 is no longer appropriate. To also cater to
Fix news links As of commit 464ff73, news entry URLs target https://www.php.net instead of http://php.net. Therefore the magic number 15 is no longer appropriate. To also cater to existing news entries, we use a preg_replace() now. [1] <http://git.php.net/?p=web/php.git;a=commit;h=464ff738bafbd7882c3e9b399531702e95f08023>
show more ...
|
#
6ba762f8 |
| 24-Oct-2018 |
Peter Kokot |
Remove redundant script type="text/javascript" attributes Omitted type means that script is JavaScript [1] and for HTML 5 browsers can be removed today. [1] https://developer.mo
Remove redundant script type="text/javascript" attributes Omitted type means that script is JavaScript [1] and for HTML 5 browsers can be removed today. [1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
show more ...
|
#
dd8d8bf8 |
| 17-Oct-2018 |
Peter Kokot |
Sync final and leading newlines This patch adds some missing newlines, trims some multiple redundant final newlines into a single one, and trims few redundant leading newlines.
Sync final and leading newlines This patch adds some missing newlines, trims some multiple redundant final newlines into a single one, and trims few redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-'<newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2
show more ...
|
#
e235f794 |
| 17-Oct-2018 |
Peter Kokot |
Trim trailing whitespace This patch cleans all redundant trailing whitespace across the repository except for the icalendar files.
|
#
b7fc2a69 |
| 08-Nov-2016 |
Levi Morrison |
Close ul
|
#
252be3c2 |
| 05-Aug-2016 |
Rasmus Lerdorf |
Avoid wrnings in case we can't get the active branches for some reason
|
#
05710296 |
| 03-Dec-2015 |
Adam Harvey |
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
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.
show more ...
|
#
fad56c70 |
| 03-Dec-2015 |
Adam Harvey |
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!
|
#
f5b80dc5 |
| 03-Dec-2015 |
Adam Harvey |
Fix the changelog links.
|
#
e76a1c72 |
| 03-Dec-2015 |
Adam Harvey |
Use get_active_branches() for the download links on the index.
|
#
964d4a38 |
| 17-Apr-2015 |
Peter Cowburn |
twitter link visually separated from "special thanks" section on homepage
|
#
7f0b4a3c |
| 28-Aug-2014 |
Sobak |
Update link to migration guide
|
#
02093c9c |
| 20-Aug-2014 |
Peter Cowburn |
move mirror logo from homepage to mirror.php Mirror.php is a much more appropriate place to be showing off our mirror providers' logos.
|
#
0c461e0a |
| 18-Aug-2014 |
Peter Cowburn |
Add mirror sponsor logo back to homepage sidebar
|
#
10250fbc |
| 04-Aug-2014 |
Peter Cowburn |
fix homepage upgrading link text
|
#
5335474a |
| 02-Jul-2014 |
Adam Harvey |
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
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.
show more ...
|
#
5bfef25e |
| 04-Jun-2014 |
Michael |
Kill off XHTML Long live HTML5! =)
|
#
30770142 |
| 01-Jun-2014 |
Paul Dragoonis |
Working on the responsiveness of the homepage, mainly the right panel and download section. Very minute UI changes
|
#
e99f4a42 |
| 01-Jun-2014 |
Paul Dragoonis |
Adding missing title tags to anchors. Fixing casing on titles
|
#
97e12798 |
| 28-Apr-2014 |
Levi Morrison |
Updated some homepage stuff
|
#
8fb9b79c |
| 28-Apr-2014 |
Levi Morrison |
Related functions now on right; some homepage fixes.
|