Timeline


and

16.11.2007:

11:52 PropelSiteHeader edited by heltem
(diff)
11:51 Mirrors edited by heltem
(diff)
11:51 Mirrors edited by heltem
(diff)
11:50 Mirrors edited by heltem
(diff)
09:41 Mirrors edited by heltem
(diff)
09:41 Mirrors edited by heltem
(diff)
09:39 Mirrors edited by heltem
(diff)
09:36 Mirrors edited by heltem
(diff)
09:35 Mirrors created by heltem
09:35 PropelSiteHeader edited by heltem
(diff)
01:39 Ticket #479 (Datadump target and Datasql targets don't work correctly) closed by hans
fixed: This has been fixed; however, there is a new related issue #514.
01:39 Ticket #514 (Add binary quote method to Platform) created by hans
Currently the DataSQLBuilder is using the quote() method for BLOB columns. …
01:37 Changeset [810] by hans

Refs #479 - change blob/clob escaping to use platform quote() method.

01:32 Ticket #467 (ObjectPeer::doUpdate() and BasePeer::doUpdate() broken) closed by hans
worksforme: The PK builder has been revised for 1.3. Also, the API is not necessarily …
01:28 Ticket #457 (generator do not generate correct constraint on primary key for SQL Server) closed by hans
duplicate: This is a duplicate of #427 (which has been fixed).
01:23 Ticket #389 (Call to undefined function mysql_escape_string) closed by hans
worksforme
01:20 Ticket #330 (Query error when generating XML from postgres database) closed by hans
fixed: This has been fixed in Creole 1.2; I also just backported that fix to the …
01:14 Ticket #504 (Criteria::addOr - Undefined variable: oc) closed by hans
fixed: I can only assume this was an old issue that has long-since been fixed.
01:13 Changeset [809] by hans

Cleaning up phpdoc for Criteria object.

