root/branches/1.3


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1080 [1080] 09/05/08 07:44:10 ron Added check for table name, fixes #679
(edit) @1079 [1079] 08/29/08 14:28:00 ron Removed old test documentation and included a link to the right wiki page
(edit) @1077 [1077] 08/21/08 02:08:42 hans Refs #674 - Added check on Criteria.equals() for GROUP BY columns and …
(edit) @1073 [1073] 08/07/08 00:32:16 soenke really fixes #668 :)
(edit) @1072 [1072] 08/07/08 00:18:08 soenke fixes #668
(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) @1061 [1061] 06/13/08 15:13:26 hans Refs #642 - Adding databaseUser and databasePassword attribs to …
(edit) @1060 [1060] 06/13/08 12:52:23 hans Refs #641 - Check for Criteria->isIgnoreCase() before applying case ignore …
(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) @1057 [1057] 06/02/08 23:27:29 hans Refs #636 - Added support for non-qualified columns to be interpreted as …
(edit) @1056 [1056] 05/28/08 09:56:12 hans Fixing line delims.
(edit) @1055 [1055] 05/28/08 09:54:35 hans Moving LICENSE and INSTALL to top level.
(edit) @1054 [1054] 05/28/08 09:52:40 hans Changing install documentation to reference website.
(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) @1050 [1050] 05/23/08 00:56:27 hans Refs #283 - Added cross join patch submitted on Symfony bugtracker
(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) @1046 [1046] 05/13/08 16:13:51 ron ref #626 partial fix: auto increment is broken
(edit) @1045 [1045] 05/12/08 14:36:21 gamr typo, pointed out by hartym[taf] on irc
(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) @1037 [1037] 05/06/08 15:02:33 ron partial fix #606: allow multi columns joins (todo is change the …
(edit) @1036 [1036] 05/06/08 15:00:07 ron included test cases for multi column joins
(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) @1033 [1033] 05/02/08 07:35:39 ron Fix #576 case insensitive doesn't result in case insensitive queries due …
(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) @1024 [1024] 04/09/08 01:00:54 hans Updating license to version 3 of the LGPL.
(edit) @1023 [1023] 04/04/08 11:04:13 hans Refs #606 - Modified schema.xml to support new unit test.
(edit) @1022 [1022] 04/04/08 11:03:17 hans Refs #606 - Added unit test to illustrate the problem.
(edit) @1021 [1021] 04/04/08 10:35:57 hans Refs #613 - Don't add duplicate joins to Criteria, since this won't be …
(edit) @1020 [1020] 04/04/08 10:03:56 hans Refs #612 - Making in_array() check type sensitive to prevent "nesting …
(edit) @1019 [1019] 04/03/08 20:35:22 soenke Kicked ambiguous test
(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) @1015 [1015] 03/22/08 13:39:51 heltem Restore old default param values
(edit) @1014 [1014] 03/22/08 13:36:24 heltem Removing someone's connection info from the runtime-conf.xml ;)
(edit) @1013 [1013] 03/22/08 01:59:36 hans Refs #594 - Adding EXPERIMENTAL placeholder style change
(edit) @1012 [1012] 03/22/08 01:32:35 hans Fixing creds for cms datasource in bookstore project.
(edit) @1011 [1011] 03/20/08 11:36:27 hans Minor style / phpdoc cleanup in adapter classes
(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) @1003 [1003] 03/18/08 13:55:51 hans Removed more connection params.
(edit) @1002 [1002] 03/18/08 13:54:51 hans Removing someone's connection info from the runtime-conf.xml ;)
(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) @997 [997] 03/12/08 15:23:14 schmunk added automatically generated file "build.properties" to svn:ignore
(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) @980 [980] 02/27/08 22:55:00 hans Added yet another unit test, just to be doubly sure Alan is wrong ;)
(edit) @979 [979] 02/27/08 22:52:51 hans Added additional test for problem Alan reported.
(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) @975 [975] 02/21/08 10:29:50 hans whitespace cleanup
(edit) @974 [974] 02/20/08 21:53:11 hans Refs #581 - Added support for "abstract" attribute in table node.
Note: See TracRevisionLog for help on using the revision log.