1
0
mirror of synced 2024-12-14 15:16:04 +03:00
Commit Graph

1689 Commits

Author SHA1 Message Date
Jonathan.Wage
0e72ae2594 Documentation changes. 2007-10-11 05:46:38 +00:00
Jonathan.Wage
05f74be1b7 Initial entry if cli and out of box configuration methods. 2007-10-11 05:43:29 +00:00
Jonathan.Wage
cdc4943263 Comments. 2007-10-11 04:13:23 +00:00
Jonathan.Wage
c5e1a15f5a A few tweaks to arguments and how they are handled. 2007-10-11 04:11:50 +00:00
Jonathan.Wage
81324ec826 Fleshing out functionality of CLI system and changed syntax of migration classes to only required a to parameter since we already know where we are coming from. 2007-10-11 03:23:33 +00:00
Jonathan.Wage
5255145701 Tweaks to CLI and initial entry of some new blank tasks. 2007-10-10 18:21:36 +00:00
Jonathan.Wage
0da69dd454 Removed initial test task. 2007-10-10 03:47:11 +00:00
Jonathan.Wage
c6b44714f3 Initial entry of cli tasks. 2007-10-10 03:46:17 +00:00
Jonathan.Wage
b005689e8a More changes to Cli system. 2007-10-10 03:45:02 +00:00
Jonathan.Wage
4e877c52e4 Fleshing out the cli system. 2007-10-10 02:31:11 +00:00
Jonathan.Wage
a016cb195c Removing resource from drivers. 2007-10-09 22:46:17 +00:00
Jonathan.Wage
84b16ff70f - 2007-10-09 22:45:37 +00:00
zYne
ec262f0c13 added skeleton for the resource adapter 2007-10-09 22:18:51 +00:00
Jonathan.Wage
e80876ccf3 Fleshed out cli system and added one sample task. 2007-10-09 22:15:14 +00:00
Jonathan.Wage
b930116218 Initial entry of skeleton for Doctrine_Cli 2007-10-09 21:39:48 +00:00
Jonathan.Wage
4f0234fff4 Removed propel style accessors. 2007-10-09 20:51:42 +00:00
Jonathan.Wage
8598411b02 Added support for Propel style getters/setters to __call() 2007-10-09 20:08:23 +00:00
Jonathan.Wage
029761d78d Reversing change. 2007-10-09 17:38:11 +00:00
pookey
16c32e2bd6 Fixing bindParam(), which should have it's 2nd param passed by reference, not value 2007-10-09 13:24:31 +00:00
Jonathan.Wage
4d38b32209 Added ability to put php in all inputted files/strings to parser. 2007-10-09 02:21:53 +00:00
Jonathan.Wage
dd71ec4b06 Fixes for composite keys giving error. 2007-10-09 01:34:36 +00:00
Jonathan.Wage
fe34a0d29f Fix to fixtures importing and relationships satisfying. 2007-10-08 23:55:25 +00:00
zYne
c69c0c5d53 support for persistent connections, fixes #447 2007-10-08 23:22:31 +00:00
zYne
9a0ef8e97f unique constraints automatically removed from translation table 2007-10-08 23:11:49 +00:00
zYne
eed1455f52 unique constraints no longer part of auditlog version table 2007-10-08 23:03:59 +00:00
zYne
8fb82c2f65 Fixes #427, now the AuditLog component should work 2007-10-08 22:58:53 +00:00
Jonathan.Wage
1f1fef741c Fix to generating classes. 2007-10-08 22:53:28 +00:00
Jonathan.Wage
94bf9a4c7c Fix for importing. 2007-10-08 22:47:59 +00:00
zYne
8c413b2427 2007-10-08 22:45:34 +00:00
phuson
dd076e47eb added logic check for when $models array is empty, but $specifiedModels isn't 2007-10-08 22:43:09 +00:00
zYne
18857d77e4 hasTemplate() added 2007-10-08 21:22:13 +00:00
Jonathan.Wage
3c6eb60037 Fixes for auto completing relationships. 2007-10-08 18:46:38 +00:00
Jonathan.Wage
8cc2c977f0 Formatting fixes. 2007-10-08 18:40:14 +00:00
gnat
102f106838 fix class generation of yml schema fully defined m2m relationships. 2007-10-08 16:49:15 +00:00
adamthehutt
6b26a7b813 Fix for ticket #457, moves Doctrine_Record::find/One() to Doctrine_Table::execute/One()
Ticket: 457
2007-10-08 16:39:12 +00:00
jepso
f1162cd56d use array_map instead of foreach loop 2007-10-08 16:12:02 +00:00
Jonathan.Wage
300669d13a Changed methods to public. 2007-10-08 16:04:46 +00:00
Jonathan.Wage
0b6aa395ed Fixes for migration to allow migrating from current version to latest version. 2007-10-08 15:58:23 +00:00
romanb
69874b729f small migration fix (notice+warning when the migration folder is empty because of uninitialized variable) 2007-10-08 09:00:20 +00:00
zYne
6e519eb292 fixes #462 2007-10-07 23:43:26 +00:00
zYne
852f2150bf fixes #463 2007-10-07 23:42:29 +00:00
zYne
7391081d81 fixed fatal method delegation bug 2007-10-07 23:36:28 +00:00
jepso
d78f992eb6 fixed locator class name constructing 2007-10-07 23:03:43 +00:00
zYne
4e7a66744e 2007-10-07 22:43:33 +00:00
zYne
52346aa6c5 moved hydration listeners to record listener 2007-10-07 22:43:04 +00:00
zYne
dc4d96e92f 2007-10-07 22:21:01 +00:00
zYne
24885c0113 fixed references to get() 2007-10-07 21:34:06 +00:00
zYne
f160487445 2007-10-07 21:31:49 +00:00
zYne
43811d2cc6 updated all the necessary classes to use injectable 2007-10-07 20:58:08 +00:00
zYne
13e75b2ccb 2007-10-07 20:35:22 +00:00
zYne
7a014f6d15 initial draft for locator 2007-10-07 20:31:22 +00:00
pookey
ff1316ebc9 allowing for PHP in YAML files to be parsed 2007-10-07 16:21:04 +00:00
zYne
5c3bea6584 2007-10-06 19:10:14 +00:00
zYne
a20ceff363 tests and implementation for hydrate hooks 2007-10-05 22:31:02 +00:00
gnat
2c7ced23db allow for both sides of a relationship to be generated from a one sided definition 2007-10-05 22:15:15 +00:00
zYne
f50128c535 Hydrate hooks added 2007-10-05 21:47:38 +00:00
zYne
7ecc82fded removed deprecated attributes, added bound query part functionality, fixed remaining I18n issues 2007-10-05 21:18:40 +00:00
zYne
7c0aca3cd2 2007-10-05 20:29:33 +00:00
zYne
4634b7c194 2007-10-05 20:28:08 +00:00
Jonathan.Wage
5bec1b2224 Fix for class/alias relation generation. 2007-10-05 19:10:32 +00:00
Jonathan.Wage
3b0f749a58 Fixes for multiple connection handling. 2007-10-05 18:56:36 +00:00
Jonathan.Wage
7bbcb51dcf Renamed Spyc to DoctrineSpyc to avoid any conflicts with other libraries. 2007-10-05 15:54:36 +00:00
Jonathan.Wage
a085706070 Fixes to loading models and made it so Builder can generate abstract classes. 2007-10-05 14:45:53 +00:00
Jonathan.Wage
e7e153d948 Enabling spyc inclusion. 2007-10-05 05:33:39 +00:00
Jonathan.Wage
956c5dfe91 Fixes for exporting sql to correct connections. 2007-10-05 05:06:42 +00:00
Jonathan.Wage
d2d52a63ce Tweaks to generated code. 2007-10-05 02:21:31 +00:00
Jonathan.Wage
3f49cc732a Fixes for new sfDoctrinePlugin 2007-10-04 23:55:37 +00:00
romanb
72b2911761 fixed a bug in Doctrine_Query_Abstract::set(). Missing return value. 2007-10-04 15:06:46 +00:00
Jonathan.Wage
225b904aa7 More api doc changes. 2007-10-03 21:48:53 +00:00
Jonathan.Wage
f99151063d more api doc changes 2007-10-03 21:47:55 +00:00
Jonathan.Wage
0a6f216efa Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Jonathan.Wage
dc90cca915 Fix for the creating of files and the path to create them at. 2007-10-03 18:57:24 +00:00
mahono
e670e2ab5f added possibility to use an aliase with Doctrine_Table->createQuery() and some very small refactoring using createQuery() in Doctrine_Table 2007-10-02 11:28:26 +00:00
romanb
f044813046 added blob,clob,gzip type validation 2007-09-30 07:36:17 +00:00
romanb
88fc0f1e95 added enum type validation 2007-09-30 07:26:43 +00:00
jackbravo
34f527adfc Fixed some syntax errors on Doctrine Search 2007-09-30 01:18:07 +00:00
jackbravo
01a3e06326 Fixed some identifier quoting on sqlite, mysql and pgsql. Added some tests too 2007-09-30 01:17:49 +00:00
zYne
999e03fd59 2007-09-29 15:00:08 +00:00
zYne
526f31bd05 2007-09-29 14:45:38 +00:00
zYne
ed64914bda 2007-09-29 14:35:30 +00:00
romanb
02dd8b1a79 Validator refactoring. 2 new validators: past & future 2007-09-29 12:31:56 +00:00
zYne
4eee98d526 2007-09-29 09:12:01 +00:00
ppetermann
8143d39788 fixed bug in Cache, made Array.php compliant to its/the interfaces documentation (returning false instead of null when nothing found) and changed if statement in Hydrate to react on false, not on null too 2007-09-28 15:55:56 +00:00
Jonathan.Wage
90541334e1 General fixes/work. 2007-09-27 22:02:13 +00:00
lukenukem
ca50bb05c5 Added PostgreSQLs to_char() function to Expression/Pgsql.php. 2007-09-27 18:25:58 +00:00
Jonathan.Wage
4cd00271df Formatting fixes 2007-09-26 22:38:01 +00:00
Jonathan.Wage
12cc664bf1 Added exportTo() and importFrom() to Collection and Record. 2007-09-26 22:36:32 +00:00
Jonathan.Wage
271d3c8e05 Added support for serialize and json to the parser. 2007-09-26 21:33:18 +00:00
Jonathan.Wage
09ba0c3540 Refactored some more stuff, cleaned things up, adding request validation to the server. 2007-09-26 21:12:52 +00:00
pookey
c929891962 removing tabs 2007-09-26 19:56:20 +00:00
Jonathan.Wage
77daa29c2c Changed default to yml. 2007-09-25 22:32:32 +00:00
Jonathan.Wage
8c8d8187a5 Tweaks to everything, refactoring hydrating. 2007-09-25 21:39:38 +00:00
Jonathan.Wage
d4e34979d1 Removed some unwanted functions. 2007-09-25 14:09:05 +00:00
Jonathan.Wage
13a1a6199c Fixes for unit tests being broken. 2007-09-24 22:27:41 +00:00
Jonathan.Wage
b447f6ca18 Minor tweaks. 2007-09-24 22:19:44 +00:00
Jonathan.Wage
bf59f2e861 Initial entry. 2007-09-24 21:51:11 +00:00
Jonathan.Wage
578556eb06 Made a change so we have a table object like in normal doctrine. 2007-09-24 21:50:50 +00:00
Jonathan.Wage
eca4f7a121 Added delete functionality to records. 2007-09-24 21:46:05 +00:00
Jonathan.Wage
6d6f6c7598 Fixes and tweaks. Added code to generate classes for schema and load them. 2007-09-24 21:32:02 +00:00
Jonathan.Wage
b40fd36efa Fixes to server. 2007-09-24 19:29:56 +00:00
Jonathan.Wage
c7b79372cc Fixes. 2007-09-24 18:46:11 +00:00
mahono
26ee84d5c8 fixed bug in Doctrine_Query::copy() - params were not copied 2007-09-24 18:44:37 +00:00
Jonathan.Wage
e9ba4504bf Fixes for Doctrine Resource 2007-09-24 18:22:52 +00:00
Jonathan.Wage
d6c0bcb4fc Initial entry for Resource refactoring. 2007-09-24 04:59:44 +00:00
Jonathan.Wage
3438aef503 Refactoring of Resource module. 2007-09-24 04:58:57 +00:00
zYne
9ce05cb90b 2007-09-22 22:02:58 +00:00
Jonathan.Wage
b98130db1e Fixes for doctrine resource. 2007-09-22 01:32:48 +00:00
Jonathan.Wage
5aa73029cf Added fromArray() methods. 2007-09-21 21:40:54 +00:00
Jonathan.Wage
d0898c1a81 Fixes to allow inheritance. 2007-09-21 20:30:10 +00:00
Jonathan.Wage
4b82c6fbb2 Removed code to auto complete relationships. 2007-09-21 19:19:25 +00:00
Jonathan.Wage
d7cd584080 2007-09-21 18:43:27 +00:00
Jonathan.Wage
d59dce8607 Moved save. 2007-09-21 18:34:10 +00:00
Jonathan.Wage
208fa1eef8 Fixes for saving models. 2007-09-21 18:19:19 +00:00
Jonathan.Wage
9992cf30fc Fixes for Doctrine_Resource. 2007-09-21 18:01:08 +00:00
zYne
bfa3ef5649 2007-09-21 13:48:31 +00:00
zYne
f787a29baa drafting the compound filter 2007-09-21 13:32:03 +00:00
zYne
f3488d17a0 2007-09-21 13:13:43 +00:00
gnat
2f7d4cbca1 changes to support setting the tableName and properly create enum column values 2007-09-21 07:14:37 +00:00
Jonathan.Wage
9c32fef9bf Changed foreign_alias to foreignAlias 2007-09-21 03:20:02 +00:00
Jonathan.Wage
e22ad5baae gnats changes. 2007-09-21 03:18:50 +00:00
Jonathan.Wage
35ef784eaa Initial entry of Doctrine_Resource and other fixes. 2007-09-21 02:48:13 +00:00
zYne
f4eeb641c0 2007-09-20 22:43:37 +00:00
Jonathan.Wage
b7e368a4df Formatting fix. 2007-09-20 22:34:03 +00:00
Jonathan.Wage
ad55d16395 Fixes for schema importing. 2007-09-20 22:19:22 +00:00
zYne
29ff0dee02 2007-09-20 22:16:34 +00:00
maniac3000
dc701e1345 Add decimal as a valid type to Formatter->quote() 2007-09-20 21:40:23 +00:00
zYne
e05c0c8ab6 2007-09-20 20:58:54 +00:00
zYne
e24d9c69dd refactoring the table class 2007-09-20 20:53:15 +00:00
zYne
2169cbe95e 2007-09-20 20:48:53 +00:00
Jonathan.Wage
d4e3567ab9 Changes to migration. 2007-09-20 20:24:38 +00:00
zYne
be5eb98ebf 2007-09-20 20:21:08 +00:00
zYne
2f70b203e6 2007-09-20 20:15:34 +00:00
zYne
df0081f13b 2007-09-20 20:10:32 +00:00
zYne
faa5763a4f 2007-09-20 20:08:19 +00:00
Jonathan.Wage
dc8280ab7a Made dummy data function return it. 2007-09-20 19:31:04 +00:00
Jonathan.Wage
2fe7b95fba Changes static methods to be normal public methods. 2007-09-20 19:30:19 +00:00
Jonathan.Wage
1e1090700c Fixes to make schema importing work. 2007-09-20 19:18:05 +00:00
Jonathan.Wage
433035fd28 Fixes for importing dummy data. 2007-09-20 17:04:22 +00:00
Jonathan.Wage
3df29f7d01 A few tweaks. 2007-09-20 16:11:59 +00:00
Jonathan.Wage
a5377c28ab Initial entry. 2007-09-20 15:02:57 +00:00
Jonathan.Wage
0e964840b7 Changes to make export schema yml closer to working :) 2007-09-20 15:02:07 +00:00
gnat
8402633bcc invalid variable 2007-09-20 05:25:52 +00:00
Jonathan.Wage
04f1a135cf Updated to auto complete other end of relationships. 2007-09-19 21:08:23 +00:00
Jonathan.Wage
fef5d32d8a Updating Export code to use the new methods in Doctrine instead of rewriting same code. 2007-09-19 19:43:33 +00:00
Jonathan.Wage
0c8ba8e9e2 Removed remove alter table from sqlite b/c this is not possible in sqlite. 2007-09-19 19:34:45 +00:00
Jonathan.Wage
10bdfcb17f Changes for new migration code. 2007-09-19 19:33:00 +00:00
zYne
5d12093b8e 2007-09-19 18:58:45 +00:00
Jonathan.Wage
b41259b04a 2007-09-19 16:26:28 +00:00
zYne
67085f5829 2007-09-19 15:18:09 +00:00
zYne
2bb8b7083f 2007-09-19 14:59:06 +00:00
Jonathan.Wage
659d105469 MOved to new name. 2007-09-18 20:16:43 +00:00
Jonathan.Wage
28b35cc577 Renamed. 2007-09-18 20:16:24 +00:00
Jonathan.Wage
900c0161eb Initial entry. 2007-09-18 20:15:17 +00:00
zYne
15c4235faa 2007-09-18 17:26:17 +00:00
zYne
7435ec302e 2007-09-18 17:09:14 +00:00
zYne
a63c8fe80a 2007-09-17 22:30:45 +00:00
zYne
9d755abc23 2007-09-17 22:26:25 +00:00
zYne
19fc58dccd 2007-09-17 22:19:17 +00:00
zYne
cb36f5d092 2007-09-17 21:51:42 +00:00
zYne
023c91965c 2007-09-17 21:44:19 +00:00
Jonathan.Wage
78f8aea897 Added example code. 2007-09-17 21:32:40 +00:00
Jonathan.Wage
f3bdcb9118 Lowercase as. 2007-09-17 21:22:00 +00:00
Jonathan.Wage
1dc60451c5 Fixes for new yml schema. 2007-09-17 21:16:13 +00:00
zYne
29f64470de 2007-09-17 20:44:30 +00:00
zYne
d6fd3e16e0 2007-09-17 20:41:24 +00:00
Jonathan.Wage
a170822788 Fixes for yml importing/exporting of schema. 2007-09-14 19:14:40 +00:00
Jonathan.Wage
8e57185e30 Fixes. 2007-09-13 22:39:52 +00:00
Jonathan.Wage
122ebf0ca6 2007-09-13 21:52:18 +00:00
Jonathan.Wage
78f145c368 2007-09-13 21:50:43 +00:00
Jonathan.Wage
16a0aaebcf Making sure we don't require Spyc 2 times. 2007-09-13 21:49:04 +00:00
Jonathan.Wage
c9658cb29b Getting exporting/importing working. 2007-09-13 21:32:40 +00:00
Jonathan.Wage
13d781cb68 Added aliases. 2007-09-13 19:25:52 +00:00
Jonathan.Wage
39c3f2e0f8 Initial entry of Parser for yml/xml and made import schema code use the parser classes. 2007-09-13 19:06:38 +00:00
zYne
1096f90f45 2007-09-13 18:42:52 +00:00
jackbravo
404338f46f Added support for unlink all 2007-09-12 22:07:57 +00:00
zYne
c8578d434a 2007-09-12 22:03:25 +00:00
meus
9fbde039ba remove caching of args. it is just plain wrong 2007-09-12 21:56:11 +00:00
zYne
7359ee0e53 DQL expression handling rewrite 2007-09-12 21:42:42 +00:00
meus
2f8c83983f removing class variable adding static function var 2007-09-12 20:56:38 +00:00
meus
7a26255739 addded tests for template. added optimization for __call and calling template functions in Record 2007-09-12 20:26:59 +00:00
Jonathan.Wage
0d84bcd2af Made loadTemplate() simply call actAs() rather than duplicating code. Original loadTemplate() was broken anyways, addTemplate() was never called 2007-09-12 16:06:33 +00:00
jackbravo
d8352d67fa Substitute array_diff function with array_udiff to allow overriding __toString() 2007-09-10 16:16:24 +00:00
meus
a7c24a05f5 fixing codeing standard errors... 2007-09-08 12:43:25 +00:00
meus
8fbd18207b conveience method inspect() in Doctrine_Validator_Exception. Call it with user_func and it will apply it to all ErrorStacks 2007-09-08 12:41:09 +00:00
jackbravo
3ad6e01c73 Simplified test for isComposite 2007-09-07 18:09:18 +00:00
lsmith
bbf5b62a68 - not use the integer index, instead use the actual value for non emulated enums 2007-09-07 13:27:02 +00:00
zYne
6987d11e2a 2007-09-06 21:07:24 +00:00
zYne
88f60a022b 2007-09-06 20:59:13 +00:00
zYne
d16ea7d8fc 2007-09-06 20:52:36 +00:00
zYne
e45ae7d082 2007-09-06 20:52:16 +00:00
zYne
4eac440c56 2007-09-06 20:38:22 +00:00
zYne
ec6120b955 2007-09-06 20:23:52 +00:00
zYne
26d3d3e7a4 2007-09-06 19:32:22 +00:00
mahono
e20c213ae2 refactored Table->find() 2007-09-06 14:12:40 +00:00
mahono
814223bd39 * unified and simplified Hydrate->fetchOne() as well as Table->find()
* both always return reliable false if result is empty
2007-09-06 13:18:46 +00:00
mahono
744666ab95 fixed issue with fetchOne() - a break was missing 2007-09-06 12:59:45 +00:00
jackbravo
af14c812ce Memory problem solved. Sqlite creating functions repeatedly.
Doctrine_Connection_Sqlite::connect was creating functions every time it was called even if it was allready connected.
2007-09-05 22:03:57 +00:00
romanb
a478dfa4fd removed hydration constants from doctrine_hydrate 2007-09-05 16:05:49 +00:00
zYne
cd7f42dec2 2007-09-04 20:56:16 +00:00
zYne
d992deea1d 2007-09-04 20:49:35 +00:00
jackbravo
5ae71f676e Throw exception on deprecated attributes 2007-09-04 16:36:12 +00:00
romanb
4a2fac7218 Fixed a bug in the nestedset implementation. When using single table inheritance all node instances need to use the same tree object. previously every subclass created it's own tree object which resulted in strange behaviour. 2007-09-04 12:52:23 +00:00
jackbravo
a7b48e4269 Use FETCH_ARRAY on Doctrine_Record::refresh() to avoid clearing object relations 2007-09-04 01:23:11 +00:00
jackbravo
c3b9837c12 Fix bug #428, clearing object relations before adding new ones in a query 2007-09-04 01:23:02 +00:00
jackbravo
1c5162eed2 Use array_shift, since the key may not allways be 0 2007-09-03 22:29:30 +00:00
jackbravo
a975c64de1 Avoid using getMethod on classes that don't have that method 2007-09-03 15:36:56 +00:00
meus
f3a377a794 replace tabs with 4 spaces. and fix other coding style related stuff 2007-09-03 14:57:18 +00:00
nightfreak
d3e4b2c912 small bugfix 2007-09-03 12:08:36 +00:00
lsmith
6f7736ade8 - trying to fix http://www.phpdoctrine.net/trac/changeset/2322/trunk/lib/Doctrine/Export.php 2007-09-03 10:41:51 +00:00
zYne
78c3ba652a 2007-09-02 22:08:02 +00:00
zYne
810b1d6623 2007-09-02 20:48:31 +00:00
zYne
a6318cbe93 deprecated validation attributes VLD, AUTO_LENGTH_VLD and AUTO_TYPE_VLD, introduced new attribute ATTR_VALIDATE 2007-09-02 20:36:58 +00:00
zYne
70ff3b261f refactored Validator API 2007-09-02 20:00:27 +00:00
zYne
63cba02028 2007-09-02 17:34:44 +00:00
zYne
2dd52e306d 2007-09-02 17:02:16 +00:00
meus
4ff9af6df0 removed aditional ?> from lib 2007-09-02 17:00:26 +00:00
zYne
eb92f6d220 2007-09-02 16:55:24 +00:00
zYne
7127f12e2c drafting I18n 2007-09-02 11:55:12 +00:00
zYne
e37ae45820 2007-09-02 11:29:14 +00:00
romanb
af2a83484f refactored parameter stacking (Fixes #442). 2007-09-02 09:28:38 +00:00
lsmith
0fdb229020 - added support for Doctrine::ATTR_USE_NATIVE_ENUM (defaults to off, no BC break) 2007-09-02 08:53:16 +00:00
zYne
cb50a932fc MAP keyword support ! 2007-09-01 22:22:54 +00:00
romanb
3e47532e07 Notnull validator no longer checks for empty strings 2007-09-01 20:20:17 +00:00
jackbravo
9b5246368e Added FETCH_ARRAY support for table finder methods, fixes bug #397 2007-09-01 19:44:38 +00:00
zYne
3fe5b807a1 2007-09-01 17:35:44 +00:00
zYne
07c5c92e73 deletes are no longer stacked in the end of transaction, now transactional integrity is always assured 2007-09-01 17:28:11 +00:00
zYne
07b5727c52 severe export bug fix: classes using column aggregation inheritance not properly exported 2007-09-01 16:11:58 +00:00
zYne
5d1d506a3a added invoker catching 2007-09-01 16:04:48 +00:00
zYne
224d3fb062 2007-09-01 15:51:46 +00:00
zYne
ef127afd1e 2007-09-01 15:30:40 +00:00
romanb
edb1b251d6 Applied the patch from Jackbravo (ticket #441) 2007-09-01 10:41:46 +00:00
zYne
67fc9764c3 2007-08-29 22:20:30 +00:00
zYne
04e5888a3c fixes #429 2007-08-29 22:15:25 +00:00
zYne
ed2822938a 2007-08-29 22:13:47 +00:00
zYne
15556a35a4 fixes #433 2007-08-29 22:03:55 +00:00
zYne
4fc6efd82f fixes #440 2007-08-29 21:57:46 +00:00
Jonathan.Wage
3eedefae50 Reverted changes for disabling foreign key sql exporting. Not needed since it can be done with attributes. 2007-08-29 21:51:49 +00:00
zYne
684ad68de2 2007-08-29 21:36:36 +00:00
jackbravo
2d08773ea7 Reverted changeset 2271, increase in memory usage too big 2007-08-29 19:07:43 +00:00
romanb
7bedb0b21d Added Doctrine_Query::free() to make it possible to help PHPs current GC 2007-08-29 18:40:58 +00:00
jackbravo
1c24964490 Added toString method to avoid some errors 2007-08-28 19:51:06 +00:00
jackbravo
bd61271579 toArray now can return also the record relations 2007-08-28 16:45:22 +00:00
Jonathan.Wage
bf6ed870fa Added back getTemplates() function. Somehow was removed on accident 2007-08-27 15:04:32 +00:00
Jonathan.Wage
8dfd9e5a6b Updated Oracle.php export driver to match parent function definition 2007-08-27 14:52:38 +00:00
Jonathan.Wage
6ce7d88c0b Added ability to turn off foreign key sql exporting for specific models 2007-08-27 14:43:52 +00:00
lukenukem
d82b58aa10 Added PostgreSQLs age() and date_part() functions. 2007-08-25 08:06:17 +00:00
jackbravo
777539fbf3 Fixed bug on columns not being quoted on INSERT statements, reported by email by Gavin Mogan 2007-08-25 00:34:25 +00:00
jackbravo
d47b8f11ec Again... Prevent quoting two times the table name, bug report by g00fy on irc, seems like this bug could be on other drivers as well 2007-08-25 00:17:30 +00:00
jackbravo
95d443575f Added some user functions (trim, ltrim, rtrim, sha1), the trim function prevented the tests from running 2007-08-25 00:14:14 +00:00
jackbravo
9b7c743f48 Prevent Doctrine from quoting two times table name, bug report by g00fy on irc 2007-08-24 23:03:25 +00:00
jackbravo
7fc767794e Amend: this was not yet to be commited 2007-08-24 22:00:05 +00:00
jackbravo
17913f5860 Clearer fix for nesting level too deep bug, use in_array with strict flag (use === instead of ==) 2007-08-24 21:43:50 +00:00
jackbravo
666e2f3f8d Nesting level too deep because using in_array, fixed 2007-08-24 19:20:06 +00:00
jackbravo
b01212e2e8 Fixed a bug when using Templates and exporting classes using inheritance
If you hada base Doctrine_Record class that implemented a Template and some classes
that inherited from this one using single table inheritance, the export process
failed because it tried to create several times the same table
2007-08-23 00:57:33 +00:00
gnat
25554aa0f7 fixed a problem with undefined array keys when fetching in array mode with multi level joins 2007-08-21 14:59:04 +00:00
kselli
70c94fae67 Patched the bug #423 which didn't allow user to set attributes in the construct() method.
Ticket: 423
2007-08-20 23:04:30 +00:00
romanb
ce90ee576a Fixed Doctrine_Node_NestedSet::getNumberChildren() 2007-08-20 07:45:29 +00:00
zYne
003e6ad163 2007-08-17 21:24:55 +00:00
zYne
bcb31fc232 added template method call delegator 2007-08-17 21:22:03 +00:00
zYne
ed8e90b8df 2007-08-17 21:21:52 +00:00
jepso
ec6f806efe Doctrine_Cache_Db:
* added tableName option
* added deleteAll and createTable methods
* fixed fetch method
* fixed a bug with expire time in save method
2007-08-17 10:49:51 +00:00
Jonathan.Wage
99ae59fd41 Changed import/export methods to importSchema() and exportSchema() 2007-08-16 22:42:35 +00:00
Jonathan.Wage
b4600960fd Changed imprt back to import as variable names are not affected by change to php 2007-08-16 21:54:14 +00:00
nicobn
b54d56a9a2 Jaws_Schema is now abstract 2007-08-15 16:57:16 +00:00
nicobn
a062835e43 'import' is a reserved word in PHP 6. Changed all method names / properties name from import to imprt. This means the documentation will need to be changed 2007-08-15 14:49:00 +00:00
zYne
4ab524089a 2007-08-14 21:20:00 +00:00
zYne
37e6248b8a 2007-08-14 20:49:07 +00:00
zYne
f6c1560ebc 2007-08-14 20:44:48 +00:00
zYne
30521a7020 2007-08-14 20:30:33 +00:00
Jonathan.Wage
1b8e9ea091 Removed getState() method and changed all references to getState() to state() 2007-08-14 20:23:54 +00:00
zYne
5a976de3f4 fixes #335 2007-08-14 20:23:02 +00:00
zYne
201c6b8194 fixes #419 2007-08-14 20:16:31 +00:00
romanb
8aa8c54fb3 Small changes to the recent fix from jonwage 2007-08-14 18:28:35 +00:00
Jonathan.Wage
f123a7cdcd Added extra logic to getRootAlias() so it only calles getSql() if _aliasMap is not present already 2007-08-14 18:25:06 +00:00
Jonathan.Wage
b9a3e0cd20 Added call to ->getSql() back to ensure parsing has happened so we can determine the root alias. 2007-08-14 18:11:06 +00:00
Jonathan.Wage
91be68810c Removed unecessary change to Hydrate.php 2007-08-14 17:01:06 +00:00
Jonathan.Wage
7f4abdf292 Added copy() method to Query.php and made NestedSet.php use it because native clone() does not work. Also Added ->getSql() to getRootAlias() so that _aliasMap is present after the parsing. 2007-08-14 16:37:48 +00:00
lsmith
39e024c166 - fixed return value to be bool for execute() (did not run test suite) 2007-08-14 14:53:04 +00:00
zYne
635f1a9c8f fixes #420 2007-08-13 22:01:27 +00:00
zYne
46154c5682 fixes #418 2007-08-13 21:51:23 +00:00
zYne
0686aef2c0 2007-08-13 21:39:29 +00:00
zYne
714a42239b 2007-08-13 21:23:56 +00:00
zYne
ce8fa91204 2007-08-13 21:14:53 +00:00
zYne
54d6296087 added RTRIM function support 2007-08-11 22:24:49 +00:00
zYne
a181b06e70 added TRIM function 2007-08-11 22:12:17 +00:00
zYne
1473df1976 new DQL WHERE parser 2007-08-11 21:53:02 +00:00
zYne
b83321e5dd added removeLinks() 2007-08-11 21:35:58 +00:00
zYne
f619273778 2007-08-11 20:19:57 +00:00
nightfreak
6c0b5fd36c added the fix for ticket #398. also fixed the missing $coll->setReference() in Doctrine_Relation_Association::fetchRelatedFor() 2007-08-11 18:24:19 +00:00
zYne
b243286bee formatting fix 2007-08-11 18:22:13 +00:00
nightfreak
2f85c85cf7 added the method refreshRelated() to Doctrine_Record 2007-08-11 17:49:43 +00:00
zYne
bc031289c0 fixes #425 2007-08-10 20:35:25 +00:00
meus
69f1bd41bb removed notice error when running tests 2007-08-10 20:29:07 +00:00
njero
a903c927c4 Make the new hasOne stuff work with identifiers 2007-08-10 07:07:53 +00:00
njero
17787aa173 Need to include float in the list for length checks. In general this default for length should be removed downstream in validator but to be consistent 2007-08-10 07:07:24 +00:00
nicobn
5501a4b434 Fixed typo 2007-08-10 06:01:54 +00:00
njero
7f1666efc0 Changes to make hasOne relations with 'foreign' and 'local' work as expected 2007-08-10 05:54:21 +00:00
njero
4210452812 You cant call ucwords(strtolower(...)) on the plugin name because NestedSet will become Nestedset (lower s) 2007-08-09 23:12:31 +00:00
jackbravo
391bdc88a1 set isConnected to false when the connection is closed 2007-08-09 22:26:57 +00:00
jackbravo
0a50b95fed Unified event listener methods for close() method: preClose() postClose() 2007-08-09 22:16:33 +00:00
zYne
78f683d855 fixes #424 2007-08-09 17:31:31 +00:00
zYne
5f7afb93f9 2007-08-09 17:27:13 +00:00
zYne
795bb23c2f 2007-08-09 17:25:07 +00:00
zYne
2468d4e78d drafting the new clause parser 2007-08-07 20:41:33 +00:00
zYne
643a3ea86b 2007-08-07 20:17:11 +00:00
zYne
34c898da0e 2007-08-07 20:12:54 +00:00
zYne
a12e74d8df 2007-08-07 20:04:02 +00:00
nightfreak
818008492c =When unserializing a serialized record the value of enum, array, object and gzip fields are restored + it is now possible to store an object of type Doctrine_Record in an object field 2007-08-07 15:37:30 +00:00
romanb
46e5a0d2f8 Fixed multiple-root setup with new syntax (actAs/loadTemplate). Forgot to pass the parameters. 2007-08-04 17:02:25 +00:00
romanb
7ad2c77a2d - Updated nested set documentation
- Removed the reserved alias "base" from the nested set. It's no longer necessary to use that. Use whatever alias you want.
2007-08-04 14:33:15 +00:00
Jonathan.Wage
121d9ad9aa A fixes to get the importing a little closer. 2007-08-03 22:05:05 +00:00
Jonathan.Wage
ff832983bd Reorganized code. 2007-08-03 21:25:10 +00:00
zYne
1ef946aedb 2007-08-03 21:02:17 +00:00
zYne
45cb86dab9 2007-08-03 20:57:07 +00:00
zYne
5490247cc7 new templating model 2007-08-03 11:52:24 +00:00
zYne
90bf6241e4 2007-08-03 11:25:53 +00:00
zYne
da1a6e38a9 2007-08-03 11:24:45 +00:00
zYne
ab76c18fd7 2007-08-03 10:41:20 +00:00
zYne
013bdebe0b 2007-08-02 21:27:42 +00:00
zYne
1c919c7a0a added whereIn 2007-08-02 21:24:29 +00:00
Jonathan.Wage
48481be4bd Fixed issue with isValidNode() not always being passed a Doctrine_Record and fixed issue with params being sent to set(), moved to where() until set() can handle params 2007-08-02 20:05:12 +00:00
meus
c9d6a046fa fixing issue mention on the mailing list by tl@hdnet.de at 2.aug 2007-08-02 19:28:46 +00:00
zYne
2cc28d066c 2007-08-02 18:57:01 +00:00
zYne
97ca7c9c36 wildcard support for search query language 2007-08-02 12:01:38 +00:00
zYne
2c76c48bfe updated search query parser engine, now supporting operators OR, AND and NOT 2007-08-01 23:42:22 +00:00
zYne
f81c5c3b39 fixed fatal bug in sql explode 2007-08-01 23:25:24 +00:00
zYne
ebfc0971c6 2007-08-01 22:53:33 +00:00
zYne
d59f761da0 2007-08-01 19:37:28 +00:00
zYne
64f7e3a36e added default lengths for all data types 2007-08-01 19:32:53 +00:00
Jonathan.Wage
75a1ead588 Fixed issue with count() and composite column primary keys 2007-08-01 17:56:18 +00:00
njero
cb146fb8e8 The index lookup needs to allow for array("fields" => "name") where the fields list
is a string and not an array
2007-08-01 14:50:46 +00:00
zYne
bc6ff6903d added base plugin class 2007-07-31 21:59:45 +00:00
zYne
a57226b086 fixes #338 2007-07-31 20:22:10 +00:00
zYne
a269fcdb18 Custom join condition model rewritte, full support for ON and WITH keywords 2007-07-31 19:33:58 +00:00
lukenukem
b2d9a22816 OFFSET and LIMIT for PostgreSQL corrected. 2007-07-31 05:50:41 +00:00
zYne
fe1bc520a8 2007-07-30 22:30:41 +00:00
zYne
ac88e64940 2007-07-30 21:30:39 +00:00
zYne
37198a6bb7 formatting fix 2007-07-30 19:35:41 +00:00
zYne
c045174fde 2007-07-30 19:29:37 +00:00
zYne
1a18acb762 2007-07-30 19:13:05 +00:00
meus
7ab2e58609 added setSubclasses to abstractRecord. Fixed classes in tests. added some more output to the Test.php script 2007-07-30 19:01:16 +00:00
romanb
8a0898d3ed Several fixes for mysql export module (incorrectly added indices)
Ticket: 408
2007-07-30 11:47:36 +00:00
romanb
7583a8d8ac Preliminary fix for a bug that occurs when using NestedSet + Column aggregation inheritance 2007-07-29 19:38:11 +00:00
meus
4e4dc0a6df fixed some failing testcases in columnaggregation. the if check was to strict 2007-07-28 20:27:38 +00:00
zYne
5b611b5302 2007-07-27 20:18:58 +00:00
zYne
201f821b27 2007-07-27 19:24:28 +00:00
zYne
9bc4d7618e 2007-07-27 19:03:32 +00:00
mahono
c662f4d99f * added new fetchOne() method for convenience
* some whitespace cleanups
2007-07-27 15:58:37 +00:00
zYne
97e82445d7 2007-07-27 15:35:37 +00:00
zYne
f0275da674 deprecated lockmode attribute 2007-07-27 15:31:33 +00:00