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

10820 Commits

Author SHA1 Message Date
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
Jefrey Sobreira Santos
d26b9a7148 vertically center search box 2018-10-17 11:12:33 +02:00
Peter Kokot
4394adad69 Add .gitattributes file
This patch adds a new .gitattributes file to distinguish the end of
lines of the iCalendar files located in the repository and for Git to
not normalize and convert end of lines. The iCalendar format requires to
have CRLF line endings. All other files in the repository can have
native EOL. On *nix alike systems LF and on Windows CRLF which Git can
convert properly on checkouts.
2018-10-17 11:00:20 +02:00
Peter Kokot
d184dce4af Convert iCalendar files end of lines back to CRLF
This patch fixes previous commit since the iCalendar format requires
the CRLF line endings.
2018-10-17 10:58:25 +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
Peter Kokot
6e80db5087 Convert CRLF line endings to LF
This patch simplifies line endings tracked in the Git repository and
syncs them to all include the LF style instead of the CRLF files.

Newline characters:
- LF (\n) (*nix and Mac)
- CRLF (\r\n) (Windows)
- CR (\r) (old Mac, obsolete)

To see which line endings are in the index and in the working copy the
following command can be used:
`git ls-files --eol`

Git additionally provides `.gitattributes` file to specify if some files
need to have specific line endings on all platforms (either CRLF or LF).

Changed files shouldn't cause issues on modern Windows platforms because
Git can do output conversion if core.autocrlf=true is set on Windows
and then uses CRLF newlines in all files in the working tree.

Unless CRLF files are tracked specifically, Git by default tracks all
files in the index using LF newlines.
2018-10-17 09:49:07 +02:00
Jessica Mauerhan
006b97fa3c Longhorn Dates changed 2018-10-17 07:34:16 +02:00
Peter Kokot
0f95b8c709 Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-10-17 07:29:46 +02:00
Yordan Gigov
25b8627262 Use root-relative URLs for cached JS and CSS entries 2018-10-15 12:03:32 -04:00
Peter Kokot
6437711ab5 Update Autoconf requirement for PHP-7.3 on Git page
For PHP-7.3 the minimum required Autoconf version is 2.68 and above.
2018-10-15 11:56:51 -04:00
cbrueckner
8ace19391d add ipc se 2019 edtion 2018-10-15 11:54:47 -04:00
Jessica Mauerhan
4642f53ebc smaller title too 2018-10-12 16:01:14 -04:00
Jessica Mauerhan
03377e00e8 Replacing logo with smaller one 2018-10-12 16:00:44 -04:00
Jessica Mauerhan
01bc3182a6 Announcing Longhorn PHP 2019 2018-10-12 14:51:39 -04:00
Sara Golemon
34e44466f2 Announce 7.1.23 and 7.2.11 2018-10-11 10:13:17 -04:00
Christoph M. Becker
1d45379817 Announce PHP 7.3.0RC3 2018-10-11 13:51:40 +02:00
Sara Golemon
037753b73a 7.1.23 tarballs 2018-10-09 12:26:16 -04:00
Sara Golemon
31b28a6379 7.2.11 tarballs 2018-10-09 11:19:35 -04:00
Sara Golemon
561236cbfd 7.1.23RC1 2018-10-01 10:37:49 -04:00
Sara Golemon
762001e305 7.2.11RC1 2018-09-28 10:45:29 -04:00
Christoph M. Becker
b844a6529e Announce PHP 7.3.0RC2 2018-09-28 10:35:57 +02:00
Christoph M. Becker
cafbcf9535 Fix #76941: Typo in 5.5.24 download paragraph 2018-09-27 16:30:55 +02:00
Christoph M. Becker
634a4c7c6c Fix #76910: Typo in filename for tar.xz of 7.2.9 in releases json 2018-09-21 12:26:09 +02:00
adamculp
39d14f158c Merge branch 'pull-request/241' 2018-09-14 14:22:16 -07:00
Ferenc Kovacs
721689c1aa 5.6.38 2018-09-13 19:58:32 +02:00
Sara Golemon
92ef73d6d7 Announce PHP 7.1.22 2018-09-13 10:27:04 -04:00
Sara Golemon
6a50042d81 Pick up 7.1.22 2018-09-13 09:25:51 -04:00
Anatol Belski
29b841e022 7.0.32 announce 2018-09-13 12:26:32 +02:00
Anatol Belski
84aae99036 Sync distributions 2018-09-13 12:22:46 +02:00
Christoph M. Becker
05a6ab8444 Announce PHP-7.3.0RC1 2018-09-13 11:02:47 +02:00
Remi Collet
5994c15ec9 7.2.10 announcement 2018-09-13 10:46:52 +02:00
Matheus Gontijo
06c4ac7c09 updated conference image - php day curitiba 2018 2018-09-12 23:30:19 -03:00
Martin Jansen
b22f17221e Fix markup 2018-09-12 21:18:55 +02:00
Adam Culp
0c8e1c8d67 Merge branch 'pull-request/239' 2018-09-11 15:44:21 -04:00
Adam Culp
6233c22407 Resolved merge conflict by keeping old and new entries 2018-09-11 15:40:36 -04:00
Adam Culp
2726e235af Resolved merge conflict by keeping both entries 2018-09-11 15:32:28 -04:00
Remi Collet
ff13e6b855 sync distributions for 7.2.10 tarballs 2018-09-11 09:39:22 +02:00
Anatol Belski
aebe535376 Sync distributions 2018-09-11 08:52:41 +02:00
Johanna Cherry
565c4e2842 Merge branch 'master' of github.com:php/web-php 2018-09-04 08:58:22 -05:00
Matheus Gontijo
61edfb340c added conference - PHP Day Curitiba 2018 2018-09-03 19:03:23 -03:00
Sara Golemon
7a5ac8f6b8 7.1.22RC1 2018-08-30 13:11:21 -04:00
Christoph M. Becker
0ad83340e5 Announce PHP-7.3.0beta3 2018-08-30 17:43:33 +02:00
Remi Collet
70cfd4c2cb 7.2.10 RC1 2018-08-30 12:35:19 +02:00
Johanna Cherry
44d7b2423e Merge branch 'master' of github.com:phplondon/web-php 2018-08-28 14:15:16 -05:00
Johanna Cherry
77d344ed6e Adding CFP announcement and dates for PHP UK Conference 2019 2018-08-28 14:13:38 -05:00
Johanna Cherry
eff98b2ffc Merge pull request #2 from php/master
Pull from upstream
2018-08-28 13:54:30 -05:00
Bilge
e33abc2cc7 Changed Google Custom Search to no longer open links in new window. 2018-08-22 18:30:55 +02:00
Peter Kokot
2bb85c1b2d Remove unused .cvsignore file
The .cvsignore file in backend folder has been replaced with .gitignore
with migration to Git.
2018-08-22 17:53:21 +02:00
Kurtis Holsapple
bb8b13f97d added conference announcement for Cascadia PHP 2018 2018-08-21 15:36:06 -07:00
Sara Golemon
ce3cd6c930 Add release post for 7.1.21 2018-08-20 12:30:30 -04:00