Development

Changeset 21971

You must first sign up to be able to contribute.

Changeset 21971

Show
Ignore:
Timestamp:
09/13/09 05:12:39 (4 years ago)
Author:
mtorres
Message:

Added Zvi patches that fixes some bugs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/ncPropelChangeLogBehaviorPlugin/lib/formatter/ncChangeLogEntryFormatter.class.php

    r20710 r21971  
    6363  public function formatUpdate(ncChangeLogAdapter $adapter) 
    6464  { 
     65    $html = ''; 
    6566    foreach ($adapter as $change) 
    6667    { 
  • plugins/ncPropelChangeLogBehaviorPlugin/lib/ncPropelChangeLogBehavior.class.php

    r21123 r21971  
    227227      $peer         = constant($object_class.'::PEER'); 
    228228      //Get all tableMaps and make the queries to retrieve all object instances that reference the object!!! 
     229      ncClassFinder::getInstance()->reloadClasses(); 
    229230      foreach (ncClassFinder::getInstance()->getPeerClasses() as $class => $path) 
    230231      { 
  • plugins/ncPropelChangeLogBehaviorPlugin/lib/task/migrateV1toV2Task.class.php

    r21379 r21971  
    2020*** USE WITH EXTREME CAUTION *** 
    2121 
    22 By default it won't save stuff. You have to use '--not-dummy' option if you want to save things. 
     22By default it won't save stuff. You have to use '--go' option if you want to save things. 
    2323EOF; 
    2424  } 
  • plugins/ncPropelChangeLogBehaviorPlugin/package-ncPropelChangeLogBehaviorPlugin.xml

    r21379 r21971  
    269269      <version> 
    270270        <release>0.2.3</release> 
    271         <api>0.2.2</api> 
     271        <api>0.2.3</api> 
    272272      </version> 
    273273      <stability> 
     
    281281      </notes> 
    282282    </release> 
    283  </changelog> 
     283    <release> 
     284      <version> 
     285        <release>0.2.4</release> 
     286        <api>0.2.4</api> 
     287      </version> 
     288      <stability> 
     289        <release>beta</release> 
     290        <api>beta</api> 
     291      </stability> 
     292      <license uri="http://www.symfony-project.com/license">MIT</license> 
     293      <date>2009-09-13</date> 
     294      <notes> 
     295        - Minor fixes 
     296      </notes> 
     297    </release> 
     298  </changelog> 
    284299</package> 
  • plugins/ncPropelChangeLogBehaviorPlugin/package.xml

    r21379 r21971  
    1717    <active>yes</active> 
    1818  </lead> 
    19   <date>2009-08-24</date> 
     19  <date>2009-09-13</date> 
    2020  <version> 
    21     <release>0.2.3</release> 
    22     <api>0.2.3</api> 
     21    <release>0.2.4</release> 
     22    <api>0.2.4</api> 
    2323  </version> 
    2424  <stability> 
     
    2828  <license uri="http://www.symfony-project.com/license">MIT</license> 
    2929  <notes>-</notes> 
    30   <contents><dir name="/"><dir name="web"><dir name="css"><file name="nc_propel_change_log_behavior_plugin.css" role="data"/></dir></dir><dir name="config"><file name="config.php" role="data"/><file name="routing.yml" role="data"/><file name="schema.yml" role="data"/><file name="app.yml" role="data"/></dir><file name="package-ncPropelChangeLogBehaviorPlugin.xml" role="data"/><dir name="i18n"><file name="nc_change_log_behavior.es.xml" role="data"/></dir><dir name="lib"><file name="ncChangeLogEntryOperation.class.php" role="data"/><file name="autoNcchangelogentryActions.class.php" role="data"/><file name="ncPropelChangeLogBehavior.class.php" role="data"/><dir name="model"><file name="ncChangeLogEntry.php" role="data"/><dir name="om"><file name="BasencChangeLogEntryPeer.php" role="data"/><file name="BasencChangeLogEntry.php" role="data"/></dir><dir name="map"><file name="ncChangeLogEntryMapBuilder.php" role="data"/></dir><file name="ncChangeLogEntryPeer.php" role="data"/></dir><dir name="formatter"><file name="ncChangeLogEntryFormatter.class.php" role="data"/></dir><file name="ncChangeLogConfigHandler.class.php" role="data"/><dir name="task"><file name="migrateV1toV2Task.class.php" role="data"/></dir><dir name="form"><dir name="base"><file name="BasencChangeLogEntryForm.class.php" role="data"/></dir><file name="ncChangeLogEntryForm.class.php" role="data"/></dir><dir name="filter"><dir name="base"><file name="BasencChangeLogEntryFormFilter.class.php" role="data"/></dir><file name="ncChangeLogEntryFormFilter.class.php" role="data"/></dir><file name="ncChangeLogEntryQueue.class.php" role="data"/><dir name="adapter"><file name="ncChangeLogAdapterDeletion.class.php" role="data"/><file name="ncChangeLogUpdateChange.class.php" role="data"/><file name="ncChangeLogAdapter.class.php" role="data"/><file name="ncChangeLogAdapterInsertion.class.php" role="data"/><file name="ncChangeLogAdapterUpdate.class.php" role="data"/></dir><file name="ncClassFinder.class.php" role="data"/></dir><file name="LICENSE" role="data"/><dir name="modules"><dir name="ncchangelogentry"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="templates"><file name="_operation_list.php" role="data"/><file name="_show_nc_change_log_entry.php" role="data"/><file name="indexSuccess.php" role="data"/><file name="showSuccess.php" role="data"/><file name="_list.php" role="data"/><file name="_show_update.php" role="data"/></dir></dir></dir><file name="README" role="data"/></dir></contents> 
     30  <contents><dir name="/"><dir name="web"><dir name="css"><file name="nc_propel_change_log_behavior_plugin.css" role="data"/></dir></dir><dir name="config"><file name="config.php" role="data"/><file name="routing.yml" role="data"/><file name="schema.yml" role="data"/><file name="app.yml" role="data"/></dir><file name="package-ncPropelChangeLogBehaviorPlugin.xml" role="data"/><file name="diff.path" role="data"/><dir name="i18n"><file name="nc_change_log_behavior.es.xml" role="data"/></dir><dir name="lib"><file name="ncChangeLogEntryOperation.class.php" role="data"/><file name="autoNcchangelogentryActions.class.php" role="data"/><file name="ncPropelChangeLogBehavior.class.php" role="data"/><dir name="model"><file name="ncChangeLogEntry.php" role="data"/><dir name="om"><file name="BasencChangeLogEntryPeer.php" role="data"/><file name="BasencChangeLogEntry.php" role="data"/></dir><dir name="map"><file name="ncChangeLogEntryMapBuilder.php" role="data"/></dir><file name="ncChangeLogEntryPeer.php" role="data"/></dir><dir name="formatter"><file name="ncChangeLogEntryFormatter.class.php" role="data"/></dir><file name="ncChangeLogConfigHandler.class.php" role="data"/><dir name="task"><file name="migrateV1toV2Task.class.php" role="data"/></dir><dir name="form"><dir name="base"><file name="BasencChangeLogEntryForm.class.php" role="data"/></dir><file name="ncChangeLogEntryForm.class.php" role="data"/></dir><dir name="filter"><dir name="base"><file name="BasencChangeLogEntryFormFilter.class.php" role="data"/></dir><file name="ncChangeLogEntryFormFilter.class.php" role="data"/></dir><file name="ncChangeLogEntryQueue.class.php" role="data"/><dir name="adapter"><file name="ncChangeLogAdapterDeletion.class.php" role="data"/><file name="ncChangeLogUpdateChange.class.php" role="data"/><file name="ncChangeLogAdapter.class.php" role="data"/><file name="ncChangeLogAdapterInsertion.class.php" role="data"/><file name="ncChangeLogAdapterUpdate.class.php" role="data"/></dir><file name="ncClassFinder.class.php" role="data"/></dir><file name="zvi.patch" role="data"/><file name="LICENSE" role="data"/><dir name="modules"><dir name="ncchangelogentry"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="templates"><file name="_operation_list.php" role="data"/><file name="_show_nc_change_log_entry.php" role="data"/><file name="indexSuccess.php" role="data"/><file name="showSuccess.php" role="data"/><file name="_list.php" role="data"/><file name="_show_update.php" role="data"/></dir></dir></dir><file name="README" role="data"/></dir></contents> 
    3131 
    3232  <dependencies> 
     
    281281      </notes> 
    282282    </release> 
    283  </changelog> 
     283    <release> 
     284      <version> 
     285        <release>0.2.4</release> 
     286        <api>0.2.4</api> 
     287      </version> 
     288      <stability> 
     289        <release>beta</release> 
     290        <api>beta</api> 
     291      </stability> 
     292      <license uri="http://www.symfony-project.com/license">MIT</license> 
     293      <date>2009-09-13</date> 
     294      <notes> 
     295        - Minor fixes 
     296      </notes> 
     297    </release> 
     298  </changelog> 
    284299</package>