6.0.0-alpha10
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
5/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#19] Your ticket system shows my email adress on public pages
*
Your Email Address
*
Spam protection
Enter the letters below:
__.. .. .. .\ / (__ |\ |\ /|_/ >< .__)| \| \/ | \/ \
Comment
> Changes have been made in Git (master): > > commit 98358855cc18bb9d371c899085c7dd9f3ada2562 > Author: Jan Schneider <jan@horde.org> > Date: Sat Oct 25 19:14:00 2014 +0200 > > Bundle PHPDCD. > > components/bundle/composer.json | 4 +- > components/bundle/composer.lock | 105 +++- > components/bundle/vendor/autoload.php | 2 +- > components/bundle/vendor/bin/phpdcd | 1 + > .../bundle/vendor/composer/autoload_classmap.php | 173 +++++ > .../bundle/vendor/composer/autoload_real.php | 8 +- > components/bundle/vendor/composer/installed.json | 107 +++ > .../vendor/phpunit/php-token-stream/.gitattributes | 1 + > .../vendor/phpunit/php-token-stream/.gitignore | 4 + > .../vendor/phpunit/php-token-stream/.travis.yml | 30 + > .../bundle/vendor/phpunit/php-token-stream/LICENSE | 33 + > .../vendor/phpunit/php-token-stream/README.md | 13 + > .../vendor/phpunit/php-token-stream/build.xml | 33 + > .../phpunit/php-token-stream/build/phpunit.xml | 17 + > .../vendor/phpunit/php-token-stream/composer.json | 34 + > .../vendor/phpunit/php-token-stream/src/Token.php | 744 > ++++++++++++++++++++ > .../phpunit/php-token-stream/src/Token/Stream.php | 627 +++++++++++++++++ > .../src/Token/Stream/CachingFactory.php | 85 +++ > .../php-token-stream/tests/Token/ClassTest.php | 118 +++ > .../php-token-stream/tests/Token/ClosureTest.php | 119 ++++ > .../php-token-stream/tests/Token/FunctionTest.php | 180 +++++ > .../php-token-stream/tests/Token/IncludeTest.php | 107 +++ > .../php-token-stream/tests/Token/InterfaceTest.php | 226 ++++++ > .../php-token-stream/tests/Token/NamespaceTest.php | 114 +++ > .../phpunit/php-token-stream/tests/TokenTest.php | 76 ++ > .../tests/_fixture/classExtendsNamespacedClass.php | 9 + > .../tests/_fixture/classInNamespace.php | 6 + > .../tests/_fixture/classInScopedNamespace.php | 8 + > .../php-token-stream/tests/_fixture/closure.php | 7 + > .../php-token-stream/tests/_fixture/issue19.php | 3 + > .../php-token-stream/tests/_fixture/issue30.php | 8 + > .../multipleNamespacesWithOneClassUsingBraces.php | 12 + > ...leNamespacesWithOneClassUsingNonBraceSyntax.php | 14 + > .../php-token-stream/tests/_fixture/source.php | 36 + > .../php-token-stream/tests/_fixture/source2.php | 6 + > .../php-token-stream/tests/_fixture/source3.php | 14 + > .../php-token-stream/tests/_fixture/source4.php | 30 + > .../php-token-stream/tests/_fixture/source5.php | 5 + > .../phpunit/php-token-stream/tests/bootstrap.php | 7 + > .../bundle/vendor/sebastian/phpdcd/.gitattributes | 1 + > .../bundle/vendor/sebastian/phpdcd/.gitignore | 11 + > .../bundle/vendor/sebastian/phpdcd/.travis.yml | 22 + > components/bundle/vendor/sebastian/phpdcd/LICENSE | 33 + > .../bundle/vendor/sebastian/phpdcd/README.md | 50 ++ > .../bundle/vendor/sebastian/phpdcd/build.xml | 132 ++++ > .../sebastian/phpdcd/build/phar-autoload.php.in | 42 ++ > .../sebastian/phpdcd/build/phar-manifest.php | 27 + > .../vendor/sebastian/phpdcd/build/phpunit.xml | 11 + > .../vendor/sebastian/phpdcd/build/travis-ci.xml | 20 + > .../bundle/vendor/sebastian/phpdcd/composer.json | 40 + > components/bundle/vendor/sebastian/phpdcd/phpdcd | 64 ++ > .../vendor/sebastian/phpdcd/src/Analyser.php | 359 ++++++++++ > .../sebastian/phpdcd/src/CLI/Application.php | 138 ++++ > .../vendor/sebastian/phpdcd/src/CLI/Command.php | 163 +++++ > .../vendor/sebastian/phpdcd/src/Detector.php | 135 ++++ > .../vendor/sebastian/phpdcd/src/Log/Text.php | 78 ++ > .../vendor/sebastian/phpdcd/tests/AnalyserTest.php | 294 ++++++++ > .../vendor/sebastian/phpdcd/tests/DetectorTest.php | 518 ++++++++++++++ > .../sebastian/phpdcd/tests/_files/Interpolator.php | 23 + > .../phpdcd/tests/_files/abstract_methods.php | 15 + > .../sebastian/phpdcd/tests/_files/declarations.php | 24 + > .../phpdcd/tests/_files/function_call.php | 2 + > .../phpdcd/tests/_files/function_call2.php | 2 + > .../sebastian/phpdcd/tests/_files/issue_18.php | 27 + > .../phpdcd/tests/_files/issue_18_extra.php | 32 + > .../sebastian/phpdcd/tests/_files/issue_5.php | 13 + > .../sebastian/phpdcd/tests/_files/method_call.php | 3 + > .../phpdcd/tests/_files/methods_vs_functions.php | 20 + > .../tests/_files/parent_double_colon_handling.php | 21 + > .../phpdcd/tests/_files/static_method_call.php | 2 + > components/lib/Components/Qc/Task/Dcd.php | 46 +- > 71 files changed, 5471 insertions(+), 23 deletions(-) > > http://github.com/horde/horde/commit/98358855cc18bb9d371c899085c7dd9f3ada2562
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers