History log of /web-php/my.php (Results 1 – 25 of 60)
Revision Date Author Comments
# 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'


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


# c68e5a9e 12-Jul-2022 Andreas Möller

Enhancement: Enable `single_space_after_construct` fixer

Closes GH-640.


# 746d3d71 04-Jul-2022 Ayesh Karunaratne

HTML A11y improvements in add-note.php, my.php and vote-note.php

Also use strict comparison in pages that are changed.

Closes GH-610.


# 89ac76cd 17-Jun-2022 Mathias Reker ⚡️

No alias functions

Canonical functions shall be used instead of aliases.

Closes GH-530.


# 11866535 17-Jun-2022 Mathias Reker ⚡️

Combine consecutive issets

Using isset($var) && multiple times should be done in one call.

Co-authored-by: Andreas Möller <am@localheinz.com>

Closes GH-542.


# 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


# e235f794 17-Oct-2018 Peter Kokot

Trim trailing whitespace

This patch cleans all redundant trailing whitespace across the
repository except for the icalendar files.


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


# 2117b379 14-Nov-2014 Rasmus Lerdorf

Minor language cleanup


# 5bfef25e 04-Jun-2014 Michael

Kill off XHTML

Long live HTML5! =)


# 42497c72 21-May-2014 Pascal Borreli

Fixed typos


# f2a8c4af 23-Jan-2014 Hannes Magnusson

Add enable/disable myphpnet setting for the UG beta listing


# d2412076 21-Nov-2013 Hannes Magnusson

We have a usable search now, which isn't actually link to this feature anyway


# f53bb994 20-Nov-2013 Kalle Sommer Nielsen

Remove references to the php.net beta design in my.php and always make myphp[dot]net_beta() return true


# 286d840b 24-Jun-2013 Paul Dragoonis

Renaming alpha references to beta


# 3cc94915 05-Dec-2012 Daniel P. Brown

Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when st

Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when statically referenced as 'www.php.net.'

show more ...


# a59b9e06 29-Dec-2010 Hannes Magnusson

ok.. lets call it alpha program.
fix typo, and mention where to send feedback


# 60d5c3b9 28-Dec-2010 Hannes Magnusson

Add current config option (ignored in old-web), and FIXME placeholders for pages
not in any menu yet


# c416fc0d 26-Dec-2010 Hannes Magnusson

Add beta feature


# a74b0895 29-Oct-2010 Adam Harvey

Fix bug #52204 (htmlentities E_WARNINGs). Patch by Kalle.


# 0b103acf 10-Apr-2008 Philip Olson

Define and utilize $ACTIVE_ONLINE_LANGUAGES


123