1
0
mirror of https://github.com/php/phd.git synced 2026-03-23 22:52:05 +01:00

215 Commits

Author SHA1 Message Date
haszi
15284136ff Separate regular PhD output from error handling (#176)
- Move error handling code into a class and remove PhD message output handling from it.
- Introduce a new class to handle PhD message output.
- Make the implicit dependency on the output functionality of classes explicit.
- Update PEAR package.xml.
- Fix tests.
- Use proper variadic parameters
- Use class constants
- Use first-class callable syntax

---------

Co-authored-by: haszi <haszika80@gmail.com>
2024-11-10 17:57:05 +00:00
Yoshinari Takaoka
6feef351b7 Added IndexRepository.php entry for pear install command (#122) 2024-04-29 14:51:19 +01:00
haszi
e5b8bf35a9 Remove file ending comment blocks (#92)
Co-authored-by: haszi <haszika80@gmail.com>
2024-02-08 12:46:21 +00:00
Peter Cowburn
a41dbc7ce4 Back to dev 2019-03-06 19:15:52 +00:00
Peter Cowburn
bf83511185 Prep for 1.1.11 release 2018-11-13 23:09:55 +00:00
Peter Kokot
6a564b2183 Convert CRLF line endings to LF
This patch simplifies line endings tracked in the Git repository and
syncs them to all include the LF style instead of the CRLF files.

Newline characters:
- LF (\n) (*nix and Mac)
- CRLF (\r\n) (Windows)
- CR (\r) (old Mac, obsolete)

To see which line endings are in the index and in the working copy the
following command can be used:
`git ls-files --eol`

Git additionally provides `.gitattributes` file to specify if some files
need to have specific line endings on all platforms (either CRLF or LF).

Changed files shouldn't cause issues on modern Windows platforms because
also Git can do output conversion is core.autocrlf=true is set on
Windows and use CRLF newlines in all files in the working tree.

Unless CRLF files are tracked specifically, Git by default tracks all
files in the index using LF newlines.
2018-10-02 06:28:57 +02:00
Peter Kokot
3564283891 Sync final newlines
This patch adds some missing newlines and trims multiple redundant
newlines into a single newline.

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-02 06:23:33 +02:00
Kalle Sommer Nielsen
118b4c15de Revert "Fixed bug #44498 (RTL manual entries display issues)"
This reverts commit 0cffbf99a4.
2018-07-23 21:15:51 +02:00
Kalle Sommer Nielsen
0cffbf99a4 Fixed bug #44498 (RTL manual entries display issues) 2018-07-23 12:50:42 +02:00
Kalle Sommer Nielsen
c0a368c38d * Added Norwegian (Bokmål)
* Updated languages:
  - Danish
  - Swedish
2015-05-27 10:07:33 +02:00
Sobak
b628e5c380 Update package.xml 2015-03-09 06:58:49 +01:00
KostyaTretyak
85e2748b92 Added support for Ukrainian language 2014-10-13 22:31:43 +03:00
Hannes Magnusson
94cad4f46c Fixed bug#66408 (Wrong style file in chm documentation). (Andy Burton) 2014-03-26 08:04:15 -07:00
Peter Cowburn
87812722cd back to dev 2014-03-21 10:15:50 +00:00
Peter Cowburn
fafde32e50 Prep for 1.1.10 release 2014-03-21 10:06:33 +00:00
Adam Harvey
4529d64a66 Back to dev. 2014-03-18 14:36:26 -07:00
Philip Olson
dac40aa1e3 Prepped the 1.1.9 release. 2014-03-06 13:50:48 -08:00
Peter Cowburn
db88becb24 back to dev 2014-01-21 20:42:33 +00:00
Peter Cowburn
d5321181a3 Prep for 1.1.8 2014-01-21 20:39:10 +00:00
Peter Cowburn
8410932e03 back to dev 2014-01-21 20:16:02 +00:00
Hannes Magnusson
10e577cf8d My bad.. 2014 :) 2014-01-01 11:08:27 -08:00
Hannes Magnusson
d4d488c286 Update changelog and set the release date and stability 2014-01-01 11:03:08 -08:00
Hannes Magnusson
98bad5b4ba back to dev 2012-06-16 19:43:12 +01:00
Hannes Magnusson
bdacd470a4 Prep for 1.1.6 2012-06-16 19:26:00 +01:00
Hannes Magnusson
00c52f4d93 Changelog PI news entry 2012-06-09 19:00:04 +01:00
Hannes Magnusson
e726d7b656 News entry for generate-changelog-for 2012-06-09 14:11:53 +01:00
Hannes Magnusson
9a8b64dc19 Do not skip over nodes when indexing their content 2012-06-09 14:09:29 +01:00
Hannes Magnusson
4e0f62dd8a Back to dev 2012-06-07 18:15:59 +01:00
Hannes Magnusson
78c73f2652 Prep for release 2012-06-07 18:03:33 +01:00
Hannes Magnusson
d15f61995f Update news from latest commits 2012-06-05 13:26:24 +01:00
Hannes Magnusson
ccb9cd2834 Fixed bug#47392 Option to specify filename for bightmls 2012-04-06 11:39:14 -07:00
Moacir de Oliveira
89f5360fa9 Updating package.xml with bug fix
Signed-off-by: Moacir de Oliveira <moacir@php.net>
2012-04-06 13:00:53 -04:00
Hannes Magnusson
e65c062692 add name 2012-04-06 07:31:50 -07:00
Hannes Magnusson
9c1fa3647f Show individual package version in --version 2012-04-06 06:30:47 -07:00
Hannes Magnusson
a5321c0c49 Back to dev 2012-04-06 05:38:50 -07:00
Hannes Magnusson
919f6ab592 Prep 1.1.4 2012-04-06 05:20:54 -07:00
Hannes Magnusson
63642416df Back to -dev 2012-03-01 08:30:02 +00:00
Hannes Magnusson
d8e7162c11 Prep for 1.1.3 release 2012-03-01 08:04:58 +00:00
Alexey Borzov
b6cc27ac1c release notes added 2012-02-07 07:26:19 +00:00
Hannes Magnusson
45cb6cf431 Back to -dev 2011-12-18 12:43:29 +00:00
Hannes Magnusson
0850f56e3f add the bug numbers 2011-07-05 21:41:47 +00:00
Hannes Magnusson
4984956a41 Print out version info for classes too 2011-07-05 21:35:08 +00:00
Hannes Magnusson
7df2e2b931 Add support for <?phpdoc?>
Initially only supports <?phpdoc print-version-for="foobar"?>
where `foobar` is an item in the aggregated version.xml file.
print-version-for will go through the same mechanism as all
refpages to generate version information, and therefore
fallback to "may only be in svn" if no found.
2011-07-05 18:54:18 +00:00
Moacir de Oliveira Miranda Júnior
5acecbc941 back to dev 2011-06-22 03:13:23 +00:00
Moacir de Oliveira Miranda Júnior
70ab2a858d Preparing release 1.1.1 2011-06-22 01:01:15 +00:00
Richard Quadling
2fc0910781 Renamed getTree() to getDebugTree() as it is a debugging feature (Thanks Hannes for the suggestion). 2011-06-03 21:47:57 +00:00
Richard Quadling
bd0cc2036a Added Format::getTree() method to allow the current location in the tree to be reportable. 2011-06-03 13:14:47 +00:00
Moacir de Oliveira Miranda Júnior
4cb566c4e7 Adding the --packagedir option in the release notes 2011-05-29 15:58:45 +00:00
Hannes Magnusson
b01e81ca1d Improve the indexer performance by about 75% :) 2011-04-23 13:40:32 +00:00
Hannes Magnusson
a55569ec29 Properly restore the default chunk data when creating "container chunks"
fixes bug#52664
2011-04-18 14:01:04 +00:00