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

[2.0] Adding blank README files

c1522d104a2d0d8f81ca734d9387d2d31dda0f52 authored almost 15 years ago
[2.0] DDC-492 - Allow access to ParserResult and Query in TreeWalkerAdapter

289ce4727b13b168e30e59bebd8c7601a3c6ea90 authored almost 15 years ago
[2.0] DDC-341 - Added Composite Model-Set and 3 tests, fixed two bugs in SqlWalker with Composite Key support

304cc2e0ccbf56fd44eebaf0b618221c54654973 authored almost 15 years ago
[2.0] DDC-342 - Throw Exception with notice in case of Many To Many relation pointing to Joined Inheritance Hierachy until this feature is completed

c9f19540448a07ab63fc9d9bf29765725c3fb5dd authored almost 15 years ago
[2.0] DDC-341 - Added Composite Model-Set and 3 tests, fixed two bugs in SqlWalker with Composite Key support

95994f7a449e3d2fd5ab4358015960071b7406e7 authored almost 15 years ago
[2.0] Fixed wrong documentation

848142d1d876d229c0d5e3c11512f5dbd5995b72 authored almost 15 years ago
[2.0] DDC-491 - Fix OCI8 Driver being broken

cf0a8c9727413671013b3b9a687e8a3db0393c30 authored almost 15 years ago
[2.0] DDC-484 - Fix reference to Doctrine\ORM\ORMException in ProxyException, added two unit-tests for missing tests of ProxyException throws

5b10b7098fcbbab2b6d9f945b875422834a88cb7 authored almost 15 years ago
[2.0] Changed Connection::execute() to Connection::executeQuery() as defined as a todo.

