History log of /web-php/submit-event.php (Results 1 – 25 of 79)
Revision Date Author Comments
# 00342c40 07-Dec-2023 Andreas Möller

Fix: Remove vim instruction (#880)


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


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


# aab787eb 12-Jul-2022 Andreas Möller

Enhancement: Enable `array_indentation` fixer

Closes GH-634.


# c68e5a9e 12-Jul-2022 Andreas Möller

Enhancement: Enable `single_space_after_construct` fixer

Closes GH-640.


# f3585d9b 11-Jul-2022 Andreas Möller

Enhancement: Enable `indentation_type` fixer

Closes GH-622.


# 4b3e3c9a 11-Jul-2022 Andreas Möller

Enhancement: Enable `whitespace_after_comma_in_array` fixer

Closes GH-637.


# 4e251d69 28-Jun-2022 Kamil Tekiela

Remove duplicated !isset($var) (#570)


# 6f06ab9a 28-Jun-2022 Mathias Reker ⚡️ <26626066+MathiasReker@users.noreply.github.com>

Short scalar cast (#531)


# 530b28e9 17-Jun-2022 Mathias Reker ⚡️

Add void return types

Add void return type to functions with missing or empty return statements.

Closes GH-535.


# ae006c32 05-Jul-2021 Sara Golemon

Migrate away from strftime


# 1d4be620 06-Apr-2021 Rasmus Lerdorf

Remove references to master.php.net


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


# f1b81340 17-Mar-2019 Kalle Sommer Nielsen

Attempt at hopefully fixing some of the spam coming to the event calendar:
- Move the sanity check option around
- The long description must now contain the word "PHP"


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


# 384d23f3 19-Nov-2017 Sobak

Maybe it will save us some effort...

I doubt it myself but why not to try?


# 32a0841f 26-Sep-2014 Hannes Magnusson

Remove conference option and direct people to mail in the event


# 1c41366d 06-Jun-2014 Michael

Revert "Replace <small> with <span style"

This reverts commit 12f04c0d4a005342080eacf8eb5440037cd3288d.


# 12f04c0d 05-Jun-2014 Michael

Replace <small> with <span style

Replace <small> with <span style="font-size:0.8em"> because the
definition of <small> is a complete other with HTML5


# 5bfef25e 04-Jun-2014 Michael

Kill off XHTML

Long live HTML5! =)


# ccbfdb71 01-Oct-2013 danbrown

Though it doesn't make much of a difference, really, we don't need to specify 2001 as the year.


1234