00:57 Ticket #157 (doSelectJoin... fails if same table has to be joined several times.) closed by hans
duplicate: I'm closing this as duplicate, since it is also expressed in ticket:438
00:54 Ticket #433 (Uniques do not work with ORACLE DDL generator) closed by hans
duplicate: By the looks of it, this will be fixed with #430.
00:43 Ticket #397 (Get error) closed by hans
fixed: I'm not sure I understand, but am quite sure that this issue has …
00:42 Ticket #390 (BaseSomeNode::buildTree() fails when using PHP 5.2.1) closed by hans
invalid: This has been fixed with later versions of PHP (5.2.x), which we require …
00:39 Ticket #213 (Request: Allow space in table names) closed by hans
duplicate: This will be fixed when we have a complete identifier quoting solution …
00:36 Ticket #413 (Propel doesn't support a field having FK from two tables) closed by hans
duplicate: This will be fixed with fix to #228.
00:35 Ticket #386 (Automated propel build script) closed by hans
wontfix: Thanks for this contribution (and sorry it has been sitting in version …
00:32 Ticket #133 (Slow doSelectJoin* where * is a many (current peer's table) to one ...) closed by hans
fixed: I believe this has now been fixed with the introduction of the object …

15.11.2007:

11:24 Ticket #510 ([NestedSet] insertAsParentOf() or insertParent() don't update grandparent.) closed by heltem
fixed: (In [808]) Fix * Update parent nodes after insertAsParentOf(), closes …
11:24 Ticket #513 ([NestedSet] getLevel() issue) closed by heltem
fixed: (In [808]) Fix * Update parent nodes after insertAsParentOf(), closes …
11:24 Changeset [808] by heltem

Fix

  • Update parent nodes after insertAsParentOf(), closes #510
  • Save parent nodes after insertAsChild..., close #513 (Thanks to Carsten Shumann)
11:22 Ticket #513 ([NestedSet] getLevel() issue) created by heltem
Submitted by Carsten Shumann ============================ I ran some unit …
10:04 Changeset [807] by heltem

Remove useless branch

01:44 Ticket #512 (PropelPDO::prepare() causes E_STRICT warning with PHP 5.2.5) closed by david
fixed: (In [806]) don't hint an array in PropelPDO::prepare() to prevent …
01:44 Changeset [806] by david

don't hint an array in PropelPDO::prepare() to prevent E_STRICTs in 5.2.5, closes #512

01:44 Ticket #512 (PropelPDO::prepare() causes E_STRICT warning with PHP 5.2.5) created by david
Apparently, they now bitch about the array type hint there. Easy fix.
01:05 Changeset [805] by heltem

Cleanup:

  • Trim right blank
  • Replace CRLF by LF

14.11.2007:

01:53 Ticket #491 (doSelectJoin*() methods omit left rows when fkeys are null) closed by hans
fixed: Ok this has been fixed in r804. Please test with your projects!
01:52 Changeset [804] by hans

Refs #491 - Change joins in doSelectJoin*() methods to use LEFT JOIN and perform smart hydration based on results.

13.11.2007:

22:24 Changeset [803] by dwhittle

dwhittle: fixed typos (merged symfony patch)

12.11.2007:

21:52 Ticket #511 (Consolidate "Basic" and "Complex" OM builders) closed by hans
fixed: Ok, this is fixed & tested in SVN.
21:51 Changeset [802] by hans

Refs #511 - Merged Complex & Basic builders into a single class.

21:43 Documentation/1.3/Upgrading edited by hans
(diff)
21:43 Documentation/1.3/Upgrading edited by hans
(diff)
21:15 Ticket #511 (Consolidate "Basic" and "Complex" OM builders) created by hans
The basic builders have no real use -- and they are not well maintained …
21:13 Documentation/1.3/Upgrading edited by hans
(diff)
20:51 Ticket #478 ([PATCH]) closed by hans
duplicate: I'm closing this since it is expressed a little more completely by …
20:42 Development/Roadmap edited by hans
(diff)

09.11.2007:

23:47 Changeset [801] by justin

Added simulated limit/offset from trunk.

23:45 Changeset [800] by justin

Added simulated limit/offset from 1.3

23:38 Changeset [799] by justin

Fixed bug in applyLimit().

23:34 Ticket #453 (MSSQL - applyLimit) closed by justin
fixed: (In [798]) Fixes #453 By rewriting the query manually to simulate …
23:34 Changeset [798] by justin

Fixes #453 By rewriting the query manually to simulate offset/limit functionality.

20:21 Changeset [797] by heltem

Refactoring

  • Rename BaseNodeObject to NodeObject
  • Rename BaseNodePeer to NodePeer
20:00 Changeset [796] by heltem

Allow to insert a node as parent of root

17:30 Ticket #510 ([NestedSet] insertAsParentOf() or insertParent() don't update grandparent.) created by heltem
When insertAsParentOf() is called, the grand parent nodes are in …
17:12 Ticket #509 (Modified objects in collections get silently overwritten by fk accessor ...) created by oliver
We have stumbled across this interesting "feature" of propel, which is …
16:07 Ticket #508 (Different values for n:n relationships depending on direction) closed by hans
fixed: This issue is fixed with r795; however, it is worth pointing out that the …
16:04 Changeset [795] by hans

Refs #508 - Add bi-directional relationship binding

13:18 Changeset [794] by hans

Ref #508 - Adding a unit test to reproduce bug described on list.

12:45 Ticket #508 (Different values for n:n relationships depending on direction) created by hans
From Christopher Vogt on list: […]
12:12 Ticket #507 (Add ability to include additional global build.properties) created by hans
From Jake Conk on list: Ok well the problem is I have like 7 modules …
03:43 Ticket #421 (Invalid method call when making a deep copy of an object with one-to-one ...) closed by hans
fixed: (In [793]) Fixes #421 - Add support for one-to-one relationships in …
03:43 Changeset [793] by hans

Fixes #421 - Add support for one-to-one relationships in copyInto()

01:56 Presentations edited by hans
(diff)
01:55 Presentations edited by hans
(diff)
01:55 Changeset [792] by heltem

Make isChildOfOrSiblingTo() generated method as deprecated

01:52 Changeset [791] by heltem

Add new methods to BaseNodePeer interface

  • insertAsParentdOf()

Remove deprecated method from BaseNodePeer interface

  • insertParent()
  • isChildOfSiblingTo()
01:43 Changeset [790] by heltem

Make null as possible value for prev and next sibling

01:35 Changeset [789] by heltem

Add new methods to BaseNodeObject interface

  • moveToFirstChildOf()
  • moveToLastChildOf()
  • moveToPrevSiblingOf()
  • moveToNextSiblingOf()
  • makeRoot()
  • setLevel()
  • setChildren()
  • setParentNode()
  • setNextSibling()
  • setPrevSibling()
  • setScopeIdValue()
01:22 Changeset [788] by heltem

Typo for my ego

00:30 Changeset [787] by heltem

Refactoring

08.11.2007:

16:02 Documentation/1.3/Tree/NestedSet edited by heltem
(diff)
15:48 Ticket #180 (Remove need for templates/ directory) closed by heltem
fixed: Fixed for 1.3 in [445] ... a long time ago :-)
15:44 Ticket #498 (NestedSet insertAsLastChildOf destroyes NestedSet) closed by heltem
invalid
14:06 Changeset [786] by heltem

