root/branches/1.3/runtime


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1087 [1087] 11/20/08 15:07:51 hans Refs #699 - Changing rollBack() to always roll back transaction, even in …
(edit) @1084 [1084] 11/06/08 15:23:49 hans Refs #696 - Changing default in bindValue() to PDO::PARAM_STR
(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) @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) @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) @1057 [1057] 06/02/08 23:27:29 hans Refs #636 - Added support for non-qualified columns to be interpreted as …
(edit) @1052 [1052] 05/28/08 09:43:01 hans Refs #634 - Adding support for treating "AS" columns as select columns in …
(edit) @1050 [1050] 05/23/08 00:56:27 hans Refs #283 - Added cross join patch submitted on Symfony bugtracker
(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) @1043 [1043] 05/08/08 13:27:19 ron fix #624: creating objects with auto increment columns without setting any …
(edit) @1037 [1037] 05/06/08 15:02:33 ron partial fix #606: allow multi columns joins (todo is change the …
(edit) @1033 [1033] 05/02/08 07:35:39 ron Fix #576 case insensitive doesn't result in case insensitive queries due …
(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) @1013 [1013] 03/22/08 01:59:36 hans Refs #594 - Adding EXPERIMENTAL placeholder style change
(edit) @1011 [1011] 03/20/08 11:36:27 hans Minor style / phpdoc cleanup in adapter classes
(edit) @989 [989] 03/11/08 14:29:30 heltem Cleanup: * Replace CRLF by LF * Trim right spaces
(edit) @964 [964] 02/10/08 20:42:38 hans Refs #571, #138, #572, #574 - Cleaning up model to better support reverse …
(edit) @962 [962] 02/08/08 20:52:48 hans Refs #559 - Making the prepared statement caching optional (and disabled …
(edit) @955 [955] 02/06/08 01:28:32 hans Refs #563 - Adding finished implementation (including addition to …
(edit) @954 [954] 02/05/08 23:08:18 hans Fixed Propel Phing tasks to use the "Project::" phing logging constants.
(edit) @953 [953] 02/05/08 23:08:05 hans Refs #563 - Committing IN-PROGRESS work on the doCount() bug. In the …
(edit) @939 [939] 01/25/08 14:19:29 hans Refs #563, #465 - Redesigned the doCount() system to always use …
(edit) @930 [930] 01/18/08 18:27:43 hans Refs #495 - (re)Added Propel::importClass() method to import validators so …
(edit) @922 [922] 01/14/08 20:29:24 ron fix #380 quote table name and table alias seperate
(edit) @919 [919] 01/13/08 21:12:24 hans Refs #454 - Moved the binding log messages into the DebugPDOStatement
(edit) @918 [918] 01/13/08 20:40:49 hans Refs #454 - Fixed constructor for DebugPDO
(edit) @916 [916] 01/12/08 19:09:39 hans Refs #405 - Changing column name calculation to use strrpos(), which …
(edit) @912 [912] 01/11/08 16:13:57 hans Refs #559 - Adding prepared statement caching to PropelPDO and the …
(edit) @909 [909] 01/11/08 12:30:43 hans Fixing the Propel::close() method to use unset() on the static var.
(edit) @906 [906] 01/09/08 04:15:33 hans Refs #454 -- Adding UNTESTED DebugPDO classes
(edit) @905 [905] 01/09/08 04:12:34 hans Refs #554 - Refactoring replication to use Propel as the connection …
(edit) @903 [903] 01/02/08 10:03:51 abeggchr added missing return statement for exec()
(edit) @902 [902] 01/02/08 09:49:16 abeggchr removed $class-parameter from initConnection()
(edit) @901 [901] 01/02/08 01:40:59 hans Refs #550 - Removed the validation code from DBSQlite adapter.
(edit) @900 [900] 01/02/08 01:33:26 hans Refs #550 - Adding unit tests for charset, changing the setCharset() …
(edit) @898 [898] 01/02/08 00:18:44 hans Refs #550, #551 - Added charset/encoding support for other drivers and …
(edit) @875 [875] 12/19/07 11:10:15 heltem Add svn:keywords
(edit) @858 [858] 12/13/07 15:04:14 heltem Typo/Indent
(edit) @857 [857] 12/13/07 14:59:59 heltem Cleanup: * Trim right blank * Replace CRLF by LF * Add svn:keywords
(edit) @853 [853] 12/10/07 21:48:31 abeggchr added support to use propel in a master/slave db replication environment
(edit) @847 [847] 12/02/07 21:34:59 heltem Refactor doUpdate() to support Criteria::CUSTOM_EQUAL
(edit) @842 [842] 12/02/07 16:28:20 heltem Cleanup: * Trim right blank * Replace CRLF by LF * Add svn:keywords
(edit) @839 [839] 12/01/07 10:11:40 heltem Add Criteria::CUSTOM_EQUAL Replace Criteria::CUSTOM usage in …
(edit) @837 [837] 11/30/07 16:46:39 heltem Support for Criteria::CUSTOM
(edit) @836 [836] 11/30/07 16:42:43 heltem Remove query logging already made by PropelPDO::prepare() Replace all PDO …
(edit) @821 [821] 11/20/07 12:47:17 hans Refs #417 - Adding unit test to test BIGINT sorting AND fixed the ignore …
(edit) @816 [816] 11/18/07 23:29:44 heltem Cleanup: * Trim right blank * Replace left spaces by tabs * Replace …
(edit) @809 [809] 11/16/07 00:13:50 hans Cleaning up phpdoc for Criteria object.
(edit) @806 [806] 11/15/07 00:44:47 david don't hint an array in PropelPDO::prepare() to prevent E_STRICTs in 5.2.5, …
(edit) @805 [805] 11/15/07 00:05:30 heltem Cleanup: * Trim right blank * Replace CRLF by LF
(edit) @801 [801] 11/09/07 22:47:51 justin Added simulated limit/offset from trunk.
(edit) @797 [797] 11/09/07 19:21:21 heltem Refactoring * Rename BaseNodeObject to NodeObject * Rename BaseNodePeer …
(edit) @791 [791] 11/09/07 00:52:51 heltem Add new methods to BaseNodePeer interface * insertAsParentdOf() Remove …
(edit) @790 [790] 11/09/07 00:43:47 heltem Make null as possible value for prev and next sibling
(edit) @789 [789] 11/09/07 00:35:16 heltem Add new methods to BaseNodeObject interface * moveToFirstChildOf() * …
(edit) @788 [788] 11/09/07 00:22:23 heltem Typo for my ego
(edit) @786 [786] 11/08/07 13:06:43 heltem Improve PHPDoc @return definition for object setter Add $this return for …
(edit) @784 [784] 11/08/07 10:15:50 heltem Cleanup: * Trim right blank * Replace left spaces by tabs * Remove last …
(edit) @783 [783] 11/08/07 09:46:20 heltem Cleanup * Add svn:keywords * Set eol as LF
(edit) @781 [781] 11/08/07 00:04:19 hans * Fixes #501, #410, #456 (maybe others) related to invalid date/time value …
(edit) @779 [779] 11/06/07 16:44:25 heltem Add public modifier Add PHPDoc @return as void for insertParent() method
(edit) @773 [773] 11/06/07 12:55:51 heltem Merging heltem/ in 1.3/ branch for NestedSet implementation * Add some …
(edit) @772 [772] 11/05/07 23:37:57 hans References #453 -- Adding comment to source code so that someone else can …
(edit) @771 [771] 11/05/07 21:37:05 hans Fixes #343; Added the missing rand() support to Sybase (untested, of …
(edit) @770 [770] 11/05/07 21:00:11 david merging in david-multi_nested_set_tables branch :)
(edit) @764 [764] 11/04/07 15:28:00 hans Removed optional Creole dep from Propel runtime.
(edit) @753 [753] 11/03/07 18:50:18 hans #407 - Adding new version of PropelDateTime that supports time zones. …
(edit) @751 [751] 11/03/07 17:02:06 hans #403 - Added private $defaultValue in ColumnMap
(edit) @735 [735] 11/03/07 12:00:37 heltem PHPDoc : * Add return void for save() and delete() methods
(edit) @730 [730] 10/30/07 00:43:31 hans Making the Criteria->toString() a little more helpful.
(edit) @728 [728] 10/29/07 10:52:32 heltem Typo
(edit) @727 [727] 10/29/07 10:43:02 heltem Replace all PDO references to PropelPDO Should fix ticket:494
(edit) @718 [718] 10/26/07 01:31:34 heltem Cleanup: * Trim right blank * Replace left spaces by tabs * Remove last …
(edit) @716 [716] 10/25/07 02:08:47 hans Cameron is right again! :) We dont' need XML (anymore) either for the …
(edit) @715 [715] 10/25/07 01:53:26 hans As Cameron pointed out, we shouldn't need XSL for runtime.
(edit) @714 [714] 10/25/07 01:17:57 hans Updating the pear package files.
(edit) @713 [713] 10/24/07 07:22:40 dwhittle dwhittle: fixed persistent pdo hint
(edit) @703 [703] 10/03/07 01:27:06 hans #407 - Adding new PropelDateTime subclass from Alan and Soenke
(edit) @689 [689] 08/31/07 09:46:11 gamr We weren't returning some things that were passed us by the parent and we …
(edit) @681 [681] 07/22/07 20:42:13 gamr Ticket #435 - Closes ticket, method already existed, was requiring someone …
(edit) @657 [657] 06/20/07 17:25:02 hans #383 - Added fix in BasePeer so that streams are always rewound before …
(edit) @654 [654] 06/20/07 09:33:54 ron fix #449: documentation bug in isNotNull()
(edit) @648 [648] 06/18/07 16:33:52 david ID method implementation for Oracle runtime adapter, closes #447
(edit) @633 [633] 05/21/07 16:55:09 david fixed "...can only be passed by reference..." notice
(edit) @630 [630] 05/08/07 14:16:30 tpk adding an option to disable of instance pooling. useful when processing …
(edit) @629 [629] 05/08/07 14:11:31 hans #418 - Execute methods returning incorrect modified rowcount
(edit) @625 [625] 04/27/07 00:07:50 gamr Again, this is no longer connected to anything. Uncomment once the code is …
(edit) @624 [624] 04/26/07 11:44:02 gamr These datatypes no longer seem to exist?
(edit) @623 [623] 04/26/07 11:25:19 gamr add isNumeric to ColumnMap
(edit) @621 [621] 04/23/07 09:42:26 heltem Typo cleanup
(edit) @620 [620] 04/22/07 18:12:59 heltem Remove useless PDO $con parameter for somes methods Homogenize …
(edit) @618 [618] 04/04/07 00:06:22 hans Followup to [617] on #395, adding array_unique
(edit) @617 [617] 04/03/07 23:56:36 hans ticket:395 - Add a getModifiedColumns() method to BaseObject
(edit) @616 [616] 04/02/07 22:45:56 gamr where in the world did this come from now? noone can see a use for this so …
(edit) @614 [614] 03/27/07 14:01:55 oliver fixing the andOr call on a non-object
Note: See TracRevisionLog for help on using the revision log.