History log of /web-php/include/layout.inc (Results 1 – 25 of 477)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cdf59074 14-Nov-2024 Maurício Meneghini Fauth

Replace languages.inc globals with I18n\Languages consts (#1121)

The include/languages.inc file was not removed as it's used in other
repositories. It should be removed after migration.

Replace languages.inc globals with I18n\Languages consts (#1121)

The include/languages.inc file was not removed as it's used in other
repositories. It should be removed after migration.

Tests were added to ensure that the global variables and the constants
are in sync with each other.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>

show more ...


# 817a3e7f 11-Nov-2024 Maurício Meneghini Fauth

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


# b62f99f6 02-Nov-2024 Lucas Azevedo

Update navbar design and improve search UI (#1084)

Co-authored-by: Gina Peter Banyard <girgias@php.net>
Co-authored-by: Sergey Panteleev <sergey@php.net>


# 4cf1d83d 06-Jul-2024 Sergey Panteleev

OG meta tags by default (#1027)

Fix #981


# 555ac83c 01-Feb-2024 Sergey Panteleev

Set `$addsize` to false by default

In favor of css


# 9482f9bd 07-Dec-2023 Andreas Möller

Fix: Remove unused functions (#585)


# ec908ce2 07-Dec-2023 Andreas Möller

Enhancement: Enable `no_superfluous_elseif` fixer (#884)


# 00342c40 07-Dec-2023 Andreas Möller

Fix: Remove vim instruction (#880)


# 5542743d 07-Dec-2023 Andreas Möller

Fix: Run 'make coding-standards'


# 57b259ea 07-Dec-2023 Andreas Möller

Fix: Run 'make coding-standards'


# c093fb53 06-Dec-2023 Andreas Möller

Enhancement: Enable `trailing_comma_in_multiline` fixer (#647)

* Enhancement: Enable and configure trailing_comma_in_multiline fixer

* Fix: Run 'make coding-standards'


# 2a436141 06-Dec-2023 Andreas Möller

Fix: Add parameter type declarations (#866)


# 08a7beea 06-Dec-2023 Andreas Möller

Enhancement: Enable `function_declaration` fixer (#862)


# 1d728777 06-Dec-2023 Andreas Möller

Fix: Add parameter type declaration (#857)


# 269cfd55 06-Dec-2023 Andreas Möller

Enhancement: Enable `elseif` fixer (#859)


# a8c736a0 05-Dec-2023 Andreas Möller

Enhancement: Enable `void_return` fixer (#661)

* Enhancement: Enable void_return fixer

* Fix: Run 'make coding-standards'


# 2a5e5a44 30-Aug-2023 Tim Düsterhus

Use `white-space: pre-wrap` for code formatting (#810)

* Use `white-space: pre-wrap` for code formatting

Apparently code formatting is used for the entire user comments. Use
`wh

Use `white-space: pre-wrap` for code formatting (#810)

* Use `white-space: pre-wrap` for code formatting

Apparently code formatting is used for the entire user comments. Use
`white-space: pre-wrap` to avoid horizontal scrolling of the plaintext
description.


see 7d4038829e601bfdff3c434f5d8f20d84b344e27

* Unify `highlight_php()` with PhD

see php/phd@01d6beb366bfb5e5b99bfdcc44393d8d1ee2d433

* Fix markup for notes in add-note.php

show more ...


# 8b776fbd 29-Sep-2022 Kamil Tekiela

Remove unnecessary code (#708)


# d4fa469d 28-Sep-2022 Kamil Tekiela

Simplify links (#580)


# 2ae10ff2 12-Sep-2022 Andreas Möller

Enhancement: Enable and configure `increment_style` fixer

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

Closes GH-698.


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

Enhancement: Enable `binary_operator_spaces` fixer

Closes GH-667.


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


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


12345678910>>...20