Improve PHPDoc @return definition for object setter
Add $this return for insertAs...Of() methods

11:27 Changeset [785] by mp

Iterating over DOM nodes gets messed up when you remove nodes that are in the collection. This lead to skipping the next external-schema reference and thus missing definitions in schema-transformed.xml.

11:15 Changeset [784] by heltem

Cleanup:

10:46 Changeset [783] by heltem

Cleanup

  • Add svn:keywords
  • Set eol as LF
02:58 Ticket #407 (Review internal storage of DateTime objects (PropelDateTime)) closed by hans
fixed: Ok, this should be all resolved as of r781. We're not using the new …
02:57 Ticket #406 (DateTime object cannot be saved into session!) closed by hans
fixed: This should be all resolved as of r781. We're still storing as strings, …
01:11 Ticket #505 (Make default format for temporal accessors NULL when useDateTimeClass=true) reopened by hans
Reverted in r782 ... I'm not sure this is wise yet …
01:10 Changeset [782] by hans

Reverting fix for #505. ... This may not be a wise idea.

01:04 Ticket #506 (Change the default value for useDateTimeClass to TRUE) closed by hans
fixed: (In [781]) * Fixes #501, #410, #456 (maybe others) related to invalid …
01:04 Ticket #505 (Make default format for temporal accessors NULL when useDateTimeClass=true) closed by hans
fixed: (In [781]) * Fixes #501, #410, #456 (maybe others) related to invalid …
01:04 Ticket #410 (ERROR while saving Object with Date attribute) closed by hans
fixed: (In [781]) * Fixes #501, #410, #456 (maybe others) related to invalid …
01:04 Ticket #456 (Time/Date columns not being correctly handled) closed by hans
fixed: (In [781]) * Fixes #501, #410, #456 (maybe others) related to invalid …
01:04 Ticket #501 (Fix temporal value storage.) closed by hans
fixed: (In [781]) * Fixes #501, #410, #456 (maybe others) related to invalid …
01:04 Changeset [781] by hans
  • Fixes #501, #410, #456 (maybe others) related to invalid date/time value storage (+ unit tests)
  • Fix the storage of date/time values in the objects so that they are stored in the correct format.
  • Fix some phpdoc related to the fluent API changes introduced by heltem
  • Fixes #505 - Changed builder to use
  • Fixes #506 - Changed default useDateTimeClass property to TRUE
00:58 Ticket #506 (Change the default value for useDateTimeClass to TRUE) created by hans
We should default to enabling the return of the DateTime class in 1.3, …
00:56 Ticket #505 (Make default format for temporal accessors NULL when useDateTimeClass=true) created by hans
We should change the default timestamp, date, and time formats to NULL …
00:51 Ticket #503 (defect by design : static methods in peer classes) closed by hans
wontfix: Yes, there's no reason you can't extend these classes. Also, you *can* …

07.11.2007:

13:41 Ticket #504 (Criteria::addOr - Undefined variable: oc) created by DaveJamesMiller [email: see dave-miller.com]
Criteria.php line 1083: $oc->addOr($nc); Gives the error "Undefined …
10:36 Ticket #503 (defect by design : static methods in peer classes) created by Tobias <tac@…>
static method should not be used in this case. There is no obvious cause …

06.11.2007:

22:11 Presentations created by hans
22:04 Documentation edited by hans
(diff)
22:02 Development/Roadmap edited by hans
Changed around to include 1.3 goals (diff)
21:48 Ticket #280 (Add identity map to ensure unique object instances) closed by hans
fixed: Ok, I think this is pretty finished now. Probably still a couple bugs, …
21:41 Ticket #470 (Generated countItems() does not use fetched objects) closed by hans
fixed: (In [780]) Fixes #470 - Added support for count*() methods to use the …
21:41 Changeset [780] by hans

Fixes #470 - Added support for count*() methods to use the lastCriteria and not query the database if not necessary (unit test added too).

17:44 Changeset [779] by heltem

Add public modifier
Add PHPDoc @return as void for insertParent() method

17:38 Ticket #502 (removeInstanceFromPool() throws Exception if passed null) closed by hans
fixed: (In [778]) Fixes #502 - avoid exception in removeInstanceFromPool() when …
17:38 Changeset [778] by hans

Fixes #502 - avoid exception in removeInstanceFromPool() when passed null.

17:35 Ticket #385 (NestedSet no different between getDescendants() and getChildren()) closed by heltem
fixed: Ok, secund part is fixed too [777]
17:33 Changeset [777] by heltem

Fix hydrateChildren() to make it different from hydrateDescendants() (#385 thx to Yoseph Stephen)

17:16 Ticket #502 (removeInstanceFromPool() throws Exception if passed null) created by hans
If a doDelete() method is passed null, the removeIinstanceFromPool() will …
17:13 Changeset [776] by heltem

Add svn:keywords

17:09 Ticket #385 (NestedSet no different between getDescendants() and getChildren()) reopened by heltem
Hmm, first is fixed. I don't know for secund part. I have to check.
17:05 Ticket #385 (NestedSet no different between getDescendants() and getChildren()) closed by heltem
fixed: Yes. It's fixed to me.
16:41 Ticket #39 (Error when Creating an XML Schema from DB Structure) closed by hans
invalid: Please take this up with a better mailing list. This is a problem with a …
15:29 Changeset [775] by heltem

Forgot @see PHPDoc comment

15:26 Changeset [774] by heltem

Add @deprecated and @see PHPDoc comment to insertParent()

13:55 Changeset [773] by heltem

Merging heltem/ in 1.3/ branch for NestedSet implementation

  • Add some new generated method for NestedSetPeer
    • insertAsParentOf()
  • Add some new generated method for NestedSet
    • makeRoot()
    • insertAsParentOf()
    • moveToFirstChildOf()
    • moveToLastChildOf()
    • moveToPrevSiblingOf()
    • moveToNextSiblingOf()
  • Make NestedSetPeer insertParent() method an alias to new insertAsParentOf()
  • Rename nestedSetScopeKey as treeScopeKey attribute in schema.xml to make it nestedset implementation agnostic (need to update schema.xml)
  • Add public as modifier for most of BaseNodePeer methods
  • Remove PropelPDO $con parameter for BaseNodePeer createRoot() method
  • Make variable name user-friendly
  • Update PHPDoc
08:48 Documentation/1.3/BuildProperties edited by hans
(diff)
08:47 Documentation/1.3/BuildProperties edited by hans
Added configuration options for directories. (diff)
08:42 Documentation/1.3/BuildProperties edited by hans
Added propel.project and propel.targetPackage properties. (diff)
00:37 Changeset [772] by hans

References #453 -- Adding comment to source code so that someone else can help with this too :)

00:32 Ticket #392 (Clob Object instead of string) closed by hans
fixed: This has been changed & return types are now correct in 1.3 (though it is …
00:28 Ticket #396 (Bookstore example - Cannot save book to table - Primary/Foreign key ...) closed by hans
fixed: Thank you. This has been fixed in documentation …
00:28 Documentation/1.2/QuickStart edited by hans
Fixing #369 (diff)
00:26 Documentation/1.3/QuickStart edited by hans
Fixing #369 (diff)
00:24 Ticket #469 (Warn users when column name = foreign table name) closed by hans
duplicate: This was already eloquently expressed with #422.

05.11.2007:

22:40 Ticket #401 (Set LOB/BLOB columns doesn't check for modifications properly) closed by hans
wontfix: We have changed & improved the handling of LOBs in 1.3. That said, this …
22:37 Ticket #343 (Add random to the DBAdapter classes) closed by hans
fixed: (In [771]) Fixes #343; Added the missing rand() support to Sybase …
22:37 Changeset [771] by hans

Fixes #343; Added the missing rand() support to Sybase (untested, of course - I don't have Sybase!)

22:19 Ticket #501 (Fix temporal value storage.) created by hans
The internal storage of DateTime objects was removed because of issues …
22:00 Changeset [770] by david

merging in david-multi_nested_set_tables branch :)

17:07 Ticket #493 (propel validator - destroyed regex) closed by hans
wontfix: Ok :) -- I'm going to close this issue then. I don't know why the …
16:08 Changeset [769] by heltem

