History log of /web-php/conferences/index.php (Results 1 – 25 of 45)
Revision Date Author Comments
# 59c070f5 07-Dec-2023 Andreas Möller

Enhancement: Enable `blank_line_after_opening_tag` fixer (#875)


# db4d7464 06-Dec-2023 Andreas Möller

Remove indentation in array arguments (#860)


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


# b3c9551c 12-Jul-2022 Andreas Möller

Enhancement: Enable `no_extra_blank_lines` fixer

Closes GH-646.


# c68e5a9e 12-Jul-2022 Andreas Möller

Enhancement: Enable `single_space_after_construct` fixer

Closes GH-640.


# bdfa9643 26-Jul-2021 Mike Schinkel

Change <a name="..."> to <a id="...">

PhpStorm flagged @name as a deprecated HTML attribute, so it seemed appropriate to change then to @id. In cases where there were both a @name and @id at

Change <a name="..."> to <a id="...">

PhpStorm flagged @name as a deprecated HTML attribute, so it seemed appropriate to change then to @id. In cases where there were both a @name and @id attribute and their values were the same, this commit removes the @name attribute (there were no cases where both @name and @id attributes existed but having different values.)

Closes GH-416.

show more ...


# 640baa75 30-Apr-2020 Sebastian Bergmann

Only render HTML for image when there is an image

Fix issue described in https://github.com/php/web-php/pull/321#issuecomment-621647915


# 39daeda9 23-Jul-2019 Peter Cowburn

use updated "Strip http://php.net" method for more news links

Following on from a similar change in 47f8ecc688, update more places
where we manipulate the URL.


# c0afd74b 31-May-2019 Sara Golemon

Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__

2/4 - Update remaining except archives/ and release/.


# dd8d8bf8 17-Oct-2018 Peter Kokot

Sync final and leading newlines

This patch adds some missing newlines, trims some multiple redundant
final newlines into a single one, and trims few redundant leading
newlines.

Sync final and leading newlines

This patch adds some missing newlines, trims some multiple redundant
final newlines into a single one, and trims few redundant leading
newlines.

According to POSIX, a line is a sequence of zero or more non-'<newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2

show more ...


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


# f65d4114 15-Jun-2016 Andreas Heigl

Adds a prepend link to the conf-list

That way it's easier to show people how to add a conference to the list.


# 5bfef25e 04-Jun-2014 Michael

Kill off XHTML

Long live HTML5! =)


# 4f3a8429 27-Dec-2013 Levi Morrison

Standardized headers to use `.title`; this is actually an old convention we're re-enforcing. It should be much easier to create these headers now.


# 1c311cc4 26-Dec-2013 Hannes Magnusson

Add a "headsup" bar when we add new news entries


# 143babd4 04-Dec-2013 Hannes Magnusson

No longer used here


# 1b2be8c0 03-Dec-2013 Hannes Magnusson

Missing anchors for news entries

Our atom/rss feeds includes these links.
Note: Not using id= as that would generate "genanchor" links which
would mess up the layout :/


# e9bae752 22-Nov-2013 Hannes Magnusson

Slightly prettier conference page..

I'm sure someone will make it perfect


# 7b25e55d 07-May-2009 Hannes Magnusson

Use a direct mailto: link


# e33d3df6 18-Mar-2008 Hannes Magnusson

- Simplify the "news system"
- Initial implementation of the hAtom microformat


# 9c4fb029 25-Feb-2008 Hannes Magnusson

Initial hCalendar support for conferences


# f9805569 12-Jan-2008 Hannes Magnusson

Fix path


# 2bfde047 29-Dec-2007 Hannes Magnusson

Promote the Atom feed


12