Ecosyste.ms: OpenCollective

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

Doctrine

Makes open source software
Collective - Host: opensource - https://opencollective.com/doctrine - Website: https://doctrine-project.org - Code: https://github.com/doctrine

Removed InvalidKeyException references from Doctrine_Table

github.com/doctrine/orm - ddca18a141ef5793a3d2d6ea5278cfa956ba7aa2 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
fixes #105

github.com/doctrine/orm - 70f76a8371724fc1265c1e3f40551298973a0aa8 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
added Doctrine_Overloadable

github.com/doctrine/orm - d4e0b7165e1a782cc93d02d7f2b2c98319f38db9 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
added static method driverName

github.com/doctrine/orm - 75fed365893ab883b78004d4645a38fd22f41664 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
added license

github.com/doctrine/orm - a184f4ba5e9d30e69b8ed8f0af9619826d571b2c authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
fixes #104

github.com/doctrine/orm - ffde5546f89c9c583b943647f2024f3790ae8a18 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Ticket: 109

github.com/doctrine/orm - 2b7d2db938c846d1c3f90cf1a471e203ea924926 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>

github.com/doctrine/orm - d46cacf2331d5392b007708cade44307aa0514bb authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Fixed #108

Ticket: 108

github.com/doctrine/orm - 1278934f83e8db86b9b5ccfa844f8b17ea004c82 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
- Fixes and changes to Doctrine_Compiler

- Added a small cli script to run the compiler from the command line. The script requires the Doc...

github.com/doctrine/orm - d94d5ec1cb26c40cf3f48105d2149479ff530c13 authored over 18 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
Added a unit test for access of one-to-one related object from the foreign side. See ticket #108

github.com/doctrine/orm - 110a6764e81ab4fe6fab43a74424744a1398cb83 authored over 18 years ago by Tanken <Tanken@625475ce-881a-0410-a577-b389adb331d8>
New Doctrine_DB enhancements

github.com/doctrine/orm - bcbdba0e78cb8f745a95aae669040973c64e7b60 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Added some Subversion properties in order to integrate version control with the issue tracking system. Some sophisticated SVN clients e.g. TortoiseSVN or Subclipse will show issue ID's and make link to the issue tracking URL in the log messages and ask for a ticket number when commiting. A ticket number is now asked which can be ignored.

github.com/doctrine/orm - a773997d292b562331fa65872cd3745096e3b72c authored over 18 years ago by jhassine <jhassine@625475ce-881a-0410-a577-b389adb331d8>
Small fix

github.com/doctrine/orm - 0173d0aaed17f68a67d9dc59f65dfec929300bb3 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
some event hooks added

github.com/doctrine/orm - e49a686a3ba3ae39d9f255cc8101910122a2b425 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
The skeleton for Doctrine_DB_Profiler

github.com/doctrine/orm - 6ef092c661c0ef512051b3e60a4e3605349988cb authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
fixes #107

github.com/doctrine/orm - cf0b64edb2eb0a1f1ed07ff77f85d28e9f5aaef6 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Fixes #106

github.com/doctrine/orm - 0490d7bc47966d0a370e943bc02c71caff5e8026 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Doctrine_DB_TestCase, Doctrine_DB_Exception added, enhanced parseDSN method

github.com/doctrine/orm - 10e7d416c3fbeac793377009e3caf742100ce020 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
- Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time.

Changes concerning multiple connection control:
- injection of the Connection object into the Do...

github.com/doctrine/orm - 09d249e5492027aacb0c9f073c0ab0508e66cec5 authored over 18 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
added boolean test case

github.com/doctrine/orm - a1bed77af29a7b641deaa5232324d5808928d990 authored over 18 years ago by pookey <pookey@625475ce-881a-0410-a577-b389adb331d8>
Added a leaner dsn parser for consideration

github.com/doctrine/orm - 222724f7b319f255bcb7982b47a5fa022e956c76 authored over 18 years ago by elliot <elliot@625475ce-881a-0410-a577-b389adb331d8>
boolean test case added (currently fails on selecting when false)

github.com/doctrine/orm - 8ea7b0b8b5b008d0e80b375abd70415440f1c9e7 authored over 18 years ago by pookey <pookey@625475ce-881a-0410-a577-b389adb331d8>
new Doctrine_DB to the draft

github.com/doctrine/orm - 1862f00fc64189d538c9d810772bd1a269b915cd authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
removing unneeded ini_set

