1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Commit Graph

1650 Commits

Author SHA1 Message Date
zYne
ed8b89fc3b removed deprecated schema classes 2007-10-18 19:46:06 +00:00
zYne
1a990b6eae fixed version column attributes 2007-10-18 19:39:19 +00:00
zYne
ee1cf1013a fixed updateIndex() 2007-10-18 19:37:50 +00:00
phuson
1ddd4f5db4 Added back the generation of "equal: true" from schema files. 2007-10-18 19:36:18 +00:00
zYne
a6d05624f5 fixed versionable template to adhere to generic plugin structure 2007-10-18 19:13:30 +00:00
zYne
ea5e58fece removed deprecated schema and object classes 2007-10-18 19:05:00 +00:00
romanb
28dcf18508 made version comparison less strict 2007-10-18 16:36:55 +00:00
Jonathan.Wage
1bbc5b15ee Fixes to relationship building and added support for new schema options. 2007-10-17 23:14:28 +00:00
zYne
08bec68587 2007-10-17 21:17:01 +00:00
zYne
5f0b6cd1cd fixed VALIDATE_ALL constant value 2007-10-17 19:38:53 +00:00
romanb
e428845d0e corrected some tests 2007-10-17 19:24:03 +00:00
Jonathan.Wage
e2e38849ac Added support for connection binding, templates, act as, and attributes. 2007-10-17 19:21:06 +00:00
romanb
f8ee0975c0 fix for the fix.. (foreign key creation) 2007-10-17 19:09:48 +00:00
romanb
29c220f482 export & migration fix 2007-10-17 18:49:02 +00:00
jepso
d9e213a2cf fixes #484 2007-10-17 14:50:55 +00:00
phuson
3e39fcf30c Implemented generation for loadTemplate() from Schema file. 2007-10-17 09:18:59 +00:00
phuson
e63393cd39 Added generation for "equal: true" in the relations block of yml. 2007-10-17 05:43:07 +00:00
Jonathan.Wage
852a2fdf87 Fixes to importing and merging of data fixtures from multiple files. 2007-10-17 01:54:27 +00:00
Jonathan.Wage
05119fe758 Fixes for relationship building. 2007-10-17 01:12:21 +00:00
Jonathan.Wage
6ee5df4aab Addex support for indexes and attributes to schema. 2007-10-16 23:33:14 +00:00
zYne
359d07b04d fixes #484, validator nospace not validating correctly 2007-10-16 22:12:04 +00:00
zYne
b102ebf9fb 2007-10-16 22:10:49 +00:00
zYne
76bd8b76e4 added more stopwords to analyzer 2007-10-16 21:49:55 +00:00
zYne
e10acab862 drafting the new class Doctrine_Search_File 2007-10-16 21:33:06 +00:00
romanb
4fb5f7c201 added createForeignKey() support to export module and migrations 2007-10-16 17:05:52 +00:00
romanb
abde67f73c added createConstraint()/dropConstraing() support to migrations 2007-10-16 16:22:02 +00:00
Jonathan.Wage
37cec1d690 - 2007-10-16 05:39:49 +00:00
Jonathan.Wage
50ab186792 Fixes for sql exporting so it will get all loaded models if no directory is specified. 2007-10-16 02:37:31 +00:00
Jonathan.Wage
f2a7390c29 Fixed calls to wrong static functions and added some functionality to sandbox. 2007-10-16 00:48:09 +00:00
samw3
c8812542b1 fixed newlines (I had my editor in windoze mode) 2007-10-16 00:28:39 +00:00
samw3
d522ba7355 changes db drivers to match the new two parameter Export::getDeclaration() 2007-10-16 00:03:15 +00:00
Jonathan.Wage
09f082421b Removed because it is replaced with a Doctrine_Task and is available from the cli. You can also call it directly with Doctrine_Facade::compile(); 2007-10-15 23:36:00 +00:00
Jonathan.Wage
dd5347b096 Fix to alter table command. 2007-10-15 23:16:54 +00:00
Jonathan.Wage
41f8d264e5 Initial entry. 2007-10-15 23:04:39 +00:00
Jonathan.Wage
f54687fdcb Fixes to original compiler code to allow the exporting of certain drivers. 2007-10-15 23:03:08 +00:00
Jonathan.Wage
4d36734953 Moved static methods from Doctrine class to Doctrine_Facade and updated the tasks to use Doctrine_Facade. 2007-10-15 22:05:35 +00:00
zYne
ead84035f8 2007-10-15 22:01:04 +00:00
zYne
c4b3a18a59 table refactoring continues 2007-10-15 21:39:35 +00:00
Jonathan.Wage
6394c79281 initial entry 2007-10-15 21:25:53 +00:00
Jonathan.Wage
9e9ab7fb33 Added documentation. 2007-10-15 21:22:31 +00:00
Jonathan.Wage
37ffee975c Moved the tasks from the cli so they are not together. 2007-10-15 21:18:13 +00:00
samw3
ef40c0492f getConnectionByTableName() returns Doctrine_Manager::connection() if table does not exist 2007-10-15 21:05:20 +00:00
wernerm
3eb463ad4f Moved the cli_compiler back to lib. It has also been updated again. 2007-10-15 20:56:55 +00:00
zYne
d6ef2b3f4e removed deprecated attribute from getTable() 2007-10-15 20:56:23 +00:00
zYne
3b8efd07e6 added initIdentifier() 2007-10-15 20:43:24 +00:00
Jonathan.Wage
54c3b98d73 Fixes. 2007-10-15 20:39:44 +00:00
pookey
071febe96c fixing handling of default values 2007-10-15 20:06:28 +00:00
Jonathan.Wage
4f996de800 Updated generated accessors to have load argument. 2007-10-15 17:52:34 +00:00
Jonathan.Wage
c5daa2310c Fix to generated accessors. 2007-10-15 15:08:26 +00:00
Jonathan.Wage
3048620a05 Fixes for buildingsql and generating models. 2007-10-15 15:01:54 +00:00
Jonathan.Wage
0dbea77dcd Fix to Builder so the generate_accessors option is used. 2007-10-15 14:19:51 +00:00
Jonathan.Wage
33c209db7a Fixes up the getters/setters that are generated in Builder. 2007-10-15 14:18:31 +00:00
Jonathan.Wage
38331335ab Fixes to indexes and to not call parent::setUp() in the base classes. 2007-10-15 14:09:59 +00:00
Jonathan.Wage
34af8e3aa1 Moved cli to sandbox folder. Fixes to importing schema and generating sql. 2007-10-15 13:47:24 +00:00
zYne
3cea839f45 2007-10-14 22:11:48 +00:00
zYne
39bfb030c9 2007-10-14 20:32:48 +00:00
pookey
0f79ed1d56 improvement to option handling, and added accessor generators 2007-10-14 19:47:38 +00:00
phuson
15cdb65ba7 Added missing argument. 2007-10-14 07:58:52 +00:00
phuson
a98961bd03 Implemented generation of indexes and their definitions from schema files. 2007-10-14 06:44:49 +00:00
zYne
b202f467c3 2007-10-13 21:40:43 +00:00
romanb
e79f1c34cf small improvement to Doctrine_Hydrate_Array::search() 2007-10-13 20:46:45 +00:00
zYne
ec292991ce huge speed improvement for hydration hooks 2007-10-13 19:30:45 +00:00
zYne
32a4639aa4 batch update functionality added 2007-10-13 17:52:16 +00:00
zYne
7d7313ab4a 2007-10-13 17:06:26 +00:00
zYne
fa5c28fde0 updated plugin classes to use the refactored main class 2007-10-13 16:49:42 +00:00
zYne
a9e5a35917 plugin refactoring continues 2007-10-13 16:27:47 +00:00
zYne
a73ce3a4b5 2007-10-13 09:01:42 +00:00
zYne
657d656614 refactored plugins 2007-10-13 09:01:03 +00:00
zYne
780c0deb1b 2007-10-13 08:55:06 +00:00
zYne
483cf72448 2007-10-13 08:50:48 +00:00
zYne
6f5ae1c305 2007-10-13 08:39:26 +00:00
zYne
f3867dbf71 2007-10-12 21:32:26 +00:00
ppetermann
37d7707f57 ok, fixing last fix
after my last commit i did some research in the php/pdo documentation and found that the port (well even the dsn) syntax depends a lot on the driver.
so my last 'fix' did fix it for mysql -  but broke it for dblib/mssql, this patch should make it work with those aswell (just moved jonwages solution to a own case for dblib & mssql driver). Someone should check if it works with the other drivers (i dont have all those database systems) cause looking at the doc
did show some more diffrences. (PHP Documentation for example says the dsn for pgsql needs to be delimited by spaces instead of semi-colons)
2007-10-12 13:18:40 +00:00
ppetermann
2621996cb2 fixed dsn bug (if port given pdo wants it to be added as
port=12345; to dsn not :12345)
2007-10-12 12:25:13 +00:00
wernerm
97a1552c41 Updated the cli compiler to account for the other cli components that were introduced recently. 2007-10-12 02:20:56 +00:00
Jonathan.Wage
057266c068 Fix to dsn and ports 2007-10-11 22:42:07 +00:00
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
51a444e2e8 More documentation. 2007-10-11 04:24:01 +00:00
Jonathan.Wage
347ec1272b Documentation. 2007-10-11 04:23:00 +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