Forums / Developer / Script to change an object's location after X days

Script to change an object's location after X days

Author Message

Alex Jones

Wednesday 19 May 2004 12:59:26 pm

I need to set up a script which will go through all of the items in a folder and based on the contents of a specific field determine if the item should be moved to an archive folder. This plain text field contains a string consisting of the date that the item sold, in the format year month day: 2004 05 19. Before I sit down to write the script from scratch, I thought I would ask the community if anyone else has anything I could use as a foundation for my work. Any help would be greatly appreciated!

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Dominik Pich

Friday 21 May 2004 1:25:30 am

Maybe the sheet extension?

Alex Jones

Friday 21 May 2004 6:44:56 am

Thanks for the reply Dominik. What is the sheet extension? A quick search of ez.no didn't return any info.

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Silke Fox

Wednesday 26 May 2004 1:16:53 am

Here's a code snippet to change an object's node assignment

// get max version
$maxVersion =& $object->getVersionCount();
$version =& $object->version( $maxVersion );
$nodeAssignments = $version->nodeAssignments();
// remove wrong nodeassignments
foreach ($nodeAssignments as $assignment) 
{
    $parentObject = $assignment->getParentNode();
    if ($parentObject->attribute('main_node_id') == 12) 
    {
	$version->removeAssignment(12);
    }
    else 
    {
	if ($assignment->attribute( 'is_main' ) == '1') 
        {
	    $nodeId = $assignment->getParentNode();
	    $version->removeAssignment($nodeId);
	    $version->assignToNode($nodeId, 0);
	}
    }
}
$version->removeAssignment(546);
$version->assignToNode(546, 1, 12);
$version->store();
		    
include_once( 'lib/ezutils/classes/ezoperationhandler.php' );
$operationResult = eZOperationHandler::execute( 'content', 'publish', array( 'object_id' => $objectId, 'version' => $maxVersion ) );

Where 12 and 546 are node ids. This was used to move users from one group to another or to add them to a second group.

As far as I remember you have to remove the main node before assigning another node
(which you want to be the new main node), otherwise there will be some trouble with two main nodes.

Hope this helps,
Silke

Alex Jones

Wednesday 26 May 2004 7:55:36 am

Thanks for the code Silke! I'll try it out shortly.

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

eZ debug

Timing: Jan 18 2025 19:31:06
Script start
Timing: Jan 18 2025 19:31:06
Module start 'content'
Timing: Jan 18 2025 19:31:07
Module end 'content'
Timing: Jan 18 2025 19:31:07
Script end

Main resources:

Total runtime0.7983 sec
Peak memory usage4,096.0000 KB
Database Queries202

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 588.9922180.8125
Module start 'content' 0.00540.6807 769.8047595.1484
Module end 'content' 0.68610.1122 1,364.9531337.3672
Script end 0.7982  1,702.3203 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00390.4861210.0002
Check MTime0.00150.1854210.0001
Mysql Total
Database connection0.00090.111510.0009
Mysqli_queries0.731191.58442020.0036
Looping result0.00210.25752000.0000
Template Total0.775597.120.3878
Template load0.00210.269020.0011
Template processing0.773496.879120.3867
Template load and register function0.00010.014210.0001
states
state_id_array0.00070.087610.0007
state_identifier_array0.00060.075420.0003
Override
Cache load0.00180.2286240.0001
Sytem overhead
Fetch class attribute can translate value0.00160.199540.0004
Fetch class attribute name0.00140.177060.0002
XML
Image XML parsing0.00080.106440.0002
class_abstraction
Instantiating content class attribute0.00000.002380.0000
General
dbfile0.00140.1776270.0001
String conversion0.00000.003930.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 21
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs