#
9482f9bd |
| 07-Dec-2023 |
Andreas Möller |
Fix: Remove unused functions (#585)
|
#
59c070f5 |
| 07-Dec-2023 |
Andreas Möller |
Enhancement: Enable `blank_line_after_opening_tag` fixer (#875)
|
#
c093fb53 |
| 06-Dec-2023 |
Andreas Möller |
Enhancement: Enable `trailing_comma_in_multiline` fixer (#647) * Enhancement: Enable and configure trailing_comma_in_multiline fixer * Fix: Run 'make coding-standards'
|
#
d9bcfed4 |
| 22-Aug-2022 |
Andreas Möller |
Enhancement: Enable `array_syntax` fixer Co-authored-by: MathiasReker <mathias@reker.dk> Closes GH-659.
|
#
f24a9f39 |
| 11-Jul-2022 |
Andreas Möller |
Fix: Remove unused parameters Closes GH-577.
|
#
2735e5f0 |
| 31-May-2019 |
Sara Golemon |
Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__ 1/n - Update / and /include/ only.
|
#
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 ...
|
#
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 ...
|
#
51455a70 |
| 22-Nov-2013 |
Hannes Magnusson |
Remove dead code and add back language search
|
#
9e65de7d |
| 22-Nov-2013 |
Hannes Magnusson |
There are part of help really
|
#
34d617ae |
| 21-Nov-2013 |
Adam Harvey |
Improve the styling on the search results page. I hacked this together for the old version of the new site, and it really didn't fit in with the new aesthetic. This is an attempt to impr
Improve the styling on the search results page. I hacked this together for the old version of the new site, and it really didn't fit in with the new aesthetic. This is an attempt to improve it to stick out less like a sore thumb and more like a slightly itchy one instead.
show more ...
|
#
a80bcfeb |
| 30-Oct-2013 |
Rasmus Lerdorf |
The Bing search API hasn't worked for a while, and it is no longer free, so turn it off entirely
|
#
57c03253 |
| 17-Sep-2013 |
Levi Morrison |
Fixed some pages that were not full-width but could/should be.
|
#
3cc94915 |
| 05-Dec-2012 |
Daniel P. Brown |
Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when st
Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when statically referenced as 'www.php.net.'
show more ...
|
#
cbd6d7ef |
| 12-Nov-2012 |
Adam Harvey |
Tinker with the error message shown when a search keyword is too short.
|
#
5eb4baaa |
| 07-Sep-2012 |
Adam Harvey |
Style Google Custom Search Engine results.
|
#
c6cd8590 |
| 07-Sep-2012 |
Adam Harvey |
CSE will tell you in no uncertain terms if there are no results, so we don't need to print the error message in this code path; just the header is fine.
|
#
3cd800c7 |
| 16-Aug-2012 |
Philip Olson |
Added default google CSE search.
|
#
f5232136 |
| 02-Aug-2012 |
Philip Olson |
Used our standard includes format (which uses DOCUMENT_ROOT)
|
#
51b7a544 |
| 02-Aug-2012 |
Philip Olson |
Panic, and hacked in a custom google search until this bing-is-no-longer-free issue is resolved.
|
#
8ee6e6ed |
| 16-Jul-2011 |
Rasmus Lerdorf |
Do a web search from the manual-lookup page when a function is not found
|
#
b7fc1490 |
| 14-Jul-2011 |
Rasmus Lerdorf |
Fix start/end values
|
#
99e6a4f5 |
| 14-Jul-2011 |
Rasmus Lerdorf |
Get closer to the bing style guide
|
#
9fd1bae9 |
| 14-Jul-2011 |
Rasmus Lerdorf |
Switching search backend from Yahoo to Bing. and to head off the inevitable bitching about this, it is because the Yahoo BOSS v1 API we are using is going away on July 20 and Yahoo was no
Switching search backend from Yahoo to Bing. and to head off the inevitable bitching about this, it is because the Yahoo BOSS v1 API we are using is going away on July 20 and Yahoo was not willing to give us free access to the new v2 API. It would end up costing us about $600/year at our current usage pattern. The new Google REST API would cost us about $7500/year. The Bing API is free.
show more ...
|