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

moved Annotation class to old location

fdf0db7a223c3bd978c1860cf739172c21b163ee authored over 13 years ago
some cleanups

89da11a2f33ba32ffed2c7a77bb0ab5d8568dc97 authored over 13 years ago
some cleanups

930a35a0a43c1a89bfdc13f30cc74bd7bbf602b9 authored over 13 years ago
[Annotations] removed legacy option 'indexByName'

a13e505000dafc480378bb797d7223fd5e61e696 authored over 13 years ago
[Annotations] removed legacy option 'indexByName'

b419b55e857c221771ffc6439dc4f1955794723f authored over 13 years ago
[Annotations] changed exceptions to Doctrine style

d78e6201bb18a3c0a8ac00620493dbbb7344869d authored over 13 years ago
[Annotations] changed exceptions to Doctrine style

c53b46d482035f189c561f50b68edaf8e64a0704 authored over 13 years ago
[Annotations] changed license header

8521818fd10c6d9d2cda1669230fbf57146a897b authored over 13 years ago
[Annotations] imported new library

c880545eff0f7999b75de3941dde07ee36c9242c authored over 13 years ago
[Annotations] imported new library

7f03576281a6f6ea408fb3206ce43f9e3bb6a7e1 authored over 13 years ago
fixed phpunit warning

2c92a604e7a3dd52d04ed8f3d3202554aa8740da authored over 13 years ago
[Annotations] removed old library

af9eac90dda4465326438eb8fb906ac1f22a1332 authored over 13 years ago
Add more useful methods on Doctrine\Common\Persistence\Mapping\ClassMetadata interface

8bd7a0ac5f3849921e7c55daf5500b85f6c49e74 authored over 13 years ago
[DCOM-46] Added support for multiple non-nested annotations declaration of same class.