Typo

16:06 Changeset [768] by heltem

merging in changes from branches/1.3

  • Removed optional Creole dep from Propel runtime.
16:04 Changeset [767] by heltem

Add new method to BaseNodeObject interface and NestedSet implementation

  • moveToFirstChildOf
  • moveToLastChildOf
  • moveToPrevSiblingOf
  • moveToNextSiblingOf
11:47 Changeset [766] by david

merging in changes from branches/1.3 [756:765]

10:59 Changeset [765] by david

fixed SCOPE_COL references (SCOPE_ID in some spots)

01:11 Ticket #427 (syntax-error in PRIMARY KEY-CONSTRAINT in MS-SQL) closed by hans
fixed: Yes, this has been fixed in propel 1.3 (long ago!)
01:09 Ticket #428 (Error when building XML with EasyPhp 2.0.b1) closed by hans
invalid: This is not a Propel bug.
01:08 Ticket #170 (Criteria addOr() behaving strangely) closed by hans
wontfix: This is an issue that will be addressed by Criteria 2 (ticket:275). Until …
00:52 Ticket #408 (Inconsistent newlines in builder files) closed by hans
fixed: This has been fixed …

04.11.2007:

23:57 Documentation/1.3/QuickStart edited by hans
(diff)
16:28 Changeset [764] by hans

Removed optional Creole dep from Propel runtime.

11:16 Changeset [763] by heltem

Replace invalid self::SCOPE_ID reference by self::SCOPE_COL

11:10 Ticket #481 (something is wrong with nested set isEqualTo() signature) closed by heltem
worksforme
10:20 Changeset [762] by heltem

Replace void return for mutators by $this reference to allow method call chaining

02:33 Changeset [761] by heltem

PHPDoc :

  • Add return void
02:26 Changeset [760] by heltem

Replace insertParent() call by insertAsParentOf() call

02:22 Changeset [759] by heltem

Change svn:keyword Id to Revision

02:21 Changeset [758] by heltem

Remove insertParent() method in benefit to insertAsParentOf() method

02:05 Changeset [757] by heltem

merging in changes from branches/1.3 [730:755]

03.11.2007:

21:50 Changeset [756] by david

merging in changes from branches/1.3 [749:755]

20:24 Changeset [755] by hans

