History log of /web-php/ChangeLog-4.php (Results 1 – 25 of 90)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


# c4a333b3 05-Jun-2021 Sara Golemon

Add minor links to sidebar and unify rendering (changelog)


# e7d818b3 05-Jun-2021 Sara Golemon

Add missing close section tag


# 99fe519e 04-Jun-2021 Sara Golemon

Add sidebar to ChangeLog rendering for navigating between versions


# b8175b4c 06-May-2021 Sergey Panteleev

Changelog bug links (#403)

- Bug and feature request plain text numbers replaced by functions
- Added Implemented FR and GitHub PR replacements


# 168229fa 05-Jun-2019 Sara Golemon

HTML not XHTML and add anchors for 4.0-4.2


# fb9007c3 04-Jun-2019 Sara Golemon

Sort changelogs and provide anchors


# 2735e5f0 31-May-2019 Sara Golemon

Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__

1/n - Update / and /include/ only.


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


# 91dd54e9 07-Jun-2014 Michael

Use release_date() also in PHP4 changelog


# 5bfef25e 04-Jun-2014 Michael

Kill off XHTML

Long live HTML5! =)


# cfd2f704 19-Sep-2013 Levi Morrison

Standardized formatting in changelogs for both beta and non-beta website.


# 3cb75c86 07-Sep-2012 Adam Harvey

Move the changelog styling to a separate stylesheet and include it, since it
was conflicting with manual page styles.


# e23c0b20 07-Sep-2012 Adam Harvey

Add changelog styling.


# 60d5c3b9 28-Dec-2010 Hannes Magnusson

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


# c48e92cc 08-Aug-2008 Derick Rethans

- Fixed typo in bug nr.


# 7e336379 07-Aug-2008 Derick Rethans

- Go with 4.4.9.


# c17206f3 25-Feb-2008 Hannes Magnusson

Fix typo (Dimitar Isusov)


# d7e44e35 03-Jan-2008 Derick Rethans

- Added PHP 4.4.8 releases.


# b6599292 03-May-2007 Ilia Alshanetsky

5.2.2 and 4.4.7 release news


# d9e92c5a 01-Mar-2007 Derick Rethans

- Release 4.4.6.


# f8a35905 14-Feb-2007 Derick Rethans

- Here comes 4.4.5.


# 20d7328d 17-Sep-2006 Hannes Magnusson

more xhtml cleanup...


# 3baaa484 17-Aug-2006 Derick Rethans

- Release files for 5.1.5 and 4.4.4 (part #2). (Ilia did part #1).


1234