Timeline


and

02.09.2010: Today

00:01 Ticket #1075 (PropelParserTest fails with short_open_tags on) closed by francois
fixed: In [1931]: […]
00:01 Changeset [1931] by francois

[1.6] Fixed parser tests on systems using short_open_tags (!) (patch from niklas) (closes #1075)

01.09.2010: Yesterday

23:33 Ticket #1100 ([PATCH] Missing used namespaces) closed by francois
fixed: In [1930]: […]
23:33 Changeset [1930] by francois

[1.5][1.6] Added missing namespace declarations in generated model objects (based on a patch by marten) (closes #1100)

23:14 Ticket #1097 (Column.php reads "description" from schema but doesn't write it; patch ...) closed by francois
fixed: In [1929]: […]
23:14 Changeset [1929] by francois

[1.6] Added ability for a column to dump description to XML (patch from poisson) (closes #1097)

22:35 Ticket #1094 (Missing Pgsql types in PgsqlSchemaParser; patch provided) closed by francois
fixed: In [1928]: […]
22:35 Changeset [1928] by francois

[1.5][1.6] Added missing PostgreSQL types for reverse engineering (blased on a patch by poisson) (closes #1094)

22:29 Ticket #1117 (ModelCriteria::delete() works on CONNECTION_READ by default) closed by francois
fixed: In [1927]: […]
22:29 Changeset [1927] by francois

[1.5][1.6] Fixed ModelCriteria::delete() uses the wrong connection (closes #1117)

22:21 Ticket #1115 (CURRENT_TIMESTAMP causes a memory outage when running propel-gen) closed by francois
invalid: you must used defaultExpr and not defaultValue

31.08.2010:

16:02 Ticket #1117 (ModelCriteria::delete() works on CONNECTION_READ by default) created by fonsinchen
This is obviously wrong as deleting is a write operation. See …
14:13 Ticket #1116 (timestampable option to limit fields) created by garak
It would be nice to get an option in timestampable behavior to choose …

30.08.2010:

23:55 Ticket #1115 (CURRENT_TIMESTAMP causes a memory outage when running propel-gen) created by alexakass
I have been using Propel for a few weeks and using my own automatic XML …

29.08.2010:

01:47 Ticket #1114 (propel 1.5 / adapter mssql / dsn:odbc / freetds+iodbc+actual sql server ...) closed by KRavEN
invalid: Propel does not support using ODBC to connect to MSSQL databases. The bug …

27.08.2010:

22:02 Ticket #1114 (propel 1.5 / adapter mssql / dsn:odbc / freetds+iodbc+actual sql server ...) created by fpoussiere
I get an error when I use the Query method like …
17:36 Ticket #1112 (method reload doesn't work after adding new m2m object) closed by francois
fixed: In [1926]: […]
17:36 Changeset [1926] by francois

[1.5][1.6] Fixed reload() fails to reload many-to-many relationships (closes #1112)

15:48 Ticket #1113 (Query class package in Single Table Inheritance) created by ddalmais
A specific package can be set for each class in case of Single Table …
15:04 Ticket #1112 (method reload doesn't work after adding new m2m object) created by spojowa
I have ImageGallery, Asset and ImageGalleryAsset (cross-ref) models: …
10:43 Ticket #1111 (DatabaseMap.php class_exists causes issues with class loader) created by tinoadams
The class_exists call in /propel-1.5.2/runtime/lib/map/DatabaseMap.php …
10:37 Ticket #1110 (PHP5PeerBuilder.php using getters in getInstancePoolKeySnippet to create ...) created by tinoadams
When an entity has a compound PK which is accessorVisibility="protected" …
00:12 Changeset [1925] by francois

[1.6] Moved Foreign Key DDL from builder to platform (refs #1103)

26.08.2010:

23:29 Ticket #1109 (two references to the same table -> methods/attributes generated twice) closed by francois
invalid: When adding two foreign keys to the same column, you musn't use the same …
22:23 Changeset [1924] by francois

[1.6] Moved Index and Unique constraint DDL from builder to platform (refs #1103)

21:08 Ticket #1109 (two references to the same table -> methods/attributes generated twice) created by wurst
some methods and attributes are created twice, when two foreign keys …
19:27 Ticket #1108 (Object validation) created by khurramijaz
We are using no library regularly in our projects except Propel and …
18:52 Ticket #1107 (PropelObjectCollection::format() does not exist) closed by francois
fixed: In [1923]: […]
18:52 Changeset [1923] by francois

[1.5][1.6] Made formatters able to deal wit ha statement without Criteria if the class is specified (closes #1107)

01:13 Ticket #1107 (PropelObjectCollection::format() does not exist) created by wurst
method format() in PropelObjectCollection or parents does not exist as …

25.08.2010:

23:54 Ticket #1106 (Multiple Aggregate Column Behavior Not working) created by khurramijaz
I am having a lot of problems using multiple aggregate columns. My model …
22:59 Ticket #1105 (Concrete Table Inheritance with tablePrefix in database-def fails building) created by wurst
when you use tablePrefix attribute in database definition like […] the …

24.08.2010:

15:42 Ticket #788 (MSSQL dblib problem inserting blob value) reopened by KRavEN
Actually I can do a fix for this by using varchar for storage. I will …

23.08.2010:

12:53 Changeset [1922] by francois

[1.6] Reverting default test adapter typo (refs #1103)

12:51 Changeset [1921] by francois

[1.6] Moved Primary key DDL code from builder to platform (refs #1103)

12:14 Changeset [1920] by francois

[1.6] moved columnDDL code from builder to platform (refs #1103)

08:03 Ticket #1104 (Save method does not throw an exception for key violation) created by tinoadams
Find attached schema which defines a compound primary key (non auto …
00:05 Changeset [1919] by francois

[1.6] Refactored Platforms

  • Renamed Platform to PropelPlatformInterface
  • Moved getColumnDDL() from DDL builders to PLatform classes (refs #1103)
  • Removed deprecated methods from Column
  • Added unit tests for getColumnDDL() (WIP)

22.08.2010:

23:56 Ticket #1103 (Move DDL creation code to platform) created by francois
The fact that DDL creation code is located inside a builder (DDLBuilders) …

21.08.2010:

21:44 Ticket #1102 (Add select lazy columns) created by rozwell
The point is to allow select (and hydrate) lazy columns on demand with …

20.08.2010:

22:14 Ticket #677 (Subselects in Criteria) closed by niklas
wontfix: This is kind of same as #1098 so I'm marking this also as wontfix.
21:16 Ticket #702 (Table can not have column with name equals to refered by FK table) closed by niklas
invalid: This is fixed at least in 1.5 and 1.6 branches by using phpName, …
20:47 Ticket #1101 ([PATCH] Add support for php 5.3 exception linking) created by niklas
Frameworks (like Agavi) uses custom exception templates to show …
12:56 Ticket #1045 (MssqlDateTime.class.php is not needed) reopened by gepo
For those who use pdo_dblib function getTimestampFormatter should be as …
12:41 Ticket #1100 ([PATCH] Missing used namespaces) created by marten
When I have namespaces in the schema and generate the models, they are …
10:18 Ticket #1099 (Oracle reverse engineering) closed by ddalmais
fixed: In [1918]: […]
10:18 Changeset [1918] by ddalmais

[1.5][1.6] Fix Oracle reverse Engineering problems (closes #1099)

10:16 Ticket #1098 (Allow filtering by subqueries) closed by francois
wontfix: How about: […] ??
10:04 Ticket #1099 (Oracle reverse engineering) created by ddalmais
Reverse engineering on oracle database as several problem: - NUMBER are …
09:56 Changeset [1917] by francois

[1.5][1.6] Fixed side effect of on demand unit test

19.08.2010:

21:36 Ticket #1098 (Allow filtering by subqueries) created by niklas
It would be nice to be able to do the following: […] I know this can …
11:37 Ticket #1097 (Column.php reads "description" from schema but doesn't write it; patch ...) created by poisson
Column.php reads "description" from schema.xml but doesn't write it => …

18.08.2010:

21:39 Ticket #1096 (add proper blob support for pdo_sqlsrv driver) created by KRavEN
add proper blob support for pdo_sqlsrv driver
21:37 Ticket #788 (MSSQL dblib problem inserting blob value) closed by KRavEN
wontfix: I need to split this into a seperate ticket as I have been working 2 …
21:22 Ticket #1095 (Nested Transactions with savepoints) created by niklas
I'm opening this ticket to be the central place for development tracking …
18:50 Changeset [1916] by francois

created new nested_transactions branch for experimentations on more advanced nested transactions support

16:17 Ticket #1094 (Missing Pgsql types in PgsqlSchemaParser; patch provided) created by poisson
The Postgres schema parser is missing some data types as documented here: …

17.08.2010:

21:20 Ticket #738 (LONGVARCHAR fields truncate string when using MSSQL) closed by KRavEN
invalid: This is a problem with the sqlsrv driver and had nothing to do with …
21:17 Ticket #746 (SQL-Server data-type mismatch error with ODBC driver) closed by KRavEN
invalid: Currently pdo_odbc cannot be used to access MSSQL with propel because of a …
21:13 Ticket #984 (groupBy should remove all other columns from the select) closed by KRavEN
wontfix: ModelCriteria::groupByClass() or ModelCriteria::select()can be used to …
20:47 Documentation/1.5/MSSQL-Server edited by KRavEN
(diff)
09:16 Documentation/1.5/CHANGELOG edited by grEvenX
Last change from benjamin did not work, rendered in blank page. Changed … (diff)

16.08.2010:

22:29 Milestone 1.5.3 completed
This is the third maintenance release of the 1.5 branch
22:28 Changeset [1915] by francois

[1.5] Changing minor version number

22:27 Changeset [1914] by francois

tagging 1.5.3

22:26 Changeset [1913] by francois

[1.5] Preparing the 1.5.3 release

21:52 Ticket #1092 (NameFactoryTest fails because of wrong parameters to assertEquals) closed by francois
fixed: In [1912]: […]
21:52 Changeset [1912] by francois

[1.5][1.6] Fixed incorrect test syntax (patch from niklas) (closes #1092)

21:46 Ticket #1093 (Add a reference guide about ActiveRecord objects) created by francois
The documentation about generated AR objects and BaseObject is scattered …
20:00 Ticket #1092 (NameFactoryTest fails because of wrong parameters to assertEquals) created by niklas
[…] I don't know if this is some inconsistency with phunit versions, …
18:28 Ticket #1089 (Testsuite not usable with PostgreSQL) closed by francois
fixed: Since I want to release 1.5.3 as soon as possible, I'm going to close this …
18:27 Changeset [1911] by francois

[1.5][1.6] Fixed NamespaceTest in PostgreSQL (refs #1089)

18:23 Ticket #1091 (Single inheritance is broken in trunk) closed by francois
fixed: In [1910]: […]
18:23 Changeset [1910] by francois

[1.5][1.6] Fixed single table inheritance when using packages (closes #1091)

14:01 Ticket #1090 ([PATCH] DELETE with aliases fails on PostgreSQL) closed by francois
fixed: In [1909]: […]
14:01 Changeset [1909] by francois

[1.5][1.6] Moved DELETE sql code service to BasePeer (closes #1090)

13:52 Changeset [1908] by francois

[1.6] Tweaked default YAML output (refs #856)

13:51 Changeset [1907] by francois

[1.6] Fixed failing test on generated ActiveRecord::toString() (refs #1088)

13:42 Ticket #1054 ([PATCH] ConcreteInheritanceBehavior duplicates parent entries on fixture ...) closed by francois
fixed: In [1906]: […]
13:42 Changeset [1906] by francois

[1.5][1.6] Fixed concrete table inheritance duplicates parent entries on fixture load (closes #1054)

15.08.2010:

22:19 Ticket #1091 (Single inheritance is broken in trunk) created by Crafty_Shadow
This worked before [1848] […] Now it results in this code for the …
21:21 Ticket #992 (withColumn() alias enhancements) closed by KRavEN
wontfix
21:04 Ticket #1085 (MSSQL applyLimit() bug with aggregate columns containing AS) closed by KRavEN
invalid: Problem was not with applyLimit but withColumn when creating an aggregate …
20:10 Ticket #1068 (Remove systematical commits from read queries) closed by KRavEN
fixed: In [1905]: […]
20:10 Changeset [1905] by KRavEN

[1.6] Removed systematic commits from BasePeer::doSelect and BasePeer::doCount. (Closes #1068)

20:01 Ticket #1045 (MssqlDateTime.class.php is not needed) closed by KRavEN
fixed: In [1904]: […]
20:01 Changeset [1904] by KRavEN

[1.5][1/6] Replaced MssqlDateTime.class.php as it is still required when using pdo_dblib (Closes #1045)

14.08.2010:

21:56 Ticket #1090 ([PATCH] DELETE with aliases fails on PostgreSQL) created by niklas
Postgresql doesn't support […] it needs to be […] I was thinking to …
21:29 Ticket #1089 (Testsuite not usable with PostgreSQL) created by niklas
I was just trying to go through tickets that had something to do with …

13.08.2010:

22:53 Ticket #1045 (MssqlDateTime.class.php is not needed) reopened by KRavEN
MssqlDateTime.class.php is still needed with pdo_dblib on linux. The …
16:37 Ticket #1088 (Add a default string representation for ActiveRecord and Collection ...) closed by francois
fixed: In [1903]: […]
16:37 Changeset [1903] by francois

[1.6] Gave ActriveRecord and PropelCollection objects the ability to output YAML when cast as strings (closes #1088)

16:36 Ticket #1088 (Add a default string representation for ActiveRecord and Collection ...) created by francois
Since #859, developers have the ability to dump an ActiveRecord or a …
Note: See TracTimeline for information about the timeline view.