Changeset 21971
- Timestamp:
- 09/13/09 05:12:39 (4 years ago)
- Files:
-
- plugins/ncPropelChangeLogBehaviorPlugin/lib/formatter/ncChangeLogEntryFormatter.class.php (modified) (1 diff)
- plugins/ncPropelChangeLogBehaviorPlugin/lib/ncPropelChangeLogBehavior.class.php (modified) (1 diff)
- plugins/ncPropelChangeLogBehaviorPlugin/lib/task/migrateV1toV2Task.class.php (modified) (1 diff)
- plugins/ncPropelChangeLogBehaviorPlugin/package-ncPropelChangeLogBehaviorPlugin.xml (modified) (2 diffs)
- plugins/ncPropelChangeLogBehaviorPlugin/package.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/ncPropelChangeLogBehaviorPlugin/lib/formatter/ncChangeLogEntryFormatter.class.php
r20710 r21971 63 63 public function formatUpdate(ncChangeLogAdapter $adapter) 64 64 { 65 $html = ''; 65 66 foreach ($adapter as $change) 66 67 { plugins/ncPropelChangeLogBehaviorPlugin/lib/ncPropelChangeLogBehavior.class.php
r21123 r21971 227 227 $peer = constant($object_class.'::PEER'); 228 228 //Get all tableMaps and make the queries to retrieve all object instances that reference the object!!! 229 ncClassFinder::getInstance()->reloadClasses(); 229 230 foreach (ncClassFinder::getInstance()->getPeerClasses() as $class => $path) 230 231 { plugins/ncPropelChangeLogBehaviorPlugin/lib/task/migrateV1toV2Task.class.php
r21379 r21971 20 20 *** USE WITH EXTREME CAUTION *** 21 21 22 By default it won't save stuff. You have to use '-- not-dummy' option if you want to save things.22 By default it won't save stuff. You have to use '--go' option if you want to save things. 23 23 EOF; 24 24 } plugins/ncPropelChangeLogBehaviorPlugin/package-ncPropelChangeLogBehaviorPlugin.xml
r21379 r21971 269 269 <version> 270 270 <release>0.2.3</release> 271 <api>0.2. 2</api>271 <api>0.2.3</api> 272 272 </version> 273 273 <stability> … … 281 281 </notes> 282 282 </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> 284 299 </package> plugins/ncPropelChangeLogBehaviorPlugin/package.xml
r21379 r21971 17 17 <active>yes</active> 18 18 </lead> 19 <date>2009-0 8-24</date>19 <date>2009-09-13</date> 20 20 <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> 23 23 </version> 24 24 <stability> … … 28 28 <license uri="http://www.symfony-project.com/license">MIT</license> 29 29 <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> 31 31 32 32 <dependencies> … … 281 281 </notes> 282 282 </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> 284 299 </package>