History log of /web-php/include/prepend.inc (Results 1 – 25 of 98)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 817a3e7f 11-Nov-2024 Maurício Meneghini Fauth

Move myphpnet_* functions to the UserPreferences class (#1075)


# f252981e 17-Sep-2024 Maurício Meneghini Fauth

Replace MYPHPNET global var with the UserPreferences class (#1071)


# 65de05d5 12-Sep-2024 Pablo Nicolas Guillamondegui

Enhancement: Use heredoc strings to print cse_snippet and remove end of file delimiter (#1066)


# 45d49c7e 07-Dec-2023 Andreas Möller

Fix: Remove emacs instruction (#876)


# a8c736a0 05-Dec-2023 Andreas Möller

Enhancement: Enable `void_return` fixer (#661)

* Enhancement: Enable void_return fixer

* Fix: Run 'make coding-standards'


# 9a5e56d9 29-Sep-2022 Kamil Tekiela

Improve code for language selection (#709)


# 1ebc2c49 22-Aug-2022 Andreas Möller

Enhancement: Enable `binary_operator_spaces` fixer

Closes GH-667.


# d9bcfed4 22-Aug-2022 Andreas Möller

Enhancement: Enable `array_syntax` fixer

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

Closes GH-659.


# f127de5d 15-Jul-2022 Andreas Möller

Enhancement: Enable `strict_param` fixer

We set strict param to false to ensure current behavior,
except for two cases where it is safe to go with true.

Closes GH-658.


# 5c9eab2f 15-Jul-2022 Christoph M. Becker

Fix CS violations (case of null, false and true)


# b575ebd4 15-Jul-2022 Andreas Möller

Enhancement: Include `*.inc` files (with exceptions)

Closes GH-662.


# f24a9f39 11-Jul-2022 Andreas Möller

Fix: Remove unused parameters

Closes GH-577.


# d40890db 03-Jul-2022 Ayesh Karunaratne

Micro Optimizations - Round #2

* .gitignore: Remove redundant entry

* Minor optimizations with ternary operators

* Use `const` instead of `define()` where appropriate

Micro Optimizations - Round #2

* .gitignore: Remove redundant entry

* Minor optimizations with ternary operators

* Use `const` instead of `define()` where appropriate

`const` is quite faster because of the compile-time optimizations. Because the replaced statements are not declaring constant conditionally, it's safe to use `const` in all of these places.

Closes GH-608.

show more ...


# 9bc507af 20-Apr-2021 Sara Golemon

Opt out of FLoC


# 735fd755 19-Apr-2021 Sara Golemon

Fix think-o, this should have been in the last commit.


# 7a66d68a 19-Apr-2021 Sara Golemon

Avoid spilling local vars to global scope


# 30a2f6d7 13-Feb-2020 Sascha Schumann

deactivate zlib compression; triggers significant issues towards delivery machines


# cfc6b38e 10-Jul-2019 Sara Golemon

Goodbye Magic Quotes


# 2735e5f0 31-May-2019 Sara Golemon

Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__

1/n - Update / and /include/ only.


# b2b48ca1 29-Mar-2019 Derick Rethans

Remove references, redirects, and selection of mirrors


# 0f95b8c7 30-Jun-2018 Peter Kokot

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
use

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.

show more ...


# e33abc2c 28-Mar-2018 Bilge

Changed Google Custom Search to no longer open links in new window.


# 42675870 06-Dec-2017 Peter Cowburn

update cse code

The old CSE code stopped working Dec 4th, use the new
recommended way of embedding CSE.

Thanks Philip!


# 2c73b63d 02-Apr-2015 Kalle Sommer Nielsen

Fixed bug #69352 (Support loading Google JSAPI over HTTPS)


# 42497c72 21-May-2014 Pascal Borreli

Fixed typos


1234