Added time-setting & date-setting test in support of issue #456 (the time-setting test currently fails w/ pgsql, as expected)

20:23 Changeset [754] by hans

In support of #456, adding a TIME column to the bookstore schema.

19:50 Changeset [753] by hans

#407 - Adding new version of PropelDateTime that supports time zones. Also adding PropelDateTimeTest that ensures that our new PropelDateTime works as expected with time zones.

18:20 Ticket #500 (Update Propel unit tests to use PHPUnit 3) closed by hans
fixed: Completed in r752
18:19 Changeset [752] by hans

#500 - Updating unit tests to use PHPUnit 3.

18:16 Ticket #500 (Update Propel unit tests to use PHPUnit 3) created by hans
We're using PHPUnit2 currently, which namespace has been deprecated in …
18:04 Ticket #410 (ERROR while saving Object with Date attribute) reopened by hans
I'm sorry; I completely missed the point here ... DATE :) note TIMESTAMP. …
18:02 Ticket #403 (Undefined property: ColumnMap::$defaultValue) closed by hans
fixed: Fixed in r751
18:02 Changeset [751] by hans

#403 - Added private $defaultValue in ColumnMap

17:55 Ticket #407 (Review internal storage of DateTime objects (PropelDateTime)) reopened by hans
17:54 Ticket #406 (DateTime object cannot be saved into session!) reopened by hans
I'm reopening this, because the "store as string" option is not a good …
17:47 Ticket #384 (propel-gen.bat - Causes Phing error on Windows) closed by hans
fixed: Thank you; this has been fixed in r750.
17:47 Changeset [750] by hans

#384 - Adding quotes around path to Propel's build file.

17:46 Ticket #340 (General criteria cleanup) closed by hans
fixed: I'm going to guess this is done for now. Criteria rewrite soon to come! …
17:40 Ticket #412 (Methods name conflict with a status column name and the (set|get)Status() ...) closed by hans
invalid
17:39 Changeset [749] by david

merging in changes from branches/1.3 [739:748]

17:38 Changeset [748] by david

merging in changes from branches/1.3 [712:739]

17:37 Ticket #406 (DateTime object cannot be saved into session!) closed by hans
fixed
17:32 Ticket #482 (require_once can be removed from generated Peer getMapBuilder() method) closed by hans
fixed: Thank you; resolved in r747
17:32 Changeset [747] by hans

#482 - Removing require_once from the getMapBuilder() method.

