#
cdec537f |
| 19-Apr-2019 |
Kalle Sommer Nielsen |
Remove dead code
|
#
8621612c |
| 30-Mar-2019 |
Peter Cowburn |
Update mailing list rules URL The file's location was changed in php-src (commit 8346b4c, PR 3988), so update the mailing lists page on the site to reflect that.
|
#
10d8705c |
| 02-Mar-2019 |
Peter Cowburn |
add list email addresses to mailing lists page
|
#
190459c7 |
| 04-Nov-2018 |
Peter Kokot |
Refactor each() function to foreach() The each() function has been deprecated since PHP 7.2 and shouldn't be used anymore: - http://php.net/manual/en/function.each.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 ...
|
#
371799ad |
| 13-Mar-2018 |
Niklas Keller |
Fixed bug #76087
|
#
136f8f13 |
| 24-Jul-2014 |
Hannes Magnusson |
Add standards@
|
#
3cb1382f |
| 24-Jul-2014 |
Hannes Magnusson |
php-cvs-daily no longer works afaik and pdo@ is hardly importatnt list anymore
|
#
d8cabbe2 |
| 02-Jul-2014 |
Adam Harvey |
Tighten up the wording on the Twitter link.
|
#
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! =)
|
#
0e057c3c |
| 28-Oct-2013 |
Hannes Magnusson |
Mention the twitter account (cjones)
|
#
74bc9e6a |
| 27-Oct-2013 |
Hannes Magnusson |
Kill reST things It doesn't even render correctly, and has gone more or less unused
|
#
6372746f |
| 18-Feb-2013 |
Ferenc Kovacs |
add the general bugs list to the mailing lists
|
#
d538306a |
| 12-Aug-2012 |
Ferenc Kovacs |
ezmlm.org expired, use untroubled.org/ezmlm as suggested by the original author at http://lists.untroubled.org/?list=ezmlm&cmd=showmsg&msgnum=14183
|
#
3866e9ed |
| 05-Aug-2012 |
Ferenc Kovacs |
Revert "now that posttohost() supports ssl, we should use https here" as there could be mirrors without ssl support. This reverts commit 1511842d066ec52fe4df34dde839f79a5653288d.
|
#
1511842d |
| 05-Aug-2012 |
Ferenc Kovacs |
now that posttohost() supports ssl, we should use https here
|
#
d15df718 |
| 02-Aug-2012 |
Peter Cowburn |
standard table cells vertical-align to top The mailing lists table keeps its middle alignment.
|
#
00566172 |
| 21-Jul-2012 |
Ferenc Kovacs |
fix the file references now that they are comming from git instead of svn for the reST stuff
|
#
baa2890c |
| 22-Apr-2012 |
Rasmus Lerdorf |
Oops, no archive and get the news link right
|
#
0844b215 |
| 22-Apr-2012 |
Rasmus Lerdorf |
Add git-pulls list here
|
#
f1f5e30c |
| 20-Mar-2012 |
Adam Harvey |
Initial rewrite of the references to Subversion on the site to Git. Rewrites welcome! A couple of important notes: - I've largely dropped references to Subversion altogether, even knowin
Initial rewrite of the references to Subversion on the site to Git. Rewrites welcome! A couple of important notes: - I've largely dropped references to Subversion altogether, even knowing that php-doc hasn't migrated yet. We may need to put a few more "Git/SVN account" references in there if php-doc isn't going to be migrated in the near future. - I've removed the quick start hints from git-php.php after an account request has been sent in. The documentation there was pretty skimpy anyway and probably wouldn't have been enough to get a developer going, plus it's harder to distill the Git workflow into three or four snappy commands and I'm not really convinced that a form confirmation page is the right place to have learning materials, since it's a one-time page for most users. Instead I've replaced them with links to the relevant Wiki pages, which seem more likely to be the right place for new developers to learn. News post to come, but I wanted to separate this out for easier review.
show more ...
|
#
eb81c4b5 |
| 22-Jan-2012 |
Rasmus Lerdorf |
Gah! posttohost() doesn't speak ssl
|