Ecosyste.ms: OpenCollective

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

github.com/doctrine/common

Doctrine Common
https://github.com/doctrine/common

- typo fixes

797cdece48327eaed8814c54ff57e5e52de86f91 authored almost 18 years ago
- typo fixes

a8fb6cde0170fc37caea1ef39d5e11dc2776093b authored almost 18 years ago

16a2370e27caf8fd24234e87cde91240274351cb authored almost 18 years ago

e3b343941575e2ea86ee310eacbb2b47b99f508a authored almost 18 years ago

7c78d89217e4cecf38f1d505e3cc88960367043e authored almost 18 years ago

c500f710821eca5bd5e194897842cf085666fb4d authored almost 18 years ago
added Doctrine_Hydrate_Exception

f99e3dd476570785fe8916f9b8204bc382123865 authored almost 18 years ago

a0beed0ab90215075c8e042c73d1e081afb0a3aa authored almost 18 years ago

ac34484c13c68f4a58a3559992fd1f0a7bfb6a85 authored almost 18 years ago

d3a7b438f5dadcab0d93a133bc49b3483e8b6600 authored almost 18 years ago

2d0b4abcaaa097e6e1b5bf3c43e36a70532cf49a authored almost 18 years ago

6ee6b36864c165b96540542cb8ff19ddeaba2ec3 authored almost 18 years ago

89f3554d2b78a96f0f6155bed1a411893b13059c authored almost 18 years ago

aa48f564071a4d4be4a6a524376523ac3f2fd4de authored almost 18 years ago

9ea8d5da701ce6bdf3198482ab5f168c9f5b7cc5 authored almost 18 years ago

b3cf15a1dd8dc96c1ea430b1677b77b1447e0d24 authored almost 18 years ago
Make Doctrine_Node_NestedSet::delete() work correctly with multiple roots.

4b5731baf5a901134ddf76a51003375e8112f32f authored almost 18 years ago
Added support for gzip and enum types that was missing so when

Doctrine_Record::unserialize() calls Doctrine_Record::cleanData(),
the data for gzip and enum typ...

86fe74d58e79a5d02f849b4bff7f919801948ccc authored almost 18 years ago
Added back proper type-casting of integer and boolean types that was added in r419 and removed in r422. Fixes #321.

b68a791bf7513c49222fa2d245c27c26079a53d1 authored almost 18 years ago
More additions to the NestedSet implementation: Added $node->makeRoot() which can be used when using many roots to detach a node from a tree and make it a root node itself.

f0236dc9a1cbcbf2b06929d6c3a7ffaab1dc7ad1 authored almost 18 years ago
Small fix: createRoot() only generates a root id if it doesnt already have a valid value

e90e62c9f7eea6d9731c60295c1edbcec667aa7e authored almost 18 years ago
Added support for transparently moving nodes between different trees when using many roots (EXPERIMENTAL!)

a1ee3f97e701bdc2beb36a23c052fda7713896b4 authored almost 18 years ago

5c5be484bfc6d1fad284c5e1f3460d35718047ff authored almost 18 years ago

fbb5a53223cc979505390e39f6f2ce2570384c0c authored almost 18 years ago

46e01370bc0ea91e1298f519b0c2244abb7a3e01 authored almost 18 years ago

6bd8eaf87ccb6e33fad585827fedba83f51790e5 authored almost 18 years ago

1f241271891c202fd38a541a5b935f40aa5760d6 authored almost 18 years ago
formatting fix

e6d32b9f43cfb49074a655c1b7e32bbce0203a78 authored almost 18 years ago

0a58490a1fbf6f15d60d03657d3d8a73e9620df2 authored almost 18 years ago

3b48b7911c0a4d8f993876d7aaaf23ba3b73afd4 authored almost 18 years ago

e81891e310768c2e3c8be3ae2a078fb38e34519e authored almost 18 years ago
use the connections array for key()

9460ff9e2cac127a5b54b7b990eb12188037cf84 authored almost 18 years ago

471a0a00058f3e697af61028dd391ff204c872bf authored almost 18 years ago

92a6699e9a8112a37d287640b2fc533be5d239fb authored almost 18 years ago
Closed #313

