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

73 Commits

Author SHA1 Message Date
Andreas Möller
c093fb5382 Enhancement: Enable trailing_comma_in_multiline fixer (#647)
* Enhancement: Enable and configure trailing_comma_in_multiline fixer

* Fix: Run 'make coding-standards'
2023-12-06 23:16:28 +00:00
Andreas Möller
db4d74648f Remove indentation in array arguments (#860) 2023-12-06 15:08:55 +01:00
Andreas Möller
d9bcfed482 Enhancement: Enable array_syntax fixer
Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.
2022-08-22 18:59:14 +02:00
Andreas Möller
3a2761d9a4 Fix: Heredoc syntax
Closes GH-564.
2022-07-08 23:29:25 +02:00
Aaron Junker
5263a54413 Update sites.php
- Removes comments of old pages that will never come online again
- Removes http://gcov.php.net as this website was shut down
- Adds https://windows.php.net

Closes GH-517.
2022-05-27 12:50:09 +02:00
peterdd
3c234a0680 Link qa.php.net, svn.php.net, people.php.net with https (#447)
They're reachable, so they should be the default for those links.
2021-09-25 15:49:29 +02:00
Christoph M. Becker
af092d0916 Update lxr links to point to heap.space
This instance is maintained by ekin, and has good availability,
contrary to lxr.php.net which is down for years.
2021-05-06 18:56:57 +02:00
Sergey Panteleev
e2ee39e007 Replace references to git.php.net 2021-04-02 09:33:28 +03:00
Sara Golemon
2735e5f03f Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
1/n - Update / and /include/ only.
2019-05-31 11:19:09 -04:00
Peter Kokot
dd8d8bf863 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
2018-10-17 12:37:26 +02:00
Peter Kokot
e235f79473 Trim trailing whitespace
This patch cleans all redundant trailing whitespace across the
repository except for the icalendar files.
2018-10-17 10:51:08 +02:00
Kalle Sommer Nielsen
815f58d05d Fixed bug #75399 (Few non working links at php.net)
As much as I would love to have a working lxr and just point it to aharvey@'s site, I have just commented out them for now, marking them with the ever grep'able XXX label
2017-10-17 22:36:06 +02:00
Kalle Sommer Nielsen
adadd33ef8 Fixed the php.net part of bug #72880 (snaps.php.net still linked from other php.net sites)
This is simply, like stated in the bug report, a left over anchor in the sidebar
2016-09-01 03:01:44 +02:00
Jacob Bednarz
61550de68f Remove links to snaps.php.net
As the development snapshots have been removed in favour of the git sources,
these links is no longer required.
2015-02-15 11:27:58 -08:00
Michael
5bfef25e70 Kill off XHTML
Long live HTML5! =)
2014-06-04 19:39:27 +02:00
Sobak
864dfeb991 This sidebar code is unused 2014-05-12 05:36:19 +02:00
Sobak
06ef5d1349 Updated sites descriptions 2014-05-12 05:35:17 +02:00
Hannes Magnusson
f7d77643d8 Fixed bug #66380 (edit.php.net is missing on sites.php) 2014-01-01 08:03:18 -08:00
Hannes Magnusson
747737a851 Add people. 2013-12-13 15:11:16 -08:00
Hannes Magnusson
f3041a3220 bugs and wiki should link to https 2013-12-13 15:11:04 -08:00
Hannes Magnusson
b2eba34e4e Prettified 2013-12-10 14:28:31 -08: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
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
Adam Harvey
f1f5e30ca3 Initial rewrite of the references to Subversion on the site to Git. Rewrites
welcome! A couple of important notes:

- I've largely dropped references to Subversion altogether, even knowing that
  php-doc hasn't migrated yet. We may need to put a few more "Git/SVN account"
  references in there if php-doc isn't going to be migrated in the near future.

- I've removed the quick start hints from git-php.php after an account request
  has been sent in. The documentation there was pretty skimpy anyway and
  probably wouldn't have been enough to get a developer going, plus it's harder
  to distill the Git workflow into three or four snappy commands and I'm not
  really convinced that a form confirmation page is the right place to have
  learning materials, since it's a one-time page for most users. Instead I've
  replaced them with links to the relevant Wiki pages, which seem more likely
  to be the right place for new developers to learn.

News post to come, but I wanted to separate this out for easier review.
2012-03-20 10:13:32 +08:00
Hannes Magnusson
60d5c3b903 Add current config option (ignored in old-web), and FIXME placeholders for pages
not in any menu yet
2010-12-28 11:09:09 +00:00
Philip Olson
23f1fbfce1 Updated cvs to cvsold, added opengrok info to lxr.php.net, and a few other minor updates/links 2010-08-10 18:18:17 +00:00
Gwynne Raskind
94c13e3545 - Redirects from CVS pages to SVN pages
- CVS -> SVN in all affected pages
Most of this work was done by Shawn Stratton.
2009-07-13 08:14:46 +00:00
Hannes Magnusson
e5d56fdcf6 Comment out pecl4win, that dns was removed some time ago 2008-12-07 21:21:43 +00:00
Philip Olson
7b18cbd79f added description for docs.php.net and wiki.php.net 2008-04-11 04:56:02 +00:00
Hannes Magnusson
91430ab07e Bye bye smarty
# Smarty is no longer a php.net project
2008-01-11 11:28:57 +00:00
Philip Olson
5676d967b3 Removed the conf.php.net link as it no longer exists (Marc Dleisle)
# conf2. exists but it's the same as talks. so is not worth mentioning
2007-12-01 17:04:58 +00:00
Hannes Magnusson
bf3264687e Update links 2007-06-07 12:58:02 +00:00
Philip Olson
644859a220 Typos, and removed author info 2007-03-09 01:45:06 +00:00
Gabor Hojtsy
1b803e5bec point to more (external) sites 2006-09-12 11:46:23 +00:00
Gabor Hojtsy
4d7b940049 mention doc.php.net and point to the sidebar for insite information 2006-09-06 21:41:16 +00:00
Marcus Boerger
230ab4f8d6 - Speling 2006-06-04 15:44:17 +00:00
Marcus Boerger
1ab3e21758 - Add gcov.php.net 2006-06-04 15:33:54 +00:00
Steph Fox
ff9f483703 Bonsai is gone, the cvs address has changed and PECL4WIN now exists - so let's tell people about those changes, eh? 2006-02-12 15:43:15 +00:00
Jan Lehnardt
a5deb91d51 - add PECL 2004-03-02 12:25:20 +00:00
Sara Golemon
001657837f PHP4 Module was renamed a few months ago. 2003-10-03 00:34:15 +00:00
Gabor Hojtsy
d9d8ca463b Utilize new header and footer and add needed styles to sitewide.css
to make these pages appear as they used to look before the change
2003-08-08 19:45:38 +00:00
Gabor Hojtsy
a2778f1ca4 Fix HTML validity problems 2003-08-08 14:01:15 +00:00
Gabor Hojtsy
7e15661021 Update include, add page name info and apply WS fixes 2003-08-03 17:42:14 +00:00
Derick Rethans
27d189be81 - Fix link 2003-05-27 13:44:38 +00:00
Jacques Marneweck
0143fb470c * More sysstat reducing stuff.
* Also added CVS Id: tags to files missing them at the top.

--jm
2003-05-15 23:22:13 +00:00
Derick Rethans
42e4c81212 - Update sites with talks.php.net 2003-01-12 13:41:05 +00:00
Gabor Hojtsy
616407ab95 Remove snaps details, it's makeover affected what is
available, and it should be self explanatory anyway.
2002-12-17 20:24:34 +00:00
Markus Fischer
a2c9975248 - Add snaps.php.net 2002-09-07 07:17:03 +00:00
jim winstead
7d6db52488 hosts.php.net is going away 2002-08-27 17:19:04 +00:00
Gabor Hojtsy
2f57db79ef News is singular, and we need to apply grammar localy,
so use is instead of are...
2002-04-27 12:02:50 +00:00