1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Commit Graph

41 Commits

Author SHA1 Message Date
Andreas Möller
d9bcfed482 Enhancement: Enable array_syntax fixer
Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.
2022-08-22 18:59:14 +02:00
Andreas Möller
b3c9551c93 Enhancement: Enable no_extra_blank_lines fixer
Closes GH-646.
2022-07-12 14:26:18 +02:00
Andreas Möller
c68e5a9e4a Enhancement: Enable single_space_after_construct fixer
Closes GH-640.
2022-07-12 11:44:23 +02:00
Mike Schinkel
bdfa96431c 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.
2021-07-26 16:16:13 +02:00
Sebastian Bergmann
640baa75da Only render HTML for image when there is an image
Fix issue described in https://github.com/php/web-php/pull/321#issuecomment-621647915
2020-04-30 10:56:17 +02:00
Peter Cowburn
39daeda954 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.
2019-07-23 20:07:25 +01:00
Sara Golemon
c0afd74bf7 Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
2/4 - Update remaining except archives/ and release/.
2019-05-31 12:31:21 -04:00
Peter Kokot
dd8d8bf863 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
2018-10-17 12:37:26 +02:00
Peter Kokot
0f95b8c709 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.
2018-10-17 07:29:46 +02:00
Andreas Heigl
f65d4114d7 Adds a prepend link to the conf-list
That way it's easier to show people how to add a conference to the list.
2016-06-15 18:26:03 +02:00
Michael
5bfef25e70 Kill off XHTML
Long live HTML5! =)
2014-06-04 19:39:27 +02:00
Levi Morrison
4f3a842900 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. 2013-12-27 16:49:59 -07:00
Hannes Magnusson
1c311cc448 Add a "headsup" bar when we add new news entries 2013-12-26 15:16:51 -08:00
Hannes Magnusson
143babd49a No longer used here 2013-12-03 19:44:29 -08:00
Hannes Magnusson
1b2be8c0c7 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 :/
2013-12-03 10:58:39 -08:00
Hannes Magnusson
e9bae7527e Slightly prettier conference page..
I'm sure someone will make it perfect
2013-11-22 00:26:59 -08:00
Hannes Magnusson
7b25e55d21 Use a direct mailto: link 2009-05-07 20:34:06 +00:00
Hannes Magnusson
e33d3df629 - Simplify the "news system"
- Initial implementation of the hAtom microformat
2008-03-18 14:26:30 +00:00
Hannes Magnusson
9c4fb02986 Initial hCalendar support for conferences 2008-02-25 15:49:21 +00:00
Hannes Magnusson
f980556985 Fix path 2008-01-12 11:13:28 +00:00
Hannes Magnusson
2bfde04771 Promote the Atom feed 2007-12-29 15:43:42 +00:00
Hannes Magnusson
e2441b2bab Implement the new news system \o/ 2007-06-07 14:22:11 +00:00
Damien Seguy
c5a95e49a7 Addin DC conference 2007 2007-05-30 19:47:59 +00:00
Hannes Magnusson
cfdf23447d Use a smaller logo 2007-05-21 07:17:03 +00:00
Hannes Magnusson
a5541d595d Add a note for those wondering how to get their conference listed here 2007-05-20 11:33:45 +00:00
Hannes Magnusson
c080350d45 Fix date 2007-05-19 14:06:46 +00:00
Hannes Magnusson
f43ffd1b2b Add the WebTech 2007 conference 2007-05-19 13:54:03 +00:00
Stanislav Malyshev
2ddf63bef3 Zend/PHP Conference 2007 call for papers 2007-04-16 22:08:08 +00:00
Hannes Magnusson
d627f7ec57 Add logo & fix the link 2007-03-29 13:30:47 +00:00
Hannes Magnusson
ef5ab264da Add PHP @ FrOSCon cfp 2007-03-28 23:35:22 +00:00
Sean Coates
b53a9149fd add city 2007-03-08 19:32:31 +00:00
Hannes Magnusson
44462e9dee Typo (Steph) 2007-02-19 17:56:31 +00:00
Hannes Magnusson
82a485d6c5 Add "category" comments for the RSS parser 2007-02-18 16:23:39 +00:00
Hannes Magnusson
c61c7ee4e6 Add RSS link at the bottom of /index.php and /conferences/index.php 2007-02-14 14:52:00 +00:00
Hannes Magnusson
2329cfd85a Add a "no more news" comment for the rss generator 2007-02-11 23:31:16 +00:00
Hannes Magnusson
d3af68ec4d Add "semi-permlinks"
# will be used in the RSS feed
2007-02-11 23:25:37 +00:00
Hannes Magnusson
d566a57626 Add autodescovery link for the rss feed 2007-02-08 23:57:31 +00:00
Hannes Magnusson
13fac53112 Forgot to add this comment for the RSS generator 2007-02-08 23:14:48 +00:00
Damien Seguy
0b72b20c25 . to é 2007-02-08 13:48:26 +00:00
Hannes Magnusson
e4389d68c3 Fix BASE_PAEG
Remove commented out debug output
2007-02-07 18:26:56 +00:00
Hannes Magnusson
9ea1042f20 Add new conference page 2007-02-07 18:23:11 +00:00