github.com/doctrine/orm - 08a4de48892202c42b66601597c5c1f3ed3a1384 authored over 18 years ago by pookey <pookey@625475ce-881a-0410-a577-b389adb331d8>
Added the missing test case

github.com/doctrine/orm - fcdcb57f4f7d907c1eb14f2970bc9a284e6c9ff7 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
fixes #98, also added some doc blocks

github.com/doctrine/orm - abc5f59a27f219d3ebf38f6818f11ff888057a2f authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Removed deprecated events, fixes #97

github.com/doctrine/orm - a25913ab7a54827b24df99de2e009f06026762b3 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
added some doc blocks

github.com/doctrine/orm - 270bf9227338e0fc992f4c64afb792268c4e2c56 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
refs #62 - beginning of test case NOT COMPLETE - I haven't got the testing framework running on my machine yet

github.com/doctrine/orm - 3be1d002813f05bced0899e06c25f9d164f3ea53 authored over 18 years ago by pookey <pookey@625475ce-881a-0410-a577-b389adb331d8>
fixes #92 and reverts a function name change I did for no reason (and third test of post-commit script...)

github.com/doctrine/orm - 9975da23597200a3f12797c9196245545c076c9f authored over 18 years ago by pookey <pookey@625475ce-881a-0410-a577-b389adb331d8>
fixes #92 (and second test of post-commit script...)

github.com/doctrine/orm - 3db504e8998b1fdc0461b7e2977f49fa86464ffe authored over 18 years ago by pookey <pookey@625475ce-881a-0410-a577-b389adb331d8>
fixes #92 (and first test of post-commit script...)

github.com/doctrine/orm - 2ff5d01f7dc6892baf3e717f1461be02a6c75e2e authored over 18 years ago by pookey <pookey@625475ce-881a-0410-a577-b389adb331d8>
pookey: fixes #92

github.com/doctrine/orm - c8e5c3e4e394bd756905adb128ff7ed8babf732a authored over 18 years ago by pookey <pookey@625475ce-881a-0410-a577-b389adb331d8>
pookey: fixes to eventlistner chain

github.com/doctrine/orm - 0ad201e51606f1c78363289b95bffdb6d6ef14ee authored over 18 years ago by pookey <pookey@625475ce-881a-0410-a577-b389adb331d8>
small fix

github.com/doctrine/orm - 84aef7c76e0619c9b7fd6f6e3251a14809fbb397 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Fixed Doctrine_EventListener_Chain, renamed onPreSetProperty to onSetProperty

github.com/doctrine/orm - 6402b73b0893617b65e3334516c74e254f7fc96d authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Small fix in Doctrine_Cache_Query_Sqlite.php

github.com/doctrine/orm - 0a46071206713df041191ea369f54130397ea384 authored over 18 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
fixed missing links and mispell

github.com/doctrine/orm - eb3300270f61767b4c339b965c8a8d1d0b821ab5 authored over 18 years ago by amadeus <amadeus@625475ce-881a-0410-a577-b389adb331d8>
fixing typo

github.com/doctrine/orm - ff19c0d5917c20a4f048c4d9775494f355b1ad40 authored over 18 years ago by pookey <pookey@625475ce-881a-0410-a577-b389adb331d8>
added license to Doctrine_Null, removed Doctrine_Module (depracated component)

github.com/doctrine/orm - 521ad6d9a8b65234cc4da1088645adad1b89a4d2 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Refactored Doctrine_Relation

github.com/doctrine/orm - 17f0c82ba99841dff94c52cf3cbff53726769e0e authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Refactored Doctrine_View

github.com/doctrine/orm - 0244d3dc4d51bb5a1368bab706385a1b12bf4c60 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Removed Doctrine_Form (form building is not part of an ORM framework)

github.com/doctrine/orm - 80901aa7c6046406072534664b08104f07f2f839 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Refactored Doctrine::loadAll()

github.com/doctrine/orm - 013c05b5aa2669926d8d3ef0227a8951105f6781 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Doctrine_Compiler added

github.com/doctrine/orm - 0921d1db57115158e439bec1099aedcaeb9252eb authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Removed deprecated constants

github.com/doctrine/orm - 935fbb55203e587140e89d6d3bf47a599e546d8b authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Removed deprecated exceptions, fixed #90

github.com/doctrine/orm - 92d4bb2286a43897ac889cecbc9a37b4ca7e78d3 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Removed object cache and all references to it, ticket #89 fixed

github.com/doctrine/orm - ebad53b79d08240f24ad0f341f711a65c5827d36 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
fixed syntax errors

