1
0
mirror of https://github.com/php/web-qa.git synced 2026-04-30 02:03:11 +02:00

19 Commits

Author SHA1 Message Date
Jefersson Nathan 8073981480 use <abbr> tag for abbreviations (#44)
A small semantic improvement.

Signed-off-by: Jefersson Nathan <malukenho.dev@gmail.com>
2025-03-20 18:26:52 +08:00
Aaron Junker 4496f6477e Properly set $CURRENT_PAGE and $TITLE
Closes GH-36.
2022-07-07 13:36:15 +02:00
Peter Kokot 16de0f25de Fix permissions
Having synced file permissions in Git repositories is a reccurring
issue. Git can track files as executables (0755) or not (0644). Usually,
all files except the executable ones such as command line scripts or
binary executables, should be set to 0644.

This patch syncs permissions in the Git repository.
2018-10-25 01:48:37 +02:00
Peter Kokot dccb4e68b5 Sync leading and final newlines
This patch adds missing newlines, trims multiple redundant final
newlines into a single one and trims leading newlines at the beginning
of the files.

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-19 08:32:13 +02:00
Peter Kokot 7276801013 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 08:01:18 +02:00
Sara Golemon e271f56a71 Unify branch/revision parameter checking into a single place.
Also fix a bug from FAIL_CRASH detection (looking for wrong file).
2018-08-25 21:22:38 -04:00
Sara Golemon 48687fe70e Refactor build.php 2018-08-24 20:03:27 -04:00
Sara Golemon de590df0ab Also escape the title 2016-07-05 17:46:53 -07:00
Sara Golemon b55d076eac Escape output 2016-07-05 17:30:23 -07:00
v-mafick@microsoft.com 4c2bf7adcb Color coding list of branches/builds 2014-04-06 20:45:37 -07:00
v-mafick@microsoft.com 443d78320c Publish PFTT reports 2014-03-24 15:08:04 -07:00
v-mafick@microsoft.com af6891a4a8 Show page specific titles 2014-03-24 11:16:37 -07:00
v-mafick@microsoft.com 19cdd230e8 Publish PFTT reports 2014-03-24 09:57:45 -07:00
v-mafick@microsoft.com 889c0ccf42 Publish PFTT Reports 2014-03-24 09:31:26 -07:00
Hannes Magnusson 8ef5f14b77 Unsure where these are supposed to be coming from.. but lets initialize them as unkonwn 2014-03-21 13:36:36 -07:00
v-mafick@microsoft.com 92c41fca66 Publish PFTT Reports(5) 2014-03-20 15:07:59 -07:00
v-mafick@microsoft.com 98a29a1f1e Publish PFTT Reports (4) 2014-03-20 14:15:21 -07:00
v-mafick@microsoft.com 7e81f15115 Publish PFTT Reports (2) 2014-03-20 12:48:39 -07:00
v-mafick@microsoft.com 08df867a88 Publish PFTT Reports 2014-03-20 00:29:55 -07:00