History log of /web-php/include/footer.inc (Results 1 – 25 of 76)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a528e6e9 06-Dec-2023 Andreas Möller

Enhancement: Enable `no_mixed_echo_print` fixer (#864)


# e04e1d7f 22-Nov-2022 rongzedong

Remove broken view-source link on manual pages

Closes GH-702.


# 57f505ed 22-Aug-2022 Andreas Möller

Enhancement: Enable and configure `concat_space` fixer

Closes GH-657.


# d9bcfed4 22-Aug-2022 Andreas Möller

Enhancement: Enable `array_syntax` fixer

Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.


# 68e9bffc 13-Jul-2022 Kamil Tekiela

Upgrade hogan.js


# 6dcd8486 12-Jul-2022 Kamil Tekiela

Move jquery.scrollTo.min.js to a new file

Update footer.inc


# 7e6aa5da 12-Jul-2022 Kamil Tekiela

Update jQuery from 1.10 to 3.6


# 33a94e54 13-Jul-2022 Kamil Tekiela

Drop Modernizr (#653)

We only used it to check for data: URI support, but that's universally supported now https://caniuse.com/datauri


# be4d00bd 05-Oct-2021 Sara Golemon

Add integrity check to inclusion of jquery.min.js and explicitly use https


# 26217434 08-Jul-2021 Sara Golemon

Bring back 'View Source' on php.net


# b2b48ca1 29-Mar-2019 Derick Rethans

Remove references, redirects, and selection of mirrors


# 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 ...


# b5edd2d1 23-Oct-2018 Peter Kokot

Change dirname(__FILE__) to shorter __DIR__


# 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.


# 25b86272 03-Oct-2018 Yordan Gigov

Use root-relative URLs for cached JS and CSS entries


# 461a0fb1 30-Mar-2015 Adam Harvey

Quiet warnings.


# 920eb392 06-Mar-2015 Sobak

Better handling for deprecated functions


# 7f6c9fcc 06-Oct-2014 Hannes Magnusson

Lets not be linking highly confusing and weird pages while its being
worked on at least


# 85356414 04-Oct-2014 Andrea Faulds

ElePHPant


# ade1471a 18-Aug-2014 Peter Cowburn

Revert "Merge branch 'pull-request/49'"

The country-level host names get listed as unofficial, probably not the best thing to have in the footer of *every* *single* *page*.
(This issue s

Revert "Merge branch 'pull-request/49'"

The country-level host names get listed as unofficial, probably not the best thing to have in the footer of *every* *single* *page*.
(This issue still affects mirror.php)

This reverts commit 635dbd4bb1a94f9fe10908e615150c464005a6a0, reversing
changes made to 92a271f3158b0c6811173c2911a33aab1353b4bb.

show more ...


# 096a5fdd 31-Jul-2014 nlmark

Add mirror link back in the footer

As it was in the past and as it was agreed on when providing a mirror for most sponsors


# 8fb9b79c 28-Apr-2014 Levi Morrison

Related functions now on right; some homepage fixes.


# 981b2879 27-Dec-2013 Hannes Magnusson

Kill UserVoice. Its no longer useful


# ec187133 27-Dec-2013 Hannes Magnusson

Switch the order of the timestamp and filename show the filename shows up in debug bars


1234