17:27 Ticket #483 (foreign key onDelete RESTRICT not supported) closed by hans
fixed: This has been fixed in 1.3 (we use XSLT & XSD to normalize the schema now …
17:27 Changeset [746] by david

merging in changes from branches/1.3 [712]

17:20 Changeset [745] by hans

#410 - Added a Platform->getTimestampFormatter() method in order to address problem identified in this ticket; however, I am unable to reproduce the specific issue in the ticket, so I am not changing the MySQL formatter string (to not include TZ info).

17:17 Ticket #410 (ERROR while saving Object with Date attribute) closed by hans
worksforme: Here, for example, […]
17:13 Changeset [744] by david

merging in changes from branches/1.3 [709:711]

17:12 Changeset [743] by david

merging in changes from branches/1.3 [709]

17:11 Changeset [742] by david

merging in changes from branches/1.3 [701:708]

17:08 Changeset [741] by david

merging in changes from branches/1.3 [701]

17:06 Changeset [740] by david

merging in changes from branches/1.3 [634:700]

16:52 Documentation/1.3/Tree/NestedSet edited by heltem
(diff)
16:52 Documentation/1.3/Tree/NestedSet edited by heltem
(diff)
16:51 Documentation/1.3/Tree/NestedSet edited by heltem
(diff)
16:38 Ticket #499 (Use namespaced internal constants for in generated Peer classes) created by hans
(This is probably a change that needs to wait for 2.0, on account of API …
16:32 Changeset [739] by heltem

Replace nestedsettest reference by nestedset

16:24 Changeset [738] by heltem

Rename nestedset demo project

16:22 Changeset [737] by heltem

Update nestedset demo project

13:06 Changeset [736] by heltem

PHPDoc :

  • Add throws PropelException for save() and delete() methods
13:00 Changeset [735] by heltem

PHPDoc :

  • Add return void for save() and delete() methods
12:55 Changeset [734] by heltem

PHPDoc :

  • Add return void for save() and delete() methods
  • Typo : Replace \$this by $this
12:47 Documentation/1.3/Tree/NestedSet edited by heltem
(diff)
12:46 Documentation/1.3/Tree/NestedSet edited by heltem
(diff)
12:45 Documentation/1.3/Tree edited by heltem
(diff)
12:43 Documentation/1.3/UserGuide edited by heltem
(diff)
12:42 Documentation/1.3/Tree/NestedSet edited by heltem
Name changed from Documentation/1.3/NestedSet to … (diff)
12:42 Documentation/1.3/Tree edited by heltem
(diff)
12:41 Documentation/1.3/Tree created by heltem
12:34 Documentation/1.3/Tree/NestedSet edited by heltem
(diff)
12:17 Changeset [733] by heltem

Remove NestedSet specific method as required in BaseNodeObject interface
Make tree attributes not NestedSet implementation specific (parent & scope keys)

12:00 Changeset [732] by heltem

Replace void return for mutators by $this reference to allow method call chaining

02.11.2007:

19:53 Ticket #496 (attribute 'nestedSetParentKey' not allowed) closed by heltem
invalid: This attributes exists only in heltem/ branch which should be merged with …
16:31 Ticket #498 (NestedSet insertAsLastChildOf destroyes NestedSet) created by André Fiedler <fiedler.andre@…>
if not all items of an nested set were reordered, insertAsLastChildOf will …
10:26 Ticket #497 (Change mysql platform to map BOOLEAN to TINYINT) closed by hans
fixed: Made this change in r731
10:26 Changeset [731] by hans

#497 - Changed mysql platform to use TINYINT for boolean columns.

10:23 Ticket #497 (Change mysql platform to map BOOLEAN to TINYINT) created by hans
Suggestion from Arnoldas Lukasevicius. TINYINT is a better choice here, …

01.11.2007:

19:42 Ticket #496 (attribute 'nestedSetParentKey' not allowed) created by tommibi@…
I wanted to try Nested-Set from the documentation and when i've run …

30.10.2007:

01:43 Changeset [730] by hans

Making the Criteria->toString() a little more helpful.

29.10.2007:

14:36 Ticket #495 (BUG in getValidator ?) created by Nieuwhier <michel@…>
Hi, I am developing a new application from scratch. I decided to use …
12:08 Changeset [729] by heltem

Fix nestedset demo project schema

11:52 Changeset [728] by heltem

Typo

11:44 Ticket #494 (defect in generated NestedSetModelPeer) closed by heltem
fixed
11:43 Changeset [727] by heltem

Replace all PDO references to PropelPDO
Should fix ticket:494

09:39 Ticket #494 (defect in generated NestedSetModelPeer) created by André Fiedler <fiedler.andre@…>
after update to build *726 Fatal error: Declaration of …
09:22 Ticket #493 (propel validator - destroyed regex) created by André Fiedler <fiedler.andre@…>
In changeset:726 the propel validator does destroy regex. It replaces …
00:23 Changeset [726] by hans

Fixing strtoupper() bug w/ CLASSKEY constant.

28.10.2007:

22:05 Ticket #492 (Change generator to use idmethod="native" by default) closed by hans
fixed: Fixed in r724 and r725
22:04 Changeset [725] by hans

#492 - Changing to use "native" as the default ID method.

20:52 Changeset [724] by hans

#492 - Changing to use "native" as the default ID method.

20:51 Ticket #492 (Change generator to use idmethod="native" by default) created by hans
Currently if no id method is specified for a database (via …
Note: See TracTimeline for information about the timeline view.