History log of /web-php/submit-event.php (Results 1 – 25 of 80)
Revision Date Author Comments
# bd487306 23-Jun-2024 Ian Littman

Use HTTPS URL for event submission to main.php.net, match spam check expectation to web-master (#1017)

* Use HTTPS URL for event submission to main.php.net

Resolves #999

At

Use HTTPS URL for event submission to main.php.net, match spam check expectation to web-master (#1017)

* Use HTTPS URL for event submission to main.php.net

Resolves #999

At some point in the past 12 years (this line was modified in the last 3 years
but I doubt it got tested when modified) main.php.net started redirecting
insecure HTTP to HTTPS, including for POSTs. The catch with those redirects is
that POSTs won't get resubmitted when redirected, so when submitting an event
the redirect would result in a GET with no parameters to the event submission
endpoint, hence "Missing parameters." So event submission has been broken since
main.php.net started redirecting HTTP to HTTPS.

Back in 2012 there was an attempt to switch this and other URLs to HTTPS, but
it got rolled back because "there could be mirrors without ssl support." (see
blame for the line this commit modifies). Since then, mirrors have been phased
out, so we can safely assume we're calling HTTPS endpoints now (and that's the
only way this will work anyway).

Verified by hitting the mentioned endpoint both on HTTP and HTTPS. HTTP gets
redirected and fails due to missing parameters, HTTPS makes it through to the
next step.

* Match "sane" value on event submission to web-master expectation

This reverts part of f1b8134041b8afefd18e0013a07e1aa310c38c44 as that wasn't quite the right fix

show more ...


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


1234