59910f53fad7ce08a1ec840d9874a74cefcf32b8 authored over 13 years ago
[DCOM-50] Fixed combination of email and number (actually the issue was an email being considered as an annotation.

42029e6327f6ffc00a268cb61892b8ecbba49278 authored over 13 years ago
Merge pull request #22 from lsmith77/CS_tweaks

CS tweaks

a2e0db00179abcde0b717dfa9cac29263ffe7a37 authored over 13 years ago
CS tweaks

7b452ce71961b95cfcf905be2c4554fc68e13db1 authored over 13 years ago
Removed findMany since it breaks ORM and is confusing (it looks for IDs only).

84eb985aca5490164f766765f5fa868bbe66faf1 authored over 13 years ago
Merge pull request #11 from lsmith77/findMany

DCOM-28: add ObjectRepository::findMany()

34ce712dd942aa76bc9b97c4000b17290b0c7bc2 authored over 13 years ago
Merge pull request #19 from mathiasverraes/patch-1

Make subclassing ArrayCollection easier

bdf8be0b6ec5b51a7079972d5268baa82b0d57d7 authored over 13 years ago
Fixed deprecated phpunit features being used.

e4a58b9602c1acb1298307485a761638ec04300f authored over 13 years ago
Merge pull request #20 from Seldaek/tests

Optimized boilerplate of unit tests of doctrine-common

d2241e9ea641d8183f590c6ee8ccf1d1c03590e1 authored over 13 years ago
Merge pull request #17 from Seldaek/annot-single

Add support for single-quote strings in the AnnotationParser

f45c34aadc9137e2fae79d48dec23e7749a831d3 authored over 13 years ago
Optimized getNamespaceId.

b652de310449198ecc59c1ba13ee6425bc5987f2 authored over 13 years ago
Updated readme

9639d5c667fc185c1d2afdf0e058fae2cb12c69a authored over 13 years ago
Removed useless structural code and added phpunit.xml.dist

Test suite can now be executed from the root folder with just "phpunit"

27c67f156a427415c29f6c5acff7848e04fb5502 authored over 13 years ago
Adjusted tests for single quotes

3240e1829dc8cd9c2d6a8f5ebd0ac83455cfeb51 authored over 13 years ago
Adjusted a test to cover the single quotes

a9c83f92eb5ac1e7f87e31443e52dc3c1185ab12 authored over 13 years ago
Add support for single-quote strings in the AnnotationParser

907691ff23fd79092c1f6642768ef9a7b647bcce authored over 13 years ago
Replaced "new ArrayCollection" with "new static". This allows subclasses to create new instances of the subclass

149881a01c5d109bf9c8235651d609b12094af75 authored over 13 years ago
Removed the Exception of AnnotationParser.

5f32048c8280eb33e43d73ae1e602f41359ec101 authored over 13 years ago
Merge branch 'master' of github.com:doctrine/common

076a03f8f40b6e08f0ae2f4ee2678474e64b6f59 authored over 13 years ago
DDC-1094 - ORM gets findBy() with limit, offset and order by, object repository needs to support this. Implementations get a way out by not requiring the implementation of this feature.

5a2855372834cf37e0408e80dcb9a9c97ec1d352 authored over 13 years ago
Merged pull request #14 from kriswallsmith/inline-lexer-method.

moved lexer method inline

292e59bd12402df744e6fdb3f464ce3b1f52cfe8 authored over 13 years ago
Merged pull request #15 from fabpot/annot-null-values.

added null support for annotation values

48fb4e21e34d8df5042ad0aeac63efccf017970e authored over 13 years ago
added null support for annotation values

f5348ac622169833304e581529a0948a349f3f7b authored almost 14 years ago
Merge branch 'DCOM-38'

e583d1a563945e84e20309e55b9281b49a7b8813 authored almost 14 years ago
[DCOM-38] Fix missing cast to int and float in annotations parser.

40dfeb3ab4630d9d89fdcbfee20bf435f9dbed00 authored almost 14 years ago
Merge remote branch 'schmittjoh/DCOM-41'

56d52726ce96bcebd866ec42140131a707d8ca9b authored almost 14 years ago
[DCOM-44] Throw exception if namespaced annotation does not exist.

8967f476ddcdb7b9017a8be7f774979ca4c72247 authored almost 14 years ago
moved lexer method inline

5902bfd82324faccd9b08dfac1cd91d8da01dc48 authored almost 14 years ago
DCOM-28: added ObjectRepository::findMany()

eb3f9da8bf985df632163f070e30bb0ba8c29e34 authored almost 14 years ago
[DCOM-41] added uni tests

99c29229ae61a53e8d454ea1dd613e41809aa58d authored almost 14 years ago
[DCOM-41] fixes a bug in the annotation parser

123315e21aff6d7bce7cb77ab798660d0e68b139 authored almost 14 years ago
Small optimization to merged code.

440e0504921f7464b1852c1364d7bc7d0119cbc3 authored almost 14 years ago
Merge branch 'master' of https://github.com/frosas/doctrine-common into frosas-master

84b4aa450089518dd141e3e7831f44c6fdfed30c authored almost 14 years ago
Merge branch 'master' of https://github.com/caefer/common into caefer-master

fcdb549fe7b932cc5175ab13ba30c10cc555d215 authored almost 14 years ago
[DCOM-10] Implemented multi-value support to Annotations. Fixed bug of invalid token Value() which was throwing an object to array conversion error.

4210fbd8b261c000c793461c4f815b4d43bcc362 authored almost 14 years ago
Revert "Adding Driver interface for mapping drivers."

This reverts commit 09f931245b050984952a978437aa4c33b579f0c9.

ba63ae0f0b6b62a2a8617f01386698730ff2b713 authored almost 14 years ago
Removed documentation. My common-documentation was pointing to common as remote. A huge mess was made... everything is back to normal now.

dedebc37ef3bf28fb37c1aa5454de1efd44774dd authored almost 14 years ago
Revert "Reverted - part 2."

This reverts commit 6bf4b983765617b884e192e37ac43fe2ade12782.

0bd4e50f59ae221aad1096c1db89cad21663fa60 authored almost 14 years ago
Revert "Reverted."

This reverts commit 33ecfc15754168fba1def8b04b5979994f36f115.

aa00010faa764c49d9bdee5d35fa90aea5c682ee authored almost 14 years ago
Adding Driver interface for mapping drivers.

09f931245b050984952a978437aa4c33b579f0c9 authored almost 14 years ago
Reverted - part 2.

6bf4b983765617b884e192e37ac43fe2ade12782 authored almost 14 years ago
Reverted.

33ecfc15754168fba1def8b04b5979994f36f115 authored almost 14 years ago
Revert "[DCOM-34] Fixed documentation."

This reverts commit 48029031934cd3ab0f81904968309135c39bcdfe.

41ce568e9bb3a46ad048028339872a0495936c6d authored almost 14 years ago
Merge branch 'master' of github.com:doctrine/common

94fedee8ef6ce49a38747c96a94adf724fcaaf79 authored almost 14 years ago
[DCOM-34] Fixed documentation.

48029031934cd3ab0f81904968309135c39bcdfe authored almost 14 years ago
Adding ClassMetadataFactory interface to common Persistence interfaces.

6ab5455ce5b7cf97077b3a9a5e5e9bae4e6c84cb authored almost 14 years ago
[DCOM-35] Fixed AnnotationReader cache salt.

851adef989f8ecf5db60b1f84f0c4b79f1e878ff authored almost 14 years ago
Fixing typo.

1b112962b09d799237b1b73caf3c838b46d976de authored almost 14 years ago
[DCOM-28] Initial entry of Doctrine Persistence API interfaces.

59e6b8c6edcb271622923035b687a063c2b47ce8 authored almost 14 years ago
Dont commit automatically in build process anymore, can do that manually after the build was successful.

602de4d6d8813e567c8e5333d85bda28b4583ffc authored almost 14 years ago
Enhance build.xml to not create tags with -DEV flags by reworking the build process a bit.

61d7a5b15cf354df74cd7e2048f1939e14a5f363 authored almost 14 years ago
fixed some outdated doc block comments

16962d1ec59e33fb6437e75735b73e059b6fc00f authored about 14 years ago
Fixed an inaccuracy within the documentation: the trailing namespace separator is required for annotation namespaces.

f6e3d6e44fff09825f2f54d0932291b871bdf183 authored about 14 years ago
Fix minor flaws in build.xml

f69dcbe0ec28a50b65bdbeb05c7571f12967e0fb authored about 14 years ago
Bump Dev Version to 2.1.0

11c9d5a8ba108efdf25f271a632ddef8eb16e95b authored about 14 years ago
Extend Commons phing build.xml

9eb66b7cf90919ff64281f7e476530fd879cefe4 authored about 14 years ago
Fixed ClassLoader::canLoadClass() with PHP include_path

Unlike require, file_exists() doesn't check PHP include_path.

eeb4c42897a3fe235a737993aca1182166fac91c authored about 14 years ago
Bump Version to RC3-DEV

ecc8c938500809e3677a3167ff5cadb303c8da67 authored about 14 years ago
DCOM-25 - Fix SetAutoloadAnnotations

a46c6180f96647fdd66e2c8f2771d61ecebe6a3f authored about 14 years ago
DCOM-26 - Fix error in inline comment

8565c9087fa9a62156e643d788dfbd2d2df6eb76 authored about 14 years ago
DCOM-27 - ArrayCollection::next() implemented wrong

fcf2a8002f9120a91ffcbb07147f0f4478b82dd4 authored about 14 years ago
Bumping dev. version.

976a692570bc11ed4865625957dbf5c993e5cfa7 authored over 14 years ago
Docblock updat.e

0bd0fa68bbdc4d81c7742f2c972b5ed0c02b0640 authored over 14 years ago
DCOM-6 - Change fix to skip unknown aliases instead of throwing an exception

8e2dc32289455d4126193f751a3c0e57c8afd839 authored over 14 years ago
[DCOM-6] Added error checking for unexistent namespaced alias, throwing exception.

ad49a676269af368563bd9a848c904b81a825622 authored over 14 years ago
[DCOM-16] Fixed issue with Cache::deleteByPrefix not deleting namespaced entries.

a2238b871c13cf0e195fa18f0b8744e38baabf48 authored over 14 years ago
[DCOM-14] Added coverage to ticket. It can now safely be closed as invalid.

7e7a06e9878a1a41a72a062fa18d71d6c64a600a authored over 14 years ago
Added class loader section to index.

ef9eb1346c51f291e4862dfbc69f74db97d72e3f authored over 14 years ago
Added docs for class loading.

be38359862a8e3fc4de45fed038ceb3c29cbab65 authored over 14 years ago
DCOM-17 - Added slice() method to Collection interface, fixed ArrayCollection and downgraded testsuite dependency from phpunit 3.5 to 3.4

616ab6eb40ca89b45d27289c6afc8a4dbc2a2f08 authored over 14 years ago
[DCOM-21] Fixing issue with stripped tags

df50f65ee707bb148682232c516d5168cf46d987 authored over 14 years ago
DDC-18 - Fixed wrong implementation of ArrayCollection::removeElement()

3066c51485a36b625392d3c9002ddd583d145ef0 authored over 14 years ago
Fixing docblocks.

2b95a47cb293d58d8e84585ed9fc0fc0ac83d31d authored over 14 years ago
Typos

2fd1bc54f16e01aed07373384972167ec33fdaca authored over 14 years ago
Changing Doctrine Common version to 2.0.0RC1-DEV

5593e5455f4a862950d289f15e797a3a2a75cc49 authored over 14 years ago
Changing version number to 2.0.0BETA4

3b5123434e979c7adfd42061484b5a8f10a3431b authored over 14 years ago
Initial documentation for annotations library.

896cc3bace84b6dc891a3d050a425fc99249359e authored over 14 years ago
first commit

e43823bee45be47f70954bbfae8bb2e077767198 authored over 14 years ago
[DCOM-11] Fixing issue with annotation parser trying to parse annotations that do not exist

5c90f7b513579bf14603621564db6b4da3fd5665 authored over 14 years ago
[DDC-13] Provide easy customization of the annotation creation process. Additionally, rudimentary support for inheriting from Lexer and Parser has been added. Lastly, removed some more _ prefixes.

66dad3e22205d812911adeb32b9f8bab8879d4b7 authored over 14 years ago
Added Debug:toString

65dd2cd3b5108a2d43f2c15b828dde1b84af1b9c authored over 14 years ago
DDC-575 - Added a test to verify that said annotations behaviour is working correctly

3b42776ada70cf4161082c155f5d8ba9326ce674 authored over 14 years ago
Bumping dev version.

2fb89b1acb6ecc372f564626a74c6c983a24850a authored over 14 years ago
Reverted annotation autoloading functionality, reintroducing a configuration switch, defaulting to false. Too much trouble in paradise otherwise.

30eac01b12afc318bc142b79a339ce0b9fb81239 authored over 14 years ago
Fixed logic error in annotation detection.

f34d581f646b3d9b5f06c6c081ac3e568d8496ff authored over 14 years ago
Bumping dev version.

90395e3da648ebbc7db530a4fa1fb3e799133715 authored over 14 years ago
build corrections

0e78e1a21e69a22389bd3c113f786812c14bd407 authored over 14 years ago