github.com/doctrine/orm - edbe5cd3ac4416c9ef9f53dd8402e70a20c4168f authored over 18 years ago by roger <roger@625475ce-881a-0410-a577-b389adb331d8>
fixed syntax errors

github.com/doctrine/event-manager - e601e53fcf72c8587eab2afbb725aa19219c3322 authored over 18 years ago by roger <roger@625475ce-881a-0410-a577-b389adb331d8>
fixed syntax errors

github.com/doctrine/reflection - 798dbd6fb90dc9e2d2ac5447e57fb2177c3b0757 authored over 18 years ago by roger <roger@625475ce-881a-0410-a577-b389adb331d8>
fixed syntax errors

github.com/doctrine/persistence - e601e53fcf72c8587eab2afbb725aa19219c3322 authored over 18 years ago by roger <roger@625475ce-881a-0410-a577-b389adb331d8>
Gzip datatype added

github.com/doctrine/orm - 43980029d4a71e15e700f7504a4eb8afc92fe4f0 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
MX checking disabled by default

github.com/doctrine/orm - ed1f7aca93559efcd49859349fd7d3081bc4af58 authored over 18 years ago by sopel <sopel@625475ce-881a-0410-a577-b389adb331d8>
Cleaned up deprecated functions

github.com/doctrine/orm - 20f8581c83b4f3b362db5bad03c0280d3dd131a1 authored over 18 years ago by elliot <elliot@625475ce-881a-0410-a577-b389adb331d8>
Small refactorings

github.com/doctrine/orm - 419daa8114d755939ce3328ca1e05e5898ada4e1 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
UnitOfWork and Transaction under the Doctrine_Connection namespace

github.com/doctrine/orm - 9b951928bebfb126ef092144f61efa65f5944349 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
added Doctrine_UnitOfWork, removed unnecessary methods from Connection class

github.com/doctrine/orm - 9d4c4216b78baac04684e1ba902984c25b591351 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
added Doctrine_Transaction missing from the previous commit

github.com/doctrine/orm - 20c342609d9d4368e25afee81ca364b083bd3590 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Refactored Doctrine_Connection: separated into two different classes Doctrine_Connection and Doctrine_Transaction

github.com/doctrine/orm - 7b52c80c53bca6d90e5356e5acf0652b1f98e472 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Changed ValidatorUSState to conform to the standard Doctrine_Validator_* naming scheme and removed the old style from Doctrine_Validator

github.com/doctrine/orm - 8edafac8e4668988694b3cb9b91c6fc7110a59bf authored over 18 years ago by elliot <elliot@625475ce-881a-0410-a577-b389adb331d8>
Changed DQLException, InvalidKeyException and InvalidTypeException to inherit Doctrine_Exception

github.com/doctrine/orm - 89e1215296575d3a90f07ad14b17a1916db12f74 authored over 18 years ago by elliot <elliot@625475ce-881a-0410-a577-b389adb331d8>
Removed trailing whitespace

github.com/doctrine/orm - ce84fe38118c12cbc6c593d20bae05256f64cb85 authored over 18 years ago by elliot <elliot@625475ce-881a-0410-a577-b389adb331d8>
added Doctrine_Collection_Exception

github.com/doctrine/orm - c8918b0d4c787e1f6551bdd8e02f63ce940a8ceb authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Manual text bigger

github.com/doctrine/orm - 5d21663e40cf840096a44121cdf0ee6b5772e460 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Fixed syntax error

github.com/doctrine/orm - 74128a95d9b19947abd32e4d4c7dfd7a86274e0c authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Inheritance bug fix

github.com/doctrine/orm - d1047adb1de33af6c47911a6cc5bf92afc1c8704 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Fixed DQL OrderBy parser bug

github.com/doctrine/orm - f2a2d3e51e664607a33a2c6415427c9e1dcd89ad authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Added note about table naming, fixed some spelling and file naming errors as well

github.com/doctrine/event-manager - 20998152880ec0eedd0a3700e641aba7b041f761 authored over 18 years ago by amadeus <amadeus@625475ce-881a-0410-a577-b389adb331d8>
Added note about table naming, fixed some spelling and file naming errors as well

github.com/doctrine/orm - 906b1fa6665c4d29aceff5f559bb3ee8a05ca317 authored over 18 years ago by amadeus <amadeus@625475ce-881a-0410-a577-b389adb331d8>
Added note about table naming, fixed some spelling and file naming errors as well

github.com/doctrine/persistence - 20998152880ec0eedd0a3700e641aba7b041f761 authored over 18 years ago by amadeus <amadeus@625475ce-881a-0410-a577-b389adb331d8>
Added note about table naming, fixed some spelling and file naming errors as well