Ticket: 313

bc24aafd87a24def7dd172ece6a717e79daa2a69 authored almost 18 years ago

e990c9e4f80d4fbc04944ecfe9d826ced0b701b7 authored almost 18 years ago

c39c7518897099b87645bb552b83e558e5e0faeb authored almost 18 years ago

18944f39c6ce3917b8c777b7ce64eaf054e96003 authored almost 18 years ago

f4d160e0d88a3d616f2cb4aedbc6b7b5171387da authored almost 18 years ago
boolean type fix

d81a843e73142ee9542ca9d3ed0c5b5c05f0075e authored almost 18 years ago
explode queries by any whitespaces, not only spaces

40b7b14fb7e3adadfac9c4892af75c8cc3982bad authored almost 18 years ago
Added getCollectionAsXml and cleaned up the getRecordAsXml function. It

should return primary_keys correctly now.

5990090652ef4aff1ea9f2384203b6580a153380 authored almost 18 years ago
avoid endless loops with __call in Doctrine_Query when calling non-existent overload method

(join, parsejoin, parseparsejoin, ...)

623228b4a9358b98b6452bbd2aba7046a481a22d authored almost 18 years ago
removed empty php tags at the top of some pages

html->wiki conversion previously missed

13840516a9d7fa606921c3d5576264487fa565f7 authored almost 18 years ago
Changed link to documentation2.php

bdf8ce2076d32bad88a815efb2a959de6835a5a5 authored almost 18 years ago
Added getRecordAsXml that returns an record as XML.

In order for this to work specify the xml option in a record.
The xml option is an array that h...

d9b13a5c3a14710e926d9d891407392fc958999d authored almost 18 years ago
combined hierarchical data docs(missing from TOC structure renaming)

4a93637eb9f0da1e06e1a595768752d1c4fe939b authored almost 18 years ago
Ticket #312

Duplicated params in sql when using LIMIT or OFFSET and MYSQL - due to Doctrine_Query::getQuery()

c3439aeebb9422c573304cb2a30aaf5a1bc7f919 authored almost 18 years ago
FIX: Doctrine_Query::count() prevented execute() calls on the same query object

44101abceb50dd9d78f093a4bf198c71ebe6da57 authored almost 18 years ago
minor change to test suite making it behave better in cases of exceptions and fatal errors

32b564e742bbf89d256fd79490757f9315ba6703 authored almost 18 years ago
formatting changes to run.php

772701eaa3233649a94b7c24603ac3f1737dddc4 authored almost 18 years ago

2274554e36ba7984a649eeb9fa88b8f922f852f0 authored almost 18 years ago

f6af2616c00599bb1f7f1a7b8d203190a3aafad1 authored almost 18 years ago
enhanced error handling

b71ac561c3019f74702080d09447bbe0531da81b authored almost 18 years ago
fixed identifier quoting for update()

26a723e81d151ff2dd857a09fb5c92034a1724f8 authored almost 18 years ago
another identifier quoting fix

9862f45fc365c40bd4c928850e76f52dc62b4aa7 authored almost 18 years ago
identifier quoting fix

c5eb26c3ba448465974c396e756d9039311ce224 authored almost 18 years ago

707f801509f852b45385f60d19deeef0d3564c76 authored almost 18 years ago
yet another

be0143985e1d5f0060be746a594115378735b70d authored almost 18 years ago
take 3...or 4

edd01f67bfa2e256d48602dc96e6295d527c7319 authored almost 18 years ago
fixed bogus php syntax (was breaking formatting)

be94b1014719c6f155b1cbdf48e8f63c87e6b87a authored almost 18 years ago

ddc1b642456688fafe7832201f1f7ca0d9d09548 authored almost 18 years ago

61a96f03596d903f2ca56aacf164a3b366465841 authored almost 18 years ago
oci8 alias fix

68de3e8244dff62392448de77587aa697b0bbd60 authored almost 18 years ago

b1c307c40a53028188e652e7c46c0c74afc5e3a8 authored almost 18 years ago

9e35c9029b19c6997579b2450625e07a849712ba authored almost 18 years ago
fixes #309

10f96e01e3da1b68179137996013b7e336d54bac authored almost 18 years ago
fixes #310

