Timeline
16.11.2007:
- 11:52 PropelSiteHeader edited by
- (diff)
- 11:51 Mirrors edited by
- (diff)
- 11:51 Mirrors edited by
- (diff)
- 11:50 Mirrors edited by
- (diff)
- 09:41 Mirrors edited by
- (diff)
- 09:41 Mirrors edited by
- (diff)
- 09:39 Mirrors edited by
- (diff)
- 09:36 Mirrors edited by
- (diff)
- 09:35 Mirrors created by
- 09:35 PropelSiteHeader edited by
- (diff)
- 01:39 Ticket #479 (Datadump target and Datasql targets don't work correctly) closed by
- 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
- Currently the DataSQLBuilder is using the quote() method for BLOB columns. …
- 01:37 Changeset [810] by
-
Refs #479 - change blob/clob escaping to use platform quote() method.
- 01:32 Ticket #467 (ObjectPeer::doUpdate() and BasePeer::doUpdate() broken) closed by
- 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
- duplicate: This is a duplicate of #427 (which has been fixed).
- 01:23 Ticket #389 (Call to undefined function mysql_escape_string) closed by
- worksforme
- 01:20 Ticket #330 (Query error when generating XML from postgres database) closed by
- 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
- fixed: I can only assume this was an old issue that has long-since been fixed.
- 01:13 Changeset [809] by
-
Cleaning up phpdoc for Criteria object.
- 00:57 Ticket #157 (doSelectJoin... fails if same table has to be joined several times.) closed by
- 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
- duplicate: By the looks of it, this will be fixed with #430.
- 00:43 Ticket #397 (Get error) closed by
- 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
- 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
- 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
- duplicate: This will be fixed with fix to #228.
- 00:35 Ticket #386 (Automated propel build script) closed by
- 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
- 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
- fixed: (In [808]) Fix * Update parent nodes after insertAsParentOf(), closes …
- 11:24 Ticket #513 ([NestedSet] getLevel() issue) closed by
- fixed: (In [808]) Fix * Update parent nodes after insertAsParentOf(), closes …
- 11:24 Changeset [808] by
-
Fix
- 11:22 Ticket #513 ([NestedSet] getLevel() issue) created by
- Submitted by Carsten Shumann ============================ I ran some unit …
- 10:04 Changeset [807] by
-
Remove useless branch
- 01:44 Ticket #512 (PropelPDO::prepare() causes E_STRICT warning with PHP 5.2.5) closed by
- fixed: (In [806]) don't hint an array in PropelPDO::prepare() to prevent …
- 01:44 Changeset [806] by
-
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
- Apparently, they now bitch about the array type hint there. Easy fix.
- 01:05 Changeset [805] by
-
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
- fixed: Ok this has been fixed in r804. Please test with your projects!
- 01:52 Changeset [804] by
-
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: fixed typos (merged symfony patch)
12.11.2007:
- 21:52 Ticket #511 (Consolidate "Basic" and "Complex" OM builders) closed by
- fixed: Ok, this is fixed & tested in SVN.
- 21:51 Changeset [802] by
-
Refs #511 - Merged Complex & Basic builders into a single class.
- 21:43 Documentation/1.3/Upgrading edited by
- (diff)
- 21:43 Documentation/1.3/Upgrading edited by
- (diff)
- 21:15 Ticket #511 (Consolidate "Basic" and "Complex" OM builders) created by
- The basic builders have no real use -- and they are not well maintained …
- 21:13 Documentation/1.3/Upgrading edited by
- (diff)
- 20:51 Ticket #478 ([PATCH]) closed by
- duplicate: I'm closing this since it is expressed a little more completely by …
- 20:42 Development/Roadmap edited by
- (diff)
09.11.2007:
- 23:47 Changeset [801] by
-
Added simulated limit/offset from trunk.
- 23:45 Changeset [800] by
-
Added simulated limit/offset from 1.3
- 23:38 Changeset [799] by
-
Fixed bug in applyLimit().
- 23:34 Ticket #453 (MSSQL - applyLimit) closed by
- fixed: (In [798]) Fixes #453 By rewriting the query manually to simulate …
- 23:34 Changeset [798] by
-
Fixes #453 By rewriting the query manually to simulate offset/limit functionality.
- 20:21 Changeset [797] by
-
Refactoring
- Rename BaseNodeObject to NodeObject
- Rename BaseNodePeer to NodePeer
- 20:00 Changeset [796] by
-
Allow to insert a node as parent of root
- 17:30 Ticket #510 ([NestedSet] insertAsParentOf() or insertParent() don't update grandparent.) created by
- 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
- 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
- fixed: This issue is fixed with r795; however, it is worth pointing out that the …
- 16:04 Changeset [795] by
-
Refs #508 - Add bi-directional relationship binding
- 13:18 Changeset [794] by
-
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
- From Christopher Vogt on list: […]
- 12:12 Ticket #507 (Add ability to include additional global build.properties) created by
- 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
- fixed: (In [793]) Fixes #421 - Add support for one-to-one relationships in …
- 03:43 Changeset [793] by
-
Fixes #421 - Add support for one-to-one relationships in copyInto()
- 01:56 Presentations edited by
- (diff)
- 01:55 Presentations edited by
- (diff)
- 01:55 Changeset [792] by
-
Make isChildOfOrSiblingTo() generated method as deprecated
- 01:52 Changeset [791] by
-
Add new methods to BaseNodePeer interface
- insertAsParentdOf()
Remove deprecated method from BaseNodePeer interface
- insertParent()
- isChildOfSiblingTo()
- 01:43 Changeset [790] by
-
Make null as possible value for prev and next sibling
- 01:35 Changeset [789] by
-
Add new methods to BaseNodeObject interface
- moveToFirstChildOf()
- moveToLastChildOf()
- moveToPrevSiblingOf()
- moveToNextSiblingOf()
- makeRoot()
- setLevel()
- setChildren()
- setParentNode()
- setNextSibling()
- setPrevSibling()
- setScopeIdValue()
- 01:22 Changeset [788] by
-
Typo for my ego
- 00:30 Changeset [787] by
-
Refactoring
08.11.2007:
- 16:02 Documentation/1.3/Tree/NestedSet edited by
- (diff)
- 15:48 Ticket #180 (Remove need for templates/ directory) closed by
- fixed: Fixed for 1.3 in [445] ... a long time ago :-)
- 15:44 Ticket #498 (NestedSet insertAsLastChildOf destroyes NestedSet) closed by
- invalid
- 14:06 Changeset [786] by
-
Improve PHPDoc @return definition for object setter
Add $this return for insertAs...Of() methods
- 11:27 Changeset [785] by
-
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
-
Cleanup:
- Trim right blank
- Replace left spaces by tabs
- Remove last useless PHP close tag
- Remove last empty lines
- Add space after some PHP keywords (if, while) and before open parenthesis
- Respect the 11 character gap between an @ and the value http://propel.phpdb.org/trac/wiki/Development/Guidelines/CodingStandards
- 10:46 Changeset [783] by
-
Cleanup
- Add svn:keywords
- Set eol as LF
- 02:58 Ticket #407 (Review internal storage of DateTime objects (PropelDateTime)) closed by
- 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
- 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
- Reverted in r782 ... I'm not sure this is wise yet …
- 01:10 Changeset [782] by
-
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
- 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
- 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
- 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
- fixed: (In [781]) * Fixes #501, #410, #456 (maybe others) related to invalid …
- 01:04 Ticket #501 (Fix temporal value storage.) closed by
- fixed: (In [781]) * Fixes #501, #410, #456 (maybe others) related to invalid …
- 01:04 Changeset [781] by
-
- 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
- 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
- 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
- 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
- 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
- static method should not be used in this case. There is no obvious cause …
06.11.2007:
- 22:11 Presentations created by
- 22:04 Documentation edited by
- (diff)
- 22:02 Development/Roadmap edited by
- Changed around to include 1.3 goals (diff)
- 21:48 Ticket #280 (Add identity map to ensure unique object instances) closed by
- 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
- fixed: (In [780]) Fixes #470 - Added support for count*() methods to use the …
- 21:41 Changeset [780] by
-
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
-
Add public modifier
Add PHPDoc @return as void for insertParent() method
- 17:38 Ticket #502 (removeInstanceFromPool() throws Exception if passed null) closed by
- fixed: (In [778]) Fixes #502 - avoid exception in removeInstanceFromPool() when …
- 17:38 Changeset [778] by
-
Fixes #502 - avoid exception in removeInstanceFromPool() when passed null.
- 17:35 Ticket #385 (NestedSet no different between getDescendants() and getChildren()) closed by
- fixed: Ok, secund part is fixed too [777]
- 17:33 Changeset [777] by
-
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
- If a doDelete() method is passed null, the removeIinstanceFromPool() will …
- 17:13 Changeset [776] by
-
Add svn:keywords
- 17:09 Ticket #385 (NestedSet no different between getDescendants() and getChildren()) reopened by
- 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
- fixed: Yes. It's fixed to me.
- 16:41 Ticket #39 (Error when Creating an XML Schema from DB Structure) closed by
- invalid: Please take this up with a better mailing list. This is a problem with a …
- 15:29 Changeset [775] by
-
Forgot @see PHPDoc comment
- 15:26 Changeset [774] by
-
Add @deprecated and @see PHPDoc comment to insertParent()
- 13:55 Changeset [773] by
-
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
- Add some new generated method for NestedSetPeer
- 08:48 Documentation/1.3/BuildProperties edited by
- (diff)
- 08:47 Documentation/1.3/BuildProperties edited by
- Added configuration options for directories. (diff)
- 08:42 Documentation/1.3/BuildProperties edited by
- Added propel.project and propel.targetPackage properties. (diff)
- 00:37 Changeset [772] by
-
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
- 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
- fixed: Thank you. This has been fixed in documentation …
- 00:28 Documentation/1.2/QuickStart edited by
- Fixing #369 (diff)
- 00:26 Documentation/1.3/QuickStart edited by
- Fixing #369 (diff)
- 00:24 Ticket #469 (Warn users when column name = foreign table name) closed by
- 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
- 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
- fixed: (In [771]) Fixes #343; Added the missing rand() support to Sybase …
- 22:37 Changeset [771] by
-
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
- The internal storage of DateTime objects was removed because of issues …
- 22:00 Changeset [770] by
-
merging in david-multi_nested_set_tables branch :)
- 17:07 Ticket #493 (propel validator - destroyed regex) closed by
- wontfix: Ok :) -- I'm going to close this issue then. I don't know why the …
- 16:08 Changeset [769] by
-
Typo
- 16:06 Changeset [768] by
-
merging in changes from branches/1.3
- Removed optional Creole dep from Propel runtime.
- 16:04 Changeset [767] by
-
Add new method to BaseNodeObject interface and NestedSet implementation
- moveToFirstChildOf
- moveToLastChildOf
- moveToPrevSiblingOf
- moveToNextSiblingOf
- 11:47 Changeset [766] by
-
merging in changes from branches/1.3 [756:765]
- 10:59 Changeset [765] by
-
fixed SCOPE_COL references (SCOPE_ID in some spots)
- 01:11 Ticket #427 (syntax-error in PRIMARY KEY-CONSTRAINT in MS-SQL) closed by
- 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
- invalid: This is not a Propel bug.
- 01:08 Ticket #170 (Criteria addOr() behaving strangely) closed by
- 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
- fixed: This has been fixed …
04.11.2007:
- 23:57 Documentation/1.3/QuickStart edited by
- (diff)
- 16:28 Changeset [764] by
-
Removed optional Creole dep from Propel runtime.
- 11:16 Changeset [763] by
-
Replace invalid self::SCOPE_ID reference by self::SCOPE_COL
- 11:10 Ticket #481 (something is wrong with nested set isEqualTo() signature) closed by
- worksforme
- 10:20 Changeset [762] by
-
Replace void return for mutators by $this reference to allow method call chaining
- 02:33 Changeset [761] by
-
PHPDoc :
- Add return void
- 02:26 Changeset [760] by
-
Replace insertParent() call by insertAsParentOf() call
- 02:22 Changeset [759] by
-
Change svn:keyword Id to Revision
- 02:21 Changeset [758] by
-
Remove insertParent() method in benefit to insertAsParentOf() method
- 02:05 Changeset [757] by
-
merging in changes from branches/1.3 [730:755]
03.11.2007:
- 21:50 Changeset [756] by
-
merging in changes from branches/1.3 [749:755]
- 20:24 Changeset [755] by
-
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
-
In support of #456, adding a TIME column to the bookstore schema.
- 19:50 Changeset [753] by
-
#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
- fixed: Completed in r752
- 18:19 Changeset [752] by
-
#500 - Updating unit tests to use PHPUnit 3.
- 18:16 Ticket #500 (Update Propel unit tests to use PHPUnit 3) created by
- We're using PHPUnit2 currently, which namespace has been deprecated in …
- 18:04 Ticket #410 (ERROR while saving Object with Date attribute) reopened by
- I'm sorry; I completely missed the point here ... DATE :) note TIMESTAMP. …
- 18:02 Ticket #403 (Undefined property: ColumnMap::$defaultValue) closed by
- fixed: Fixed in r751
- 18:02 Changeset [751] by
-
#403 - Added private $defaultValue in ColumnMap
- 17:55 Ticket #407 (Review internal storage of DateTime objects (PropelDateTime)) reopened by
- 17:54 Ticket #406 (DateTime object cannot be saved into session!) reopened by
- 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
- fixed: Thank you; this has been fixed in r750.
- 17:47 Changeset [750] by
-
#384 - Adding quotes around path to Propel's build file.
- 17:46 Ticket #340 (General criteria cleanup) closed by
- 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
- invalid
- 17:39 Changeset [749] by
-
merging in changes from branches/1.3 [739:748]
- 17:38 Changeset [748] by
-
merging in changes from branches/1.3 [712:739]
- 17:37 Ticket #406 (DateTime object cannot be saved into session!) closed by
- fixed
- 17:32 Ticket #482 (require_once can be removed from generated Peer getMapBuilder() method) closed by
- fixed: Thank you; resolved in r747
- 17:32 Changeset [747] by
-
#482 - Removing require_once from the getMapBuilder() method.
- 17:27 Ticket #483 (foreign key onDelete RESTRICT not supported) closed by
- fixed: This has been fixed in 1.3 (we use XSLT & XSD to normalize the schema now …
- 17:27 Changeset [746] by
-
merging in changes from branches/1.3 [712]
- 17:20 Changeset [745] by
-
#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
- worksforme: Here, for example, […]
- 17:13 Changeset [744] by
-
merging in changes from branches/1.3 [709:711]
- 17:12 Changeset [743] by
-
merging in changes from branches/1.3 [709]
- 17:11 Changeset [742] by
-
merging in changes from branches/1.3 [701:708]
- 17:08 Changeset [741] by
-
merging in changes from branches/1.3 [701]
- 17:06 Changeset [740] by
-
merging in changes from branches/1.3 [634:700]
- 16:52 Documentation/1.3/Tree/NestedSet edited by
- (diff)
- 16:52 Documentation/1.3/Tree/NestedSet edited by
- (diff)
- 16:51 Documentation/1.3/Tree/NestedSet edited by
- (diff)
- 16:38 Ticket #499 (Use namespaced internal constants for in generated Peer classes) created by
- (This is probably a change that needs to wait for 2.0, on account of API …
- 16:32 Changeset [739] by
-
Replace nestedsettest reference by nestedset
- 16:24 Changeset [738] by
-
Rename nestedset demo project
- 16:22 Changeset [737] by
-
Update nestedset demo project
- 13:06 Changeset [736] by
-
PHPDoc :
- Add throws PropelException for save() and delete() methods
- 13:00 Changeset [735] by
-
PHPDoc :
- Add return void for save() and delete() methods
- 12:55 Changeset [734] by
-
PHPDoc :
- Add return void for save() and delete() methods
- Typo : Replace \$this by $this
- 12:47 Documentation/1.3/Tree/NestedSet edited by
- (diff)
- 12:46 Documentation/1.3/Tree/NestedSet edited by
- (diff)
- 12:45 Documentation/1.3/Tree edited by
- (diff)
- 12:43 Documentation/1.3/UserGuide edited by
- (diff)
- 12:42 Documentation/1.3/Tree/NestedSet edited by
- Name changed from Documentation/1.3/NestedSet to … (diff)
- 12:42 Documentation/1.3/Tree edited by
- (diff)
- 12:41 Documentation/1.3/Tree created by
- 12:34 Documentation/1.3/Tree/NestedSet edited by
- (diff)
- 12:17 Changeset [733] by
-
Remove NestedSet specific method as required in BaseNodeObject interface
Make tree attributes not NestedSet implementation specific (parent & scope keys)
- 12:00 Changeset [732] by
-
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
- invalid: This attributes exists only in heltem/ branch which should be merged with …
- 16:31 Ticket #498 (NestedSet insertAsLastChildOf destroyes NestedSet) created by
- 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
- fixed: Made this change in r731
- 10:26 Changeset [731] by
-
#497 - Changed mysql platform to use TINYINT for boolean columns.
- 10:23 Ticket #497 (Change mysql platform to map BOOLEAN to TINYINT) created by
- Suggestion from Arnoldas Lukasevicius. TINYINT is a better choice here, …
01.11.2007:
- 19:42 Ticket #496 (attribute 'nestedSetParentKey' not allowed) created by
- I wanted to try Nested-Set from the documentation and when i've run …
30.10.2007:
- 01:43 Changeset [730] by
-
Making the Criteria->toString() a little more helpful.
29.10.2007:
- 14:36 Ticket #495 (BUG in getValidator ?) created by
- Hi, I am developing a new application from scratch. I decided to use …
- 12:08 Changeset [729] by
-
Fix nestedset demo project schema
- 11:52 Changeset [728] by
-
Typo
- 11:44 Ticket #494 (defect in generated NestedSetModelPeer) closed by
- fixed
- 11:43 Changeset [727] by
-
Replace all PDO references to PropelPDO
Should fix ticket:494
- 09:39 Ticket #494 (defect in generated NestedSetModelPeer) created by
- after update to build *726 Fatal error: Declaration of …
- 09:22 Ticket #493 (propel validator - destroyed regex) created by
- In changeset:726 the propel validator does destroy regex. It replaces …
- 00:23 Changeset [726] by
-
Fixing strtoupper() bug w/ CLASSKEY constant.
28.10.2007:
- 22:05 Ticket #492 (Change generator to use idmethod="native" by default) closed by
- fixed: Fixed in r724 and r725
- 22:04 Changeset [725] by
-
#492 - Changing to use "native" as the default ID method.
- 20:52 Changeset [724] by
-
#492 - Changing to use "native" as the default ID method.
- 20:51 Ticket #492 (Change generator to use idmethod="native" by default) created by
- Currently if no id method is specified for a database (via …