Timeline


and

12.01.2008:

20:33 Ticket #547 (Redundant requeries when hydrating 1:1 relationship via doSelectJoin*() ...) closed by hans
fixed: Ok -- patch applied in r917, other unit tests passing (but wasn't sure how …
20:32 Changeset [917] by hans

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 hans
duplicate: Note that this can be done with @sqlType: […] Also, see #462 for …
20:20 Ticket #462 (more datatypes for mysql) closed by hans
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 hans
fixed: Ok -- committed slightly modified version of patch in changeset:916. All …
20:09 Changeset [916] by hans

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 hans

Refs #404 - Added missing attribute to convert-conf target.

11.01.2008:

21:39 Changeset [914] by hans

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 hans
invalid: This is actually not a Propel bug; the solution here is not to escape the …
20:44 Changeset [913] by hans

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 hans
fixed: Ok, this support has been added in r912. All unit tests passing, so I …
17:13 Changeset [912] by hans

Refs #559 - Adding prepared statement caching to PropelPDO and the generated classes. (+ some other minor test fixes)

16:08 Changeset [911] by hans

Fixed CriteriaTest to restore the DBAdapter in tearDown() method.

16:07 Ticket #560 (BasePeerTest::testMultipleFunctionInCriteria() fails when skipped) closed by hans
fixed: Thanks -- fixed in r910
16:07 Changeset [910] by hans

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 anonymous
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 hans
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 hans
From Torsten Zander on list: We tried to implement a query cache in …
13:30 Changeset [909] by hans

Fixing the Propel::close() method to use unset() on the static var.

13:24 Ticket #545 (no database found) closed by hans
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 joey.cai@…
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 heltem
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 hans
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 hans
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 hans
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 hans
fixed: Ok, the correct solution here (using reloadOnUpdate and reloadOnInsert), …
16:53 Documentation/1.3/Schema edited by hans
Added notes on the new reloadOnInsert and reloadOnUpdate attributes (#555) (diff)
16:49 Ticket #555 (Add reloadOnInsert and reloadOnUpdate table attributes) closed by hans
fixed: Ok -- these attributes have been added and tested in r908.
16:48 Changeset [908] by hans

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 hans
fixed
15:13 Ticket #378 (Add solution for default expressions) reopened by hans
15:13 Ticket #378 (Add solution for default expressions) closed by hans
fixed: I broke the @reloadOnInsert and @reloadOnUpdate out into their own ticket. …
15:11 Ticket #555 (Add reloadOnInsert and reloadOnUpdate table attributes) created by hans
The @reloadOnInsert and @reloadOnUpdate attributes will …
14:57 Ticket #376 (Change object pooling to always refresh with database values) reopened by hans
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 hans
14:42 Changeset [907] by hans

Refs #509 - Adding unit test to replicate issue.

09.01.2008:

05:20 Documentation/1.3/RuntimeConf edited by hans
Adding notes on <classname> (diff)
05:15 Changeset [906] by hans

Refs #454 -- Adding UNTESTED DebugPDO classes

05:12 Changeset [905] by hans

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 hans
Added notes about new replication system (#554) (diff)
04:44 Documentation/1.3/RuntimeConf edited by hans
Added some notes on replication/slaves #554 (diff)
04:13 Development/ReplicationSupport edited by hans
(diff)
04:10 Ticket #554 (Add replication support) created by hans
Note, much of this work was already committed by Christian without a …

06.01.2008:

09:41 Documentation/1.3/Replication edited by abeggchr
added link to development page (diff)
09:37 Development/ReplicationSupport edited by abeggchr
added my comment (diff)
09:27 Development/ReplicationSupport edited by abeggchr
copied content from mailinglist (diff)

05.01.2008:

20:22 Ticket #553 (Incorrect getter/setter methods generated when column names contain digits) created by hans
From mailing list: I wanted to add a bug report in Trac, but it gets …

04.01.2008:

14:52 Development/Roadmap edited by hans
(diff)
14:51 Development edited by hans
(diff)
14:51 Development edited by hans
(diff)
14:50 Development edited by hans
(diff)
14:49 Development/ReplicationSupport created by hans

03.01.2008:

21:49 Ticket #552 (postgreSQL and serial type) closed by hans
fixed: Thanks! -- patch applied in r904
21:49 Changeset [904] by hans

Refs #552 - Applying patch from Timu Eren for BIGINT & postgres serial.

21:32 Ticket #552 (postgreSQL and serial type) created by Timu EREN
posgtreSQL using serial data type for autoIncrement columns that's ok, but …

02.01.2008:

11:03 Changeset [903] by abeggchr

added missing return statement for exec()

10:49 Changeset [902] by abeggchr

removed $class-parameter from initConnection()

02:40 Changeset [901] by hans

Refs #550 - Removed the validation code from DBSQlite adapter.

02:35 Ticket #550 (Add missing charset/encoding support for other databases.) closed by hans
fixed
02:33 Changeset [900] by hans

Refs #550 - Adding unit tests for charset, changing the setCharset() method to public.

01:32 Changeset [899] by hans

Re-enabled multi-table delete test.

01:19 Ticket #551 (Discard unsupported Sybase adapter.) closed by hans
fixed: Removed in [898]
01:18 Changeset [898] by hans

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 hans
(diff)
17:37 Documentation/1.3/RuntimeConf edited by hans
(diff)
17:35 Documentation/1.3/RuntimeConf edited by hans
(diff)
17:25 Documentation/1.3/RuntimeConf edited by hans
(diff)
17:12 Documentation/1.3/RuntimeConf edited by hans
(diff)
16:49 Ticket #551 (Discard unsupported Sybase adapter.) created by hans
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 hans
Currently only MySQL supports the charset setting. With the exception of …
15:45 Documentation/1.3/RuntimeConf edited by hans
(diff)

31.12.2007:

02:29 Documentation/1.3/Replication edited by abeggchr
(diff)
02:25 Propelled edited by abeggchr
added stickerexchange / tauschbilder (diff)
02:21 Documentation/1.3/Replication edited by abeggchr
(diff)
02:20 Documentation/1.3/Replication edited by abeggchr
(diff)
02:09 Documentation/1.3/Replication edited by abeggchr
(diff)
01:50 Documentation/1.3/Replication created by abeggchr
01:47 Documentation/1.3/UserGuide edited by abeggchr
(diff)

30.12.2007:

05:35 Ticket #549 ("Cannot redeclare" error in generated code in certain foreign-key ...) created by apinstein
create table blog ( blog_id serial, name text, domain_name …
00:27 Changeset [897] by cysiak

#455 : changing e-mail

28.12.2007:

22:16 Documentation/1.3/QuickStart edited by hans
(diff)
22:05 Documentation/1.3/QuickStart edited by hans
Doc fixes thanks to Mike Ekoka (diff)
21:55 Documentation/1.3/Installation edited by hans
Doc fixes thanks to Mike Ekoka (diff)
02:08 Ticket #548 (annoying code sample in quick start guide) closed by hans
fixed: Thanks for pointing this out. A lot has changed since first 1.3 versions, …
02:07 Documentation/1.3/QuickStart edited by hans
Fixing #548 (diff)
01:53 Ticket #548 (annoying code sample in quick start guide) created by pa@…
Please, change the code example at the end of …

27.12.2007:

17:22 Documentation/1.2/UserGuide edited by cysiak
link to polish docs (diff)
17:18 Changeset [896] by cysiak

#455 : css fix

16:55 Changeset [895] by heltem

Change assertion sentence

15:54 Documentation/1.3/Criteria edited by heltem
(diff)
15:39 Changeset [894] by heltem

Adding unit tests for xxxNestedSetPeer::createRoot() and xxxNestedSet::makeRoot()

11:05 Changeset [893] by cysiak

#455 : email fix

10:52 Ticket #455 (Polish User Guide translation - html version) closed by cysiak
fixed
10:50 Changeset [892] by cysiak

#455: THE END :)

26.12.2007:

15:05 Ticket #547 (Redundant requeries when hydrating 1:1 relationship via doSelectJoin*() ...) created by hans
From Fabien Lange: I have the relation userprofile<->user which is …
05:04 Documentation/1.3/Criteria edited by moksahero
(diff)
04:13 Documentation/1.3/Criteria edited by moksahero
(diff)

24.12.2007:

10:10 Development/Contributors edited by moksahero
(diff)
10:10 Development/Contributors edited by moksahero
(diff)
05:43 PropelSiteHeader edited by moksahero
(diff)
05:10 Introduction/Requirements edited by moksahero
(diff)
Note: See TracTimeline for information about the timeline view.