Timeline
12.01.2008:
- 20:33 Ticket #547 (Redundant requeries when hydrating 1:1 relationship via doSelectJoin*() ...) closed by
- fixed: Ok -- patch applied in r917, other unit tests passing (but wasn't sure how …
- 20:32 Changeset [917] by
-
Refs #547 - Adding patch from Fabian for 1:1 relationship redundant methods during hydrate.
- 20:23 Ticket #77 (Add ENUM support for MySQL) closed by
- duplicate: Note that this can be done with @sqlType: […] Also, see #462 for …
- 20:20 Ticket #462 (more datatypes for mysql) closed by
- wontfix: While this patch would work fine for MySQL it doesn't address how these …
- 20:11 Ticket #405 (Propel doesn't work with database using a prefix for table that is ...) closed by
- fixed: Ok -- committed slightly modified version of patch in changeset:916. All …
- 20:09 Changeset [916] by
-
Refs #405 - Changing column name calculation to use strrpos(), which should allow for table names with '.' char in them (and probably will allow for schema, etc. in the future)
- 04:23 Changeset [915] by
-
Refs #404 - Added missing attribute to convert-conf target.
11.01.2008:
- 21:39 Changeset [914] by
-
Refs #509 - Corrected broken change introduced in [913]
Refs #542 - Added a unit test to confirm regex validator working correctly.
- 21:35 Ticket #542 (Wrong escaped RegEx after generating models) closed by
- invalid: This is actually not a Propel bug; the solution here is not to escape the …
- 20:44 Changeset [913] by
-
Refs #509 - Added patch from Fabian for correctly building signature for doSave() call.
- 17:19 Ticket #559 (Add prepared query caching support to PropelPDO) closed by
- fixed: Ok, this support has been added in r912. All unit tests passing, so I …
- 17:13 Changeset [912] by
-
Refs #559 - Adding prepared statement caching to PropelPDO and the generated classes. (+ some other minor test fixes)
- 16:08 Changeset [911] by
-
Fixed CriteriaTest to restore the DBAdapter in tearDown() method.
- 16:07 Ticket #560 (BasePeerTest::testMultipleFunctionInCriteria() fails when skipped) closed by
- fixed: Thanks -- fixed in r910
- 16:07 Changeset [910] by
-
Refs #560 - Fixing BasePeerTest to catch only PropelException so that skipped test doesn't register as an error.
- 15:59 Ticket #560 (BasePeerTest::testMultipleFunctionInCriteria() fails when skipped) created by
- The test is marked as skipped if the RDBMS is not Postgres. However, …
- 15:40 Ticket #546 (Persistent error and date/time bulid error) closed by
- worksforme: I'm resolving this as "worksforme" because I can't reproduce the interface …
- 15:17 Ticket #559 (Add prepared query caching support to PropelPDO) created by
- From Torsten Zander on list: We tried to implement a query cache in …
- 13:30 Changeset [909] by
-
Fixing the Propel::close() method to use unset() on the static var.
- 13:24 Ticket #545 (no database found) closed by
- invalid: This is not a Propel bug, but a configuration error. Please make sure you …
- 12:14 Ticket #558 (Problem using '0000-00-00' as default date value with propel 1.2.1 and php ...) created by
- PHP 5.2.4 fixed [ http://bugs.php.net/bug.php?id=41523 a bug of …
- 12:09 Ticket #557 ([NestedSet] Tree reload broken with the new populateObjects() method) created by
- When the nestedset tree is updated, most of nodes are modified in DB, so …
10.01.2008:
- 17:20 Ticket #556 (Problems with connection closing and use in PHP daemon) created by
- From Ammar Ibrahim on list: I'm writing a PHP Daemon that uses Propel for …
- 16:58 Ticket #509 (Modified objects in collections get silently overwritten by fk accessor ...) closed by
- fixed: This has been fixed in r908. Note that the handling of row modification …
- 16:56 Ticket #376 (Change object pooling to always refresh with database values) closed by
- wontfix: This change was reverted in r908, because it was a bad idea. Instead new …
- 16:55 Ticket #375 (New objects with default values incompatible with object-instance pooling) closed by
- fixed: Ok, the correct solution here (using reloadOnUpdate and reloadOnInsert), …
- 16:53 Documentation/1.3/Schema edited by
- Added notes on the new reloadOnInsert and reloadOnUpdate attributes (#555) (diff)
- 16:49 Ticket #555 (Add reloadOnInsert and reloadOnUpdate table attributes) closed by
- fixed: Ok -- these attributes have been added and tested in r908.
- 16:48 Changeset [908] by
-
Refs #509, #555, #375, #376 - Added new reloadOnInsert and reloadOnUpdate attributes to the schema; stopped the automatic rehydration of objects retrieved by the Peer (essentially reverting change made in [606] for #375 and #376).
- 15:13 Ticket #378 (Add solution for default expressions) closed by
- fixed
- 15:13 Ticket #378 (Add solution for default expressions) reopened by
- 15:13 Ticket #378 (Add solution for default expressions) closed by
- fixed: I broke the @reloadOnInsert and @reloadOnUpdate out into their own ticket. …
- 15:11 Ticket #555 (Add reloadOnInsert and reloadOnUpdate table attributes) created by
- The @reloadOnInsert and @reloadOnUpdate attributes will …
- 14:57 Ticket #376 (Change object pooling to always refresh with database values) reopened by
- See notes on #375; we need to re-think this solution as it can result in …
- 14:51 Ticket #375 (New objects with default values incompatible with object-instance pooling) reopened by
- 14:42 Changeset [907] by
-
Refs #509 - Adding unit test to replicate issue.
09.01.2008:
- 05:20 Documentation/1.3/RuntimeConf edited by
- Adding notes on <classname> (diff)
- 05:15 Changeset [906] by
-
Refs #454 -- Adding UNTESTED DebugPDO classes
- 05:12 Changeset [905] by
-
Refs #554 - Refactoring replication to use Propel as the connection provider and have the READ vs. WRITE connections explicitly requested by the generated Peer and Object classes.
- 05:10 Documentation/1.3/Replication edited by
- Added notes about new replication system (#554) (diff)
- 04:44 Documentation/1.3/RuntimeConf edited by
- Added some notes on replication/slaves #554 (diff)
- 04:13 Development/ReplicationSupport edited by
- (diff)
- 04:10 Ticket #554 (Add replication support) created by
- Note, much of this work was already committed by Christian without a …
06.01.2008:
- 09:41 Documentation/1.3/Replication edited by
- added link to development page (diff)
- 09:37 Development/ReplicationSupport edited by
- added my comment (diff)
- 09:27 Development/ReplicationSupport edited by
- copied content from mailinglist (diff)
05.01.2008:
- 20:22 Ticket #553 (Incorrect getter/setter methods generated when column names contain digits) created by
- From mailing list: I wanted to add a bug report in Trac, but it gets …
04.01.2008:
- 14:52 Development/Roadmap edited by
- (diff)
- 14:51 Development edited by
- (diff)
- 14:51 Development edited by
- (diff)
- 14:50 Development edited by
- (diff)
- 14:49 Development/ReplicationSupport created by
03.01.2008:
- 21:49 Ticket #552 (postgreSQL and serial type) closed by
- fixed: Thanks! -- patch applied in r904
- 21:49 Changeset [904] by
-
Refs #552 - Applying patch from Timu Eren for BIGINT & postgres serial.
- 21:32 Ticket #552 (postgreSQL and serial type) created by
- posgtreSQL using serial data type for autoIncrement columns that's ok, but …
02.01.2008:
- 11:03 Changeset [903] by
-
added missing return statement for exec()
- 10:49 Changeset [902] by
-
removed $class-parameter from initConnection()
- 02:40 Changeset [901] by
-
Refs #550 - Removed the validation code from DBSQlite adapter.
- 02:35 Ticket #550 (Add missing charset/encoding support for other databases.) closed by
- fixed
- 02:33 Changeset [900] by
-
Refs #550 - Adding unit tests for charset, changing the setCharset() method to public.
- 01:32 Changeset [899] by
-
Re-enabled multi-table delete test.
- 01:19 Ticket #551 (Discard unsupported Sybase adapter.) closed by
- fixed: Removed in [898]
- 01:18 Changeset [898] by
-
Refs #550, #551 - Added charset/encoding support for other drivers and removed the DBSybase adapter.
01.01.2008:
- 17:40 Documentation/1.3/QuickStart edited by
- (diff)
- 17:37 Documentation/1.3/RuntimeConf edited by
- (diff)
- 17:35 Documentation/1.3/RuntimeConf edited by
- (diff)
- 17:25 Documentation/1.3/RuntimeConf edited by
- (diff)
- 17:12 Documentation/1.3/RuntimeConf edited by
- (diff)
- 16:49 Ticket #551 (Discard unsupported Sybase adapter.) created by
- Merge functionality into MSSQL, which is currently a subclass (since that …
- 16:47 Ticket #550 (Add missing charset/encoding support for other databases.) created by
- Currently only MySQL supports the charset setting. With the exception of …
- 15:45 Documentation/1.3/RuntimeConf edited by
- (diff)
31.12.2007:
- 02:29 Documentation/1.3/Replication edited by
- (diff)
- 02:25 Propelled edited by
- added stickerexchange / tauschbilder (diff)
- 02:21 Documentation/1.3/Replication edited by
- (diff)
- 02:20 Documentation/1.3/Replication edited by
- (diff)
- 02:09 Documentation/1.3/Replication edited by
- (diff)
- 01:50 Documentation/1.3/Replication created by
- 01:47 Documentation/1.3/UserGuide edited by
- (diff)
30.12.2007:
- 05:35 Ticket #549 ("Cannot redeclare" error in generated code in certain foreign-key ...) created by
- create table blog ( blog_id serial, name text, domain_name …
- 00:27 Changeset [897] by
-
#455 : changing e-mail
28.12.2007:
- 22:16 Documentation/1.3/QuickStart edited by
- (diff)
- 22:05 Documentation/1.3/QuickStart edited by
- Doc fixes thanks to Mike Ekoka (diff)
- 21:55 Documentation/1.3/Installation edited by
- Doc fixes thanks to Mike Ekoka (diff)
- 02:08 Ticket #548 (annoying code sample in quick start guide) closed by
- fixed: Thanks for pointing this out. A lot has changed since first 1.3 versions, …
- 02:07 Documentation/1.3/QuickStart edited by
- Fixing #548 (diff)
- 01:53 Ticket #548 (annoying code sample in quick start guide) created by
- Please, change the code example at the end of …
27.12.2007:
- 17:22 Documentation/1.2/UserGuide edited by
- link to polish docs (diff)
- 17:18 Changeset [896] by
-
#455 : css fix
- 16:55 Changeset [895] by
-
Change assertion sentence
- 15:54 Documentation/1.3/Criteria edited by
- (diff)
- 15:39 Changeset [894] by
-
Adding unit tests for xxxNestedSetPeer::createRoot() and xxxNestedSet::makeRoot()
- 11:05 Changeset [893] by
-
#455 : email fix
- 10:52 Ticket #455 (Polish User Guide translation - html version) closed by
- fixed
- 10:50 Changeset [892] by
-
#455: THE END :)
26.12.2007:
- 15:05 Ticket #547 (Redundant requeries when hydrating 1:1 relationship via doSelectJoin*() ...) created by
- From Fabien Lange: I have the relation userprofile<->user which is …
- 05:04 Documentation/1.3/Criteria edited by
- (diff)
- 04:13 Documentation/1.3/Criteria edited by
- (diff)
24.12.2007:
- 10:10 Development/Contributors edited by
- (diff)
- 10:10 Development/Contributors edited by
- (diff)
- 05:43 PropelSiteHeader edited by
- (diff)
- 05:10 Introduction/Requirements edited by
- (diff)