Timeline
17.03.2010:
- 20:06 Ticket #885 (path for custom builder does not include project directory) created by
- When I use a custom builder, the path is not correct, so the custom …
- 18:23 Ticket #884 (documentation bug in example useQuery ModelCriteria.txt) created by
- I think there is a bug in the ModelCriteria.txt doc it says: […] But …
- 12:25 Ticket #883 (QueryBuilder : strange IN array behavior) created by
- This is the problem : $products = …
- 09:23 Ticket #882 (move contrib/dbd2propel to a task and delete contrib/) created by
- The contrib/ libs are not maintained anymore, the last commit is two years …
- 00:11 Ticket #881 (Change Propel's License To MIT) closed by
- fixed: (In [1613]) [1.5] Updated the WHATS_NEW about the license change (closes …
- 00:10 Changeset [1613] by
-
[1.5] Updated the WHATS_NEW about the license change (closes #881)
16.03.2010:
- 23:56 Changeset [1612] by
-
[1.5] Changed software license to MIT (refs #881)
- 16:39 Ticket #881 (Change Propel's License To MIT) created by
- it's all in the title…
- 12:16 Ticket #740 (Criterion::equals should check recursively through clauses) closed by
- worksforme: Nested criterions are compared. Not sure since when, but it works in …
- 11:21 Ticket #877 (many-to-many relation error in phpDoc) closed by
- fixed: (In [1611]) [1.5] Fixed phpDoc error in many-to-many add (closes #877)
- 11:20 Changeset [1611] by
-
[1.5] Fixed phpDoc error in many-to-many add (closes #877)
- 11:08 Ticket #871 (joinWith does not always add the correct select-columns) closed by
- fixed: (In [1610]) [1.5] Fixed joinWith() on previously joined relationship …
- 11:06 Changeset [1610] by
-
[1.5] Fixed joinWith() on previously joined relationship (closes #871) (based on a patch by lvanderree)
- 10:36 Changeset [1609] by
-
[1.5] Added meaningful exception on having+count+duplicate column names (refs #795)
- 00:09 Ticket #795 (BasePeer::doCount()'s subquery fails when identically named columns are in ...) closed by
- fixed: (In [1608]) [1.4][1.5] Fixed Count subquery fails when identically named …
- 00:09 Changeset [1608] by
-
[1.4][1.5] Fixed Count subquery fails when identically named columns are in SELECT (closes #795) (based on a patch by cheezy)
15.03.2010:
- 22:50 Changeset [1607] by
-
[1.5] using a unique test class name to avoid conflic with PropelQueryTest
- 22:32 Changeset [1606] by
-
[1.5] Moved the query factory in the BaseQueryClass (refs #780)
- 22:16 Changeset [1605] by
-
[1.5] Fixed typo in query factory
- 21:15 Changeset [1604] by
-
[1.5] Fixed joinFk() when using simple table alias (refs #780)
- 20:49 Ticket #880 (The table isn't correctly escaped) created by
- If you use a table name with the name is a reserved word (bad practise ;-) …
- 19:18 Changeset [1603] by
-
[1.5] Added generated joinXXX() methods in model query classes (refs #780)
- 14:35 Changeset [1602] by
-
[1.5] Added an optional comparison operator for generated filter methods in Query classes (refs #780)
- 14:06 Changeset [1601] by
- 14:04 Ticket #872 (DebugPDOStatement::bindValue() throws Fatal Error) reopened by
- We'll have to find a better solution - replacing var_export() with …
- 14:00 Changeset [1600] by
-
[1.5] reverting previous commit (temp files included)
- 13:56 Changeset [1599] by
-
[1.5] reverted r1596 as it creates wrong query logs (refs #872)
- 13:14 Propelled edited by
- sorted alphabetically & added (diff)
- 11:34 Ticket #874 (Inconsistency in the API of DataModelBuilder) closed by
- fixed: (In [1598]) [1.5] Added missing builder getters (closes #874) (patch from …
- 11:33 Changeset [1598] by
-
[1.5] Added missing builder getters (closes #874) (patch from ivan)
- 11:17 Ticket #879 (soft_delete behavior has a hardcoded ID column in the code) closed by
- fixed: (In [1597]) [1.4][1.5] Fixed hardcoded ID field in soft_delete behavior …
- 11:10 Changeset [1597] by
-
[1.4][1.5] Fixed hardcoded ID field in soft_delete behavior (closes #879)
- 10:57 Propelled edited by
- (diff)
- 10:55 Ticket #745 (Compound primary keys with SQLite) closed by
- fixed: in r1595
- 10:55 Propelled edited by
- (diff)
- 10:54 Ticket #872 (DebugPDOStatement::bindValue() throws Fatal Error) closed by
- fixed: (In [1596]) [1.4][1.5] Fixed fatal error in debug essage when binding a …
- 10:52 Changeset [1596] by
-
[1.4][1.5] Fixed fatal error in debug essage when binding a value on an object with recursive dependency (closes #872)
- 10:45 Changeset [1595] by
-
[1.4][1.5] Fixed composite primary keys in SQLite (closes #745)
- 10:28 Propelled edited by
- added sites powered by Propel (diff)
- 10:17 Ticket #873 (A bug in the Column class getFullyQualifiedName() method) closed by
- fixed: (In [1594]) [1.4][1.5] Fixed typo in Column::getFullyQualifiedName() …
- 10:16 Changeset [1594] by
-
[1.4][1.5] Fixed typo in Column::getFullyQualifiedName() (closes #873)
- 10:02 SiteNav edited by
- Fixed a minor typo (diff)
- 10:00 Ticket #3 (Add identifier quoting system.) closed by
- fixed: Could you please create a new ticket for this issue?
- 09:43 Ticket #879 (soft_delete behavior has a hardcoded ID column in the code) created by
- in …
- 09:21 Changeset [1593] by
-
[1.5] Fixed typo in WHATS_NEW
- 09:09 Ticket #878 (Refactor addMultipleJoin to use Criterions in order to avoid injection ...) created by
- The new addMultipleJoin() feature added in Propel 1.4 makes Propel …
- 08:58 Ticket #875 (alternative_coding_standards behavior ignores Query files) closed by
- fixed: (In [1592]) [1.5] Fixed alternative_coding_standards behavior was not …
- 08:58 Changeset [1592] by
-
[1.5] Fixed alternative_coding_standards behavior was not applied to query classes (closes #875)
- 08:39 Ticket #877 (many-to-many relation error in phpDoc) created by
- The generated method for adding a record from the related table typehints …
- 08:02 Ticket #876 ([Model Criteria] Retrieving of related objects from a table related by 2 ...) created by
- Excerpt from my schema.yml […] This generates, among others, the …
10.03.2010:
- 10:06 Ticket #875 (alternative_coding_standards behavior ignores Query files) created by
- alternative_coding_standards behavior doesn't apply to Query class files.
07.03.2010:
- 11:32 Ticket #874 (Inconsistency in the API of DataModelBuilder) created by
- The class does not provide methods for getting a stub peer builder or for …
06.03.2010:
- 22:17 Ticket #873 (A bug in the Column class getFullyQualifiedName() method) created by
- […] This makes every request return theTableName.name instead of …
03.03.2010:
- 01:52 Ticket #3 (Add identifier quoting system.) reopened by
- If you use a table name with the name is a reserved word (bad practise ;-) …
02.03.2010:
- 21:57 Changeset [1591] by
-
[1.5] Introducing the query_cache behavior
- 12:15 Ticket #872 (DebugPDOStatement::bindValue() throws Fatal Error) created by
- When a object refers to an other object that refers to the first one a …
- 10:23 Ticket #871 (joinWith does not always add the correct select-columns) created by
- joinWith currently adds the select columns (using with) from the last …
- 10:08 Ticket #870 (add support to define join-type in schema) created by
- I would like to propose an extension to the schema-syntax, to allow it to …
01.03.2010:
- 10:53 Ticket #869 (Bug in propel_generator v1.4.1 when working with views) created by
- Hello everybody! I'm using propel v1.4.1 and postgresql. I'm working with …
28.02.2010:
27.02.2010:
- 23:10 Ticket #867 (concrete_inheritance and auto_add_pk behaviors not compatible) closed by
- fixed: (In [1590]) [1.5] Fixed conflict between auto_add_pk and …
- 23:10 Changeset [1590] by
-
[1.5] Fixed conflict between auto_add_pk and concrete_inheritance behaviors (closes #867)
- 23:05 Changeset [1589] by
-
[1.5] Clarified propel-gen changes
- 22:56 Ticket #865 (filterByXXX() should accept arrays for strings as well) closed by
- fixed: in r1588
- 22:18 Changeset [1588] by
-
[1.5] Added support for array parameters in generated filetrByXXX() methods for string columns (closes #865)
26.02.2010:
- 12:50 Ticket #867 (concrete_inheritance and auto_add_pk behaviors not compatible) created by
- the concrete_inheritance behavior should copy the pk column of the parent …
- 12:36 Ticket #866 (two refering tables result in duplicate methods in *Query) closed by
- invalid: Either you're defining a one-to-one relationship in the wrong way, by …
- 11:58 Changeset [1587] by
-
[1.5] more runtime optimizations
- 11:05 Ticket #866 (two refering tables result in duplicate methods in *Query) created by
- schema looks like this : […] building model results in some …
- 09:33 Changeset [1586] by
-
[1.5] partly reverting previous commit (better implementaiton coming)
- 09:28 Changeset [1585] by
-
[1.5] Minor hydration optimizations
- 00:31 Changeset [1584] by
-
[1.5] Removed useless code after r1582 refactoring
25.02.2010:
- 18:49 Ticket #865 (filterByXXX() should accept arrays for strings as well) created by
- the generated filterByXXX() considers arrays for IN only if the column is …
- 15:03 Changeset [1583] by
-
[1.5] Added more minor optimizations
- 12:42 Changeset [1582] by
-
[1.5] Various minor optimizations and coding standards in runtime
- 11:22 Changeset [1581] by
-
[1.5] Various runtime micro-optimizations
- 09:12 Ticket #864 (Class prefixes in 1.5.0Beta1) created by
- I have a project where I'm using the propel.classPrefix build …