History log of /web-php/include/changelogs.inc (Results 1 – 10 of 10)
Revision Date Author Comments
# 59c070f5 07-Dec-2023 Andreas Möller

Enhancement: Enable `blank_line_after_opening_tag` fixer (#875)


# a8c736a0 05-Dec-2023 Andreas Möller

Enhancement: Enable `void_return` fixer (#661)

* Enhancement: Enable void_return fixer

* Fix: Run 'make coding-standards'


# b575ebd4 15-Jul-2022 Andreas Möller

Enhancement: Include `*.inc` files (with exceptions)

Closes GH-662.


# 2c3eb8db 08-Jul-2022 Guilliam Xavier

Changelog: do not confuse GH-xxx with #xxx bugs

Closes GH-619.


# c4a333b3 05-Jun-2021 Sara Golemon

Add minor links to sidebar and unify rendering (changelog)


# 99fe519e 04-Jun-2021 Sara Golemon

Add sidebar to ChangeLog rendering for navigating between versions


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


# c2b86f86 10-Jan-2015 Peter Cowburn

added feature request and github issues link functions


# 91dd54e9 07-Jun-2014 Michael

Use release_date() also in PHP4 changelog