github.com/doctrine/reflection - edab20e0a10c1063eec79c40799d40b2412edc61 authored over 18 years ago by amadeus <amadeus@625475ce-881a-0410-a577-b389adb331d8>
count() fixed

github.com/doctrine/orm - bb2a1312ed7c8447e378fed053b9b21d9a64ea96 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
new method isDistinct

github.com/doctrine/orm - 1b0d2c78b2695be26c8d541c948088e2051ce9c5 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
method name changes for better custom getter/setter compatibility

Doctrine_Record::getID() -> obtainIdentifier()
Doctrine_Record::setID() -> assignIdentifier()

github.com/doctrine/orm - 41ee9173f1cc374cb7a6779ad16beb6629874fd2 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Fixed default value support + camelCase column problems

github.com/doctrine/orm - ddbf6c949b246b4b0b2f3597cde0d46c5db7b326 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>

github.com/doctrine/orm - 75284895d39ffd3c7fa1921640e1c717fa99fb92 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Email validator rewrite (Ticket #6)

github.com/doctrine/orm - 1b96c5da169b0cf05aec6e820731719bc4bc9868 authored over 18 years ago by sopel <sopel@625475ce-881a-0410-a577-b389adb331d8>
Added some line breaks

github.com/doctrine/orm - fc913a3d99063022a25c582c67118fa6b7428f7e authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Added some line breaks

github.com/doctrine/event-manager - ae6ea35e37fcea55441b9e61257064179613b34b authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Added some line breaks

github.com/doctrine/reflection - 2eb724f5fc87d202c65d73386333769a4bdf7c9c authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Added some line breaks

github.com/doctrine/persistence - ae6ea35e37fcea55441b9e61257064179613b34b authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
DQL docs updated

github.com/doctrine/reflection - 75bb2936b6ab13733fc9a0b8b671c8f42c320767 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
DQL docs updated

github.com/doctrine/persistence - 25095ee41cd5f32b63636fdef1395c0da669f59c authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
DQL docs updated

github.com/doctrine/event-manager - 25095ee41cd5f32b63636fdef1395c0da669f59c authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
DQL docs updated

github.com/doctrine/orm - 75242e50228d8b694b639939d53ab76b6e5417a1 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Closed #46, column naming docs. (does it need a code block?).

github.com/doctrine/event-manager - 7a915f136aed627d1817efc58dd33fc1d0dfc686 authored over 18 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
Closed #46, column naming docs. (does it need a code block?).

github.com/doctrine/orm - 5dd9d8d88debb8979b0585c295798528903bd2f6 authored over 18 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
Closed #46, column naming docs. (does it need a code block?).

github.com/doctrine/persistence - 7a915f136aed627d1817efc58dd33fc1d0dfc686 authored over 18 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
Closed #46, column naming docs. (does it need a code block?).

github.com/doctrine/reflection - a6dc56716f55af655f3a4be8e86fbff6bf1bcc33 authored over 18 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
Credit card validator added (Ticket #15)

github.com/doctrine/orm - 2ab8c4e5f4ed7e9e19fdea4ea871498f793258d4 authored over 18 years ago by sopel <sopel@625475ce-881a-0410-a577-b389adb331d8>
Fixed pessimistic locking manager

github.com/doctrine/orm - 46bc40f73276a756406fb4a5aa4309133cc36e8c authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Support for application level default values

github.com/doctrine/orm - 1c782a086dd13e2f86efc956837f048bb25aace4 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Support for application level default values

github.com/doctrine/event-manager - 720849925904a9a11a5a46ecd7534666159d5006 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Support for application level default values

github.com/doctrine/persistence - 720849925904a9a11a5a46ecd7534666159d5006 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Support for application level default values

github.com/doctrine/reflection - 52d7ebf994e88720d8a25ba316d689828a1e45f8 authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
DQL update: AND an OR as equivalent operators for && and ||

github.com/doctrine/orm - 7914695e6a72251cca3086422b81e2179de785be authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
Tests and implementation for DQL functions contains(), like() and regexp()

github.com/doctrine/orm - 120d18565c180b83cc1cb290a88fb4a6f31e6b7c authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>
added Regexp operator compatibility for mysql and pgsql drivers

github.com/doctrine/orm - 060739d72cb33ebc6a4b0fe42c40d4d7aeec01ca authored over 18 years ago by zYne <zYne@625475ce-881a-0410-a577-b389adb331d8>