7a9a86a5c64bcc425a80c66ca61a39844519e8f7 authored almost 18 years ago

b81f399c12b78d0a0973280b4237e79d316e346c authored almost 18 years ago
added new portability option

60a59015e6421053417fb572f99193040d13c7f9 authored almost 18 years ago

647542d5ee9950d2e54708a1fc928a75fb4ca8b8 authored almost 18 years ago
fixed #307

ff1886754dfffbcb632ca5d6dbb09a718b419017 authored almost 18 years ago
refs #307 comment 3

7b2a2ac84cdbcecab15e437e9dd403f57667813a authored almost 18 years ago
update to ticket #307

659ecb41b0feb1f389c15283331046314ea1438e authored almost 18 years ago
fixes #307

eaea971fe4fbb43458dc6280a4f056bcc06d9b32 authored almost 18 years ago
fixed unsupported text formatting within <code> tags (for SQL statements)

cc85ccca1a08fa13dda5b104b912febf7d2b19f3 authored almost 18 years ago
html->wiki conversion script

876973a8cb0e09c0118911db9e16a1d1bd5a3a28 authored almost 18 years ago
testing conversion to wiki markup script

c4ca59647de6c8716a76645b6689b58425e8a116 authored almost 18 years ago
added RAND orderby

8b95e7e7194ada3e5587bbf3f14af924dfba85ce authored almost 18 years ago

61dc5e19c2f7e6d71ca81bff04ea30088c6c941a authored almost 18 years ago

3ffe5d0f9dc8fe4de87ba50dbfeb0b22a1712602 authored almost 18 years ago
made Doctrine_Query ignore empty orderby parameters

0d2e83ff8aeb14605c4175919b356aa70f864ad0 authored almost 18 years ago
made Doctrine_Query ignore empty orderby parameters

d1b9daa2b1c7100c812255b2f2d294ca260ed3b9 authored almost 18 years ago
Fixed windows newlines ^M and removed <br /> tags. They should not be used in

the docs.

53eabd3d79940336148f24e6d48b77492e0c40f6 authored almost 18 years ago
combined codes and docs manpages; deleted codes (obsolete)

16e4296626f3ae273455269c9f2512f60b618e21 authored almost 18 years ago
adding a failing test case for ticket #307

eed2a37037a65d9a0fbefd3f1a8fd14511e16a38 authored almost 18 years ago
MInor fix to syntax.

d82f539d8d866f01de2ddb3d4b4db2e6db021145 authored almost 18 years ago
added copydeep function

cd8452aa8b2667c71a441487601319f6b7106f8f authored almost 18 years ago
Fixed broken docs

0929be645411204cf266674dfc9bf38db034dc8f authored almost 18 years ago
added aggregate text placeholder (mostly a test :) )

c110ca4c75d9fd9b4aa1089e27e85f8ad3d43ce9 authored almost 18 years ago
added output example of aggregate

3b1a2e77d4a49ca8dbb921d72dc17569ed9763b3 authored almost 18 years ago
Corrected top dql line.

f5223491e6f7588f9910586a4d922a2415ba77e9 authored almost 18 years ago
Fixed some errors in syntax.

911b58763b0dd8cb828b3a8db0c58b8141adabe3 authored almost 18 years ago
Added simple COUNT() example

4fc97fe1b86caeeb0ba5bd43006d22337dc8ff22 authored almost 18 years ago
INitial entry and removed mistake

e7e005308d6048fd27d68add0771ca7233df104a authored almost 18 years ago
Initial entry.

e0a4c2e89a97b2019d469962ee9a79e0c73e5e00 authored almost 18 years ago
Fix tabs to spaces.

913567e0bf233a791f10db3c546a538b462c62c2 authored almost 18 years ago
Fixed error in syntax for deleting.

7057cc7362e4a380f35aa24e594dba0892e86c10 authored almost 18 years ago
Improved the previous fix for the unique validator.

635bc1fa66e0555ac2d97da6f98fc5bdfcddecf3 authored almost 18 years ago
Fixed an issue with the unique validator.

18766e657969c5c59837faa3731f06eb6ebe7319 authored almost 18 years ago