Google Groups Home
Help | Sign in
#1207: versionable model files not generated
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Doctrine  
View profile
 More options 3 Jul, 12:32
From: "Doctrine" <no-re...@phpdoctrine.org>
Date: Thu, 03 Jul 2008 11:32:50 -0000
Local: Thurs 3 Jul 2008 12:32
Subject: [Doctrine] #1207: versionable model files not generated
#1207: versionable model files not generated
-----------------------------------+--------------------------------------- -
 Reporter:  gimler                 |       Owner:  jwage
     Type:  defect                 |      Status:  new  
 Priority:  blocker                |   Milestone:  0.11.1
Component:  Schema Files           |     Version:  0.11  
 Keywords:                         |    Has_test:  0    
 Mystatus:  Pending Core Response  |   Has_patch:  0    
-----------------------------------+--------------------------------------- -
 doctrine doesn't generate tblSCSiteVersion.php file ;(

 {{{
 tblSCSite:
   tableName: tbl_sc_site
   actAs:
     Timestampable:
     Versionable:
       tableName: tbl_sc_site_version
       className: tblSCSiteVersion
   columns:
     id:
       type: integer(4)
       primary: true
       autoincrement: true
 }}}

 system: symfony 1.0.17 with sfDoctrinePlugin

--
Ticket URL: <http://trac.phpdoctrine.org/ticket/1207>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Doctrine  
View profile
 More options 13 Jul, 08:53
From: "Doctrine" <no-re...@phpdoctrine.org>
Date: Sun, 13 Jul 2008 07:53:24 -0000
Local: Sun 13 Jul 2008 08:53
Subject: Re: [Doctrine] #1207: versionable model files not generated
#1207: versionable model files not generated
---------------------------+----------------------------------------------- -
  Reporter:  gimler        |       Owner:  jwage                
      Type:  defect        |      Status:  new                  
  Priority:  blocker       |   Milestone:  1.0.0-BETA1          
 Component:  Schema Files  |     Version:  0.11                
Resolution:                |    Keywords:                      
  Has_test:  0             |    Mystatus:  Pending Core Response
 Has_patch:  0             |  
---------------------------+----------------------------------------------- -
Changes (by romanb):

  * milestone:  0.11.1 => 1.0.0-BETA1

--
Ticket URL: <http://trac.phpdoctrine.org/ticket/1207#comment:1>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Doctrine  
View profile
 More options 5 Aug, 19:08
From: "Doctrine" <no-re...@phpdoctrine.org>
Date: Tue, 05 Aug 2008 18:08:26 -0000
Local: Tues 5 Aug 2008 19:08
Subject: Re: [Doctrine] #1207: versionable model files not generated
#1207: versionable model files not generated
---------------------------+----------------------------------------------- -
  Reporter:  gimler        |       Owner:  jwage                
      Type:  defect        |      Status:  new                  
  Priority:  blocker       |   Milestone:  1.0.0-RC1            
 Component:  Schema Files  |     Version:  1.0                  
Resolution:                |    Keywords:                      
  Has_test:  0             |    Mystatus:  Pending Core Response
 Has_patch:  0             |  
---------------------------+----------------------------------------------- -
Changes (by jwage):

  * version:  0.11 => 1.0
  * milestone:  Unknown => 1.0.0-RC1

--
Ticket URL: <http://trac.phpdoctrine.org/ticket/1207#comment:2>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Doctrine  
View profile
 More options 7 Aug, 15:27
From: "Doctrine" <no-re...@phpdoctrine.org>
Date: Thu, 07 Aug 2008 14:27:11 -0000
Local: Thurs 7 Aug 2008 15:27
Subject: Re: [Doctrine] #1207: versionable model files not generated
#1207: versionable model files not generated
---------------------------+----------------------------------------------- -
  Reporter:  gimler        |       Owner:  jwage                
      Type:  defect        |      Status:  closed              
  Priority:  blocker       |   Milestone:  1.0.0-RC1            
 Component:  Schema Files  |     Version:  1.0                  
Resolution:  fixed         |    Keywords:                      
  Has_test:  0             |    Mystatus:  Pending Core Response
 Has_patch:  0             |  
---------------------------+----------------------------------------------- -
Changes (by jwage):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 (In [4742]) fixes #1207

--
Ticket URL: <http://trac.phpdoctrine.org/ticket/1207#comment:3>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Doctrine  
View profile
 More options 7 Aug, 15:28
From: "Doctrine" <no-re...@phpdoctrine.org>
Date: Thu, 07 Aug 2008 14:28:34 -0000
Local: Thurs 7 Aug 2008 15:28
Subject: Re: [Doctrine] #1207: versionable model files not generated
#1207: versionable model files not generated
---------------------------+----------------------------------------------- -
  Reporter:  gimler        |       Owner:  jwage                
      Type:  defect        |      Status:  closed              
  Priority:  blocker       |   Milestone:  1.0.0-RC1            
 Component:  Schema Files  |     Version:  1.0                  
Resolution:  fixed         |    Keywords:                      
  Has_test:  0             |    Mystatus:  Pending Core Response
 Has_patch:  0             |  
---------------------------+----------------------------------------------- -
Comment (by jwage):

 http://www.phpdoctrine.org/documentation/manual/1_0?one-page#behaviors
 :generating-files

 You need to use the options to tell it to generate files. By default
 behavior classes are generated and evaluated at runtime.

--
Ticket URL: <http://trac.phpdoctrine.org/ticket/1207#comment:4>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google