root/branches/1.3/generator/classes


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1086 [1086] 11/17/08 12:28:44 heltem Fix typo * Indentation
(edit) @1085 [1085] 11/17/08 12:24:54 heltem Query improvement for getting path to node in NestedSet Close #698 (Thanks …
(edit) @1083 [1083] 10/30/08 20:04:32 hans Refs #691 - Adding support for foreign keys referencing unique constraint …
(edit) @1080 [1080] 09/05/08 07:44:10 ron Added check for table name, fixes #679
(edit) @1071 [1071] 08/06/08 14:40:43 heltem Fixed space to tabs
(edit) @1070 [1070] 08/06/08 14:25:28 heltem Added return parent $affectedRows in BaseTablenameNestedSet::save() method …
(edit) @1067 [1067] 08/06/08 07:37:21 ron Transformed some dos-style files to unix
(edit) @1066 [1066] 07/17/08 07:33:35 ron Added call to parent's constructor to om class' constructor. Added empty …
(edit) @1065 [1065] 07/07/08 17:27:08 heltem Add check for existance of nestedSetRightKey and nestedSetLeftKey …
(edit) @1064 [1064] 06/27/08 22:45:00 dwhittle check expressions are not empty for sanity in reverse schema task
(edit) @1063 [1063] 06/26/08 12:01:44 hans Refs #633 -- adding Criteria->setPrimaryTableName() to …
(edit) @1062 [1062] 06/24/08 09:41:04 tpk clearing direct object references as well
(edit) @1059 [1059] 06/04/08 03:22:13 hans Fixes #639 - changed rollback() to rollBack() to conform to PDO …
(edit) @1058 [1058] 06/04/08 03:09:56 hans Fixes #638 - moved beginTransaction() call outside of try {} catch blocks.
(edit) @1053 [1053] 05/28/08 09:45:48 hans Refs #620 - Adding class mapping for custom peer class
(edit) @1052 [1052] 05/28/08 09:43:01 hans Refs #634 - Adding support for treating "AS" columns as select columns in …
(edit) @1051 [1051] 05/28/08 09:27:01 hans Refs #585 - Fixing type mapping issues for pgsql
(edit) @1049 [1049] 05/23/08 00:47:40 hans Refs #627 - removing order-by columns from Criteria in doCountJoin methods …
(edit) @1048 [1048] 05/16/08 10:39:09 heltem Fix generated empty lines
(edit) @1047 [1047] 05/16/08 06:22:48 heltem Fix generated indent
(edit) @1044 [1044] 05/08/08 13:31:51 ron removed now useless line
(edit) @1043 [1043] 05/08/08 13:27:19 ron fix #624: creating objects with auto increment columns without setting any …
(edit) @1042 [1042] 05/07/08 13:05:36 heltem Add inheritance support with children column for NestedSet (closes #625)
(edit) @1041 [1041] 05/07/08 12:00:00 heltem Cleanup (secund pass): * Trim generated right spaces * Remove generated …
(edit) @1040 [1040] 05/07/08 11:50:26 heltem Cleanup: * Trim generated right spaces * Remove generated useless empty …
(edit) @1039 [1039] 05/07/08 11:36:32 heltem Cleanup: * Trim right spaces
(edit) @1038 [1038] 05/06/08 15:49:06 ron fix #606 all joining methods in Peer classes are correctly joining multi …
(edit) @1035 [1035] 05/06/08 11:36:59 ron applied krolik26's patch: fixes visibility issue for temporal accessor, …
(edit) @1034 [1034] 05/05/08 10:54:33 ron partial refactoring of the PHP5Object builder into seperate methods for …
(edit) @1032 [1032] 04/29/08 15:22:43 ron Fixes #562 'allow both relative and absolute external schemas'
(edit) @1031 [1031] 04/28/08 20:05:49 schmunk Related #612: Making in_array() check type sensitive to prevent "nesting …
(edit) @1030 [1030] 04/23/08 16:54:30 heltem Improve memory consumption * Use PDO::FETCH_NUM in statement fetching * …
(edit) @1029 [1029] 04/23/08 16:46:18 heltem Fix clearInstancePool() PHPDoc comment
(edit) @1028 [1028] 04/18/08 10:29:27 hans Fixes #618 - Fixed copy() method to only exclude autoincrement columns …
(edit) @1027 [1027] 04/09/08 10:37:52 hans Refs #615 - Truncate index name to max column length property (from …
(edit) @1026 [1026] 04/09/08 10:11:19 hans Refs #591 - Removed addIndices() from oracle ddl builder (since it's …
(edit) @1025 [1025] 04/09/08 10:08:49 hans Refs #614 - Applying patch from Carlos for support for maxColumnLength …
(edit) @1020 [1020] 04/04/08 10:03:56 hans Refs #612 - Making in_array() check type sensitive to prevent "nesting …
(edit) @1018 [1018] 04/02/08 09:20:47 hans Refs #611 - Fixed $obj1 undefined fatal error when instance pool is non …
(edit) @1017 [1017] 03/27/08 17:58:03 hans Closes #610 - Add check for object existence before invoking …
(edit) @1016 [1016] 03/27/08 14:52:24 hans Closes #609 - Added array cast in foreach loop for ref fk arrays.
(edit) @1013 [1013] 03/22/08 01:59:36 hans Refs #594 - Adding EXPERIMENTAL placeholder style change
(edit) @1010 [1010] 03/19/08 23:08:08 hans Refs #607 - Fixing fk references in mysql reverse task
(edit) @1009 [1009] 03/19/08 22:15:23 soenke refs #604 - fix name of method isAllowPkInsert
(edit) @1008 [1008] 03/19/08 22:03:41 soenke refs #604 - typo
(edit) @1007 [1007] 03/19/08 22:01:26 soenke refs #604
(edit) @1006 [1006] 03/19/08 15:30:19 hans Refs #584 - Applied some fixes to better support one-to-one relationships …
(edit) @1005 [1005] 03/18/08 15:10:29 hans Refs #603 - Fixing ref fk count methods too ;)
(edit) @1004 [1004] 03/18/08 13:56:53 hans Refs #603 - Fixing lowercasing (or lack thereof) bug in object builder. …
(edit) @1001 [1001] 03/16/08 20:43:29 hans Refs #602 - Fixes bug where doDelete() was using CONNECTION_READ instead …
(edit) @1000 [1000] 03/15/08 21:22:47 hans Refs #600 - Fixing BIGINT -> BIGSERIAL conversion.
(edit) @999 [999] 03/14/08 17:02:13 heltem Added closeCursor() call after loop on $stmt fetching
(edit) @998 [998] 03/13/08 21:08:35 hans Refs #598 - Adding ability to customize DateTime class.
(edit) @996 [996] 03/11/08 17:33:36 heltem Cleanup * Replace some instantiated value by generic ones * Replace all …
(edit) @995 [995] 03/11/08 17:10:02 schmunk Refs #597 - "Materialized Path" tree-mode works now with propel 1.3, …
(edit) @994 [994] 03/11/08 15:27:45 heltem Cleanup * Reindent * Add some more understandable comments
(edit) @993 [993] 03/11/08 15:10:44 heltem Set NestedPeer::shiftRParent() method as deprecated for future removing
(edit) @992 [992] 03/11/08 14:57:23 heltem As for PHP5PeerBuilder, use basePeer variable instead of hard-coded …
(edit) @991 [991] 03/11/08 14:54:59 heltem Cleanup: * Replace CRLF by LF
(edit) @990 [990] 03/11/08 14:41:40 heltem Replace undefined $parent variable reference by $dest->retrieveParent() …
(edit) @989 [989] 03/11/08 14:29:30 heltem Cleanup: * Replace CRLF by LF * Trim right spaces
(edit) @988 [988] 03/10/08 02:45:32 hans Refs #595 - Use basePeer variable instaed of hard-coded "BasePeer" to call …
(edit) @987 [987] 03/07/08 09:49:27 ecoisne Refs #591: correction addPrimaryKey function.
(edit) @986 [986] 03/07/08 03:10:38 hans Refs #584 - Applying patch from Brad to use local vars instead of getter …
(edit) @985 [985] 03/07/08 02:53:20 hans Refs #588 -- Applying Felix's patch for the new JOIN behavior parameter in …
(edit) @984 [984] 02/28/08 20:02:33 apinstein fix ticket 586
(edit) @983 [983] 02/28/08 19:59:41 apinstein fix ticket 585 fix bugs with mapping of postgres types to propel types
(edit) @982 [982] 02/28/08 10:29:45 hans Refs #587 - Treat empty strings being passed to temporal mutators as NULL
(edit) @978 [978] 02/25/08 21:12:31 hans Refs #582 - Re-added init*() ref fk methods for initializing collections.
(edit) @977 [977] 02/25/08 18:45:38 hans Added call to parent constructor to multi-extend subclasses.
(edit) @976 [976] 02/22/08 01:25:57 hans Refs #294 - Adding patch from schmunk (modified version of martin's patch) …
(edit) @974 [974] 02/20/08 21:53:11 hans Refs #581 - Added support for "abstract" attribute in table node.
(edit) @973 [973] 02/20/08 18:35:05 hans Refs #580 - Fixing doCountJoin*() methods with patch from Fabian Lange.
(edit) @972 [972] 02/20/08 01:22:18 hans Refs #579 - Fixed domain mapping for boolean & bu_* column types
(edit) @970 [970] 02/12/08 01:00:12 hans Whitespace tweak to r969
(edit) @969 [969] 02/12/08 00:59:11 hans Refs #573 - Now that we're using getVendorInfoForType() method, we don't …
(edit) @968 [968] 02/12/08 00:25:27 hans Refs #409 - Fixing the messages for validators added by 'creole' task.
(edit) @966 [966] 02/11/08 15:17:46 hans Refs #573 - Fixed removed method call in PgsqlDDLBuilder
(edit) @965 [965] 02/11/08 03:11:24 hans Refs #573 - Added vendor-specific info support to the reverse task and …
(edit) @964 [964] 02/10/08 20:42:38 hans Refs #571, #138, #572, #574 - Cleaning up model to better support reverse …
(edit) @959 [959] 02/07/08 23:06:48 hans Refs #569 - Adding new normalized typecasting and optimized retrieveByPK() …
(edit) @958 [958] 02/06/08 21:25:58 hans Refs #568 - Adding COMPLETELY UNTESTED MS SQL Server schema parser
(edit) @957 [957] 02/06/08 21:08:58 hans Refs #568 - Added schema parser for sqlite
(edit) @956 [956] 02/06/08 02:32:43 hans Refs #568 - Adding mysql reverse engineering class, added some missing …
(edit) @955 [955] 02/06/08 01:28:32 hans Refs #563 - Adding finished implementation (including addition to …
(edit) @953 [953] 02/05/08 23:08:05 hans Refs #563 - Committing IN-PROGRESS work on the doCount() bug. In the …
(edit) @952 [952] 02/05/08 22:59:20 hans Fixed Propel Phing tasks to use the "Project::" phing logging constants.
(edit) @951 [951] 01/31/08 16:30:03 hans Refs #567 * Fixed the code to get the sequence name to correctly handle …
(edit) @950 [950] 01/31/08 16:28:03 hans Refs #568 - Changed around order of XML attribs in Column->appendXml, …
(edit) @949 [949] 01/30/08 22:41:59 hans Refs #568 - Refactoring the builder/task relationships; pgsql reverse …
(edit) @948 [948] 01/30/08 15:52:51 hans Renaming schema parser (Refs #568)
(edit) @946 [946] 01/30/08 12:37:02 hans Refs #568 - Adding non-working beginning of work for a new set of …
(edit) @945 [945] 01/30/08 02:14:46 hans formatting cleanup
(edit) @944 [944] 01/30/08 00:38:53 hans Refs #567 - Refactored datasql task and added a SELECT setval() call for …
(edit) @942 [942] 01/27/08 21:08:52 hans Refs #422, #549 - Added a validation phase to the object & peer builders …
(edit) @941 [941] 01/25/08 17:26:10 hans Support setting mysql table type from 'Engine' vendor paramter (in …
(edit) @940 [940] 01/25/08 16:18:28 heltem Add a call to updateLoadedNode() in moveToXxxYyyOf() after their task …
(edit) @939 [939] 01/25/08 14:19:29 hans Refs #563, #465 - Redesigned the doCount() system to always use …
(edit) @937 [937] 01/23/08 03:47:00 hans Refs #549 - This provides some support for checking to see if a foreign …
(edit) @936 [936] 01/23/08 02:33:23 hans Refs #430 - Adding small change to oracle ddl builder base on patches …
Note: See TracRevisionLog for help on using the revision log.