Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/doctrine/annotations

Annotations Docblock Parser
https://github.com/doctrine/annotations

Typo is fixed

4d58871db6c3a8f7e42949b6414dcaf991605270 authored about 9 years ago by Denis Kop <[email protected]>
Returned back to strict comparison instead in_array

55007653a3ec992146fb49ff7314bc482dcf7f62 authored about 9 years ago by Denis Kop <[email protected]>
#66 added test for fix

66461c7a32232f5cd9257946a90e9567e5370a60 authored about 9 years ago by Denis Kopelevich <[email protected]>
Fix of incorrect parsing multibyte strings

If function overloading for mb_string (http://php.net/manual/en/mbstring.overload.php) is turned...

9b5a9cb893fda8df4e69c76b01ecff7bbcfb4681 authored about 9 years ago by Denis Kop <[email protected]>
[DCOM-293] Fix security misconfiguration vulnerability that can allow local arbitrary code execution.

f25c8aab83e0c3e976fd7d19875f198ccf2f7535 authored over 9 years ago by Benjamin Eberlei <[email protected]>
Revert "Fix broken merge on Zend Opcache check."

This reverts commit 6eeadf5fd5d714065a59d5da8cbcd24196da667a.

f4a91702ca3cd2e568c3736aa031ed00c3752af4 authored over 9 years ago by Benjamin Eberlei <[email protected]>
Fix broken merge on Zend Opcache check.

6eeadf5fd5d714065a59d5da8cbcd24196da667a authored over 9 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #59 from mpalourdio/opcache.load_comments

opcache.load_comments has been removed from PHP 7

735b6c591925226b2a42e84dbfde5d8180b68a62 authored over 9 years ago by Guilherme Blanco <[email protected]>
Move classes with reserved keywords in a separate file and skip test for php 7

0a706d37c5abf41970eb74b473181cd8456e4736 authored over 9 years ago by mpalourdio <[email protected]>
Use PHP_VERSION_ID, and not PHP_VERSION

10a0a9d9e7f6231d111735b108770d81c76e4242 authored over 9 years ago by mpalourdio <[email protected]>
Add PHP7 to the build matrix

0ab99728e714718b73e787e010bf2b3519e74ea8 authored over 9 years ago by mpalourdio <[email protected]>
opcache.load_comments has been removed from PHP 7

0eae2002b322c824283317adbf3910e6a234c998 authored over 9 years ago by mpalourdio <[email protected]>
Merge pull request #57 from stof/patch-1

Switch to the docker-based infrastructure on Travis

c8927ad70c6fce36b3af52c17ed996c9aa4de89b authored over 9 years ago by Marco Pivetta <[email protected]>
Switch to the docker-based infrastructure on Travis

This infrastructure is faster and allows to use the composer cache.

ae5fbc066fce61d35dc213f918f10361940417b5 authored over 9 years ago by Christophe Coevoet <[email protected]>
Merge pull request #51 from adammbalogh/master

FileCacheReader::saveCacheFile::unlink fix

b5202eb9e83f8db52e0e58867e0a46e63be8332e authored about 10 years ago by Marco Pivetta <[email protected]>
FileCacheReader::saveCacheFile::unlink fix

8e87c6391285085e5c2889a86f201a48ae2dcab1 authored about 10 years ago by Adam Balogh <[email protected]>
Merge pull request #50 from Ocramius/hotfix/#44-match-escaped-quotes

Hotfix: match escaped quotes (revert #44)

eeda578cbe24a170331a1cfdf78be723412df7a4 authored about 10 years ago by Marco Pivetta <[email protected]>
#44 - using a possessive quantifier to reduce likeliness of `preg_split()` internal overflows

As per @stof's suggestion

ceaf9ad7c16796dc90fd1e67ec7dc68dc37f05f9 authored about 10 years ago by Marco Pivetta <[email protected]>
#44 - increasing tested string size to check for more possible stack overflows in `preg_split()`

028f4bf12265ac82bbfdb4ec12d66b629b11c441 authored about 10 years ago by Marco Pivetta <[email protected]>
Merge pull request #49 from Ocramius/hotfix/#46-file-cache-reader-permissions

#46 - applying correct `chmod()` to generated cache file

433906a1dbc7a34463b0388a6090d618bc72c280 authored about 10 years ago by Marco Pivetta <[email protected]>
#44 - reverting #44 patch by using a matcher that allows a longer sequence to be parsed

Note that this doesn't solve the stack overflow issue with `preg_split()`, but just increases th...

918ba147b2b7e98259a96358da0d0183caa88a8c authored about 10 years ago by Marco Pivetta <[email protected]>
#44 - verifying correct paring of annotation with escaped quotes

f177d96b5320c12fc78432626fe43de737713d23 authored about 10 years ago by Marco Pivetta <[email protected]>
#44 - test case to verify correct escaping of quotes in lexed strings

a62760ca2cd18826347b622fa19519f2b4ca84a0 authored about 10 years ago by Marco Pivetta <[email protected]>
#46 - applying correct `chmod()` to generated cache file

e42f885f3371885b7ecd18e117d50a241324c567 authored about 10 years ago by Marco Pivetta <[email protected]>
Merge pull request #48 from Ocramius/deprecation/file-cache-reader-deprecation

Deprecating the `FileCacheReader` in 1.2.2: will be removed in 2.0.0

04fb8c20354236bf72d194400a345c8f43191b99 authored about 10 years ago by Marco Pivetta <[email protected]>
Merge branch 'hotfix/#44-preg-split-double-quotes-stack-limit-fix'

Close #44

d63108433190110c0ceb8be6460dda6f78348950 authored about 10 years ago by Marco Pivetta <[email protected]>
#44 - adding `@group` annotation

3157ff814de7b43d843399a5b6192e864351adde authored about 10 years ago by Marco Pivetta <[email protected]>
#44 - refactored test case for clarity

c3d70df86717a296612180a138818b2a138fe665 authored about 10 years ago by Marco Pivetta <[email protected]>
#44 - minor CS fixes

3aa37ec9eedca4cd541389a090e6b8cc2b7199b6 authored about 10 years ago by Marco Pivetta <[email protected]>
Update DocLexerTest.php

增加双引号内超长文本的单元测试。

162518ecd6d1c0a0f61239eecb12cfe4b12300fb authored about 10 years ago by Latrell Chan <[email protected]>
Update DocLexer.php

去掉对双引号的转义支持,因为这会当双引号内容过长时,造成preg_split命令超出堆栈限制。
当需要使用双引号的地方,可以使用&quot;或&#34;代替。

8555488c1af74642d2ee88c9cf6a36f8563b51ca authored about 10 years ago by Latrell Chan <[email protected]>
Deprecating the `FileCacheReader` in 1.2.2: will be removed in 2.0.0

caea6a1312aea1e801990f6a54b8f90abe325525 authored about 10 years ago by Marco Pivetta <[email protected]>
Merge pull request #46 from bjoernhaeuser/atomic_write

A plain "file_put_contents" can cause havoc

b1c7299b48b0c61fae20de72521f07e4fc6641ca authored about 10 years ago by Marco Pivetta <[email protected]>
A plain "file_put_contents" can cause havoc

This tries to make the saving of cached file atomic. It creates a new
tempfile, writes the conte...

6355277c8254bfeb9db68fae0d1de53f1cd09388 authored about 10 years ago by Björn Häuser <[email protected]>
Merge pull request #43 from mnapoli/patch-1

Exclude files from distribution with .gitattributes

3b6668f54ad3f95d68b64a742f6b0de55d6caeb1 authored about 10 years ago by Guilherme Blanco <[email protected]>
Exclude files from distribution

6c5de8e69751b38d101154e86fe5a1efaaa12626 authored about 10 years ago by Matthieu Napoli <[email protected]>
Minor CS fixes (missing return value)

6a6bec0670bb6e71a263b08bc1b98ea242928633 authored over 10 years ago by Marco Pivetta <[email protected]>
Merge pull request #42 from fejese/cleanup-uses

Clean up unused uses

024c39e4ca0372b1df761b1cba21fb7f4a2e5e98 authored over 10 years ago by Marco Pivetta <[email protected]>
Clean up unused uses

5f9a3087a2c128f4da5bed716a628621e5bb842e authored over 10 years ago by Endre Fejes <[email protected]>
Merge pull request #41 from OddEssay/fix/load_comments

Warn if load_comments is not enabled.

6634069ada56fd169de5e3ca29bc407d9d9a11b6 authored over 10 years ago by Guilherme Blanco <[email protected]>
Warn if load_comments is not enabled.

d9ae661e3c19dad1237e185191416fd9604ecb25 authored over 10 years ago by Paul Freeman <[email protected]>
Merge pull request #39 from JeroenDeDauw/ns

Remove superfluous NS

e93f3b718c421daddff58c4a4af1aee574472cd6 authored over 10 years ago by Marco Pivetta <[email protected]>
Remove superfluous NS

acdbac7439e90cfaaf6d5096bf9bde4844f1ac3a authored over 10 years ago by jeroendedauw <[email protected]>
Merge pull request #38 from janschoenherr/master

fixes doctrine/common#326

0db097b6c15e2e9547b1098e1caa66aa07598c3b authored over 10 years ago by Guilherme Blanco <[email protected]>
moved assertions into a new test method

0ecbe549694297c7d506e628dd4fd5d1cb494393 authored over 10 years ago by janschoenherr <[email protected]>
fixes doctrine/common#326

ec3411216d69b84a17e4dc1a5ec1d44cda13655a authored over 10 years ago by janschoenherr <[email protected]>
Adding `v1.2.0` release notes

d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd authored over 10 years ago by Marco Pivetta <[email protected]>
Bumping master to `1.3.x-dev`

c0e166dac86291facd07b865ac16b6f96a977dd0 authored over 10 years ago by Marco Pivetta <[email protected]>
Merge pull request #33 from ValeryDubrava/classname

add supporting php 5.5 ::class constant

fb4fc9d5be647fa4136ce1d26156066126b2584f authored over 10 years ago by Marco Pivetta <[email protected]>
Merge pull request #35 from SoftRose/master

DCOM-243 Added check for Zend OPcache extenstion

700a31020b57b08dba701f263cd4f6b2bba80e4b authored over 10 years ago by Marco Pivetta <[email protected]>
DCOM-243 Renamed opcache extension to Zend OPcache

7e68eacb6679b6eac7c3101de03b97ca75c4beb9 authored over 10 years ago by Victor Smirnov <[email protected]>
DCOM-243 Added check for Zend OPcache extenstion

afc9eae1e12eda9b7df7419a250bde8c8b2a3be3 authored over 10 years ago by Victor Smirnov <[email protected]>
Merge pull request #34 from hboomsma/patch-1

Ignored @startuml and @stopuml annotations

3f58ce08b67f04b228f9fe93242757e0376f719c authored over 10 years ago by Guilherme Blanco <[email protected]>
Ignored @startuml and @stopuml annotations

PlantUML (http://plantuml.sourceforge.net/), a tool for text based UML diagrams that can be adde...

1a001cbd68a768782c886ec348fe2cc2dc545c0c authored over 10 years ago by Hidde Boomsma <[email protected]>
add tests for parsing ::class constant

cb6048b053f1c535a3cf068ae0d6585fdde909c1 authored over 10 years ago by Valery Dubrava <[email protected]>
add supporting php 5.5 ::class constant

16113fdbe2fa0e0e0d694dcc354beed43505844c authored over 10 years ago by Valery Dubrava <[email protected]>
Added coverage to annotations with keys containing numbers.

373c0d08bf1f326ff40bc237046aa10638bf28f6 authored over 10 years ago by Guilherme Blanco <[email protected]>
DDC-168 Added coverage to ignored non annotations imports.

01ddf2cfa8aaf08d1f22d535471b62b039df1222 authored over 10 years ago by Guilherme Blanco <[email protected]>
Merge pull request #1 from BenMorel/master

Documentation fixes

510afadeb61247418c57da011701fa22f428a7a0 authored over 10 years ago by Marco Pivetta <[email protected]>
Merge branch 'DCOM-151' of https://github.com/Ocramius/annotations into Ocramius-DCOM-151

Conflicts:
lib/Doctrine/Common/Annotations/DocParser.php

1ac675c80dfdf8164ca7d435770adf5bda7b2a68 authored over 10 years ago by Guilherme Blanco <[email protected]>
Merge pull request #31 from BenMorel/phpunit

Added phpunit as a dev dependency

36a247f70402c5c7e7ee2d4d142118135192a154 authored over 10 years ago by Guilherme Blanco <[email protected]>
Merge pull request #28 from Seldaek/doclexingfail

Fix most common parsing failures when @ is present in the docblock but not for an annotation

2c717e80c4f3ba589592933218f66bb366eac057 authored over 10 years ago by Guilherme Blanco <[email protected]>
Added phpunit as a dev dependency

2dcfc061bc79c362968f103b6adf4333da48e6b5 authored over 10 years ago by Benjamin Morel <[email protected]>
Fixed documentation

d7a3f953f7a8f14bedc15286e9aa671eff087f05 authored over 10 years ago by Benjamin Morel <[email protected]>
Merge pull request #30 from catchamonkey/patch-1

[DCOM-240] Dirs only need to be writable, when we are performing a write.

ce2b5dae7b996bd231a9f178750aec536aba7e14 authored over 10 years ago by Guilherme Blanco <[email protected]>
Dirs only need to be writable, when we are performing a write.

Ref: http://www.doctrine-project.org/jira/browse/DCOM-240

36cbedd2784188f739b4fbb1b699aac382e58662 authored over 10 years ago by Chris Sedlmayr <[email protected]>
Refactoring

39420e20cb4e3de72430806e4d2262db99c8c09a authored almost 11 years ago by Jordi Boggiano <[email protected]>
Fix most common parsing failures when @ is present in the docblock but not for an annotation

32d191abd3fca85e8cd49f83f60f7a5cbf86aa17 authored almost 11 years ago by Jordi Boggiano <[email protected]>
Merge pull request #7 from Ocramius/hotfix/build-from-before_script-to-script

Moving phpunit task from before_script to script in .travis.yml

316b956b70c0ceab28ba0817fc3343624aa83b56 authored almost 11 years ago by Marco Pivetta <[email protected]>
CS fixes for DDC-3006

2e6b85eb60700cf2219db7926b6e7fa538f17691 authored almost 11 years ago by Marco Pivetta <[email protected]>
Merge branch 'DDC-3006'

Closes #27

c1a38760a6cfeec627ed66f9192db2acce1cb9e0 authored almost 11 years ago by Marco Pivetta <[email protected]>
DDC-3006 - moving tests for `@Target` parameter bitmasking to dedicated class

0f53e8b36c3b6e42a87597a02ceb02caba53ff5f authored almost 11 years ago by Marco Pivetta <[email protected]>
DDC-3006: `@Target` isn't properly bitmasked

c6f028f2e97debc403e270bbb93da7093cc18b32 authored almost 11 years ago by Joshua Thijssen <[email protected]>
Adding PHP 5.6 to build matrix - removing HHVM from allowed failures

088ea3b5dfbe52adf7b12623caa897e9ee1d795e authored almost 11 years ago by Marco Pivetta <[email protected]>
Merge pull request #9 from JonathanO/fix-compiler-bad-state

Workaround PHP compiler globals storing doc_comments

218d670dd2fbb96c515e2fb4f8f7104ae4d73edb authored almost 11 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #22 from jaypea/trait_support

use namespace from traits

2ee2bc8ff5f1cf25f0c8e734cda09a355d8fe16e authored almost 11 years ago by Benjamin Eberlei <[email protected]>
add unit test for annotated properties in traits

a2c258929b08186c505c68e7f6f1e263a106d96c authored about 11 years ago by Jan Prieser <[email protected]>
Merge pull request #23 from siwinski/pr-add-license-file

Add LICENSE file

a11349d39d85bef75a71bd69bd604ac4fb993f03 authored about 11 years ago by Benjamin Eberlei <[email protected]>
Added LICENSE file

4a5c02e51ba5a146a5da44cdf8a15bad00d6f1d0 authored about 11 years ago by Shawn Iwinski <[email protected]>
add support for property parsing

45eb9bb3999edb04e83e5f0a338e38acb7c357eb authored about 11 years ago by Jan Prieser <[email protected]>
add missing newlines

d905af5b2bc1688dc2b0e920cc26dd79e5990c52 authored about 11 years ago by Jan Prieser <[email protected]>
skip test for php <= 5.3

4f04185f4a2ebbc8b80980609e709b94280f5403 authored about 11 years ago by Jan Prieser <[email protected]>
add support for annotated methods inside traits

cf5bc50b677d19c04030affc2e869f71239aa2bb authored about 11 years ago by Jan Prieser <[email protected]>
Enable hhvm testing.

4f5eee18b4cecbecd43cee7cd6ca9e8209467332 authored about 11 years ago by Benjamin Eberlei <[email protected]>
Bumping branch alias for master to 1.2.x

97b4a00c5a40c42d8c0b789dabc04b3332c788ab authored about 11 years ago by Marco Pivetta <[email protected]>
CS work.

2a2ee12084a08dfc15c7d94bd3c820612183d661 authored about 11 years ago by Guilherme Blanco <[email protected]>
Organized ignored annotations. Added fix and toc to ignore list.

13aa005e71890fb1e011758d3e9b239b574cf131 authored about 11 years ago by Guilherme Blanco <[email protected]>
Implemented support for types to be recognized as type[], following phpDocumentor2 syntax. Added support for _ in constants. Added support for numbers in constants.

0500074e2af1b3c9c6d6ea03d38fbd9f5ee7da71 authored about 11 years ago by Guilherme Blanco <[email protected]>
Skipping simple annotation reader test, would cause autoloading

459d8d80341d24456e814e1187e834a89f886438 authored about 11 years ago by Marco Pivetta <[email protected]>
Applying hotfix for DCOM-151 as of doctrine/common#233

5ea1f9abb0122d9f36927c22a6bd36375842c0cd authored about 11 years ago by Marco Pivetta <[email protected]>
Adding failing test cases for DCOM-151

Extracted from doctrine/common#233 by @f1nder

36e4a4f0ecf764c1e311319ad42674395b6b0cd4 authored about 11 years ago by Marco Pivetta <[email protected]>
Added recovering support when dangling comma is present.

463d926a8dcc49271cb7db5a08364a70ed6e3cd3 authored about 11 years ago by Guilherme Blanco <[email protected]>
Merge pull request #16 from sasezaki/patch-1

.travis.yml - add PHP 5.5

d70e37953ed050c178908ae8d4d0e927654d3e51 authored about 11 years ago by Benjamin Eberlei <[email protected]>
.travis.yml - add PHP 5.5

d01fdc04f673286c43cecad8934dad60b84388c8 authored about 11 years ago by kazusuke sasezaki <[email protected]>
Merge pull request #15 from mnapoli/fixWarnings

Fixed warnings (in PhpStorm) in tests

52f9772cd37788dcea18122e38616db047b6e394 authored about 11 years ago by Guilherme Blanco <[email protected]>
Fixed warnings (in PhpStorm) about unused imports, non existent classes, unused variables in tests files

6c2d3a1515bab6351abb8c9cdae89f068de653be authored about 11 years ago by Matthieu Napoli <[email protected]>
Merge pull request #13 from uwej711/ignore_noinspection

add phpstorms annotation @noinspection to global ignore names

6880e0fe43d1d1b2074b14abc05e41d56e11aa4a authored over 11 years ago by Guilherme Blanco <[email protected]>
add phpstorms annotation @noinspection to global ignore names

1ce579e7c0e72b6965602757fe167501f1a07e67 authored over 11 years ago by Uwe Jäger <[email protected]>
Merge pull request #8 from bartfeenstra/master

Allow empty array notations

40db0c96985aab2822edbc4848b3bd2429e02670 authored over 11 years ago by Guilherme Blanco <[email protected]>
Better check to make sure that testResetsPhpParserAfterUse() is valid.

(Ab)use a static to mark the test as run once it has been run first time.
If it's the first run ...

3033a286360380e40d37c40e23568dc1891812d8 authored over 11 years ago by Jonathan Oddy <[email protected]>