Marco Pivetta
|
a5ece5063a
|
Fixing DDC-2306
|
2013-02-21 02:24:48 +01:00 |
|
Benjamin Eberlei
|
805bb5ff9f
|
Remove mentions of PEAR installation method, remove code.
|
2013-02-15 01:04:29 +01:00 |
|
Marco Pivetta
|
a58d4ae462
|
Cleaning up logic of the proxy factory by moving closure generation to own private methods
|
2013-02-14 10:52:13 +01:00 |
|
Marco Pivetta
|
271f5cf033
|
Adding fix and tests for DDC-1734
|
2013-02-14 09:57:12 +01:00 |
|
Marco Pivetta
|
8272ffd23f
|
Proxy generation as of doctrine/common#168 - DCOM-96
|
2013-02-14 09:57:12 +01:00 |
|
Benjamin Eberlei
|
35fda90473
|
Merge pull request #570 from Ocramius/cleanup/submodules-removal
Deprecation of PEAR/GIT/TAR autoloading
|
2013-02-14 00:55:08 -08:00 |
|
Benjamin Eberlei
|
ce594fb152
|
[DDC-2256] Cleanup patch, move dependency on EntityManager out of ResultSetMapping and let AbstractQuery perform the translation.
|
2013-02-13 09:05:35 +01:00 |
|
Fabio B. Silva
|
719031f2ef
|
Merge pull request #569 from Ocramius/hotfix/pre-flush-event-args-params
Hotfix/pre flush event args params
|
2013-02-12 15:39:40 -08:00 |
|
Benjamin Morel
|
cba1c8295c
|
Fixed wrong return types in documentation.
|
2013-02-12 11:49:44 +00:00 |
|
Alexander
|
1a163cd48d
|
[DDC-2019] Add support for expression in QueryBuilder#addOrderBy()
|
2013-02-09 22:40:34 +01:00 |
|
Alexander
|
9bf501dd25
|
Revert "allowed to pass filter objects to the configurator"
This reverts commit a9b4debe37 . See the
discussion on the original PR:
https://github.com/doctrine/doctrine2/pull/434
Conflicts:
lib/Doctrine/ORM/Configuration.php
|
2013-02-09 20:28:52 +01:00 |
|
Marco Pivetta
|
673323fc67
|
Adding warnings about deprecation of GIT, TAR and PEAR autoloading
|
2013-02-04 23:30:02 +01:00 |
|
Marco Pivetta
|
f281dbbf54
|
Fixing incorrect constructor params for PreFlushEventArgs
|
2013-02-04 20:46:51 +01:00 |
|
Marco Pivetta
|
3ebed101fd
|
Strong typehinting to avoid incorrect constructor params
|
2013-02-04 20:45:58 +01:00 |
|
Guilherme Blanco
|
f0674ea034
|
Merge pull request #564 from BenMorel/f834c37f8a465ca3e23ee9ae62ef0bc4a525454c
Fix a wrong return type
|
2013-02-02 20:06:44 -08:00 |
|
Guilherme Blanco
|
114827a4b3
|
Merge pull request #565 from BenMorel/unusedvar
Removed an unused local variable.
|
2013-02-02 20:05:42 -08:00 |
|
Benjamin Morel
|
2bfbe03e37
|
Fixed return statements in SchemaTool.
|
2013-02-03 01:42:27 +00:00 |
|
Benjamin Morel
|
4b58c6fc41
|
Removed an unused local variable.
|
2013-02-03 01:05:43 +00:00 |
|
Benjamin Morel
|
f834c37f8a
|
Fixed a wrong return type.
|
2013-02-03 00:48:05 +00:00 |
|
Benjamin Eberlei
|
71a68a5c6f
|
Merge pull request #423 from FabioBatSilva/DDC-1955
DDC-1955 - @EntityListeners
|
2013-02-02 11:47:46 -08:00 |
|
Guilherme Blanco
|
dea37ed9e8
|
Merge pull request #554 from beregond/hydrator-fix
Fixed ObjectHydrator when namespace alias is given.
|
2013-02-02 11:18:00 -08:00 |
|
Jakub Vrana
|
819e5896bf
|
Fix error in QueryBuilder example
|
2013-01-30 11:11:09 -08:00 |
|
Fabio B. Silva
|
7177306536
|
remove extra comma
|
2013-01-29 12:14:53 -02:00 |
|
Fabio B. Silva
|
ec2d5af2c7
|
added missing file
|
2013-01-29 12:14:53 -02:00 |
|
Fabio B. Silva
|
e6d9d1de47
|
support naming convention for listeners without mapping.
|
2013-01-29 12:14:53 -02:00 |
|
Fabio B. Silva
|
46fea51622
|
use '!==' instead of '!='
|
2013-01-29 12:14:53 -02:00 |
|
Fabio B. Silva
|
e9c89cafb9
|
Fix DocBlock
|
2013-01-29 12:14:53 -02:00 |
|
Fabio B. Silva
|
6d7b3863b5
|
Use bitmask of subscribed event systems.
|
2013-01-29 12:14:53 -02:00 |
|
Fabio B. Silva
|
7b0f59ed7c
|
split override test
|
2013-01-29 12:14:53 -02:00 |
|
Fabio B. Silva
|
0d0fc320b4
|
Fix DocBlock
|
2013-01-29 12:14:53 -02:00 |
|
Fabio B. Silva
|
0d0f91a807
|
move listeners invocation from ClassMetadataInfo to ListenerInvoker
|
2013-01-29 12:14:53 -02:00 |
|
Fabio B. Silva
|
c60e3e4ba4
|
remove @LifecycleCallback
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
ffc8d032c7
|
Fix typo
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
195b639344
|
change xml driver to use <lifecycle-callback\>
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
6b7e588da5
|
fix CS
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
4be25cb330
|
small refactoring
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
8495eca1a4
|
rename test
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
a01d6583d3
|
implements a entity listener resolver
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
27745bb87b
|
Fix some CS
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
256cecbefa
|
evaluate as lifecycle callback if the listener class is not given.
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
fd6f592430
|
support @LifecycleCallback in @EntityListeners
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
f0b04375de
|
yaml driver
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
917aa70c97
|
test invalid class/method
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
7e54ae3702
|
xml driver
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
c6adcda567
|
give event to lifecycle callbacks
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
315f7ba43b
|
call listeners in UoW
|
2013-01-29 12:14:51 -02:00 |
|
Fabio B. Silva
|
3c223a59c4
|
move call listeners tests to AbstractMappingDriverTest
|
2013-01-29 12:14:51 -02:00 |
|
Fabio B. Silva
|
0f081d7c45
|
support short class name
|
2013-01-29 12:14:51 -02:00 |
|
Fabio B. Silva
|
368cf73f89
|
entity listeners mapping
|
2013-01-29 12:14:51 -02:00 |
|
aleks
|
dc190a297d
|
Fix typo
|
2013-01-27 11:09:26 +02:00 |
|