c9de54b4a2a534571e9b8e6f9cd3b38077cdfe00 authored almost 15 years ago
[2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos.

7af6aa1d6b50996a851019997c7ad29e53b990b2 authored almost 15 years ago
[2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos.

67df205ea8fddb94cacd07b83e34e296b573bc26 authored almost 15 years ago
[2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos.

b0963d91c74d08ad573cea52b9598c447383b54c authored almost 15 years ago
[2.0][DDC-483] Fixed.

c4a9ce1cd3eadf60b5bf298045fc4bc95174daaa authored almost 15 years ago
[2.0][DDC-485] Fixed regression caused by strict type-hint. Changed to duck-typing.

5aa14ab373f0f91279cf8165c4ee83b267f8eef4 authored almost 15 years ago
[2.0][doc] Updated UPGRADE_TO_2_0 for the inversedBy attribute.

1f3c798acb820d3160acebe63b194909b8468ca7 authored almost 15 years ago
[2.0] Added more verbosity when attempting to iterate through a fetch join.

9ae7671b26ec4631fec262442becc0f406650f7a authored almost 15 years ago
[2.0] Fixed and added some missing/wrong docblocks. Renamed Assigned to AssignedGenerator as scheduled to be renamed.

511bf2248eea35ad30c38daa64fed61c55be34b4 authored almost 15 years ago
[2.0] Implemented single cache lookup in AnnotationReader

517bb664684754ed83b2392ea7fa04fc45b53df0 authored almost 15 years ago
[2.0][DDC-423] Fixed.

62e7146d2daf1f9437076d353370e94d052bda29 authored almost 15 years ago
[2.0][DDC-354][DDC-425] Fixed. Encapsulated SQL logging better in the DBAL. Added binding types to DBAL mapping types as well as using these binding types in the persisters. Query and NativeQuery now support PDO binding types as well as DBAL mapping types when binding parameters.

354ede1e04a8d99bbc1a58d2206d29ebf9ddab4e authored almost 15 years ago
[2.0][DDC-476] Fixed description of convert-10-schema. Thanks for the report

7014188654d28374167dba7c319ed9d40cea693c authored almost 15 years ago
[2.0] More fixes to EntityGenerator. Coding standard fixes and improved error reporting on invalid arguments provided.

45d1e2005b5faeb564d12c4d30b6c6b4a8a1609a authored almost 15 years ago
[2.0] Fixed issue with namespaces of entities in EntityGenerator

3a58e14419beee04b5a0c78e435acf181f7ff8eb authored almost 15 years ago
[2.0][DDC-464] Fixes issue with EntityGenerator and the class extends syntax

21c1952b89aff93cf3d45c19cfb0355c3efae3fa authored almost 15 years ago
[2.0] DDC-478 - Fix QueryBuilder Expr\Between Support

24d8e942804d1f1ea04db6b5d491e0286576ecf7 authored almost 15 years ago
[2.0][DDC-479] Fixed.

49621286a2f4ddd9823c6baae5f8b7cf39dd08ec authored almost 15 years ago
[2.0] DDC-457 - Fix invalid reference to MappingException in Xml and Yml Drivers

6b86c97f0a11e17f65e6e02970c76e23d87f2b45 authored almost 15 years ago
[2.0] Removing deprecated GlobalClassLoader and IsolatedClassLoader and updating tests

c6f0699dbf66dd9e8033059d8bd2e046db5efa20 authored almost 15 years ago
[2.0][DDC-462] Adding missing use statement

23979256234c8c432c568f27721256c7d0c574b4 authored almost 15 years ago
[2.0][DDC-449] Fixing issue with ClassMetadataReader and existing driver sources being added

0b68e9473dcdbca3c9776050eda73129285608a1 authored almost 15 years ago
[2.0][DDC-274] Fixing Coding Standards for CLI tool.

b2167985ad6167cd0892646b2e3b3d4d2271329a authored almost 15 years ago
[2.0][DDC-459] Moved Doctrine\ORM\AbstractQuery to Doctrine\ORM\Query\AbstractQuery, which is compatible with Doctrine Coding Standards

50c4e5092123d7bc27c3ea641de71ab84de0165f authored almost 15 years ago
[2.0][DDC-458] Fixed issue with IN () support when providing numeric values separated by comma without spaces.

b175427043de59762e83dcfb079e29c09d16e62b authored almost 15 years ago
[2.0] DDC-454 - ForeignKey problems when several new tables are found in SchemaDiff::toSql

fcbe01f8001b7334e2b1c2acee5f58a696fe653a authored almost 15 years ago
[2.0] DDC-239 - Added several new mapping validations for duplicate association/field and or column name definitions, and in combination with the discriminator column name.

5018985807c1b025aea8b461d48d39149612f0cd authored almost 15 years ago
[2.0] DDC-239 - Added several new mapping validations for duplicate association/field and or column name definitions, and in combination with the discriminator column name.

f78ac41cd86b5e34076f8889c4e77b3c090e6e64 authored almost 15 years ago
[2.0][DDC-404] Fixed issue that was failing to debug Proxies and DateTime objects

cce97067dda3e83840182dcf0a0a5e619e331e06 authored almost 15 years ago
[2.0] DDC-407 - Add regression-test to fix that Scalar-Results are 1-based, Add ScalarResult with Scalar Field Hydration Test

9d2c2756187edb7db4a9b18a9090ffb8a2c3f69c authored almost 15 years ago
[2.0] Added missing test-case to Doctrine\Tests\ORM\Functional\AllTests

46e7724988f412306f21f151fa72be3b743f87cf authored almost 15 years ago
[2.0] DDC-390 Fix SequenceGeneratorTest which wasnt testing anything before :-) Now showing that Sequence Generator works with allocation sizes larger than 1

1e7ca2bd7a8308e79a77337c76e3b522e61cf397 authored almost 15 years ago
[2.0][DDC-444] Fixed.

2209c5ef30ca0e699e0c28d5330f5ff5339b1dac authored almost 15 years ago
[2.0] Fixing hardcoded dependency to EntityGenerator

f34a99ccce1f65d6191406cf5a9e5c258b8a55ec authored almost 15 years ago
[2.0] Fixing issue with EntityGenerator and spaces/formatting

655361427c0d1b6ffe203cd660da4cf5a6d776c3 authored almost 15 years ago
[2.0] Improving EntityGenerated: added normal doc blocks above annotations(even if annotations aren't generated), adding type hinting, added generation of default values for properties

42c5562874a938a32510ab90bd1373e46a682f60 authored almost 15 years ago
[2.0] Commented the CLIController tests that was messing with the UnitTests

b73e3c064ce29ab7e9acf163a5a5ef556b7f5e88 authored almost 15 years ago
[2.0] Fixed issue with Cache drivers that in some situations they were not storing the entries. Also fixed bug with queryCacheTTL that was not being considered in a Query.

7f7569d9831c9679adcf7df3736d380314fe4a74 authored almost 15 years ago
[2.0] Fixed issue with Memcache driver that was failing to store cache entries indefinately

d24be0b69b0f6bf8c0da4e877f3ff52c13700650 authored almost 15 years ago
[2.0] Removing old unused files

583d276553df26eb09aa1421a1a0548c972e0388 authored almost 15 years ago
[2.0] Refactoring code for reading multiple sources of mapping information from ClassMetadataExporter to a new ClassMetadataReader tool so it can be used to read mapping information easily from multiple different sources. This is used for generating repositories, converting mapping information, generating entity stubs, etc. Generally though, it is useful to be able to read the information for some mapping files into an array of ClassMetadataInfo instances without it being bound to the ORM and the metadata referenced by the EntityManager ClassMetadataFactory

089b5dd88a2c329ec1249e3bd639add07f6249bf authored almost 15 years ago
[2.0] Fixed issue with CLI ANSI Printer that was displaying incorrect background and font formatting in some situations.

49076b7bd4ba8be7a5e3413bd50067ce2ffa5d63 authored almost 15 years ago
[2.0] DDC-318 - Fixed idempotency issues with AnnotationDriver::getAllClassNames() even across multiple instances using the same metadata paths.

1ddebef8a4037cb979a64b111d769c73330a224b authored almost 15 years ago
[2.0] DDC-283 - Add two events in SchemaTool that allow to hook into the generated Schema representation, possibly modifying or reacting to it in userland or extensions code.

b25d5d277d01027fafbd806ed7fd47ebca341c7b authored almost 15 years ago
[2.0] Renaming orm:generate-entity-stubs to orm:generate-entities to be consistent and fixed a few bugs

c6678a0f4adee977ad9d8eb71d2595c7d23e19f4 authored almost 15 years ago
[2.0][DDC-359] Adding some tests for CliController and fixing bug with empty option value .i.e "--option="

c41a08a6bef8e1c45942b06b66ef210b405abd6b authored almost 15 years ago
[2.0] Refactoring AnnotationExporter code to a EntityGenerator tool which is used now in orm:convert-mapping to generate annotated entities and also used in orm:generate-entity-stubs for generating entity classes and properties/method stubs from mapping information

49c73d568260266bb4a11c4ab533c12864b9b260 authored almost 15 years ago
[2.0] Fixing coding standards of generated proxies

119c4eca57476a48b3da26dff13ed8c1b7d2213e authored almost 15 years ago
[2.0][DDC-435] Fixed wrong type hint in CliController. Thanks Hannes for report and patch

af65410ada82d9e30faa950d01cfd433d8510068 authored almost 15 years ago
[2.0][DDC-433] Fixed typo.

cc9b0ff63b1f6ea1ecf8c4e7c5a3070f8e31e441 authored almost 15 years ago
[2.0][DDC-422] Fixed.

53eb51b687e3a4cd51415578f170d3b90643e479 authored almost 15 years ago
[2.0][DDC-433] Fixed.

9bb25925c0285edbdc8b014867c54a2e8b0949a5 authored almost 15 years ago
[2.0][DDC-416] Fixed.

76663a050166bcee7596f26447be5eec532694f5 authored almost 15 years ago
[2.0] Fix File sensitivity issue fataling test-suite on Unix

91ac6fae3e5f064696aa250cae76a433e445948d authored almost 15 years ago
[2.0] Extracting Doctrine 1 schema conversion from orm:convert-mapping task to a orm:convert-d1-schema task

6950bcaa5e109a6dc789600a666bbba8d4fdf10d authored almost 15 years ago
[2.0] Improving test coverage for mapping exporters as well as adding missing functionality

770d00abe91220323680aa97ea82f9eae9479ef5 authored almost 15 years ago
[2.0] Adding test to ensure onDelete and onUpdate are read properly from all mapping drivers

1d60c65dafdfc4b69a582da42839a639103d71ea authored almost 15 years ago
[2.0] Fixing coding standards of sandbox entities

9b5968957d0150f268a3f8ff689ee701163c2d59 authored almost 15 years ago
[2.0] Fixing cli-config.php in sandbox to register autoloader for Yaml component

90d288393744d9aff705d35c32c7a9987cecf958 authored almost 15 years ago
[2.0] Removing old sfYaml external

e6a4985e4d125d20a00fca031c114dca5f0ba52e authored almost 15 years ago
[2.0][DDC-426] Fixed issue with CliController that never notifies if run() executed successfully or not.

0cc9e0da8e524aa5d16b545103a90ed2a462dbd7 authored almost 15 years ago
[2.0] Updating Symfony Yaml component to PHP 5.3 version

e06f7c981d711eb7bd8a211f03fd6e244097b443 authored almost 15 years ago
[2.0] Fixing PhpDriver and covering it with tests

a25c7042461a0fd39ffcde5ddbf63404887965f0 authored almost 15 years ago
[2.0] Removed wrong unit test. Fixed phpDoc of QueryBuilder that was pointing to an unknown object.

71b1f709c8a10d52f03e3419e133c611a613c319 authored almost 15 years ago
[2.0] Fixing issue with converting mapping from annotations to other sources

584491d462695b1755b0175cb51e860c37c39aba authored almost 15 years ago
[2.0] Fixing strict standards notice when you execute a task that does not exist

19df601c259296f18805b5c349cf224cd5f14769 authored almost 15 years ago
[2.0] Fixed issue with DQL that was not considering input parameter 10. Also added support to retrieve the generated AST.

34cbb8af24697c04dfdea32de948d3a514d206c6 authored almost 15 years ago
[2.0] Reverted r7392 which generates broken SQL query.

29e5141280de01f4eb46e62fb1a2122c61ed417f authored almost 15 years ago
[2.0] Fixed support to ResultVariable usage in ArithmeticExpression.

bb94f6ea7cd7281e87d316590d8c06e7dbea2d82 authored almost 15 years ago
[2.0] Fixed custom functions support that was failing to be processed. Also fixed syntax error of Function support.

0fde94ddcfa17691cbc7d5043050a88e3a1f6ffb authored almost 15 years ago
[2.0] Removed DoctrineException.

90103bc604a0279dd9db9eb63d2afc8c27836f8b authored almost 15 years ago
[2.0] DDC-412 - Fixed YAML Driver not allowing multiple lifecycle callbacks per event. Backwards-incompatible change

fcb12eea6c02e9e4706a3aedb6d318ea2537c639 authored almost 15 years ago
[2.0] DDC-412 - Fixed YAML Driver not allowing multiple lifecycle callbacks per event. Backwards-incompatible change

2cfe338889c8d3eee2caedccf129b41e676f19d8 authored almost 15 years ago
[2.0] DDC-412 - Fixed YAML Driver not allowing multiple lifecycle callbacks per event. Backwards-incompatible change

ec4bd256d506cec4fecefc803523fc55b71291ba authored almost 15 years ago
[2.0] Fixed issue with Subselect not handling well inheritance type JOINED.

c7ac5650c27909183fbf5870fb66fc73cdd2b1ca authored almost 15 years ago
[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.

a53c2fbd6c2df5453c79edf693b5299c0133abf5 authored almost 15 years ago
[2.0] Removed requirement to extend the Annotation base class, allowing any PHP class with an appropriate constructor to be used as an annotation.

ed94a34f6e4187280e6657b7aa0b6bc1cf2cb18e authored almost 15 years ago
[2.0] DDC-414 - Changed semantics of preUpdate Event to allow only changes to the entity changeset, not the internal state of the entity anymore.

bc6714c2c8d015cb2e3ae198fcb1b98b3bbe35e0 authored almost 15 years ago
[2.0] Fixed failing tests due to r7323

0a9101d79e09780900e04179809b5dca44075631 authored almost 15 years ago
[2.0] DDC-420 - Fix annotation exporter repositoryClass

6bcaafe17b1f3e999df148dba91e7673cc4f7ac4 authored almost 15 years ago
[2.0] Give public access to the computed collection deletions and updates for possible use with the onFlush event.

f3f72edb455bec9eda2f0aa7d78203bf839e2d4d authored almost 15 years ago
[2.0][DDC-402] Fixed issue with MemcacheCache througing E_WARNINGs if no cache entry is found.

2482773b03f6369e727c41efbda087cf355b1ca4 authored almost 15 years ago
[2.0] DDC-396 - Fixed bug with RESTRICT/NO ACTION and PHP NULL not valued as the same in Schema Foreign Key Diff

2ebd2c901ec00e91b50b452467cc7097f66b8e8c authored almost 15 years ago
[2.0] Fixing issue with comparing paths when they are not the realpath

13ad526833d841fdd3182ff97db1923441a37c2f authored almost 15 years ago
[2.0] Fixed issue with Proxy classes that was silently failing to load correspondent Entity.

757a9529f8124930f83007aaa490e2c0179c9e98 authored almost 15 years ago
[2.0] Fix bug in detection of global Doctrine Cli Configuration finding the empty replacement configuration before the correct one.

273bc3dc22d1329ceda9a03987590e27d6f1df32 authored almost 15 years ago
[2.0] Added custom Entity repository, DiscriminatorColumn and DiscriminatorMap upport in AnnotationExporter

b2cf2e207297ded1a6325a4a6d0c2cb5ed538758 authored almost 15 years ago
[2.0][DDC-395] Applied the provided patch of Jordi Boggiano removing some trailing whitespaces and fixing missing public keywords

3d34f266c631040ed48eb566669e8ac1e6d12239 authored almost 15 years ago
[2.0] Fixed AnnotationDriver that was incorrectly inspecting cascades in associations.

c680b8fe1df64228d47f34b2d378897378492d62 authored almost 15 years ago
[2.0] Fixed issue with AbstractFileDriver exporter that was generating files using backslashes instead of dots, preventing the other exporters to work correctly.

4a07ac26da1d37d1ed885d6f78b92c9ad68e6f0d authored almost 15 years ago
[2.0] Fixed missing method in ConvertMappingTask. Changed to a custom message one.

eeec2e436ca7e79c06df0299dd4846b73fa702c8 authored almost 15 years ago
[2.0] Fixed reporting issue with TaskNamespace and some small cosmetic changes

af63f2cb6df8ab7a5232c7c4a0bdb33141650694 authored almost 15 years ago